freebsd-dev/sys
Bruce Evans 466b676ad5 Define FALSE and TRUE in <sys/param.h> (if KERNEL is defined) as well
as in <vm/vm_param.h> so that <vm/vm.h> doesn't have to be included
in kernel sources just to get the definitions of these fundamental
vm (;-) quantities.
1995-12-05 21:03:13 +00:00
..
alpha Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00
amd64 A major sweep over the sysctl stuff. 1995-12-04 16:48:58 +00:00
compat/linux Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00
compile
conf GENERIC - Add a commented out line for adding support for IBM ThinkPad 1995-11-29 20:07:49 +00:00
ddb Staticized and '#ifdef notused' stuff we don't use. 1995-11-29 10:25:50 +00:00
dev Updated my copyright. 1995-12-05 13:01:33 +00:00
fs Restored #include of <sys/tty.h>. fdesc_vnops.c needs to know too much 1995-12-05 19:12:05 +00:00
gnu Fixed ity's d_stop entry. itystop() wasn't used. itystop() is inadequate 1995-12-05 20:33:57 +00:00
i386 Fixed ity's d_stop entry. itystop() wasn't used. itystop() is inadequate 1995-12-05 20:33:57 +00:00
isa Fix my color/attr separation patch. 1995-11-30 03:29:31 +00:00
isofs/cd9660 Added prototypes. 1995-12-03 17:14:38 +00:00
kern A major sweep over the sysctl stuff. 1995-12-04 16:48:58 +00:00
libkern
miscfs Restored #include of <sys/tty.h>. fdesc_vnops.c needs to know too much 1995-12-05 19:12:05 +00:00
modules Delete obnoxious uprintf()s in load/unload procedures. 1995-11-29 20:10:33 +00:00
msdosfs Added prototypes. 1995-12-03 16:42:02 +00:00
net all: 1995-12-05 02:01:59 +00:00
netccitt Moved inline functions for insque() and remque() to <sys/queue.h>. 1995-12-03 13:45:34 +00:00
netinet Path MTU Discovery is now standard. 1995-12-05 17:46:50 +00:00
netipx Cleaned up prototypes: 1995-11-24 12:25:13 +00:00
netiso all: 1995-12-05 02:01:59 +00:00
netns Moved inline functions for insque() and remque() to <sys/queue.h>. 1995-12-03 13:45:34 +00:00
nfs Completed function declarations and/or added prototypes and/or moved 1995-12-03 10:03:12 +00:00
nfsclient Completed function declarations and/or added prototypes and/or moved 1995-12-03 10:03:12 +00:00
nfsserver Completed function declarations and/or added prototypes and/or moved 1995-12-03 10:03:12 +00:00
pc98/pc98
pccard If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
pci Renamed TRUE (which has value 2) to M_TR to avoid a clash with the 1995-12-05 20:40:10 +00:00
powerpc/include
rpc
scsi Removed dummy routines sscstrategy(), sscread(), sscwrite() and 1995-12-05 19:36:47 +00:00
sys Define FALSE and TRUE in <sys/param.h> (if KERNEL is defined) as well 1995-12-05 21:03:13 +00:00
tools
ufs Completed function declarations and/or added prototypes and/or #includes 1995-12-03 11:17:15 +00:00
vm Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h> 1995-12-05 20:54:42 +00:00
Makefile