summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
Commit message (Expand)AuthorAgeFilesLines
* The new "spec against spec" comparison code was yet another timePoul-Henning Kamp2003-11-301-7/+22
* Off by one error in malloc.Poul-Henning Kamp2003-11-191-1/+1
* Fix a bug relating to the "files before directories" sort order whenPoul-Henning Kamp2003-11-131-0/+51
* Add a small testcase for the new -f-f mode.Poul-Henning Kamp2003-11-051-0/+60
* Give mtree(8) the ability to take [two -f spec] arguments and comparePoul-Henning Kamp2003-11-057-8/+238
* Rename spec() and verify() functions to have mtree_ prefix and takePoul-Henning Kamp2003-11-054-13/+10
* Take advantage of the fact that we know the err(3) function does notPoul-Henning Kamp2003-11-051-24/+14
* 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-313-3/+53
* Update test-case to also fail on filenames containing '#'Poul-Henning Kamp2003-10-301-0/+17
* Use vis(3) to encode/decode the target for symlinks.Poul-Henning Kamp2003-10-302-10/+13
* Add another test-script for mtree(8): Check symlinks with space in them.Poul-Henning Kamp2003-10-301-0/+40
* Fix bug in mtree(8)'s create mode where files or directories with hadPoul-Henning Kamp2003-10-301-1/+1
* Add a test script which Mtree fails.Poul-Henning Kamp2003-10-301-0/+51
* Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)Poul-Henning Kamp2003-10-219-47/+15
* Remove "register" keywords.Poul-Henning Kamp2003-10-216-60/+35
* Get rid of duplicates.Ruslan Ermilov2003-09-141-1/+1
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-037-26/+26
* The -s option should not assume -U.Anton Berezin2003-03-191-0/+1
* - Align the function prototype of the external `crc' function withRobert Drehmel2003-03-135-13/+11
* Fix two minor mismatch reporting output errors.Anton Berezin2003-03-131-2/+2
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* mtree(8) wasn't a bootstrap tool since 2000/07/23 (Makefile.inc1,v 1.161).Ruslan Ermilov2002-11-131-5/+0
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-211-2/+2
* Get rid of %qd, and unbreak Alpha build.Dag-Erling Smørgrav2002-07-152-3/+6
* The .Nm utilityPhilippe Charnier2002-07-141-2/+2
* fixup for WARNS=4.Alfred Perlstein2002-07-118-19/+23
* de-__P()Alfred Perlstein2002-07-117-24/+23
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-16/+0
* Consistancy check: s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Typo.Masafumi Max NAKANE2002-05-101-1/+1
* Only compile with strtofflags.c from libc if bootstrapping.Ruslan Ermilov2001-09-241-4/+6
* Fix the bootstrapping aid from revision 1.9.Ruslan Ermilov2001-09-171-1/+1
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* can not -> cannotSheldon Hearn2001-08-081-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+5
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
* Mark a static function as __printflike()Kris Kennaway2001-07-051-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Convert to use the <sys/queue.h> macros rather than fiddling with the queueBen Smithurst2000-12-291-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-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-033-48/+46
* Re-add -P option (for POSIX-like command line interface)Andrey A. Chernov2000-09-252-6/+11
* Restore standard symlink default, return -L, remove -P, add missing -q to getoptAndrey A. Chernov2000-09-152-11/+12
* Pass a useful pathname to rlink(). Many thanks to the PR originatorSheldon Hearn2000-09-131-1/+2