Go to file
kristerw a505fc7826 Fix two bugs:
1. snprintf(foo, 0. "XXX") is guaranteed not to write in foo by the
   standard (ISO/IEC 9899 7.19.6.5) but our implementation handles this
   as if the buffer has a size of (size_t)-1.

2. snprintf(NULL, 0, "XXX") leaks memory since cantwrite() allocates
   memory if _bf._base == NULL, and this buffer is never freed
   (PR 16483).
2003-01-05 11:05:47 +00:00
bin Spell output with two ts. 2003-01-04 23:43:02 +00:00
crypto posesses -> possesses 2003-01-03 04:20:09 +00:00
dist Fix some typos reported by Igor Sobrado in PR 19653. 2003-01-04 01:18:01 +00:00
distrib Remember the administrator to look at the afterboot(8) manpage after a 2003-01-04 10:07:45 +00:00
doc mtree's change of default mode of created directories 2003-01-04 13:13:29 +00:00
etc - Enable OBJ support for etc/; a scratch dir is needed for iso-image. 2003-01-04 15:49:29 +00:00
games Correct some comments and error messages that still talked about "select". 2002-12-29 15:12:17 +00:00
gnu ouput -> output, from Igor Sobrado in PR 19667. 2003-01-04 11:05:22 +00:00
include Add _PATH_SYSMON. 2003-01-01 12:15:16 +00:00
lib Fix two bugs: 2003-01-05 11:05:47 +00:00
libexec Make this work finally, by prepending _PATH_DEV to the tty name. 2002-12-18 15:20:47 +00:00
regress Spell output with two ts. 2003-01-04 23:43:02 +00:00
rescue set SMALLPROG=0 (it was implicit) 2002-10-17 01:49:18 +00:00
sbin Spell output with two ts. 2003-01-04 23:43:02 +00:00
share regen (+pci). 2003-01-05 02:32:57 +00:00
sys When detaching a ulpt device, call vdevgone() for the corresponding 2003-01-05 10:19:42 +00:00
tools enable sunlabel... 2002-12-21 12:56:08 +00:00
usr.bin Spell output with two ts. 2003-01-04 23:43:02 +00:00
usr.sbin Update -r option to display data in correct units, IE temperature in degC or 2003-01-05 01:56:42 +00:00
BUILDING Add "-V var=[value]", for setting arbitrary variables which will also 2003-01-04 12:55:32 +00:00
Makefile Add an obj rule to create ${KERNOBJDIR} here, at the end of the "make obj" 2003-01-04 15:50:32 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING METALOG format tweak 2002-12-23 06:55:33 +00:00
build.sh improve usage 2003-01-04 14:55:44 +00:00