NetBSD/sys
cgd a5c13f9ad4 Kwality control:
* put #includes of opt headers and headers to get protos used by
  net/netisr_dispatch.h in net/netisr.h (if !defined(_LOCORE)) (rather than
  in netisr_dispatch.h itself, and potentially nowhere, respectively).
* require netisr.h to be included before netisr_dispatch.h.
* minor additional cleanup of both netisr.h and netisr_dispatch.h.
* clean up uses to remove now-unnecessary header file inclusions, and
  local prototypes of the fns.
* convert netisr dispatch implementations which didn't use
  netisr_dispatch.h (pc532) to use it.
2000-07-02 04:40:33 +00:00
..
adosfs A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
arch Kwality control: 2000-07-02 04:40:33 +00:00
coda remove redundant vm includes. 2000-06-27 17:53:44 +00:00
compat remove include of <vm/vm.h> 2000-06-29 02:40:37 +00:00
conf We are now at 1.5B because of the removal of <vm/*>. 2000-06-30 07:44:05 +00:00
crypto Import the IPsec crypto code from netbsd-cryptosrc-intl. 2000-06-14 19:45:33 +00:00
ddb remove include of <vm/vm.h> 2000-06-27 17:55:38 +00:00
dev re-add README that got lost in 2.12-to-2.14 merge. 2000-07-01 01:59:54 +00:00
filecorefs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
gdbscripts gdb macro to print the kernel message buffer 2000-06-08 14:45:24 +00:00
ipkdb Fix a few (essential!) tyops. 2000-03-23 20:33:37 +00:00
isofs add a new mount flag ISOFSMNT_NOCASETRANS - if set, the file names are not 2000-05-27 16:03:55 +00:00
kern vinsheadfree -> ungetnewvnode 2000-06-27 23:51:51 +00:00
lib <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-27 18:01:06 +00:00
lkm Resolve conflicts. 2000-05-03 11:12:03 +00:00
miscfs <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 02:44:06 +00:00
msdosfs remove include of <vm/vm.h> 2000-06-28 02:49:15 +00:00
net Kwality control: 2000-07-02 04:40:33 +00:00
netatalk Define sa_family_t, and use it for sat_family. 2000-06-26 16:16:42 +00:00
netccitt More register removal. 2000-03-30 13:53:32 +00:00
netinet Don't rate-limit ICMP errors from packets we send to ourselves. 2000-07-01 21:46:40 +00:00
netinet6 suppress too noisy warning on forward-over-loopback case. from kame 2000-06-30 19:46:05 +00:00
netiso Define sa_family_t, and use it for siso_family. 2000-06-26 16:20:01 +00:00
netkey nuke sadb_x_ident_id, wihich violates pfkey standard. 2000-07-01 01:01:34 +00:00
netnatm
netns remove unused macro. 2000-04-10 02:19:29 +00:00
nfs remove include of <vm/vm.h> 2000-06-28 03:30:42 +00:00
ntfs <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 03:32:55 +00:00
stand
sys Add the notion of "cloning" of network pseudo-interface (e.g. `gif'). 2000-07-02 00:20:48 +00:00
ufs Move SET_ENDOP after vrele to avoid deactivating vnode twice, if 2000-07-01 19:03:57 +00:00
uvm remove include of <vm/vm.h> 2000-06-27 17:29:17 +00:00
Makefile remove vm 2000-06-29 12:04:24 +00:00