Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | start retiring the nointr allocator. specify PR_WAITOK as a flag as a | 2014-12-19 | 1 | -3/+2 | |
| | | | | marker for which pools are not interrupt safe. ok dlg | ||||
* | Delete procfs; it's always had races and is now unused: no one noticed for | 2014-09-08 | 1 | -9/+1 | |
| | | | | | | months that I broke it before the 5.5 release. confirmed as not being required by ports by sthen@, ajacoutot@, dcoppa@ | ||||
* | a bit more tmpfs scaffolding (still not active, no kernel change) | 2013-09-24 | 1 | -1/+9 | |
| | | | | | | | | | reduces the actual diff needed, and allows one to build mount_tmpfs without reinstalling the includes. (still awaiting review on the uvm bits) okay krw@, tedu@ | ||||
* | changes for isc fuse support. not enabled. ok beck deraadt. | 2013-06-03 | 1 | -1/+9 | |
| | | | | from Sylvestre Gallon ccna.syl gmail.com | ||||
* | no need for vnode.h to include namei.h unconditionally | 2013-03-28 | 1 | -1/+2 | |
| | | | | ok deraadt guenther | ||||
* | kill nnpfs dead | 2012-08-23 | 1 | -9/+1 | |
| | |||||
* | merge vfs_conf.c and vfs_init.c and retire vfs_conf.c; | 2011-04-07 | 1 | -9/+97 | |
| | | | | | | | The contents belong togather a long with other crud, that should get moved at some point. ok deraadt@, miod@ | ||||
* | Bring back the "End the VOP experiment." diff, naddy's issues where | 2010-12-21 | 1 | -153/+5 | |
| | | | | | | unrelated, and his alpha is much happier now. OK deraadt@ | ||||
* | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | 2010-09-10 | 1 | -5/+153 | |
| | | | | have been resolved. | ||||
* | End the VOP experiment. Instead of the ridicolusly complicated operation | 2010-09-06 | 1 | -153/+5 | |
| | | | | | | | | | | | | | | | | | | | vector setup that has questionable features (that have, as far as I can tell never been used in practice, atleast not in OpenBSD), remove all the gunk and favor a simple struct full of function pointers that get set directly by each of the filesystems. Removes gobs of ugly code and makes things simpler by a magnitude. The only downside of this is that we loose the vnoperate feature so the spec/fifo operations of the filesystems need to be kept in sync with specfs and fifofs, this is no big deal as the API it self is pretty static. Many thanks to armani@ who pulled an earlier version of this diff to current after c2k10 and Gabriel Kihlman on tech@ for testing. Liked by many. "come on, find your balls" deraadt@. | ||||
* | fix typos in comments, no code changes; | 2010-01-14 | 1 | -3/+3 | |
| | | | | | from Brad Tilley <brad at 16systems dot com>; ok oga@ | ||||
* | correct test when checking the default operation entry. | 2009-01-14 | 1 | -2/+2 | |
| | | | | from patrick keshishian <sidster at boxsoft dot com> | ||||
* | merge vfs_opv_init into vfs_op_init and remove the former, | 2008-05-16 | 1 | -26/+15 | |
| | | | | as they where called consecutively in vfs_init. | ||||
* | remove some old debug cruft, make some comments nicer | 2008-05-16 | 1 | -20/+7 | |
| | | | | | | and shuffle declerations around. OK blambert@ | ||||
* | retire vn_default_error() and replace all instances | 2008-05-08 | 1 | -13/+1 | |
| | | | | | | with eopnotsupp() instead; ok blambert@ | ||||
* | Use M_ZERO in a few more places to shave bytes from the kernel. | 2007-09-07 | 1 | -3/+2 | |
| | | | | eyeballed and ok dlg@ | ||||
* | Nuke the predefined vattr, it was only used for !DIAGNOSTIC, | 2007-05-29 | 1 | -7/+1 | |
| | | | | | | | | this shrinks the i386 RAMDISK a bit. (Using the predefined vattr for GENERIC meant a growth of 416bytes without any measurable perfomance gain). ok krw@, art@ | ||||
* | Use ANSI-style function declarations, no binary change, okay jsg@ | 2005-11-06 | 1 | -11/+7 | |
| | |||||
* | use pool for namei pathbuf. testing ok millert@ tdeval@ | 2004-05-14 | 1 | -1/+7 | |
| | |||||
* | spelling in comment, jonathon gray | 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 | 2003-07-24 | 1 | -3/+1 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | make it compile w/ debugging on | 2002-05-20 | 1 | -2/+2 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -4/+4 | |
| | |||||
* | KNF | 2001-06-22 | 1 | -4/+3 | |
| | |||||
* | replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations; art@ ok | 2000-09-27 | 1 | -3/+3 | |
| | |||||
* | use vfs_register instead of the ugly hack to build vfsconf | 1999-02-19 | 1 | -13/+15 | |
| | |||||
* | Please GCC 2.8's harsher view of good style | 1998-02-20 | 1 | -2/+2 | |
| | |||||
* | Updates for VFS Lite 2 + soft update. | 1997-11-06 | 1 | -7/+14 | |
| | |||||
* | back out vfs lite2 till after 2.2 | 1997-10-06 | 1 | -14/+7 | |
| | |||||
* | VFS Lite2 Changes | 1997-10-06 | 1 | -7/+14 | |
| | |||||
* | OpenBSD tags | 1997-02-24 | 1 | -0/+1 | |
| | |||||
* | export vfs_opv_init* | 1996-11-11 | 1 | -5/+0 | |
| | |||||
* | From NetBSD: Merge with NetBSD 960217 | 1996-02-29 | 1 | -7/+14 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+267 | |