| Commit message (Expand) | Author | Age | Files | Lines |
* | Move extern declarations of vfsops variables into header file. |  bluhm | 2019-12-26 | 1 | -42/+1 |
* | Restrict which filesystems are available for swap. This rules out |  visa | 2019-04-02 | 1 | -5/+5 |
* | Simplify VFS initialization. |  visa | 2018-09-17 | 1 | -34/+29 |
* | Move vfsconf lookup code into dedicated functions. |  visa | 2018-09-16 | 1 | -1/+26 |
* | In uvm Chuck decided backing store would not be allocated proactively |  deraadt | 2017-12-11 | 1 | -11/+21 |
* | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 2016-09-15 | 1 | -3/+3 |
* | pool_setipl |  dlg | 2016-08-25 | 1 | -1/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | start retiring the nointr allocator. specify PR_WAITOK as a flag as a |  tedu | 2014-12-19 | 1 | -3/+2 |
* | Delete procfs; it's always had races and is now unused: no one noticed for |  guenther | 2014-09-08 | 1 | -9/+1 |
* | a bit more tmpfs scaffolding (still not active, no kernel change) |  espie | 2013-09-24 | 1 | -1/+9 |
* | changes for isc fuse support. not enabled. ok beck deraadt. |  tedu | 2013-06-03 | 1 | -1/+9 |
* | no need for vnode.h to include namei.h unconditionally |  tedu | 2013-03-28 | 1 | -1/+2 |
* | kill nnpfs dead |  deraadt | 2012-08-23 | 1 | -9/+1 |
* | merge vfs_conf.c and vfs_init.c and retire vfs_conf.c; |  thib | 2011-04-07 | 1 | -9/+97 |
* | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 2010-12-21 | 1 | -153/+5 |
* | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 2010-09-10 | 1 | -5/+153 |
* | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 1 | -153/+5 |
* | fix typos in comments, no code changes; |  schwarze | 2010-01-14 | 1 | -3/+3 |
* | correct test when checking the default operation entry. |  fgsch | 2009-01-14 | 1 | -2/+2 |
* | merge vfs_opv_init into vfs_op_init and remove the former, |  thib | 2008-05-16 | 1 | -26/+15 |
* | remove some old debug cruft, make some comments nicer |  thib | 2008-05-16 | 1 | -20/+7 |
* | retire vn_default_error() and replace all instances |  thib | 2008-05-08 | 1 | -13/+1 |
* | Use M_ZERO in a few more places to shave bytes from the kernel. |  art | 2007-09-07 | 1 | -3/+2 |
* | Nuke the predefined vattr, it was only used for !DIAGNOSTIC, |  thib | 2007-05-29 | 1 | -7/+1 |
* | Use ANSI-style function declarations, no binary change, okay jsg@ |  pedro | 2005-11-06 | 1 | -11/+7 |
* | use pool for namei pathbuf. testing ok millert@ tdeval@ |  tedu | 2004-05-14 | 1 | -1/+7 |
* | spelling in comment, jonathon gray |  tedu | 2003-08-18 | 1 | -2/+2 |
* | kill some externs that are not there anymore and had left other places for a better void ages ago |  mickey | 2003-07-24 | 1 | -3/+1 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | make it compile w/ debugging on |  mickey | 2002-05-20 | 1 | -2/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -4/+4 |
* | KNF |  deraadt | 2001-06-22 | 1 | -4/+3 |
* | replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations; art@ ok |  mickey | 2000-09-27 | 1 | -3/+3 |
* | use vfs_register instead of the ugly hack to build vfsconf |  art | 1999-02-19 | 1 | -13/+15 |
* | Please GCC 2.8's harsher view of good style |  niklas | 1998-02-20 | 1 | -2/+2 |
* | Updates for VFS Lite 2 + soft update. |  csapuntz | 1997-11-06 | 1 | -7/+14 |
* | back out vfs lite2 till after 2.2 |  deraadt | 1997-10-06 | 1 | -14/+7 |
* | VFS Lite2 Changes |  csapuntz | 1997-10-06 | 1 | -7/+14 |
* | OpenBSD tags |  niklas | 1997-02-24 | 1 | -0/+1 |
* | export vfs_opv_init* |  mickey | 1996-11-11 | 1 | -5/+0 |
* | From NetBSD: Merge with NetBSD 960217 |  niklas | 1996-02-29 | 1 | -7/+14 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+267 |