summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/extern.h
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of "lineno: 0" in error messages from create mode.phk2004-01-111-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-filephk2004-01-111-0/+8
| | | | type checking. No bugs found.
* Give mtree(8) the ability to take [two -f spec] arguments and comparephk2003-11-051-0/+4
| | | | the two specifications to each other.
* Rename spec() and verify() functions to have mtree_ prefix and takephk2003-11-051-2/+2
| | | | explicit file descriptor instead of assuming stdin.
* Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)phk2003-10-211-5/+1
| | | | Remove trailing whitespace.
* - Align the function prototype of the external `crc' function withrobert2003-03-131-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.alfred2002-07-111-1/+1
|
* de-__P()alfred2002-07-111-12/+12
|
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-171-2/+1
|
* Give mtree the ability to exclude files and directories from its traversal.wollman2000-05-121-0/+4
| | | | PR: 16944
* Added support for file flags, mostly merged from the NetBSD version.joe1999-12-091-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.charnier1997-10-011-1/+0
|
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+44
OpenPOWER on IntegriCloud