Go to file
he 80ccb5520c As a temporary workaround, apply the fix from PR#20390, thereby
cooperating with the callout code in working around the race
condition caused by the TCP code's use of the callout facility.

Instead of unconditionally releasing memory in tcp_close() and
SYN_CACHE_PUT(), check whether any of the related callout handlers
are about to be invoked (but have not yet done callout_ack()), and
if so, just mark the associated data structure (tcpcb or syn cache
entry) as "dead", and test for this (and release storage) in the
callout handler functions.
2003-07-20 16:35:07 +00:00
bin note -z is an extention. 2003-07-19 05:43:54 +00:00
crypto cast for signed/unsigned mixup 2003-07-14 18:27:48 +00:00
dist Don't attempt to unput(EOF). 2003-07-20 03:14:40 +00:00
distrib Make net_namesvr6 extern again to fix compilation if INET6 is defined. 2003-07-19 22:07:36 +00:00
doc fix default location of TOOLDIR 2003-07-18 16:30:48 +00:00
etc Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. 2003-07-18 08:26:01 +00:00
games Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
gnu Add patch from groff repository: 2003-07-20 13:01:08 +00:00
include Add setcancelstate stub. 2003-07-19 05:05:28 +00:00
lib Use threadlib stub rather than pthread_setcancelstate() directly. 2003-07-19 05:06:16 +00:00
libexec Correct the in_plt parameter of a couple of _rtld_find_symdef calls. 2003-07-17 13:56:32 +00:00
regress Consistently check MK* variables against "no" 2003-07-18 16:18:28 +00:00
rescue Remove file "rescue.unstripped" in "cleandir" target. 2003-07-14 09:00:33 +00:00
sbin This is an updated submitted patch originally written by Jim Rees 2003-07-19 01:36:47 +00:00
share Temporarily introduce CALLOUT_INVOKING, callout_invoking() and callout_ack() 2003-07-20 16:25:57 +00:00
sys As a temporary workaround, apply the fix from PR#20390, thereby 2003-07-20 16:35:07 +00:00
tools add stat(1) as a host tool 2003-07-20 14:06:32 +00:00
usr.bin As a temporary workaround, apply the fix from PR#20390, thereby 2003-07-20 16:35:07 +00:00
usr.sbin use bounded string op 2003-07-16 08:22:01 +00:00
BUILDING fix default location of TOOLDIR 2003-07-18 16:30:48 +00:00
Makefile redo previous (functionality rollback of 1.213) to retain the style of 1.213 2003-07-20 13:08:43 +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 Add paragraph for texinfo-4.6. 2003-07-03 15:29:15 +00:00
build.sh * set & export LC_ALL=C, so that end-user use of non `C' LC_COLLATE locales 2003-07-20 09:26:49 +00:00