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.sbin
/
mtree
/
mtree.c
Age
Commit message (
Expand
)
Author
2022-12-04
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Scott Soule Cheloha
2021-11-15
No need to declare optind, optarg or opterr; unistd.h does this for us.
Todd C. Miller
2018-09-16
Add missing includes for setpassent() and setgroupent().
Todd C. Miller
2018-09-16
Use user_from_uid(3), group_from_gid(3), uid_from_user(3) and
Todd C. Miller
2015-12-20
need to include err.h for err().
Sebastian Benoit
2015-12-19
Add pledge(2). It is not currently possible to pledge -u and -U
tb
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-11-27
remove erroneous char cast to switch expression processing getopt(3);
Okan Demirmen
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-05-17
documentation tweaks.
Igor Sobrado
2003-07-26
Add missing "break" in -s case and make usage() explicitly take void.
Todd C. Miller
2003-06-26
strict proto cleanups
Theo de Raadt
2003-06-16
Bitwise AND was used where logical AND was intended; from mpech@
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-10-01
add -l flag - do loose permissions checks, in which more stringent permissions
Jakob Schlyter
2001-08-10
pass -Wall
Todd C. Miller
2000-01-20
getcwd() does not stuff an error string in buf on error, call strerror()
Todd C. Miller
1999-01-24
-q was not in usage()
Bruno Rohee
1998-12-28
use getcwd(3)
Theo de Raadt
1998-08-20
add -q flag to silent messages of the type:
Marco S Hyman
1997-07-18
err() -> error() so we don't conflict with err(3).
Todd C. Miller
1997-07-18
Add rmd160 support. Sheesh, you'd think this was tripwire.
Todd C. Miller
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1997-01-03
From NetBSD:
Todd C. Miller
1996-12-10
merge freebsd mtree diffs, plus -Wall cleanup
Theo de Raadt
1996-12-08
64-bit clean + RCS tags
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt