Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename usr.sbin/mtree to usr.sbin/fmtree since it is not what /usr/sbin/mtree | bdrewery | 2015-11-09 | 1 | -59/+0 |
| | | | | | | actually is (which is usr.sbin/nmtree). This has tricked me numerous times. | ||||
* | Get rid of "lineno: 0" in error messages from create mode. | phk | 2004-01-11 | 1 | -1/+1 |
| | | | | | Add -w(arning) flag which makes failure to look up uid/gid a nonfatal warning instead of an error. | ||||
* | collect all "extern bla" stuff in extern.h in order to get cross-file | phk | 2004-01-11 | 1 | -0/+8 |
| | | | | type checking. No bugs found. | ||||
* | Give mtree(8) the ability to take [two -f spec] arguments and compare | phk | 2003-11-05 | 1 | -0/+4 |
| | | | | the two specifications to each other. | ||||
* | Rename spec() and verify() functions to have mtree_ prefix and take | phk | 2003-11-05 | 1 | -2/+2 |
| | | | | explicit file descriptor instead of assuming stdin. | ||||
* | Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT) | phk | 2003-10-21 | 1 | -5/+1 |
| | | | | Remove trailing whitespace. | ||||
* | - Align the function prototype of the external `crc' function with | robert | 2003-03-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | how `crc' is actually defined. - Remove an unnecessary `extern' variable declaration. Data type corrections: - Define a variable which contains a file byte offset value as type off_t as required by the `crc' function. - Change the type of a variable carrying a CRC checksum from `u_long' to `uint32_t'. - Substitute the wrong `extern' variable declaration of `crc_total' by putting a correct one in the shared header extern.h. `crc_total' is defined as an `uint32_t', thus fixing incorrect mtree checksums on big-endian LP64 machines. | ||||
* | fixup for WARNS=4. | alfred | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | de-__P() | alfred | 2002-07-11 | 1 | -12/+12 |
| | |||||
* | Switch over to using the new fflagstostr and strtofflags library calls. | joe | 2000-06-17 | 1 | -2/+1 |
| | |||||
* | Give mtree the ability to exclude files and directories from its traversal. | wollman | 2000-05-12 | 1 | -0/+4 |
| | | | | PR: 16944 | ||||
* | Added support for file flags, mostly merged from the NetBSD version. | joe | 1999-12-09 | 1 | -0/+4 |
| | | | | | | | | The way is now open to schg and sappnd key files and directories in our tree. There are recommendations in bin/15229. PR: bin/15229 Reviewed by: imp, brian | ||||
* | Use err(3) instead of local redefinition. | charnier | 1997-10-01 | 1 | -1/+0 |
| | |||||
* | BSD 4.4 Lite usr.sbin Sources | rgrimes | 1994-05-26 | 1 | -0/+44 |