minix/drivers
Ben Gras 3cc092ff06 . new kernel call sysctl for generic unprivileged system operations;
now used for printing diagnostic messages through the kernel message
   buffer. this lets processes print diagnostics without sending messages
   to tty and log directly, simplifying the message protocol a lot and
   reducing difficulties with deadlocks and other situations in which
   diagnostics are blackholed (e.g. grants don't work). this makes
   DIAGNOSTICS(_S), ASYN_DIAGNOSTICS and DIAG_REPL obsolete, although tty
   and log still accept the codes for 'old' binaries. This also simplifies
   diagnostics in several servers and drivers - only tty needs its own
   kputc() now.
 . simplifications in vfs, and some effort to get the vnode references
   right (consistent) even during shutdown. m_mounted_on is now NULL
   for root filesystems (!) (the original and new root), a less awkward
   special case than 'm_mounted_on == m_root_node'. root now has exactly
   one reference, to root, if no files are open, just like all other
   filesystems. m_driver_e is unused.
2009-01-26 17:43:59 +00:00
..
amddev Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
at_wini . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
audio Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
bios_wini Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
dp8390 . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
dpeth Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
floppy . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
fxp . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
lance bugfix for lance. works in vmware now. 2008-12-17 01:20:15 +00:00
libdriver . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
libdriver_asyn . new kernel call sysctl for generic unprivileged system operations; 2009-01-26 17:43:59 +00:00
log . new kernel call sysctl for generic unprivileged system operations; 2009-01-26 17:43:59 +00:00
memory bigger ramdisk for bigger binaries 2009-01-09 17:47:18 +00:00
orinoco . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
pci . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
printer . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
random Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
readclock Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
rtl8139 umap fix 2008-12-08 17:06:38 +00:00
sb16 Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
ti1225 Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
tty . new kernel call sysctl for generic unprivileged system operations; 2009-01-26 17:43:59 +00:00
drivers.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
Makefile Build libdriver_asyn for target image 2008-02-25 14:38:09 +00:00