Go to file
sommerfeld cb448a064d Fix PR5146: reboot with working directory in unionfs causes
"panic: lockmgr: using decommisioned lock"
(only if DIAGNOSTIC)

The problem turned out to be due to the way LK_DRAIN was (not) handled
in union_lock; it just got passed through to the lock on the upper
vnode (which got marked as decommissioned, instead of that happening
to the union vnode.  When the upper vnode was next locked (typically
when it was released), it went kaboom.
1999-08-01 00:00:57 +00:00
bin Document csh's -m switch. 1999-07-30 01:08:12 +00:00
distrib When converting the end of a partition to CHS, use start + size - 1, not 1999-07-30 20:46:10 +00:00
etc Add ttyC? devices for com devices. 1999-07-31 00:00:03 +00:00
games This patch converts worms(6) to use curses, thereby 1999-07-30 02:23:27 +00:00
gnu The previous change caused the BSS and any sections after it to be misaligned 1999-07-31 20:56:12 +00:00
include optionally include CRYPTOPATH Makefile.frag files. 1999-07-20 09:47:07 +00:00
lib Add note that only the super-user may set or reset any flags on block 1999-07-31 03:30:44 +00:00
libexec handle IPv4 TCP control connection, toward AF_INET6 socket. 1999-07-27 15:41:49 +00:00
regress add in inclusion of file to get memset prototype declaration. 1999-07-21 21:46:17 +00:00
sbin Adjust column-sizing code to keep output in 76 character lines, so output 1999-07-30 17:44:01 +00:00
share Add FSDO. 1999-07-31 21:51:40 +00:00
sys Fix PR5146: reboot with working directory in unionfs causes 1999-08-01 00:00:57 +00:00
usr.bin Document kernel behaviour: flags on block and character devices cannot 1999-07-31 03:24:46 +00:00
usr.sbin If unlink() fails w/ ENOENT, don't display an error message. 1999-07-31 05:22:05 +00:00
Makefile Remove all of the domestic/crypto-us glue from this file. It is handled 1999-07-12 21:53:52 +00:00