aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xinstall/xinstall.c
Commit message (Expand)AuthorAgeFilesLines
* Add an override (DONTSTRIP) so that one can easily install debugableDavid E. O'Brien2006-03-061-0/+5
* - Make WARNS?= 6 cleanSuleiman Souhlal2005-01-251-0/+2
* Improved incorrect usage diagnostics.Ruslan Ermilov2004-03-171-2/+6
* GC unnecessary include file.Ruslan Ermilov2004-03-171-2/+0
* - Demangle usage().Ruslan Ermilov2004-02-071-10/+9
* Since (x)install is pretty unhelpfull and just spits out a UsagePoul-Henning Kamp2003-07-111-12/+13
* If both the unlink and the open fail, return the errno from theBill Fenner2002-11-301-2/+8
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-11-301-0/+1
* A little bit of anti-foot-shooting. Use utimes(2) rather thanPeter Wemm2002-11-151-8/+11
* Do not change the target file's inode-change-time if -C isRuslan Ermilov2002-10-311-3/+5
* ANSIify function definitions.David Malone2002-09-041-30/+13
* Ignore -C, -p, and -S options of install(1) when used with the -dRuslan Ermilov2002-07-291-1/+1
* Start the (overdue) de-orbit sequence for the -d -C combo,Ruslan Ermilov2002-06-051-8/+1
* Report errors properly if wait() fails.Tony Finch2002-05-151-1/+2
* Fixed 5 style bugs in VCS ids.Bruce Evans2002-05-121-5/+7
* Fixed printing the the strip binary's name in error messages.Bruce Evans2002-05-121-1/+1
* Add support for stripping non-native object files by using anMarcel Moolenaar2002-05-111-1/+5
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.Ruslan Ermilov2002-04-091-3/+0
* remove __PWarner Losh2002-03-221-10/+10
* Bump the cutoff mark for comparing files from 8 MB to 16 MB.Dag-Erling Smørgrav2002-03-181-1/+3
* xinstall is part of the upgrade path for 4.4-RELEASE as well.Warner Losh2001-12-191-0/+2
* More "const" poisoning, and only use NO_WERROR if we're bootstrapping.Ruslan Ermilov2001-12-121-22/+21
* WARNS=2, use __FBSDID(), set NO_WERROR, as there are "dirty" files usedMark Murray2001-12-111-16/+18
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Backout rev. 1.42 (relaxing the check for -d plus other flags).Ruslan Ermilov2001-05-301-1/+8
* Use use ${INSTALL} -d in our build process. If INSTALL is set toWarner Losh2001-05-291-1/+1
* Many new features and optimization improvements:Ruslan Ermilov2001-05-281-255/+306
* Use the correct timestamp for the -C -p case when the comparison fails.Bruce Evans2000-10-081-2/+2
* 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