summaryrefslogtreecommitdiff
path: root/sys/miscfs/kernfs/kernfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Retire kernfs (kernel part).Dag-Erling Smørgrav2000-12-281-237/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Fix a 64-bitism, use size_t instead of u_int for 4th arg to copyinstr.John Baldwin2000-09-111-1/+1
* Remove stale, unused and bogus root device hunting code.Poul-Henning Kamp2000-07-271-24/+0
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-27/+8
* Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printfBruce Evans1999-08-291-13/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove an unused variable.Bill Fumerola1999-08-171-2/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-2/+2
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-11/+6
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+1
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-2/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-2/+2
* As described by the submitter:Mike Smith1998-05-061-2/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-4/+6
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Add function prototypes for most of the new Lite2 functions.Mike Pritchard1997-02-121-1/+2
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-124/+29
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-4/+7
* another case where cdevsw becoming a pointer makes it neccesary toJulian Elischer1995-12-141-2/+6
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-2/+2
* Staticize.Poul-Henning Kamp1995-12-111-26/+26
* Fixed the type of kernfs_sync(). Trailing args were missing.Bruce Evans1995-11-161-5/+30
* Fixed panic that resulted from mmaping files in kernfs and procfs. ADavid Greenman1995-05-251-1/+4
* Add four more filesystem flags:Garrett Wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* GCC cleanup.Poul-Henning Kamp1994-10-021-3/+5
* More loadable VFS changes:Garrett Wollman1994-09-221-1/+2
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+3
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+12
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+329