Go to file
augustss 5b3acf742e Fix a race condition in xfer abort. Derived from a FreeBSD patch.
An xfer could be aborted twice (which means that the second abort might
access deallocated memory).  This happened when an xfer timed out and
the timeout started an abort.  While that abort was taking place the
xfer could be cancelled (usually by closing the pipe), causing a second
abort to begin.
This is now handled by having flags indicating the abort state of an xfer.

Hopefully this will fix the occasional crashes when printing.
2005-04-30 14:38:40 +00:00
bin Pax longopts were not empty element terminated. 2005-04-24 03:39:26 +00:00
contrib/sys Finalize import of the Atheros HAL 0.9.9.13, bringing ath(4) 2004-07-28 08:57:40 +00:00
crypto return statements in void functions make lint very confused. 2005-04-27 22:38:56 +00:00
dist Fix printf format/argument mismatch. 2005-04-24 13:34:18 +00:00
distrib Mark ./usr/share/locale/no@nynorsk/LC_MESSAGES/gettext.mo as obsolete. Really. 2005-04-30 14:26:38 +00:00
doc Sparc64 now has completed the switch to wscons. 2005-04-29 19:44:28 +00:00
etc Add more locale directories in preparation of new gettext. 2005-04-26 19:39:11 +00:00
games Fixed wrong use of the <ctype.h> functions by adding an explicit conversion 2005-04-19 20:14:29 +00:00
gnu Avoid compiler bug on 64 bit machines. 2005-04-29 16:00:31 +00:00
include Instead of pulling in all of <wchar.h>, just define wchar_t here. 2005-04-18 19:47:51 +00:00
lib Don't attempt to delete a NULL key. Can happen if we were the only key 2005-04-27 23:11:29 +00:00
libexec not supporting %c is confusing and it only uses up a few bytes. 2005-04-24 21:11:58 +00:00
regress Add a test for 4 char key and value insert on a 65536 bucket size hash. 2005-04-27 23:37:34 +00:00
rescue Add /rescue/tetris. 2005-04-01 08:35:17 +00:00
sbin Change the default controlling devices to /dev/wskbd and /dev/wsmouse 2005-04-29 16:51:33 +00:00
share Explain why we need PCKBC_CNATTACH_SELFTEST. 2005-04-29 22:48:25 +00:00
sys Fix a race condition in xfer abort. Derived from a FreeBSD patch. 2005-04-30 14:38:40 +00:00
tools Update notes for testing on linux, OS/X 2005-04-05 00:21:22 +00:00
usr.bin If running as a demon, make sure config file has an absolute path name. 2005-04-29 17:18:30 +00:00
usr.sbin when checking timestamp, check tv_nsec as well. 2005-04-28 08:44:49 +00:00
x11 We don't need to link hardware independent X11 servers with the "i386" 2005-04-09 18:00:01 +00:00
BUILDING Document the environment variables for if you need to override or 2005-02-15 18:41:18 +00:00
Makefile use usr.sbin/postinstall/postinstall instead of etc/postinstall 2005-04-17 15:18:34 +00:00
Makefile.inc
UPDATING Tweaks for the move of postinstall from /etc to /usr/sbin 2005-04-17 23:12:40 +00:00
build.sh Avoid the brace expansion on OpenBSD. 2005-03-26 06:02:13 +00:00