summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_init.c
AgeCommit message (Expand)Author
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-19start retiring the nointr allocator. specify PR_WAITOK as a flag as aTed Unangst
2014-09-08Delete procfs; it's always had races and is now unused: no one noticed forPhilip Guenther
2013-09-24a bit more tmpfs scaffolding (still not active, no kernel change)Marc Espie
2013-06-03changes for isc fuse support. not enabled. ok beck deraadt.Ted Unangst
2013-03-28no need for vnode.h to include namei.h unconditionallyTed Unangst
2012-08-23kill nnpfs deadTheo de Raadt
2011-04-07merge vfs_conf.c and vfs_init.c and retire vfs_conf.c;Thordur I. Bjornsson
2010-12-21Bring back the "End the VOP experiment." diff, naddy's issues whereThordur I. Bjornsson
2010-09-10Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)Thordur I. Bjornsson
2010-09-06End the VOP experiment. Instead of the ridicolusly complicated operationThordur I. Bjornsson
2010-01-14fix typos in comments, no code changes;Ingo Schwarze
2009-01-14correct test when checking the default operation entry.Federico G. Schwindt
2008-05-16merge vfs_opv_init into vfs_op_init and remove the former,Thordur I. Bjornsson
2008-05-16remove some old debug cruft, make some comments nicerThordur I. Bjornsson
2008-05-08retire vn_default_error() and replace all instancesThordur I. Bjornsson
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