NetBSD/sys
thorpej 97e83f6e0b Change the "vm_offset_t"s to "u_long"s for now; eventually, we can make
them vaddr_t and paddr_t, as appropriate (after scouring the RPB docs
to know which are phys and virt addresses).
1998-08-14 16:46:09 +00:00
..
adosfs Per POSIX, fail with EINVAL if advisory locking is attempted on a file type 1998-08-13 10:06:31 +00:00
arch Change the "vm_offset_t"s to "u_long"s for now; eventually, we can make 1998-08-14 16:46:09 +00:00
compat Merge paddr_t changes into the main branch. 1998-08-13 02:10:37 +00:00
conf deffs FILECORE 1998-08-14 03:27:51 +00:00
ddb Merge paddr_t changes into the main branch. 1998-08-13 02:10:37 +00:00
dev Emulate ulinear_be using slinear_be on later chips. 1998-08-14 00:49:23 +00:00
filecorefs Initial commit of Andrew McMurry's Acorn Filecore filesystem. 1998-08-14 03:26:12 +00:00
gdbscripts
ipkdb
isofs Per POSIX, fail with EINVAL if advisory locking is attempted on a file type 1998-08-13 10:06:31 +00:00
kern Oops, this got missed in the vm_offset_t -> vaddr_t change. 1998-08-13 19:15:33 +00:00
lib Lots of kernlib functions rewritten as inline macros. 1998-08-08 11:18:32 +00:00
lkm
miscfs Per POSIX, fail with EINVAL if advisory locking is attempted on a file type 1998-08-13 10:06:31 +00:00
msdosfs create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
net Oops, I forgot aliases for some old names (10baseT/UTP, 10base2/BNC, 1998-08-12 23:23:29 +00:00
netatalk
netccitt fix to accomodate change in vn_rdwr prototype 1998-07-28 20:25:28 +00:00
netinet Fix the NEXT_IA_WITH_SAME_ADDR macro introduced in 1.27: it was finding 1998-08-14 06:57:54 +00:00
netiso
netnatm
netns
nfs create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
stand
sys Added a vnode type for filecore fs (VT_FILECORE). 1998-08-14 03:31:16 +00:00
ufs create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
uvm minor consistency nit: the page index into an anon object is always 1998-08-13 17:32:46 +00:00
vm Oops, lots of missed vm_offset_t -> vaddr_t changes. 1998-08-13 21:20:47 +00:00
Makefile Add filecorefs so we get the header files installed. 1998-08-14 13:05:37 +00:00