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
/
uudecode
/
uudecode.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
*
Delete useless calls to setlocale(3):
schwarze
2019-03-10
1
-7
/
+5
*
If there is an invalid character in the uuencoded stream, uudecode(1)
bluhm
2018-12-31
1
-17
/
+24
*
Zap unused <sys/socket.h>
kn
2018-12-31
1
-2
/
+1
*
Add missing pledge "getpw". If -s or -o were specified on the command
tb
2016-01-03
1
-2
/
+5
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-5
/
+5
*
tame "stdio rpath wpath cpath" or a more mundane "stdio rpath", depending
deraadt
2015-10-07
1
-1
/
+9
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-6
/
+6
*
Use errc/warnc to simplify code.
guenther
2014-05-20
1
-7
/
+4
*
In preparation for getline and getdelim additions to libc, rename getline()
fgsch
2012-03-04
1
-5
/
+5
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-14
/
+1
*
an enum specifier is more elegant than a set of #defines;
sobrado
2008-07-29
1
-21
/
+19
*
each utility must have its own usage and its own set of options;
sobrado
2008-07-05
1
-18
/
+39
*
Sync with FreeBSD; adds base64 support and other options.
millert
2004-04-09
1
-89
/
+331
*
user err/warn
mickey
2003-12-09
1
-18
/
+11
*
add missing includes
david
2003-07-10
1
-2
/
+3
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-7
/
+5
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
kill more registers
mpech
2001-11-19
1
-4
/
+4
*
no need to extern int errno if errno.h is included
deraadt
2000-02-01
1
-3
/
+2
*
getopt returns int, not char; rahnds@openbsd.org
millert
1998-09-15
1
-3
/
+3
*
Add pass-through ('-p') option to uudecode.
dgregor
1998-08-31
1
-16
/
+30
*
accept spaces in name
deraadt
1998-05-29
1
-3
/
+3
*
set max field width of %s correctly
deraadt
1998-05-11
1
-3
/
+3
*
r?index -> strr?chr
millert
1997-01-17
1
-3
/
+3
*
rcsid
deraadt
1996-06-26
1
-1
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+203