aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-177/+0
* KSE Milestone 2Julian Elischer2001-09-121-10/+10
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Remove the copyinstr call which was trying to copy the pathname in fromDoug Rabson2001-03-031-3/+0
* Add a module version (so that linprocfs can properly depend on procfs)Dag-Erling Smørgrav2000-12-091-0/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+2
* Remove unused #includes.Poul-Henning Kamp1999-12-081-1/+0
* 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-40/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Eliminate the bogus procfs private almost struct dirent structure.Poul-Henning Kamp1999-06-131-6/+1
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-2/+2
* Style fixes and a bug fix: don't remove the exit handler if unmountAlexander Langer1998-07-271-5/+6
* A better solution to the rm_at_exit problem: Register the exit functionAlexander Langer1998-07-271-23/+10
* Override the default VFS LKM dispatch functions so that a moduleAlexander Langer1998-07-251-4/+19
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* As described by the submitter:Mike Smith1998-05-061-4/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+4
* Fixed a missing/misplaced/misstyled prototype.Bruce Evans1997-12-301-3/+1
* Use at_exit() to invoke procfs_exit() instead of calling it directly.Sean Eric Fagan1997-12-081-1/+10
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-2/+2
* Removed unused #includes.Bruce Evans1997-08-021-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-90/+19
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed the type of procfs_sync(). Trailing args were missing.Bruce Evans1995-11-161-4/+26
* Make a lot of private stuff static.Poul-Henning Kamp1995-11-071-13/+13
* Fixed panic that resulted from mmaping files in kernfs and procfs. ADavid Greenman1995-05-251-2/+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
* Make sure process isn't swapped when messing with it.David Greenman1995-02-201-2/+2
* Cosmetics. reduce the noise from gcc -Wall.Poul-Henning Kamp1994-10-101-2/+3
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+3
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-1/+2
* Added $Id$David Greenman1994-08-021-2/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+11
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+243