summaryrefslogtreecommitdiff
path: root/usr.bin/xinstall/xinstall.c
Commit message (Expand)AuthorAgeFilesLines
* Switch over to using the new fflagstostr and strtofflags library calls.Josef Karthauser2000-06-171-1/+1
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-271-2/+1
* Add "-v" to usage().David E. O'Brien1999-12-061-3/+3
* -Wall fixes.Bill Fumerola1999-09-271-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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
* Treat an EOPNOTSUPP from fchflags() as a non-fatal case. Only warn aboutPeter Wemm1998-06-021-9/+17
* 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-111-4/+7
* 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-271-2/+4
* 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-221-1/+1
* 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-141-1/+1
* 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-291-5/+56
* 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-241-3/+3
* Be more careful with mmap. If it fails, fall back to a plain compare orPeter Wemm1996-09-051-11/+27
* accidently removed the "dont compare > 8MB files hack".Peter Wemm1996-09-051-33/+39
* Only attempt to mmap() files from a ufs or cd9660 fs for comparing orPeter Wemm1996-09-051-4/+45
* Add a simple -v (verbose) option that allows you to see when -C actuallyPeter Wemm1996-08-121-5/+12
* Made strip failures fatal. This fixes PR 1328.Bruce Evans1996-06-231-2/+4
* Don't reference NULL pointers if owner and/or group are omitted.Joerg Wunsch1996-04-081-3/+5
* Submitted by: archie@tribe.comJulian Elischer1996-04-061-3/+75
* Kludge-fix for a specific instance of bin/517.Paul Traina1996-02-081-3/+3
* Add options -C (same as -c except for preserving the modificationBruce Evans1995-10-091-75/+221
* Backed out change in rev 1.2.David Greenman1995-08-271-1/+1
* Make install not remove the target file if -s has been specified butJoerg Wunsch1995-08-041-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+358