index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
uudecode
Age
Commit message (
Expand
)
Author
2022-08-30
Use BUFSIZ instead of PATH_MAX. Since it doesn't anything with a file
YASUOKA Masahiko
2022-08-30
Give a string which length is multiple of 4 to b64_pton() since the
YASUOKA Masahiko
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-03-10
Delete useless calls to setlocale(3):
Ingo Schwarze
2018-12-31
If there is an invalid character in the uuencoded stream, uudecode(1)
Alexander Bluhm
2018-12-31
Zap unused <sys/socket.h>
kn
2016-01-03
Add missing pledge "getpw". If -s or -o were specified on the command
tb
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-07
tame "stdio rpath wpath cpath" or a more mundane "stdio rpath", depending
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-05-20
Use errc/warnc to simplify code.
Philip Guenther
2012-03-04
In preparation for getline and getdelim additions to libc, rename getline()
Federico G. Schwindt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-07-29
an enum specifier is more elegant than a set of #defines;
Igor Sobrado
2008-07-05
each utility must have its own usage and its own set of options;
Igor Sobrado
2004-04-09
Sync with FreeBSD; adds base64 support and other options.
Todd C. Miller
2003-12-09
user err/warn
Michael Shalayeff
2003-07-10
add missing includes
David Krause
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2000-02-01
no need to extern int errno if errno.h is included
Theo de Raadt
1998-09-15
getopt returns int, not char; rahnds@openbsd.org
Todd C. Miller
1998-08-31
Add pass-through ('-p') option to uudecode.
dgregor
1998-05-29
accept spaces in name
Theo de Raadt
1998-05-11
set max field width of %s correctly
Theo de Raadt
1997-09-21
$OpenBSD$
Theo de Raadt
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt