Commit Graph

8 Commits

Author SHA1 Message Date
emaste
79f55b7049 MFC r258426: libexecinfo: Include terminating null in byte count
Otherwise, a formatted string with a strlen equal to the remaining
  buffer space would have the last character omitted (because vsnprintf
  always null-terminates), and later the assert in backtrace_symbols_fmt
  would fail.

Sponsored by:	DARPA, AFRL
Approved by:	re (gjb)
2013-11-25 15:54:18 +00:00
emaste
fcc965e86a Add $FreeBSD$ tag for user-facing header 2013-09-03 13:36:23 +00:00
emaste
c5c787b7f2 Update to 2013-08-29 NetBSD libexecinfo snapshot
This adds my patch to use the kern.proc.pathname sysctl instead of
relying on procfs(5).
2013-08-29 16:57:55 +00:00
emaste
8ea56ff7c4 Update libexecinfo man page for FreeBSD
Sponsored by:	DARPA, AFRL
2013-08-23 13:47:18 +00:00
emaste
0b1317fbf9 FreeBSD compatibility for libexecinfo 2013-08-23 12:42:13 +00:00
emaste
c269490987 Import NetBSD libexecinfo 20130822 to contrib 2013-08-23 12:38:51 +00:00
emaste
69d69e8c31 Remove accidental import of libexecinfo at wrong directory level 2013-08-23 12:35:48 +00:00
emaste
78d2ae699c Import NetBSD libexecinfo 20130822 to contrib 2013-08-23 12:28:10 +00:00