NetBSD/sys/fs/filecorefs
simonb b5d0e6bf06 Initialise (most) pools from a link set instead of explicit calls
to pool_init.  Untouched pools are ones that either in arch-specific
code, or aren't initialiased during initial system startup.

 Convert struct session, ucred and lockf to pools.
2004-04-25 16:42:40 +00:00
..
filecore_bmap.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
filecore_extern.h Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
filecore_lookup.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
filecore_mount.h terminate snprintb 'new' format strings correctly. 2003-10-03 16:34:31 +00:00
filecore_node.c Initialise (most) pools from a link set instead of explicit calls 2004-04-25 16:42:40 +00:00
filecore_node.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
filecore_utils.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
filecore_vfsops.c Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
filecore_vnops.c Fix xxx_strategy() to use the vnode arg instead of bp->b_vp. 2004-01-26 10:39:29 +00:00
filecore.h sprinkle __attribute__((__packed__)) to structures representing on-disk data 2003-09-06 13:56:42 +00:00
files.filecorefs
Makefile