summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_vfsops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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