summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/mtree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes for setpassent() and setgroupent().millert2018-09-161-1/+3
* Use user_from_uid(3), group_from_gid(3), uid_from_user(3) andmillert2018-09-161-1/+5
* need to include err.h for err().benno2015-12-201-1/+2
* Add pledge(2). It is not currently possible to pledge -u and -Utb2015-12-191-1/+22
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* remove erroneous char cast to switch expression processing getopt(3);okan2013-11-271-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* documentation tweaks.sobrado2008-05-171-3/+5
* Add missing "break" in -s case and make usage() explicitly take void.millert2003-07-261-3/+4
* strict proto cleanupsderaadt2003-06-261-5/+3
* Bitwise AND was used where logical AND was intended; from mpech@millert2003-06-161-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* 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.millert2002-02-161-3/+3
* add -l flag - do loose permissions checks, in which more stringent permissionsjakob2001-10-011-5/+12
* pass -Wallmillert2001-08-101-4/+4
* getcwd() does not stuff an error string in buf on error, call strerror()millert2000-01-201-3/+3
* -q was not in usage()rohee1999-01-241-3/+3
* use getcwd(3)deraadt1998-12-281-3/+3
* add -q flag to silent messages of the type:marc1998-08-201-4/+7
* err() -> error() so we don't conflict with err(3).millert1997-07-181-6/+6
* Add rmd160 support. Sheesh, you'd think this was tripwire.millert1997-07-181-3/+3
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* From NetBSD:millert1997-01-031-6/+9
* merge freebsd mtree diffs, plus -Wall cleanupderaadt1996-12-101-6/+20
* 64-bit clean + RCS tagsniklas1996-12-081-2/+3
* initial import of NetBSD treederaadt1995-10-181-0/+152