minix/drivers/libdriver
Ben Gras 1d8aed840c . no more HZ, but use sys_hz() to get that value
. memory maps in physical memory (for /dev/mem) with new vm interface
 . pci complete_bars() seems to be buggy behaviour sometimes
 . startup script opens its own stdout, stderr and stdin so init doesn't
   have to do it
2008-12-11 14:42:23 +00:00
..
driver.c . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
driver.h . no more HZ, but use sys_hz() to get that value 2008-12-11 14:42:23 +00:00
drvlib.c Retired DEV_{READ,WRITE,GATHER,SCATTER,IOCTL} (safe versions *_S are to 2007-02-07 16:22:19 +00:00
drvlib.h Minor partition() efficiency improvements (don't do regular partitioning 2005-08-08 12:16:59 +00:00
Makefile Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
mq.c use servers/inet/mq.[ch] to queue messages using mq_queue() in 2007-01-12 13:33:12 +00:00