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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-22
Support looking up unix domain sockets by file name.
millert
1
-6
/
+27
2020-08-21
Print unp_path for unix domain sockets. OK kn@ mvs@
millert
1
-1
/
+3
2019-03-31
fix Bl;
jmc
1
-2
/
+2
2019-03-31
Document 'p' flag for file descriptors.
procter
1
-13
/
+25
2019-02-05
dev_t is signed to permit passing -1 as an invalid condition, but the
deraadt
1
-3
/
+3
2019-01-30
Document that we now have support for multiple -p and -u flags.
martijn
1
-2
/
+4
2019-01-28
Allow fstat to filter multiple pids and multiple users at the same time.
martijn
1
-15
/
+45
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
millert
3
-5
/
+5
2019-01-21
explicitly handle printing the AF_KEY socket type as "pfkey"
dlg
1
-1
/
+6
2018-09-16
Use uid_from_user(3) and gid_from_group(3) in utilities that
millert
1
-5
/
+10
2018-09-16
Use user_from_uid(3) and group_from_gid(3) in a few more places
millert
1
-6
/
+6
2018-09-13
Fix warnings caused by user_from_uid() and group_from_gid() now
millert
1
-2
/
+2
2018-04-10
print rtable for internet sockets unless it's the default; based on a diff
sthen
1
-1
/
+5
2018-04-06
Print a 'p' flag for file descriptors that were opened after pledge(2).
bluhm
1
-1
/
+3
2018-03-16
improve markup quality in the cases found by the new "--" style message
schwarze
1
-3
/
+3
2017-12-08
repair columns; from kshe59@zohu.eu
deraadt
1
-3
/
+3
2017-10-17
add missing HISTORY; based on CVS logs and release announcements
schwarze
1
-2
/
+7
2017-05-10
Explain about 0x0 PCB addresses in fstat(1) output. Suggestions/ok bluhm@ jmc@
sthen
1
-2
/
+5
2017-01-21
Expose the close-on-exec flag near the R/W flags.
deraadt
2
-17
/
+20
2016-10-02
Indicate with an asterisk when a file has been unlinked.
guenther
2
-4
/
+9
2016-05-04
Kill #ifdef INET6 occurrences in userland.
jca
2
-14
/
+2
2016-04-25
remove systrace support
tedu
2
-26
/
+3
2016-01-03
Fix description of fuser -u: what's usually reported in brackets is the
tb
1
-3
/
+3
2016-01-02
fixes fuser(1) when invoking with -u: it requires "getpw" promise.
semarie
1
-2
/
+14
2015-12-30
Declare usage() as __dead, and while here align a few variables to the rest of
mestre
1
-7
/
+6
2015-11-17
Missing "getpw" pledges, these were unnoticed because nobody expects
deraadt
1
-2
/
+2
2015-10-23
getnameinfo() no longer needs pledge "route". this drops to
deraadt
1
-2
/
+2
2015-10-12
in fuser mode with -k or -s mode, kill(2) might be called and
deraadt
1
-3
/
+13
2015-10-10
pledge "stdio rpath route" seems to be working. route is needed for
deraadt
1
-1
/
+4
2015-01-31
removing two instances of "c.f." - it seems actually "cf." is correct, but
jmc
1
-4
/
+4
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2
-5
/
+6
2014-10-26
Move the #define _KERNEL wrapping to only cover <sys/file.h>
guenther
1
-2
/
+2
2014-08-20
Remove userland bits related to the crypto(4) interface; ok deraadt
mikeb
2
-24
/
+3
2014-08-10
Don't need to know how to format bluetooth socket info here
guenther
1
-7
/
+1
2014-07-16
zap trailing newlines; "go for it" deraadt
okan
1
-2
/
+1
2014-07-10
expected user.h fallout; _KERNEL case needs manual pull of ucred.h
deraadt
1
-1
/
+2
2014-05-30
AF_NATM support was removed before 5.5
guenther
1
-7
/
+1
2014-03-20
this util is marked xsi;
jmc
1
-2
/
+3
2013-10-22
- add UNIX-domain socket info to struct kinfo_file2
guenther
3
-35
/
+35
2013-03-31
A space got lost in fstat state output, put it back.
bluhm
1
-2
/
+2
2013-03-24
Do not leak kernel pointers, unless operating as root. Some other display
deraadt
1
-32
/
+57
2012-11-30
makes cloned devices line up well with the rest of the output;
mikeb
1
-2
/
+2
2012-01-07
tweak previous;
jmc
1
-4
/
+4
2012-01-07
Add rtable id and thread id to struct kinfo_proc (and fix process id)
guenther
2
-69
/
+188
2011-10-02
dislays -> displays; from David Vasek
jmc
1
-3
/
+3
2011-07-09
rmove rotten netatalk bits
henning
1
-7
/
+1
2011-05-02
no need to escape `|'; as discussed with schwartze
jmc
1
-3
/
+3
2010-09-24
-M and -N are posix extensions too; from Joachim Schipper
jmc
1
-3
/
+3
2010-09-03
add an EXIT STATUS section for /usr/bin;
jmc
1
-3
/
+3
2010-02-14
"the the"
jmc
1
-3
/
+3
[next]