summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_init.c
AgeCommit message (Expand)Author
2007-09-07Use M_ZERO in a few more places to shave bytes from the kernel.Artur Grabowski
2007-05-29Nuke the predefined vattr, it was only used for !DIAGNOSTIC,Thordur I. Bjornsson
2005-11-06Use ANSI-style function declarations, no binary change, okay jsg@Pedro Martelletto
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2003-08-18spelling in comment, jonathon grayTed Unangst
2003-07-24kill some externs that are not there anymore and had left other places for a ...Michael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-05-20make it compile w/ debugging onMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-22KNFTheo de Raadt
2000-09-27replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;...Michael Shalayeff
1999-02-19use vfs_register instead of the ugly hack to build vfsconfArtur Grabowski
1998-02-20Please GCC 2.8's harsher view of good styleNiklas Hallqvist
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-02-24OpenBSD tagsNiklas Hallqvist
1996-11-11export vfs_opv_init*Michael Shalayeff
1996-02-29From NetBSD: Merge with NetBSD 960217Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt