Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-08-25 | It is ok for the target file not to exist even if -b was specified | Heikki Korpela | |
to install(1), so silently ignore rename(2) ENOENT. Closes PR 2028. ok millert@ | |||
2001-08-03 | o) We always closes .Bl and .Bd tags; | Mike Pechkin | |
millert@ ok | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-06-23 | Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and | Todd C. Miller | |
use volatile instead. | |||
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2000-12-22 | Complain about, and name the missing directory when trying to install | Janne Johansson | |
multiple files into a non-existing directory. art@ and hin@ ok. | |||
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski | |
(this file actually contained two correct MAP_FAILED). | |||
2000-07-19 | new strtofflags/fflagstostr | Michael Shalayeff | |
2000-06-03 | correct documented return value | Eric Jackson | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell | |
1999-10-17 | Remove some redundant .Pp. | Aaron Campbell | |
1999-08-04 | supply particular mapping type to the mmap(2) instead of bogus 0 | Michael Shalayeff | |
1999-06-05 | - remove trailing white space | Aaron 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-29 | compare was broken for files > 8gig | Todd C. Miller | |
1999-03-03 | fix uninitialized variable; this could have caused problems when installing ↵ | Todd C. Miller | |
sparse files | |||
1999-01-26 | Add a -b(ackup) flag to move any existing file(s) aside by renaming | Todd 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-17 | Some -Wall | Todd C. Miller | |
Don't try to close a descriptor if it was never opened. | |||
1998-12-16 | sparse file support, ripped out of pax | Todd C. Miller | |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1998-09-26 | more setmode() leaks -- kill 'em all | Theo de Raadt | |
1997-12-01 | use MAP_PRIVATE for mmap flags, not the non-standard MAP_FILE (aka 0) | chuck | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-06-04 | If strip(1) fails it should not be a fatal error. | Todd C. Miller | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-17 | Add support for STRIP environment variable to specify where strip(1) | Todd C. Miller | |
lives. Idea from NetBSD. | |||
1997-03-07 | Don't error out when chflags(2) fails if the target filesystem doesn't | Todd C. Miller | |
support file flags. Fix from NetBSD (minus the typo). | |||
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-12-06 | warn and _exit | Theo de Raadt | |
1996-09-22 | Pedanitic indentation: spaces -> tabs | imp | |
1996-08-18 | Rewind fd's in copy() since we may have already done a compare(). | Todd C. Miller | |
1996-08-14 | Clean up target/tempfile if mmap or write fails (like non-mmap version) | Todd C. Miller | |
1996-08-08 | Fixed usage sumary and order of args in man page to be consistent. | Todd C. Miller | |
1996-08-05 | Adds -C, -p, and -S flags. Based on FreeBSD changes but heavily | Todd C. Miller | |
modified. | |||
1996-06-26 | rcsid | Theo de Raadt | |
1995-12-21 | from netbsd: some versions of strip generate a new file; thus we should | Theo de Raadt | |
re-open the file before doing chown/chmod operations on it. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |