summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/compare.c
Commit message (Expand)AuthorAgeFilesLines
* Rename usr.sbin/mtree to usr.sbin/fmtree since it is not what /usr/sbin/mtreeBryan Drewery2015-11-091-388/+0
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-3/+3
* Adds sha256 support. While it is a good idea to also add sha384 andAnton Berezin2005-03-291-0/+21
* collect all "extern bla" stuff in extern.h in order to get cross-filePoul-Henning Kamp2004-01-111-3/+0
* Give mtree(8) the ability to take [two -f spec] arguments and comparePoul-Henning Kamp2003-11-051-3/+1
* Fixed breakage of my world in rev.1.30. #include <sys/time.h> instead ofBruce Evans2003-11-011-13/+9
* Make mtree's update function update the modification time too.Poul-Henning Kamp2003-10-311-1/+14
* Use vis(3) to encode/decode the target for symlinks.Poul-Henning Kamp2003-10-301-3/+6
* Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)Poul-Henning Kamp2003-10-211-6/+2
* Remove "register" keywords.Poul-Henning Kamp2003-10-211-11/+5
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
* - Align the function prototype of the external `crc' function withRobert Drehmel2003-03-131-3/+3
* Fix two minor mismatch reporting output errors.Anton Berezin2003-03-131-2/+2
* Get rid of %qd, and unbreak Alpha build.Dag-Erling Smørgrav2002-07-151-2/+3
* fixup for WARNS=4.Alfred Perlstein2002-07-111-5/+6
* de-__P()Alfred Perlstein2002-07-111-1/+1
* Don't try to compare other attributes if the type doesn't match, it'sPoul-Henning Kamp2000-10-061-0/+1
* Don't whine about modes on symlinks.Poul-Henning Kamp2000-10-061-0/+1
* Make the output of mtree(8) more systematic and machine readable.Poul-Henning Kamp2000-10-031-41/+37
* Pass a useful pathname to rlink(). Many thanks to the PR originatorSheldon Hearn2000-09-131-1/+2
* Switch over to using the new fflagstostr and strtofflags library calls.Josef Karthauser2000-06-171-4/+9
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-271-2/+2
* Added support for file flags, mostly merged from the NetBSD version.Josef Karthauser1999-12-091-0/+22
* -Wall fixes.Bill Fumerola1999-09-271-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add support for SHA-1 and RIPEMD160, now that libmd includes them. MakeGarrett Wollman1999-02-261-2/+48
* Fixed printf format errors.Bruce Evans1998-08-021-3/+3
* Use correct size for readlink buffer. This is the size of theWarner Losh1998-06-091-2/+2
* Use err(3) instead of local redefinition.Philippe Charnier1997-10-011-3/+9
* ts_sec -> tv_secNate Williams1996-09-201-4/+4
* Fix to match new MD5 api, faster.Poul-Henning Kamp1995-07-121-5/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* mtree * MD5 = better securityGarrett Wollman1995-02-101-0/+21
* Fixed bug caused by missing set of paranthesis when checking the modificationDavid Greenman1994-09-241-3/+3
* 1. Remove commented out CFLAGS+=-DDEBUG from MakefileRodney W. Grimes1994-09-181-7/+7
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+271