Go to file
christos 905fa31223 From Brooks Davis:
When comparing a directory to an mtree file NetBSD mtree has output like
this:

xxx:	size (4, 5)
	md5digest (0x6de9439834c9147569741d3c9c9fc010, 0xa5d119ab8edcda0ef7f381da8=
f52f92f)
=2E/yyy missing

FreeBSD's historical behavior is this:

xxx changed
	size expected 4 found 5
	md5digest expected 6de9439834c9147569741d3c9c9fc010 found a5d119ab8edcda0e=
f7f381da8f52f92f
=2E/yyy missing

FreeBSD's mergemaster -U command depends on the latter behavior so
the following patch alters the freebsd9 mode of mtree to output
that format.  I don't think programs should rely on this output one way
or another since it's clearly meant for humans, but this seems like the
easiest short term fix.
2013-11-21 18:39:50 +00:00
bin Stop hissing. 2013-11-14 07:45:05 +00:00
common Add support for the gcc __sync builtins. 2013-11-08 22:42:52 +00:00
compat MKCOMPAT support for earm. 2013-04-27 08:44:35 +00:00
crypto CID 1129615: close argument can't be negative 2013-11-19 16:58:16 +00:00
dist Change content of string, don't overwrite the newly allocated pointer. 2013-11-18 20:03:02 +00:00
distrib Add cbrtl(3) and sqrtl(3), from FreeBSD. 2013-11-19 19:24:33 +00:00
doc Remove hack now it's fixed in 4.8.2 2013-11-16 17:14:06 +00:00
etc Introduce a variable for security.conf, default empty, to list users 2013-11-06 19:37:05 +00:00
external NUL != NULL, so use the correct literal 2013-11-18 19:55:29 +00:00
extsrc
games hals_end(6) outputs the last words of the supercomputer HAL 9000 aboard 2013-11-12 17:46:20 +00:00
gnu NUL != NULL, so use correct literal here. 2013-11-18 18:17:19 +00:00
include Expose properly vfwscanf and friends for POSIX_SOURCE >= 200112L 2013-11-21 09:09:52 +00:00
lib From Ed Maste: 2013-11-21 16:02:21 +00:00
libexec If dlopen of the dynamic linker is requested, e.g. by rump in 2013-11-20 07:18:23 +00:00
regress The sleeping test has been converted to ATF 2012-11-08 03:16:04 +00:00
rescue point pdisk to the right place 2013-03-24 19:18:37 +00:00
sbin shrunk. 2013-11-20 08:11:36 +00:00
share Don't be so pessimistic. 2013-11-20 18:13:16 +00:00
sys Add a CIRCLEQ_END() macro to reduce diff with other queue.h 2013-11-21 15:54:17 +00:00
tests Add carriage return to list of valid character substitutions. 2013-11-21 11:08:08 +00:00
tools Define __USE for use during a tools build. 2013-10-24 13:59:47 +00:00
usr.bin Explicitly include <stdint.h> for uintmax_t; from Eitan Adler. 2013-11-20 17:19:14 +00:00
usr.sbin From Brooks Davis: 2013-11-21 18:39:50 +00:00
x11 Handle dependency on libstdc++ / libc++ in bsd.lib.mk. 2013-09-12 17:14:20 +00:00
build.sh Rename RUMPTEST_BUILDSH to RUMPKERN_ONLY. Turns out not building any 2013-08-30 10:29:06 +00:00
BUILDING regen using 'make regen' from src/doc. 2013-05-29 21:59:51 +00:00
Makefile hp700 rescue/ldd fails on -j16 build if usr.bin/ldd/elf32/libldd_elf32.a 2013-07-16 09:52:21 +00:00
Makefile.inc
UPDATING add hints about FAST_IPSEC no longer being around 2013-08-08 20:00:20 +00:00