Go to file
Ben Gras c9c6983cc1 Fixed a few quirks in misc.c
. MAX used where it should've been MIN
  . buffer byte too short
  . inobvious use of & with && without parantheses
  . funny length checking
2005-06-20 09:35:23 +00:00
boot Updated boot monitor help menu. 2005-06-17 11:52:55 +00:00
commands Connected ps to build 2005-06-20 09:23:55 +00:00
drivers Made libpci recognize my pci controller at home (again) 2005-06-19 22:11:04 +00:00
etc Fixes for /root homedir. 2005-06-17 13:48:16 +00:00
include Various select() support flags, prototypes, definitions. 2005-06-17 13:34:47 +00:00
kernel Changed arguments of timer library functions. 2005-06-17 13:36:01 +00:00
lib Added (fake) readlink(). 2005-06-17 13:47:29 +00:00
man Started select() manpage. 2005-06-17 13:35:21 +00:00
servers Fixed a few quirks in misc.c 2005-06-20 09:35:23 +00:00
test select-test-set compile fixes. 2005-06-19 23:13:57 +00:00
tools Fixed various nits in the make/release process. 2005-06-17 16:28:36 +00:00
LICENSE Initial revision 2005-04-21 14:53:53 +00:00
Makefile Fixed various nits in the make/release process. 2005-06-17 16:28:36 +00:00