| Commit message (Expand) | Author | Age | Files | Lines |
* | Since (x)install is pretty unhelpfull and just spits out a Usage | phk | 2003-07-11 | 1 | -12/+13 |
* | Migrate to a new way of dealing with building from old revisions of | imp | 2003-04-05 | 1 | -7/+0 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -2/+2 |
* | If both the unlink and the open fail, return the errno from the | fenner | 2002-11-30 | 1 | -2/+8 |
* | #include <sys/time.h> instead of depending on namespace pollution in | bde | 2002-11-30 | 1 | -0/+1 |
* | A little bit of anti-foot-shooting. Use utimes(2) rather than | peter | 2002-11-15 | 1 | -8/+11 |
* | Take __FreeBSD_version into account when BOOTSTRAPPING. | ru | 2002-11-13 | 1 | -1/+3 |
* | Document the new behavior of -C with respect to inode-change-time. | ru | 2002-10-31 | 1 | -2/+4 |
* | Do not change the target file's inode-change-time if -C is | ru | 2002-10-31 | 1 | -3/+5 |
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -30/+13 |
* | Ignore -C, -p, and -S options of install(1) when used with the -d | ru | 2002-07-29 | 1 | -1/+1 |
* | Start the (overdue) de-orbit sequence for the -d -C combo, | ru | 2002-06-05 | 1 | -8/+1 |
* | More consistancy. file system > filesystem | trhodes | 2002-05-16 | 1 | -2/+2 |
* | Report errors properly if wait() fails. | fanf | 2002-05-15 | 1 | -1/+2 |
* | Fixed 5 style bugs in VCS ids. | bde | 2002-05-12 | 1 | -5/+7 |
* | Fixed printing the the strip binary's name in error messages. | bde | 2002-05-12 | 1 | -1/+1 |
* | Add support for stripping non-native object files by using an | marcel | 2002-05-11 | 1 | -1/+5 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+4 |
* | No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1. | ru | 2002-04-09 | 1 | -3/+0 |
* | remove __P | imp | 2002-03-22 | 1 | -10/+10 |
* | Bump the cutoff mark for comparing files from 8 MB to 16 MB. | des | 2002-03-18 | 1 | -1/+3 |
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
* | xinstall is part of the upgrade path for 4.4-RELEASE as well. | imp | 2001-12-19 | 1 | -0/+2 |
* | More "const" poisoning, and only use NO_WERROR if we're bootstrapping. | ru | 2001-12-12 | 2 | -23/+22 |
* | WARNS=2, use __FBSDID(), set NO_WERROR, as there are "dirty" files used | markm | 2001-12-11 | 2 | -16/+19 |
* | 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 |