summaryrefslogtreecommitdiff
path: root/usr.bin/xinstall
AgeCommit message (Expand)Author
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2013-11-27remove erroneous char cast to switch expression processing getopt(3);Okan Demirmen
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-06-02Copy approach from mkdir to fix a race condition where multiple install -d'sChristian Weisgerber
2013-02-18Report unlink() errors unless ENOENT; especially useful in case of read-onlyMiod Vallat
2012-09-14There's no reason to unlink the destination if we can't even openTodd C. Miller
2012-04-11Move size == 0 check to the beginnig of copy(); ok espie@Todd C. Miller
2012-04-11fix install to cope with 0-sized mmap now returning EINVAL.Marc Espie
2011-11-08Pass install the -S option to avoid a window where the target isn'tPhilip Guenthe
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-03-27-S (safe mode) would copy the file over, rename it to the target, thenPeter Hessler
2009-03-16improve spacing in synopsis.Igor Sobrado
2007-09-05Missing colon in optsring for 'B'Jonathan Gray
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-25"boundries" -> "boundaries" in various comments. Started by Diego Casati.Kenneth R Westerback
2007-05-16Allow stripping of files, even if the destination filenameMoritz Jodeit
2006-01-10Use strlcpy(), not strncpy(); OK deraadt@Todd C. Miller
2004-10-04hierarchy is spelt hierarchy, ok djm@Jonathan Gray
2004-07-01setmode(3) returns void *, not mode_t *. ok millert@Otto Moerbeek
2004-02-10- sort optionsJason McIntyre
2004-02-06- options description cleanupJason McIntyre
2003-11-22madvise() -- take twoMichael Shalayeff
2003-11-22Revert the last change since it's broke make release.Alexander Yurchenko
2003-11-21madvise() mmaped memory as sequentially accessed cutting user time almost in ...Michael Shalayeff
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)Anil Madhavapeddy
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-11when doing sparse writes, we must write the last byte or the file willTed Unangst
2003-05-07fix an err() that should be errx()Todd C. Miller
2003-04-25add missing .El's for .Bl macros;Jason McIntyre
2003-01-23'conjunction' typosAnil Madhavapeddy
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2001-11-19kill more registersMike Pechkin
2001-08-25It is ok for the target file not to exist even if -b was specifiedHeikki Korpela
2001-08-03o) We always closes .Bl and .Bd tags;Mike Pechkin
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2000-12-22Complain about, and name the missing directory when trying to installJanne Johansson
2000-10-12MAP_FAILED, not -1.Artur Grabowski
2000-07-19new strtofflags/fflagstostrMichael Shalayeff
2000-06-03correct documented return valueEric Jackson
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell
1999-10-17Remove some redundant .Pp.Aaron Campbell