Go to file
Ben Gras f96645a4eb Fixed a bug in kstrncpy() that caused mayhem whenever the buffer to be
copied into was the same size as the source string - it will keep on
filling with zeroes forever. This was a signed/unsigned bug, fixed by
making the kstrncpy argument ssize_t instead of size_t. This bug was
triggered by Chris Young <teddga@earthlink.net>, by dazzling coincedence -
changing OS_VERSION into something with one more character (exactly the
same size as the buffer in the kinfo struct).

Also noticed that the kstrncpy() call didn't null-terminate the strings
if necessary, also fixed.
2005-07-13 14:46:11 +00:00
boot Updated boot monitor help menu. 2005-06-17 11:52:55 +00:00
commands setup -> setupcd 2005-07-13 13:04:56 +00:00
drivers Increased timeout to avoid 'CU does not accept command' panic.. 2005-07-13 11:50:30 +00:00
etc kernel and servers send diagnostic messages to IS; IS sends them to TTY 2005-07-08 17:30:01 +00:00
include Misc fixes and additions 2005-07-12 13:10:06 +00:00
kernel Fixed a bug in kstrncpy() that caused mayhem whenever the buffer to be 2005-07-13 14:46:11 +00:00
lib .. 2005-07-11 14:16:53 +00:00
man complete, tick-resolution gettimeofday() implementation 2005-07-06 07:08:36 +00:00
servers Select patches for TCP read and write. TCP support for FIONREAD. 2005-07-11 13:02:59 +00:00
test kernel and servers send diagnostic messages to IS; IS sends them to TTY 2005-07-08 17:30:01 +00:00
tools setup -> setupcd 2005-07-13 13:04:56 +00:00
LICENSE Initial revision 2005-04-21 14:53:53 +00:00
Makefile Use relative paths for make depend 2005-06-29 15:26:10 +00:00