summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/xinstall.c
Commit message (Expand)AuthorAgeFilesLines
* When in -U mode do avoid setting SUID bits, but do not modify the modebrooks2013-01-311-3/+2
* Make "install -l s[ar]" act like "ln -sfh" as intended. This fixesbrooks2013-01-221-1/+14
* Introduce six new options from NetBSD:brooks2013-01-181-46/+620
* Implement the -N <dbdir> option which allows an alternate passwd andbrooks2013-01-111-30/+36
* Issue proper diagnostic on the short writes, also consider thekib2012-07-021-5/+20
* Add missing static keywords to xinstall(1)ed2011-11-061-7/+8
* Teach tools/install.sh the -d directory mode.uqs2011-02-221-2/+2
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Fix common misspelling of hierarchyuqs2010-02-201-1/+1
* Style improvements:delphij2009-12-141-11/+11
* xinstall.c does not require ctype functions, so ctype.h is notdelphij2009-12-131-1/+0
* Staticify internal functions and make usage() a prototype.delphij2009-12-131-11/+11
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-10/+11
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-11/+10
* Give a better description when a install of multiple files failsedwin2007-12-141-1/+6
* Add an override (DONTSTRIP) so that one can easily install debugableobrien2006-03-061-0/+5
* - Make WARNS?= 6 cleanssouhlal2005-01-251-0/+2
* Improved incorrect usage diagnostics.ru2004-03-171-2/+6
* GC unnecessary include file.ru2004-03-171-2/+0
* - Demangle usage().ru2004-02-071-10/+9
* Since (x)install is pretty unhelpfull and just spits out a Usagephk2003-07-111-12/+13
* If both the unlink and the open fail, return the errno from thefenner2002-11-301-2/+8
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-11-301-0/+1
* A little bit of anti-foot-shooting. Use utimes(2) rather thanpeter2002-11-151-8/+11
* Do not change the target file's inode-change-time if -C isru2002-10-311-3/+5
* ANSIify function definitions.dwmalone2002-09-041-30/+13
* Ignore -C, -p, and -S options of install(1) when used with the -dru2002-07-291-1/+1
* Start the (overdue) de-orbit sequence for the -d -C combo,ru2002-06-051-8/+1
* Report errors properly if wait() fails.fanf2002-05-151-1/+2
* Fixed 5 style bugs in VCS ids.bde2002-05-121-5/+7
* Fixed printing the the strip binary's name in error messages.bde2002-05-121-1/+1
* Add support for stripping non-native object files by using anmarcel2002-05-111-1/+5
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.ru2002-04-091-3/+0
* remove __Pimp2002-03-221-10/+10
* Bump the cutoff mark for comparing files from 8 MB to 16 MB.des2002-03-181-1/+3
* xinstall is part of the upgrade path for 4.4-RELEASE as well.imp2001-12-191-0/+2
* More "const" poisoning, and only use NO_WERROR if we're bootstrapping.ru2001-12-121-22/+21
* WARNS=2, use __FBSDID(), set NO_WERROR, as there are "dirty" files usedmarkm2001-12-111-16/+18
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Backout rev. 1.42 (relaxing the check for -d plus other flags).ru2001-05-301-1/+8
* Use use ${INSTALL} -d in our build process. If INSTALL is set toimp2001-05-291-1/+1
* Many new features and optimization improvements:ru2001-05-281-255/+306
* Use the correct timestamp for the -C -p case when the comparison fails.bde2000-10-081-2/+2
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-171-1/+1
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-271-2/+1
* Add "-v" to usage().obrien1999-12-061-3/+3
* -Wall fixes.billf1999-09-271-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Free memory from setmode.imp1998-12-161-1/+2
OpenPOWER on IntegriCloud