NetBSD/sys
oster 834d494bb2 - Introduce rf_pools which contains all of the various global pools used
by RAIDframe.  Convert all other RAIDframe global pools to use pools
defined within this new structure.
- Introduce rf_pool_init(), used for initializing a single pool in
RAIDframe.  Teach each of the configuration routines to use
rf_pool_init().
- Cleanup a few pool-related comments.
- Cleanup revent initialization and #defines.
- Add a missing pool_destroy() for the reconbuffer pool.

(Saves another 1K off of an i386 GENERIC kernel, and makes
stuff a lot more readable)
2004-03-07 21:57:44 +00:00
..
altq parameter with two es. From Peter Postma. 2004-02-24 15:22:01 +00:00
arch Print an informative message when unimpl_intr() is invoked, rather than panic(). 2004-03-06 07:50:56 +00:00
coda
compat allow to start other emulations (eg native code) 2004-02-25 18:15:45 +00:00
conf split off the evcnt code (which is unrelated to autoconfiguration) 2004-02-17 05:03:15 +00:00
crypto
ddb Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
dev - Introduce rf_pools which contains all of the various global pools used 2004-03-07 21:57:44 +00:00
fs add comment to smbfs_remove() regarding the limitation to only remove 2004-02-29 12:19:15 +00:00
gdbscripts
ipkdb
kern Drop trailing spaces. 2004-03-05 11:30:50 +00:00
lib
lkm Alphabetize... 2004-01-20 04:55:46 +00:00
miscfs Handle the case of fifo_close() getting called from vclean(). In that 2004-03-06 00:38:29 +00:00
net Don't leak memory if a copyin fails. 2004-03-01 13:54:02 +00:00
net80211 fix int/size_t issues in debug code. 2004-02-11 10:19:32 +00:00
netatalk
netccitt
netinet No need to include netinet/ip_mroute.h twice. 2004-03-04 15:15:06 +00:00
netinet6 Use the new IPSEC_PCB_SKIP_IPSEC() to bypass a socket policy lookup 2004-03-02 02:28:28 +00:00
netipsec Remove some left-over debugging code. 2004-03-02 02:24:02 +00:00
netisdn Spell length with h after t. Inspired by a commit by brad@openbsd. 2004-02-13 18:02:05 +00:00
netiso Spell the plural of suffix "suffixes", not "suffices". 2004-02-13 17:56:17 +00:00
netkey occured -> occurred. From Peter Postma. 2004-02-24 15:12:51 +00:00
netnatm
netns parameter with two es. From Peter Postma. 2004-02-24 15:22:01 +00:00
netsmb parameter with two es. From Peter Postma. 2004-02-24 15:22:01 +00:00
nfs Adjust sillyrename cleanup code to deal with the parent vnode 2004-01-23 22:20:20 +00:00
opencrypto Split opencrypto configuration into an attribute, usable by inkernel 2003-12-31 16:44:26 +00:00
stand
sys Add new macros: 2004-03-03 21:05:30 +00:00
ufs revert ufs_lookup.c rev.1.53 (MNT_ASYNC changes) 2004-03-06 06:54:12 +00:00
uvm add debugging assertion ensuring UBC_FAULTBUSY is only used with UBC_WRITE 2004-03-05 20:44:01 +00:00
Makefile