summaryrefslogtreecommitdiffstats
path: root/contrib/libexecinfo
Commit message (Collapse)AuthorAgeFilesLines
* backtrace.3: Fix prototype of backtrace_symbols_fd_fmt().bapt2015-12-221-3/+3
| | | | | | | While here, fix a typo Submitted by: Sascha Wildner <saw@online.de> Obtained from: DragonflyBSD
* Fix typo in the function namebapt2015-11-051-3/+3
| | | | | Submitted by: Sascha Wildner <saw@online.de> Obtained from: DragonflyBSD
* libexecinfo: Include terminating null in byte countemaste2013-11-211-1/+1
| | | | | | | | | | 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. MFC after: 3 days Sponsored by: DARPA, AFRL
* Add $FreeBSD$ tag for user-facing headeremaste2013-09-031-0/+1
|
* Update to 2013-08-29 NetBSD libexecinfo snapshotemaste2013-08-293-13/+27
| | | | | This adds my patch to use the kern.proc.pathname sysctl instead of relying on procfs(5).
* Update libexecinfo man page for FreeBSDemaste2013-08-231-9/+11
| | | | Sponsored by: DARPA, AFRL
* FreeBSD compatibility for libexecinfoemaste2013-08-232-0/+2
|
* Import NetBSD libexecinfo 20130822 to contribemaste2013-08-239-0/+935
|
* Remove accidental import of libexecinfo at wrong directory levelemaste2013-08-2318-1870/+0
|
* Import NetBSD libexecinfo 20130822 to contribemaste2013-08-2318-0/+1870
OpenPOWER on IntegriCloud