summaryrefslogtreecommitdiff
path: root/usr.bin/xinstall
AgeCommit message (Collapse)Author
2004-02-10- sort optionsJason McIntyre
- simplify SYNOPSIS - note that files are copied, not moved (from couderc@)
2004-02-06- options description cleanupJason McIntyre
- 10x not 6 for mkstemp(3)
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
half; millert@ ok
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
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-11when doing sparse writes, we must write the last byte or the file willTed Unangst
be shortened. problem found by wcobb and naddy. ok millert@
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
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
Alas many of these were introduced by yours truly as necessary just doesn't look right to me for some reason ;-)
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-08-25It is ok for the target file not to exist even if -b was specifiedHeikki Korpela
to install(1), so silently ignore rename(2) ENOENT. Closes PR 2028. ok millert@
2001-08-03o) We always closes .Bl and .Bd tags;Mike Pechkin
millert@ ok
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
use volatile instead.
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
multiple files into a non-existing directory. art@ and hin@ ok.
2000-10-12MAP_FAILED, not -1.Artur Grabowski
(this file actually contained two correct MAP_FAILED).
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
1999-08-04supply particular mapping type to the mmap(2) instead of bogus 0Michael Shalayeff
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-05-29compare was broken for files > 8gigTodd C. Miller
1999-03-03fix uninitialized variable; this could have caused problems when installing ↵Todd C. Miller
sparse files
1999-01-26Add a -b(ackup) flag to move any existing file(s) aside by renamingTodd C. Miller
them to file.old instead of simply deleting them. A different backup suffix may be chosen with the -B option's argument. hubertf@netbsd.org
1998-12-17Some -WallTodd C. Miller
Don't try to close a descriptor if it was never opened.
1998-12-16sparse file support, ripped out of paxTodd C. Miller
1998-11-11remove redundant .Pp macrosAaron Campbell
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-09-26more setmode() leaks -- kill 'em allTheo de Raadt
1997-12-01use MAP_PRIVATE for mmap flags, not the non-standard MAP_FILE (aka 0)chuck
1997-09-21$OpenBSD$Theo de Raadt
1997-06-04If strip(1) fails it should not be a fatal error.Todd C. Miller
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-17Add support for STRIP environment variable to specify where strip(1)Todd C. Miller
lives. Idea from NetBSD.
1997-03-07Don't error out when chflags(2) fails if the target filesystem doesn'tTodd C. Miller
support file flags. Fix from NetBSD (minus the typo).
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-12-06warn and _exitTheo de Raadt
1996-09-22Pedanitic indentation: spaces -> tabsimp
1996-08-18Rewind fd's in copy() since we may have already done a compare().Todd C. Miller