Go to file
oster 414b788837 Disallow interrupting parity re-writes or copybacks by removing PCATCH
from the tsleep()'s (they probably shouldn't have been there in the
first place!).  Making parity re-writing and copybacks interruptable
will require re-designing how a few things are done (e.g. how memory
is freed for structures shipped off to routines that run asynchronously
relative to the calling routine).  Fix a few other tsleep's while we're at it.
1999-03-14 21:53:31 +00:00
bin Patch from PR#5156 to adjust buffer size to match filesystem block size 1999-03-11 12:04:18 +00:00
distrib Start cleaning up geometry code by storing the disk geometry in a structure 1999-03-14 14:19:05 +00:00
etc It was just Plain Wrong to ship a password file that triggers /etc/security. 1999-03-14 20:11:06 +00:00
games set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> 1999-03-13 23:17:46 +00:00
gnu Add man page (written from scratch) 1999-03-14 04:30:13 +00:00
include brk(2) actually returns an int indicating success (0) or failure (-1). Also, 1999-03-09 20:33:22 +00:00
lib EACESS -> EACCES. From OpenBSD. 1999-03-14 20:15:40 +00:00
libexec work around egcs prints format warning on alpha 1999-03-14 11:43:25 +00:00
regress Note that this is derived from PR 6706 submitted by Brian Grayson. 1999-03-10 19:44:26 +00:00
sbin Modify how the byteswapping of the cylinder summaries is handled. If we 1999-03-11 20:23:58 +00:00
share EACESS -> EACCES. From OpenBSD. 1999-03-14 20:15:40 +00:00
sys Disallow interrupting parity re-writes or copybacks by removing PCATCH 1999-03-14 21:53:31 +00:00
usr.bin There is no -h flag. From OpenBSD. 1999-03-14 18:30:04 +00:00
usr.sbin Minor cleanups; g/c a dead assignment variable. 1999-03-14 19:36:05 +00:00
Makefile Make a note of a subtle lossage mode pointed out by Mycroft. 1999-03-10 19:18:59 +00:00