summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_vfsops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Actually remove the procfs filesguenther2014-09-081-219/+0
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* Include <sys/vmmeter.h> directly instead of relying on it beingmpi2014-05-061-6/+3
* Add an f_mntfromspec member to struct statfs, which specifies the name ofjsing2013-04-151-1/+4
* Cleanup VFS mount string handling:jsing2012-09-101-5/+4
* Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitguenther2012-04-101-3/+3
* In procfs_root(), while the vn_lock on a newly-allocated vnode can notoga2010-09-231-2/+2
* ansify/de-register.jasper2007-06-181-22/+7
* remove more caddr_ttedu2004-05-201-2/+2
* save room for nul, so we can unmount later. pr2327 from peter wernertedu2004-03-031-2/+2
* constify vfsops; tedu@ okmickey2003-08-141-2/+2
* make procfs support statfs args. lossage noticed and patch tested by jolantedu2003-08-051-1/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* use M_MISCFSMNT instead of M_UFSMNT for mount datatedu2003-02-241-3/+3
* Sigh. I comitted the wrong diff in the last vfs changes.art2003-01-311-20/+7
* File system locking fixups, mostly from NetBSD:art2003-01-311-3/+25
* First round of __P removal in sysmillert2002-03-141-18/+18
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-3/+1
* Remove old vm.art2001-06-271-7/+1
* Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@tholo2001-04-091-2/+27
* use void * consistently in vfs_mount and sys_mount. ok @artassar2001-02-201-3/+3
* update to use new checkexp vfs operationassar2000-02-071-3/+6
* New struct statfs with mount options. NOTE: this replaces statfs(2),millert1999-05-311-6/+1
* vmtotal -> uvm_total for uvmart1999-02-261-1/+9
* Updates to match type changes in syscall tablestholo1998-02-081-3/+3
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-68/+15
* back out vfs lite2 till after 2.2deraadt1997-10-061-15/+68
* VFS Lite2 Changescsapuntz1997-10-061-68/+15
* use <sys/queue.h> for pfsnode list.mickey1996-06-211-6/+1
* show Virtual Memory total/used to df.mickey1996-06-201-3/+5
* From NetBSD: update to 960217 sourcesniklas1996-02-271-6/+39
* initial import of NetBSD treederaadt1995-10-181-0/+229