aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xinstall
Commit message (Expand)AuthorAgeFilesLines
* 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
* More consistancy. file system > filesystemTom Rhodes2002-05-161-2/+2
* 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
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+4
* 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
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
* 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-122-23/+22
* WARNS=2, use __FBSDID(), set NO_WERROR, as there are "dirty" files usedMark Murray2001-12-112-16/+19
* This program uses sysexits(3), so it does not exit 1 on failure.Dima Dorfman2001-10-231-3/+1
* When bootstrapping install(1), libc may not have the strtofflags(3) support.Ruslan Ermilov2001-09-171-0/+6
* Update -v documentation to match reality.Ruslan Ermilov2001-08-211-4/+3
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Note that the default behavior has changed to copy files.Ruslan Ermilov2001-05-301-9/+11
* 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-282-292/+377
* Do not override `realinstall' target, use ${PROGNAME}.Ruslan Ermilov2001-04-021-6/+3
* Do not override the ``install'' target.Ruslan Ermilov2001-03-271-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-0/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
* 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-172-3/+2
* Add DIAGNOSTICS section namePhilippe Charnier2000-03-261-3/+4
* 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