freebsd-nq/sys
Bruce Evans 3be8cc7800 Staticized some variables.
Fixed initialization of pipe_pgid - don't default to pid 0 (swapper) for
SIGIO.

Added comments about other implicit initializations, mostly for struct
stat.

Fixed initialization of st_mode.  S_IFSOCK was for when pipes were sockets.
It is probably safe to fix the bogus S_ISFIFO() now that pipes can be
distinguished from sockets in all cases.

Don't return ENOSYS for inappropriate ioctls.
1996-07-12 08:14:58 +00:00
..
alpha Change the way moused talk to syscons, now its only delivering mouseevents 1996-06-25 08:54:57 +00:00
amd64 Removed "optimization" using gcc's builtin memcpy instead of bcopy. 1996-07-12 07:18:12 +00:00
compat/linux Removed unused #include. Linux doesn't support SCO consoles. 1996-06-23 17:08:11 +00:00
compile
conf Adding changes to ipfw and the kernel to support ip packet diversion.. 1996-07-10 19:44:30 +00:00
ddb
dev Staticized a few variables. 1996-07-12 07:41:34 +00:00
fs Implement locking for pfs nodes, when at the leaf. Concurrent access 1996-07-02 13:38:10 +00:00
geom
gnu Added #include of <machine/md_var.h>. This will be needed when 1996-06-25 20:31:01 +00:00
i386 Staticized a few variables. 1996-07-12 07:41:34 +00:00
isa Staticized a few variables. 1996-07-12 07:41:34 +00:00
isofs/cd9660
kern Staticized some variables. 1996-07-12 08:14:58 +00:00
libkern
miscfs Comment out rootdev & rrootdev so a ls -l doesn't panic the machine. 1996-07-03 03:48:46 +00:00
modules Added or restored #include of <machine/md_var.h>. Some declarations 1996-07-01 20:29:10 +00:00
msdosfs
net Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
netatalk
netinet Don't use NULL in non-pointer contexts. 1996-07-12 04:12:25 +00:00
netipx
netkey
netns
nfs Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
nfsclient Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
nfsserver Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
pc98
pccard Added #include of <machine/md_var.h>. This will be needed when 1996-06-25 20:31:01 +00:00
pci Don't use NULL in non-pointer contexts. 1996-07-12 04:12:25 +00:00
powerpc/include
rpc
scsi Don't use NULL in non-pointer contexts. 1996-07-12 04:12:25 +00:00
sys Removed obsolete definition of PIPE_NBIO. 1996-07-12 05:44:30 +00:00
tools
ufs Don't use NULL in non-pointer contexts. 1996-07-12 04:12:25 +00:00
vm Don't use NULL in non-pointer contexts. 1996-07-12 04:12:25 +00:00
Makefile