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.sbin
/
mtree
/
create.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-2
/
+2
*
Use user_from_uid(3), group_from_gid(3), uid_from_user(3) and
millert
2018-09-16
1
-14
/
+14
*
Nuke a bunch of whitespace nits seen while '%q' hunting.
krw
2016-08-16
1
-3
/
+2
*
%qd -> %lld + (long long) for off_t's.
krw
2016-08-14
1
-2
/
+3
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-4
/
+4
*
Correct format string mismatches turned up by -Wformat=2
guenther
2013-08-22
1
-2
/
+2
*
handle large time_t types; ok millert
deraadt
2013-04-16
1
-3
/
+3
*
Add support for the "sha256digest" keyword to create/compare
naddy
2012-07-08
1
-2
/
+12
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can't
millert
2005-08-10
1
-5
/
+7
*
Use the same ordering when verifying as with creating and replace
otto
2004-11-21
1
-6
/
+5
*
ansi cleanup; khalek@linuxgamers.net
deraadt
2004-08-01
1
-13
/
+5
*
ansi
deraadt
2004-07-09
1
-3
/
+3
*
Use MD5_DIGEST_STRING_LENGTH
millert
2004-05-02
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
one more strvis -> strnvis.
vincent
2003-04-30
1
-6
/
+9
*
We also need to vis-encode the path contained in a symbolic link.
millert
2002-03-14
1
-5
/
+12
*
kill more registers.
mpech
2002-03-14
1
-8
/
+8
*
Escape whitespace and encode special chars with vis(3); from FreeBSD
millert
2002-03-09
1
-4
/
+13
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-20
/
+4
*
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
-6
/
+6
*
pass -Wall
millert
2001-08-10
1
-5
/
+7
*
Add file flag support to mtree from henning@crackinghacking.de
millert
2001-08-10
1
-2
/
+14
*
u_short keys --> u_int keys
flipk
1997-11-05
1
-3
/
+3
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-5
/
+5
*
err() -> error() so we don't conflict with err(3).
millert
1997-07-18
1
-12
/
+12
*
Add rmd160 support. Sheesh, you'd think this was tripwire.
millert
1997-07-18
1
-2
/
+12
*
Add sha1 digest support.
millert
1997-07-12
1
-5
/
+14
*
16 bit uids suck
deraadt
1997-04-06
1
-3
/
+8
*
From NetBSD:
millert
1997-01-03
1
-4
/
+4
*
merge freebsd mtree diffs, plus -Wall cleanup
deraadt
1996-12-10
1
-80
/
+133
*
64-bit clean + RCS tags
niklas
1996-12-08
1
-5
/
+6
*
timespec members are now named tv_{,u}sec
tholo
1996-03-02
1
-2
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+296