Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
(1) |
Apr
(9) |
May
(7) |
Jun
(6) |
Jul
(2) |
Aug
(9) |
Sep
(33) |
Oct
(16) |
Nov
(26) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(28) |
Feb
(11) |
Mar
(12) |
Apr
(23) |
May
(33) |
Jun
(72) |
Jul
(72) |
Aug
(42) |
Sep
(126) |
Oct
(57) |
Nov
(59) |
Dec
(25) |
2002 |
Jan
(14) |
Feb
(1) |
Mar
(1) |
Apr
(25) |
May
(14) |
Jun
(15) |
Jul
(71) |
Aug
(23) |
Sep
(14) |
Oct
(2) |
Nov
(40) |
Dec
(45) |
2003 |
Jan
(137) |
Feb
(60) |
Mar
(16) |
Apr
(21) |
May
(8) |
Jun
(7) |
Jul
(5) |
Aug
(40) |
Sep
(2) |
Oct
(15) |
Nov
(5) |
Dec
(5) |
2004 |
Jan
(2) |
Feb
(12) |
Mar
(34) |
Apr
(23) |
May
(5) |
Jun
(3) |
Jul
(3) |
Aug
(7) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2005 |
Jan
(2) |
Feb
(2) |
Mar
(5) |
Apr
(1) |
May
(1) |
Jun
(10) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(17) |
2006 |
Jan
(22) |
Feb
(11) |
Mar
(9) |
Apr
(4) |
May
(12) |
Jun
(6) |
Jul
(6) |
Aug
(4) |
Sep
(6) |
Oct
(36) |
Nov
(27) |
Dec
(31) |
2007 |
Jan
(54) |
Feb
(22) |
Mar
(23) |
Apr
(9) |
May
(9) |
Jun
(10) |
Jul
(16) |
Aug
(61) |
Sep
(38) |
Oct
(16) |
Nov
(7) |
Dec
(8) |
2008 |
Jan
(8) |
Feb
(16) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
(5) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
(1) |
19
|
20
|
21
(1) |
22
|
23
|
24
(1) |
25
(3) |
26
(3) |
27
|
28
|
29
|
30
|
|
|
|
|
|
|
From: Steffen Seeger <s.seeger@ph...> - 2000-04-25 06:37:06
|
Hello all maintainers, as announced, the CVS repository is available now, and I would like to ask every maintainer to checkout a tree and move outstanding changes over to the CVS tree. Please be careful at the first checkin so that you do not override any changes unintentionally. Please let me know if you have any troubles accessing the repository. Steffen _______________________________________________________________________________ Steffen Seeger mailto:seeger@... |
From: Steffen Seeger <s.seeger@ph...> - 2000-04-25 06:23:54
|
Mardy wrote: > Hi! > I installed successfully the latest snapshot (actually, I forgot to do > "make modules_install", but it booted + o - ok :-) ). Fine! > I noticed the missing of console beeps, that were so cute... :-) > I did a fast browse in the source files, and looks like it's a TODO. > Do you confirm this? Yes. This is a TODO I have ignored so far in order to get the graphics stuff running. Basically, what needs to be done is to add a 'beeper device' to kii_focus_t, implement scroll_mksound() to call kiidev_mksound() and implement kiidev_mksound() to issue a command to the 'beeper device'. > As to the matrox driver: what is working and what isn't? As far as I can tell, it compiles, and might load detecing the card properly. However, the maintainer (Johan Karlberg) is likely to give a more correct status evaluation. Steffen PS: I am setting up a web-page that will report status of each driver. Until then, please contact the maintainer of the driver directly. _______________________________________________________________________________ Steffen Seeger mailto:seeger@... |
From: Steffen Seeger <s.seeger@ph...> - 2000-04-25 06:11:09
|
Tomasz Wegrzanowski wrote: > How portable KGI is ? I have tried to keep it as portable as possible. > Is only mechanism used to obtain hardware resources > needed to be changed when porting KGI to other POSIX system, > or is this very Linux-specific ? I will split my answer according to the various KGI subsystems: 1) KGI environment (console management, boot display drivers, /dev/graphic special file mapper etc.) This is quite Linux specific in terms of the TTY driver and /dev/graphic special file driver interface used to actually link these driver into Linux. However, I tried to keep OS dependencies out of all KGI internal stuff where that seemed to make sense An exception is that it assumes a monolithic kernel design, which is that we assume we are running non-preemptive when executing this code. The boot display and input device drivers are i386 and PC architecture specific. They are just there to ge a machine running, until we have a file system and can get the real display drivers loaded. Thus porting KGI to another (Linux-)architecture will require implementation of proper boot drivers too. 2) KGI display drivers (in the drv/display directory, formerly referenced as driver/graphics) These drivers require only a working KGI environment, so once you have the environment ported, you should have all the drivers. Actually not even that, the drivers themselves only need the hardware resource allocation and handling to work properly. (e.g. as long as the stuff in http://kgi.sourceforge.net/source/kgi-0.9/kgi/include/kgi/io.h is supplied by the 'other POSIX OS' If you intend porting KGI to another OS, starting to look over system.h, io.h and creating <cpu-type>-compiler.h, <cpu-type>-types.h should make definitions of most KGI basic types and the basic I/O operations operational. Done this the drivers should already compile. (Re-)implementing the OS environment will take some more work, depending on how much the 'other POSIX OS' will differ from Linux. I hope that answers your question, if not, don't hesiate to ask further questions. Steffen _______________________________________________________________________________ Steffen Seeger mailto:seeger@... |