Remove usage of _WITH_DPRINTF
backtrace.3: Fix prototype of backtrace_symbols_fd_fmt().While here, fix a typoSubmitted by: Sascha Wildner <[email protected]>Obtained from: DragonflyBSD
Fix typo in the function nameSubmitted by: Sascha Wildner <[email protected]>Obtained from: DragonflyBSD
libexecinfo: Include terminating null in byte countOtherwise, a formatted string with a strlen equal to the remainingbuffer space would have the last character omitted (because vsnprintfalways nu
libexecinfo: Include terminating null in byte countOtherwise, a formatted string with a strlen equal to the remainingbuffer space would have the last character omitted (because vsnprintfalways null-terminates), and later the assert in backtrace_symbols_fmtwould fail.MFC after: 3 daysSponsored by: DARPA, AFRL
show more ...
Add $FreeBSD$ tag for user-facing header
Update to 2013-08-29 NetBSD libexecinfo snapshotThis adds my patch to use the kern.proc.pathname sysctl instead ofrelying on procfs(5).
Update libexecinfo man page for FreeBSDSponsored by: DARPA, AFRL
FreeBSD compatibility for libexecinfo
Import NetBSD libexecinfo 20130822 to contrib