Go to file
thorpej 489d6d0e46 Reverse the stopgap change made in revision 1.29:
date: 1998/08/01 01:47:24;  author: thorpej;  state: Exp;  lines: +18 -8
Don't call the protocol drain routines if how == M_NOWAIT, which typically
means we're in interrupt context.  Since we can be called from a network
hardware interrupt, we could corrupt the protocol queues we try to drain
them at that time.

The problem has been addressed by letting the drain'able protocols use
a locking scheme to prevent queue corruption.
1998-12-18 21:40:14 +00:00
bin Patch per PR#6166 and clean up some nroff bogons. 1998-12-13 19:34:44 +00:00
distrib s/sprintf/snprintf/ 1998-12-16 22:35:26 +00:00
etc Use "#" instead of "//" for comments. 1998-12-15 01:08:43 +00:00
games tweaks to pass DESTDIR to subprograms when it is defined in /etc/mk.conf 1998-12-06 09:06:45 +00:00
gnu No need to descend into directories that no longer exist. 1998-12-17 22:36:42 +00:00
include Add the N_SET* symbol types. 1998-12-17 23:15:21 +00:00
lib Minor size_t!=int related cleanup, only effective on the alpha. 1998-12-13 12:21:46 +00:00
libexec Duh! Hang on to SUN_COMPAT.. something is bust. 1998-12-17 23:36:38 +00:00
regress Use sigemptyset() to initialize the signal mask for sigaction(). 1998-09-19 21:23:10 +00:00
sbin Only build ldconfig on a.out platforms. Everyone else still builds the 1998-12-17 22:23:44 +00:00
share Add Byte Runner Technologies TC-400 and TC-800 driver doc from Eric S. Hvozda 1998-12-16 11:38:36 +00:00
sys Reverse the stopgap change made in revision 1.29: 1998-12-18 21:40:14 +00:00
usr.bin Build ldd.1, and make it work with the extra directory depth. 1998-12-17 22:34:55 +00:00
usr.sbin Double-check tcp/udp checksum if we get enough data to do it. 1998-12-18 20:28:54 +00:00
Makefile GC old gcc 2.7.2.2. 1998-12-12 23:44:22 +00:00