summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/compare.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed printf format errors.bde1998-08-021-3/+3
|
* Use correct size for readlink buffer. This is the size of theimp1998-06-091-2/+2
| | | | | | buffer -1 since readlink adds its own NUL to the end. Inspired by: Similar changes in OpenBSD
* Use err(3) instead of local redefinition.charnier1997-10-011-3/+9
|
* ts_sec -> tv_secnate1996-09-201-4/+4
| | | | | | ts_nsec -> tv_nsec Pointed out by: bde
* Fix to match new MD5 api, faster.phk1995-07-121-5/+2
|
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* mtree * MD5 = better securitywollman1995-02-101-0/+21
| | | | Idea from: Dr. John T. Wroclawski
* Fixed bug caused by missing set of paranthesis when checking the modificationdg1994-09-241-3/+3
| | | | | | | time. This caused differences in the nanosecond portion of the time to screwup the logic and made mtree think it should compare the modtime even though "time" wasn't specified. The end result is that mtree couldn't deal with procfs because procfs sets the mtime with high accuracy via microtime().
* 1. Remove commented out CFLAGS+=-DDEBUG from Makefilergrimes1994-09-181-7/+7
| | | | | | | | | | | | 2. Clean up code so it compiles -Wall (except for sccsid's and copyright). This included fixing several printf formats that where not correct, and changing the data types of a few things. 3. Implement new option -i that produces indented mtree output files. 4. Implement new option -n that turns off directory comments. 5. Only emit /set records if something has changed since the last one.
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+271
OpenPOWER on IntegriCloud