summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/kernfs/kernfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-27/+8
* Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printfbde1999-08-291-13/+13
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove an unused variable.billf1999-08-171-2/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-2/+2
* Simplify cdevsw registration.phk1999-05-311-11/+6
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+1
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* As described by the submitter:msmith1998-05-061-2/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-4/+6
* Removed unused #includes.bde1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-1/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-124/+29
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-4/+7
* another case where cdevsw becoming a pointer makes it neccesary tojulian1995-12-141-2/+6
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-2/+2
* Staticize.phk1995-12-111-26/+26
* Fixed the type of kernfs_sync(). Trailing args were missing.bde1995-11-161-5/+30
* Fixed panic that resulted from mmaping files in kernfs and procfs. Adg1995-05-251-1/+4
* Add four more filesystem flags:wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* GCC cleanup.phk1994-10-021-3/+5
* More loadable VFS changes:wollman1994-09-221-1/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+3
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+12
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+329
OpenPOWER on IntegriCloud