summaryrefslogtreecommitdiff
path: root/usr.bin/xinstall/xinstall.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r303450:Bryan Drewery2017-05-091-3/+8
* MFC r303928:Bryan Drewery2017-05-091-1/+2
* MFC r303929,r303930,r303931,r303932,r303933:Bryan Drewery2016-08-191-8/+39
* install: When preserving timestamps, also copy the nanoseconds part.Jilles Tjoelker2016-06-091-17/+13
* install: Revert utimensat usage (r299850).Jilles Tjoelker2016-05-161-13/+17
* install: When preserving timestamps, also copy the nanoseconds part.Jilles Tjoelker2016-05-151-17/+13
* install: do not follow symlinksBaptiste Daroussin2015-11-201-11/+5
* xinstall: renumber UCB clauses to avoid skipping #3Ed Maste2015-09-251-1/+1
* short circuit install -l rsBaptiste Daroussin2015-06-261-0/+8
* install: re-check failed mkdir for EEXISTMateusz Guzik2014-09-231-5/+10
* install: Use posix_spawnp() for starting strip and improve error messages.Jilles Tjoelker2014-03-081-19/+28
* revert sign changes to buffers used in invocation of digest_update()Sean Bruno2013-10-301-14/+9
* Queisce sign errors by using unsigned char * and casting MAP_FAILED as unsignedSean Bruno2013-10-291-6/+7
* When in -U mode do avoid setting SUID bits, but do not modify the modeBrooks Davis2013-01-311-3/+2
* Make "install -l s[ar]" act like "ln -sfh" as intended. This fixesBrooks Davis2013-01-221-1/+14
* Introduce six new options from NetBSD:Brooks Davis2013-01-181-46/+620
* Implement the -N <dbdir> option which allows an alternate passwd andBrooks Davis2013-01-111-30/+36
* Issue proper diagnostic on the short writes, also consider theKonstantin Belousov2012-07-021-5/+20
* Add missing static keywords to xinstall(1)Ed Schouten2011-11-061-7/+8
* Teach tools/install.sh the -d directory mode.Ulrich Spörlein2011-02-221-2/+2
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Fix common misspelling of hierarchyUlrich Spörlein2010-02-201-1/+1
* Style improvements:Xin LI2009-12-141-11/+11
* xinstall.c does not require ctype functions, so ctype.h is notXin LI2009-12-131-1/+0
* Staticify internal functions and make usage() a prototype.Xin LI2009-12-131-11/+11
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-10/+11
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-11/+10
* Give a better description when a install of multiple files failsEdwin Groothuis2007-12-141-1/+6
* 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