index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
miscfs
/
procfs
/
procfs_vfsops.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Actually remove the procfs files
guenther
2014-09-08
1
-219
/
+0
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
deraadt
2014-07-08
1
-3
/
+1
*
Include <sys/vmmeter.h> directly instead of relying on it being
mpi
2014-05-06
1
-6
/
+3
*
Add an f_mntfromspec member to struct statfs, which specifies the name of
jsing
2013-04-15
1
-1
/
+4
*
Cleanup VFS mount string handling:
jsing
2012-09-10
1
-5
/
+4
*
Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit
guenther
2012-04-10
1
-3
/
+3
*
In procfs_root(), while the vn_lock on a newly-allocated vnode can not
oga
2010-09-23
1
-2
/
+2
*
ansify/de-register.
jasper
2007-06-18
1
-22
/
+7
*
remove more caddr_t
tedu
2004-05-20
1
-2
/
+2
*
save room for nul, so we can unmount later. pr2327 from peter werner
tedu
2004-03-03
1
-2
/
+2
*
constify vfsops; tedu@ ok
mickey
2003-08-14
1
-2
/
+2
*
make procfs support statfs args. lossage noticed and patch tested by jolan
tedu
2003-08-05
1
-1
/
+4
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
use M_MISCFSMNT instead of M_UFSMNT for mount data
tedu
2003-02-24
1
-3
/
+3
*
Sigh. I comitted the wrong diff in the last vfs changes.
art
2003-01-31
1
-20
/
+7
*
File system locking fixups, mostly from NetBSD:
art
2003-01-31
1
-3
/
+25
*
First round of __P removal in sys
millert
2002-03-14
1
-18
/
+18
*
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
miod
2001-11-06
1
-3
/
+1
*
Remove old vm.
art
2001-06-27
1
-7
/
+1
*
Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@
tholo
2001-04-09
1
-2
/
+27
*
use void * consistently in vfs_mount and sys_mount. ok @art
assar
2001-02-20
1
-3
/
+3
*
update to use new checkexp vfs operation
assar
2000-02-07
1
-3
/
+6
*
New struct statfs with mount options. NOTE: this replaces statfs(2),
millert
1999-05-31
1
-6
/
+1
*
vmtotal -> uvm_total for uvm
art
1999-02-26
1
-1
/
+9
*
Updates to match type changes in syscall tables
tholo
1998-02-08
1
-3
/
+3
*
Updates for VFS Lite 2 + soft update.
csapuntz
1997-11-06
1
-68
/
+15
*
back out vfs lite2 till after 2.2
deraadt
1997-10-06
1
-15
/
+68
*
VFS Lite2 Changes
csapuntz
1997-10-06
1
-68
/
+15
*
use <sys/queue.h> for pfsnode list.
mickey
1996-06-21
1
-6
/
+1
*
show Virtual Memory total/used to df.
mickey
1996-06-20
1
-3
/
+5
*
From NetBSD: update to 960217 sources
niklas
1996-02-27
1
-6
/
+39
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+229