https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191506
Ed Maste <emaste@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |emaste@freebsd.org
--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
Tried on my just-built -HEAD (in QEMU) and it works:
root@:~ # dtruss -c date
dtrace: buffer size lowered to 512k
dtrace: aggregation size lowered to 512k
SYSCALL(args) = return
Mon Jun 30 14:45:05 UTC 2014
mmap(0x0, 0x8000, 0x3) = 6422528 0
issetugid(0x0, 0x0, 0x0) = 0 0
lstat("/etc\0", 0x7FFFFFFFD438, 0x0) = 0 0
lstat("/etc/libmap.conf\0", 0x7FFFFFFFD438, 0x0) = 0 0
open("/etc/libmap.conf\0", 0x100000, 0x3F0) = 3 0
fstat(0x3, 0x7FFFFFFFE0F0, 0x0) = 0 0
mmap(0x0, 0x2F, 0x1) = 6455296 0
close(0x3) = 0 0
....
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"