NetBSD/usr.sbin/mtree
apb 4133fb0075 Fix the "mtree -M" problem reported in PR 42031 by Geoff Wing.
The cause of the problem was that part of the code assumed that
nodecmp() on two nodes with the same name would return 0, but in
fact nodecmp() would return -1 or +1 if one of the nodes was a
directory and the other was not.  The fix is to separate the notion
of whether or not a duplicate name was found from the notion of
where the new node should appear in the list.
2009-09-19 20:42:06 +00:00
..
compare.c fix dev_t formats. 2008-12-28 19:36:30 +00:00
crc.c
create.c Make "mtree -C" sort its output. 2009-04-03 21:18:59 +00:00
excludes.c
extern.h The recent addition of sorting to "mtree -C" broke some third party 2009-04-08 19:03:13 +00:00
getid.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
Makefile Enable WARNS=4 by default, except for: 2009-04-22 15:23:01 +00:00
misc.c fix -Wsign-compare issues 2009-01-18 11:56:51 +00:00
mtree.8 * Rewrite intro to mention all three things mtree can do (check directory 2009-04-09 09:53:37 +00:00
mtree.c Sync usage with man page. 2009-04-08 19:43:05 +00:00
mtree.h Tags are internally stored with leading and trailing commas, for ease 2009-04-04 21:49:49 +00:00
spec.c Fix the "mtree -M" problem reported in PR 42031 by Geoff Wing. 2009-09-19 20:42:06 +00:00
verify.c PR/28786: Jukka Salmi: mtree bug (in verify.c) 2006-10-07 15:35:51 +00:00