aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xinstall
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-032-51/+47
* MFC: synch with -CURRENT.Dag-Erling Smørgrav2002-07-012-46/+49
* MFC rev 1.54: Report errors properly if wait() fails.Tony Finch2002-06-211-1/+2
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-3/+1
* MFC: Bootstrapping fixes.Ruslan Ermilov2001-09-241-0/+6
* MFC: 1.22: Update -v documentation to match reality.Ruslan Ermilov2001-08-211-4/+3
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-1/+1
* MFC:David E. O'Brien2001-08-012-300/+394
* Spelling fix: "acutally" -> "actually"Gregory Neil Shapiro2001-07-231-1/+1
* MFC: Utilize PROGNAME.Ruslan Ermilov2001-04-251-6/+3
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-3/+4
* MFC: r1.40: Use the correct timestamp for the -C -p case when the comparison ...Kris Kennaway2001-03-041-2/+2
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-0/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-4/+4
* MFC: Use the new fflagstostr and strtofflags functions in libc.Josef Karthauser2000-06-282-3/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-051-0/+2
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-272-4/+1
* Actually remove unrequired SRCS.Bruce Evans2000-01-051-1/+0
* Added missing DPADD's. Removed unrequired SRCS's.Josef Karthauser2000-01-011-0/+1
* Moved flags_to_string and string_to_flags into libutil. It's used inJosef Karthauser1999-12-301-2/+3
* Add "-v" to usage().David E. O'Brien1999-12-061-3/+3
* Document the "-v" flag. [It was like that when I got here.. honestly.]David E. O'Brien1999-12-061-2/+16
* -Wall fixes.Bill Fumerola1999-09-271-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Free memory from setmode.Warner Losh1998-12-161-1/+2
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-2/+2
* fchflags(8) -> fchflags(2)Peter Wemm1998-06-101-3/+3
* Treat an EOPNOTSUPP from fchflags() as a non-fatal case. Only warn aboutPeter Wemm1998-06-022-10/+25
* Converted to Lite2 mount interface - don't use numeric filesystemBruce Evans1998-01-201-17/+13
* Change MAP_FAILED to type void *.Alexander Langer1998-01-131-3/+3
* Add an option (-M) to install to disable use of mmap(2). This is kindaPeter Wemm1998-01-112-7/+14
* Allow install to build from FreeBSD source using NetBSD tools andJohn Birrell1998-01-091-1/+9
* 1) Create intermediate directories with 755, not 777Andrey A. Chernov1997-10-281-4/+5
* 1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf)Andrey A. Chernov1997-10-271-9/+9
* When calling strip, temporarily close the file, call strip and thenPeter Wemm1997-09-141-2/+10
* Uncomment sccsid string and enclose it inside #if 0/#endif.Philippe Charnier1997-08-272-10/+11
* Bootstrap aid from older releases.. 'make world' can't build xinstallPeter Wemm1997-05-241-1/+6
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-5/+5
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Sync usage line to man page, per style(9).Warner Losh1996-10-011-3/+4
* Submitted by: Bruce EvansWarner Losh1996-09-291-5/+5
* Implement -d in install. Update the man page to reflect this change.Warner Losh1996-09-292-12/+73
* Use EX_* exit values, from NetBSDWarner Losh1996-09-281-5/+9
* Changed 'd' to 'D' in getopt arg too.Bruce Evans1996-09-241-2/+2
* Per discussions in -currentWarner Losh1996-09-242-5/+5
* Be more careful with mmap. If it fails, fall back to a plain compare orPeter Wemm1996-09-051-11/+27