freebsd-skq/sys
Bruce Evans bb25f0dd23 Check for signals while reading /dev/urandom. Reading 10MB from
/dev/urandom takes about 38 seconds on a P5/133.  It is useful
to be able to kill such reads almost immediately.  Processes
doing such reads are now scheduled so their denial of service
is no worse than that of processes looping in user mode.
1999-02-02 14:14:05 +00:00
..
alpha Added a hopefully-machine-independent macro for determining if a 1999-02-02 09:08:23 +00:00
amd64 Check for signals while reading /dev/urandom. Reading 10MB from 1999-02-02 14:14:05 +00:00
boot Whoops! Forgot to include Mr. Sobray's more command in the last set 1999-02-01 06:08:21 +00:00
cam Fix warnings preparing for -Wall -Wcast-qual 1999-01-27 20:09:21 +00:00
coda Removed a bogus cast to c_caddr_t. This is part of terminating 1999-01-29 07:23:53 +00:00
compat Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reorder 1999-02-01 13:26:13 +00:00
compile
conf Add streams pseudo-device 1999-01-30 06:31:11 +00:00
contrib/softupdates
ddb Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 23:45:44 +00:00
dev Remember to initialize ifp->if_snd.ifq_maxlen. 1999-02-01 21:25:52 +00:00
fs Don't comment out dead code; remove it. 1999-01-31 11:54:29 +00:00
geom Fix warnings preparing for -Wall -Wcast-qual 1999-01-27 20:09:21 +00:00
gnu Use suser() to check for super user rather than examining cr_uid directly. 1999-01-30 12:17:38 +00:00
i4b
i386 Check for signals while reading /dev/urandom. Reading 10MB from 1999-02-02 14:14:05 +00:00
isa Fix compile warnings about missing braces around static initialization of unions. 1999-01-31 11:52:04 +00:00
isofs/cd9660 Don't comment out dead code; remove it. 1999-01-31 11:54:29 +00:00
kern Switch context before doing some i/o operations that might block if 1999-02-02 12:11:01 +00:00
libkern Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 02:26:20 +00:00
miscfs Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 00:57:57 +00:00
modules Move CFLAGS to God's Own Position 1999-02-01 00:52:51 +00:00
msdosfs Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 22:42:27 +00:00
net Get rid of IFF_BROADCAST from default IFF_ slip options. This accidently 1999-02-02 00:28:29 +00:00
netatalk Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 22:42:27 +00:00
netatm Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 00:57:57 +00:00
netinet Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 22:42:27 +00:00
netipx Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 00:57:57 +00:00
netkey
netnatm
netns
nfs Fix warnings related to -Wall -Wcast-qual 1999-01-28 17:32:05 +00:00
nfsclient Fix warnings related to -Wall -Wcast-qual 1999-01-28 17:32:05 +00:00
nfsserver Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-27 22:42:27 +00:00
pc98 Bzero the devstat structure before use. 1999-01-31 23:08:47 +00:00
pccard Allow the interrupt allocated to the PCIC to be tuned from the kernel 1999-01-29 01:18:15 +00:00
pci Remember to initialize ifp->if_snd.ifq_maxlen. 1999-02-01 21:25:52 +00:00
posix4
powerpc
rpc
svr4 Acquiesce to proc.h for declarations of M_ZOMBIE, M_SUBPROC (and reorder 1999-02-01 13:26:13 +00:00
sys Moved prototypes for soo_{read,write,close} into socketvar.h where they 1999-02-01 21:16:31 +00:00
tools
ufs Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 00:57:57 +00:00
vm This patch eliminates a pointless test from appearing twice 1999-02-01 08:49:30 +00:00
Makefile