Go to file
Ben Gras 82855e9cf5 . leave out dead code from device.c
. don't loop doing a receive() after sendrec() - chance of recovering is not
  high, and can lead to receive()ing a notify() (which can't happen in sendrec()),
  which is terrible
. return status from device when DEV_CANCEL is done on a signal; hardcode EAGAIN to
  become EINTR though
2006-06-23 11:51:56 +00:00
boot Fix for KERNEL definition. 2006-06-20 10:13:32 +00:00
commands No longer build Michael Temari's httpd. Install a httpd from ports. 2006-06-22 11:53:03 +00:00
drivers Changed order of -lsys and -lsysutil for printf() 2006-06-20 10:50:29 +00:00
etc There is no lex. 2006-06-20 10:14:25 +00:00
include Added strlcat and strlcpy. 2006-06-22 11:47:18 +00:00
kernel Changed do_devio not to require DIO_TYPE, but to extract type 2006-06-20 10:03:10 +00:00
lib Added strlcat and strlcpy. 2006-06-22 11:47:18 +00:00
man Al Woodhull's new manual pages 2006-06-19 14:51:41 +00:00
servers . leave out dead code from device.c 2006-06-23 11:51:56 +00:00
test More fixes to reality 2006-03-16 01:47:52 +00:00
tools Fixes for usb and bios. 2006-06-20 10:13:56 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile No gmake in use 2006-03-08 16:46:40 +00:00