freebsd-dev/sys
Peter Wemm 33c2e07de7 A really gross hack to make more of the source tree compile again.
#include <sys/user> used to be self contained, but now it needs either
half a dozen VM specific includes beforehand (yuck, so much for
portability), or some horrible hack like this for user-mode only
applications..  The kind of stuff that needs this is the libkvm stuff,
w, ps, etc...  I would welcome a better fix for this BTW.. :-)
(note: this is #ifndef KERNEL, so it shouldn't be re-polluting the kernel
 space after it's been so painfully cleaned up...)
1995-12-09 05:10:55 +00:00
..
alpha Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00
amd64 Julian forgot to make the *devsw structures static. 1995-12-08 23:23:00 +00:00
compat/linux Include <vm/vm.h> explicitly to avoid breaking when vnode_if.h doesn't 1995-12-06 19:14:16 +00:00
compile
conf Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
ddb Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
dev Julian forgot to make the *devsw structures static. 1995-12-08 23:23:00 +00:00
fs Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
gnu Julian forgot to make the *devsw structures static. 1995-12-08 23:23:00 +00:00
i386 Update ibcs2 to use the new ps_strings / stack gap arrangements.. 1995-12-09 04:33:27 +00:00
isa Julian forgot to make the *devsw structures static. 1995-12-08 23:23:00 +00:00
isofs/cd9660 Added prototypes. 1995-12-03 17:14:38 +00:00
kern Reorganise ps_strings in order to gain BSD/OS 2.0 binary compatability. 1995-12-09 04:29:11 +00:00
libkern
miscfs Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
modules Delete obnoxious uprintf()s in load/unload procedures. 1995-11-29 20:10:33 +00:00
msdosfs Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
net Julian forgot to make the *devsw structures static. 1995-12-08 23:23:00 +00:00
netccitt Moved inline functions for insque() and remque() to <sys/queue.h>. 1995-12-03 13:45:34 +00:00
netinet Added a conditionalized printf for debugging MTU discovery. 1995-12-08 16:46:06 +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 Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
nfsclient Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
nfsserver Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
pc98/pc98 Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
pccard Julian forgot to make the *devsw structures static. 1995-12-08 23:23:00 +00:00
pci Julian forgot to make the *devsw structures static. 1995-12-08 23:23:00 +00:00
powerpc/include
rpc
scsi Julian forgot to make the *devsw structures static. 1995-12-08 23:23:00 +00:00
sys A really gross hack to make more of the source tree compile again. 1995-12-09 05:10:55 +00:00
tools Don't #include vm stuff in vnode_if.[ch]. Enough vm stuff (a 1995-12-06 23:33:39 +00:00
ufs Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
vm Julian forgot to make the *devsw structures static. 1995-12-08 23:23:00 +00:00
Makefile