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
/
usr.bin
/
fstat
/
fstat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+5
*
Remove userland bits related to the crypto(4) interface; ok deraadt
mikeb
2014-08-20
1
-18
/
+1
*
Don't need to know how to format bluetooth socket info here
guenther
2014-08-10
1
-7
/
+1
*
AF_NATM support was removed before 5.5
guenther
2014-05-30
1
-7
/
+1
*
- add UNIX-domain socket info to struct kinfo_file2
guenther
2013-10-22
1
-30
/
+30
*
A space got lost in fstat state output, put it back.
bluhm
2013-03-31
1
-2
/
+2
*
Do not leak kernel pointers, unless operating as root. Some other display
deraadt
2013-03-24
1
-32
/
+57
*
makes cloned devices line up well with the rest of the output;
mikeb
2012-11-30
1
-2
/
+2
*
Add rtable id and thread id to struct kinfo_proc (and fix process id)
guenther
2012-01-07
1
-67
/
+169
*
rmove rotten netatalk bits
henning
2011-07-09
1
-7
/
+1
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-12
/
+1
*
Accept numeric UIDs as well as usernames like pgrep etc.
nicm
2009-07-12
1
-5
/
+11
*
Add POSIX-compliant fuser mode to fstat. Originally based on
millert
2009-07-08
1
-51
/
+159
*
Do not print non-vnode information if asked to report information on a
miod
2009-06-15
1
-7
/
+12
*
remove unused variables
chl
2009-06-11
1
-4
/
+3
*
Use the new kvm_getfile2 interface to do the dirty work. OK deraadt@
millert
2009-06-07
1
-645
/
+230
*
Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@
jj
2009-06-03
1
-16
/
+16
*
Don't define NFS before including kernel header files,
thib
2009-05-31
1
-4
/
+2
*
Do not display file offsets and a few other pieces of information, except
deraadt
2008-10-07
1
-8
/
+26
*
bring cloning up too date; Munge it so it will work with atleast
thib
2008-04-08
1
-4
/
+47
*
sort the fields in manual page in the same order as in fstat output;
sobrado
2007-10-01
1
-7
/
+7
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-3
/
+3
*
use strtonum, from jason dixon
tedu
2007-04-07
1
-5
/
+7
*
oops, forgot \n at end of kqueue lines; Nicholas Marriott
deraadt
2006-06-19
1
-3
/
+3
*
do per file io accounting and show that in fstat as well; pedro@ marco@ ok
mickey
2006-03-26
1
-31
/
+53
*
Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.
pedro
2005-12-28
1
-5
/
+5
*
Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.
pedro
2005-12-17
1
-2
/
+22
*
give inode 8 positions (new ver w/ missing spaces deraadt pt out); millert@ krw@ ok
mickey
2005-12-13
1
-6
/
+6
*
make these use setres[ug]id for simple privilege dropping;
djm
2005-07-04
1
-8
/
+10
*
null removal fallout
tedu
2005-05-26
1
-83
/
+2
*
remove NI_WITHSCOPEID (which is not standard)
itojun
2004-11-17
1
-7
/
+3
*
Convert to kvm_getproc2(); ok deraadt@
millert
2004-01-08
1
-18
/
+16
*
add missing -o and sort options in usage();
jmc
2003-09-09
1
-4
/
+4
*
protos
deraadt
2003-07-02
1
-5
/
+7
*
cleanup
deraadt
2003-06-28
1
-5
/
+5
*
protos
deraadt
2003-06-25
1
-4
/
+3
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-5
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
repair damage after layer fs changes
tedu
2003-05-13
1
-3
/
+3
*
move kvm opening to earliest possible place
deraadt
2002-08-04
1
-17
/
+17
*
ansi
deraadt
2002-07-13
1
-52
/
+19
*
a real pid_t cleanup.
mpech
2002-06-12
1
-20
/
+28
*
misc cleanups, and grok systrace better
deraadt
2002-05-19
1
-29
/
+28
*
grok crypto/kqueue/systrace vnodes
deraadt
2002-05-18
1
-2
/
+78
*
Remove \n from err/errx/warn/warnx().
mpech
2002-03-14
1
-3
/
+3
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-16
/
+16
*
KNF
deraadt
2001-12-01
1
-19
/
+22
*
fix AF_INET6 dgram socket printing (missing curly brace)
itojun
2001-11-26
1
-3
/
+4
*
kill more registers
mpech
2001-11-19
1
-7
/
+7
*
first pass at a -Wall cleanup
deraadt
2001-07-12
1
-5
/
+8
[next]