Go to file
seanb eeb51ff4c3 Don't leave a dangling socket (no associated struct file) if
user supplied a bad name or anamelen parameter to accept(2).
If bad paramaters were suplied and a copyout() failed, the
struct file was cleaned up but not the associated socket.  This
could leave sockets in CLOSE_WAIT that could never be closed.
2006-08-22 13:39:48 +00:00
bin - detect buffer overflow. 2006-08-21 23:09:50 +00:00
common Add a workaround for GCC -Wuninitialized, similar to the prop_array.c 2006-08-21 17:35:15 +00:00
crypto Pull over OpenBSD v1.97, forwarded by jmc@openbsd: 2006-08-10 00:34:32 +00:00
dist Use "unsigned int" rather than "u_int" to be consistent with the rest 2006-08-20 19:49:31 +00:00
distrib Add configuration files for the 3.1 release ISO's. 2006-08-21 21:14:24 +00:00
doc Datestamp the previous entry. 2006-08-19 23:08:02 +00:00
etc Remove references to no-longer-existing NC_WSCONS RPC_WSCONS kernel 2006-08-16 19:33:52 +00:00
games PR/34175: Zafer Aydogan: touch the window to cause a refresh after help 2006-08-09 14:29:40 +00:00
gnu remove unused files leftover from old postfix distribution which 2006-08-18 17:45:05 +00:00
include Use __GNUC_PREREQ__() for the GCC 4 test, too. 2006-08-21 16:58:29 +00:00
lib merge recent DragonFlyBSD's change, original commit message is: 2006-08-21 20:30:52 +00:00
libexec Make filehandles opaque to userland 2006-07-31 16:34:42 +00:00
regress Trailing non-whitespace IFS doesn't generate an empty parameter (any more). 2006-08-21 19:49:09 +00:00
rescue Add mount_tmpfs(8) to /rescue. Ok with christos. 2006-08-16 16:50:59 +00:00
sbin Revert previous. It is not ready for public consumption. 2006-08-17 22:21:27 +00:00
share Add some documentation of the vidcvideo driver, mostly covering screen-mode 2006-08-20 12:45:18 +00:00
sys Don't leave a dangling socket (no associated struct file) if 2006-08-22 13:39:48 +00:00
tools Also check for DIR.__dd_fd. tools/compat now builds on the WWDC developer 2006-08-20 18:52:05 +00:00
usr.bin Fix another && || confusion, from Kurt Schreiner, thanks! 2006-08-21 18:31:24 +00:00
usr.sbin Explain that etcupdate(8) may do the job that postinstall(8) can't 2006-08-18 12:02:55 +00:00
x11 Remove Xpmax stuff. 2006-07-30 03:25:43 +00:00
BUILDING mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord. 2006-01-29 14:03:59 +00:00
Makefile remove support for building (with) GCC 2.95. also: 2006-06-02 22:16:18 +00:00
Makefile.inc
UPDATING Mention acorn32 console changes, since they'll break builds with custom 2006-08-15 20:48:01 +00:00
build.sh PR/30842 -- compatibility issue with mksh from Thorsten Glaser 2006-08-09 22:13:12 +00:00