Go to file
jdolecek 57b53bc9a8 The device close routine is called when _last_ descriptor to the
device file is closed, rather on every descriptor close. Instead of
getting the exclusive lock on open and releasing on close, get
the lock only when needed in sysmonioctl_envsys().
Fixes kern/14368 by Anthony Mallet. Okayed by Jason Thorpe.

While here, also inline sysmon_envsys_init() to sysmonopen_envsys(),
and g/c sysmonioctl_wdog() prototype.
2002-01-03 22:35:53 +00:00
bin Fix a typo, and improve grammar. 2002-01-03 16:58:04 +00:00
crypto Fix warnings generated by gcc 3.1. 2001-12-31 20:09:53 +00:00
dist Back out previous change - turns out to be a sparc64 toolchain problem 2002-01-03 11:22:07 +00:00
distrib Add ustir(4). 2002-01-03 19:01:19 +00:00
etc Obsolete /usr/include/smbfs. 2002-01-02 18:33:06 +00:00
games Sync getopt() / man page with actual getopt options. 2001-12-20 20:10:33 +00:00
gnu Convert this code to use read/write rather than mmap followed by read 2002-01-03 06:21:47 +00:00
include Use "int32_t" instead of "time_t" for ``on tape'' times. (From FreeBSD.) 2001-12-23 14:38:03 +00:00
lib Add a note that POLLIN event is returned rather than POLLHUP when 2002-01-03 22:18:09 +00:00
libexec - Allow RTLD_DEFAULT_LIBRARY_PATH to be overridden. 2001-12-28 05:44:22 +00:00
regress Need <string.h> for memcpy() prototype (noticed by gcc 3.1). 2001-12-31 20:19:14 +00:00
sbin make sure string_table is initialized to NULL in read_shstring_table(), 2002-01-03 21:45:58 +00:00
share Don't end up with a "rm -f" statement with no args. Fixes toolchain/15074. 2002-01-03 19:11:17 +00:00
sys The device close routine is called when _last_ descriptor to the 2002-01-03 22:35:53 +00:00
tools Remove stray diagnostic "echo". 2002-01-03 16:47:08 +00:00
usr.bin Add "case" statements for "NTSPEC" to fix "gcc" warnings. 2002-01-03 18:50:54 +00:00
usr.sbin Simply rid ourselves of the evil cpp tricks being done here. The 2002-01-01 06:31:49 +00:00
build.sh Apply workaround for some Bourne shells not handling IFS in the POSIX way. 2001-12-19 20:59:07 +00:00
BUILDING Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
BUILDING.mdoc Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
Makefile Add a wrapper for the "distribution" target, similar to the wrapper 2001-11-25 18:31:12 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Add note about how to work around reloc problems in groff now that the toolchain 2001-12-07 09:56:44 +00:00