summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-033-19/+7
* when doing sparse writes, we must write the last byte or the file willtedu2003-05-111-2/+37
* fix an err() that should be errx()millert2003-05-071-3/+3
* add missing .El's for .Bl macros;jmc2003-04-251-1/+2
* 'conjunction' typosavsm2003-01-231-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-11/+11
* Fix `necesary' typos; Alexander Yurchenkomillert2002-01-241-4/+4
* kill more registersmpech2001-11-191-11/+11
* It is ok for the target file not to exist even if -b was specifiedheko2001-08-251-5/+7
* o) We always closes .Bl and .Bd tags;mpech2001-08-031-1/+2
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-091-3/+3
* Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andmillert2001-06-231-7/+3
* Remove completely redundant introductory sentences in ENVIRONMENT sections.aaron2001-05-011-3/+1
* Complain about, and name the missing directory when trying to installjj2000-12-221-3/+3
* MAP_FAILED, not -1.art2000-10-121-3/+3
* new strtofflags/fflagstostrmickey2000-07-192-8/+6
* correct documented return valueericj2000-06-031-2/+2
* More pedantic man page formatting insanity, lalalaaaron2000-03-231-2/+3
* Finish off cleanup usr.bin/ man pages.aaron2000-03-141-19/+30
* Remove some redundant .Pp.aaron1999-10-171-1/+2
* supply particular mapping type to the mmap(2) instead of bogus 0mickey1999-08-041-6/+6
* - remove trailing white spaceaaron1999-06-051-8/+8
* compare was broken for files > 8gigmillert1999-05-291-13/+12
* fix uninitialized variable; this could have caused problems when installing sparse filesmillert1999-03-031-2/+3
* Add a -b(ackup) flag to move any existing file(s) aside by renamingmillert1999-01-262-18/+67
* Some -Wallmillert1998-12-171-7/+12
* sparse file support, ripped out of paxmillert1998-12-161-10/+157
* remove redundant .Pp macrosaaron1998-11-111-2/+1
* usr.bin/ man page fixes, t-zaaron1998-10-301-4/+4
* more setmode() leaks -- kill 'em allderaadt1998-09-261-2/+3
* use MAP_PRIVATE for mmap flags, not the non-standard MAP_FILE (aka 0)chuck1997-12-011-3/+3
* $OpenBSD$deraadt1997-09-211-2/+1
* If strip(1) fails it should not be a fatal error.millert1997-06-041-3/+3
* COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1997-04-271-3/+3
* Add support for STRIP environment variable to specify where strip(1)millert1997-04-172-7/+22
* Don't error out when chflags(2) fails if the target filesystem doesn'tmillert1997-03-071-5/+4
* r?index -> strr?chrmillert1997-01-171-3/+3
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* install -> ${INSTALL}, -c -> ${COPY}downsj1996-12-081-2/+2
* warn and _exitderaadt1996-12-061-3/+4
* Pedanitic indentation: spaces -> tabsimp1996-09-221-19/+19
* Rewind fd's in copy() since we may have already done a compare().millert1996-08-181-6/+9
* Clean up target/tempfile if mmap or write fails (like non-mmap version)millert1996-08-141-6/+13
* Fixed usage sumary and order of args in man page to be consistent.millert1996-08-082-6/+6
* Adds -C, -p, and -S flags. Based on FreeBSD changes but heavilymillert1996-08-052-83/+334
* rcsidderaadt1996-06-264-3/+8
* from netbsd: some versions of strip generate a new file; thus we shouldderaadt1995-12-211-3/+14
* initial import of NetBSD treederaadt1995-10-184-0/+576