| Commit message (Expand) | Author | Age | Files | Lines |
* | This program uses sysexits(3), so it does not exit 1 on failure. | dd | 2001-10-23 | 1 | -3/+1 |
* | When bootstrapping install(1), libc may not have the strtofflags(3) support. | ru | 2001-09-17 | 1 | -0/+6 |
* | Update -v documentation to match reality. | ru | 2001-08-21 | 1 | -4/+3 |
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
* | Note that the default behavior has changed to copy files. | ru | 2001-05-30 | 1 | -9/+11 |
* | Backout rev. 1.42 (relaxing the check for -d plus other flags). | ru | 2001-05-30 | 1 | -1/+8 |
* | Use use ${INSTALL} -d in our build process. If INSTALL is set to | imp | 2001-05-29 | 1 | -1/+1 |
* | Many new features and optimization improvements: | ru | 2001-05-28 | 2 | -292/+377 |
* | Do not override `realinstall' target, use ${PROGNAME}. | ru | 2001-04-02 | 1 | -6/+3 |
* | Do not override the ``install'' target. | ru | 2001-03-27 | 1 | -1/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -0/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 |
* | Use the correct timestamp for the -C -p case when the comparison fails. | bde | 2000-10-08 | 1 | -2/+2 |
* | Switch over to using the new fflagstostr and strtofflags library calls. | joe | 2000-06-17 | 2 | -3/+2 |
* | Add DIAGNOSTICS section name | charnier | 2000-03-26 | 1 | -3/+4 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -2/+4 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 1 | -0/+2 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 2 | -4/+1 |
* | Actually remove unrequired SRCS. | bde | 2000-01-05 | 1 | -1/+0 |
* | Added missing DPADD's. Removed unrequired SRCS's. | joe | 2000-01-01 | 1 | -0/+1 |
* | Moved flags_to_string and string_to_flags into libutil. It's used in | joe | 1999-12-30 | 1 | -2/+3 |
* | Add "-v" to usage(). | obrien | 1999-12-06 | 1 | -3/+3 |
* | Document the "-v" flag. [It was like that when I got here.. honestly.] | obrien | 1999-12-06 | 1 | -2/+16 |
* | -Wall fixes. | billf | 1999-09-27 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Free memory from setmode. | imp | 1998-12-16 | 1 | -1/+2 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 1 | -2/+2 |
* | fchflags(8) -> fchflags(2) | peter | 1998-06-10 | 1 | -3/+3 |
* | Treat an EOPNOTSUPP from fchflags() as a non-fatal case. Only warn about | peter | 1998-06-02 | 2 | -10/+25 |
* | Converted to Lite2 mount interface - don't use numeric filesystem | bde | 1998-01-20 | 1 | -17/+13 |
* | Change MAP_FAILED to type void *. | alex | 1998-01-13 | 1 | -3/+3 |
* | Add an option (-M) to install to disable use of mmap(2). This is kinda | peter | 1998-01-11 | 2 | -7/+14 |
* | Allow install to build from FreeBSD source using NetBSD tools and | jb | 1998-01-09 | 1 | -1/+9 |
* | 1) Create intermediate directories with 755, not 777 | ache | 1997-10-28 | 1 | -4/+5 |
* | 1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf) | ache | 1997-10-27 | 1 | -9/+9 |
* | When calling strip, temporarily close the file, call strip and then | peter | 1997-09-14 | 1 | -2/+10 |
* | Uncomment sccsid string and enclose it inside #if 0/#endif. | charnier | 1997-08-27 | 2 | -10/+11 |
* | Bootstrap aid from older releases.. 'make world' can't build xinstall | peter | 1997-05-24 | 1 | -1/+6 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
* | Sweep through the tree fixing mmap() usage: | alex | 1997-01-16 | 1 | -5/+5 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
* | Sync usage line to man page, per style(9). | imp | 1996-10-01 | 1 | -3/+4 |
* | Submitted by: Bruce Evans | imp | 1996-09-29 | 1 | -5/+5 |
* | Implement -d in install. Update the man page to reflect this change. | imp | 1996-09-29 | 2 | -12/+73 |
* | Use EX_* exit values, from NetBSD | imp | 1996-09-28 | 1 | -5/+9 |
* | Changed 'd' to 'D' in getopt arg too. | bde | 1996-09-24 | 1 | -2/+2 |
* | Per discussions in -current | imp | 1996-09-24 | 2 | -5/+5 |
* | Be more careful with mmap. If it fails, fall back to a plain compare or | peter | 1996-09-05 | 1 | -11/+27 |