summaryrefslogtreecommitdiff
path: root/src/os-freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove PROTECTED visibilityDave Watson2017-12-281-2/+2
* arm: FreeBSD/ARMv6 portKonstantin Belousov2017-08-241-1/+1
* dwarf: Make binary path calculation os-specific.Konstantin Belousov2017-01-191-0/+21
* One time whitespace fixup.Arun Sharma2014-09-271-2/+2
* freebsd: Workaround for old FreeBSD kernelsKonstantin Belousov2012-05-141-2/+50
* freebsd: Fix logic errorKonstantin Belousov2012-05-141-1/+1
* freebsd: Consistently use symbolic name UNW_EUNSPEC for errorsKonstantin Belousov2012-05-141-4/+4
* Style.Konstantin Belousov2012-02-051-1/+1
* Have tdep_get_elf_image available in case of UNW_REMOTE_ONLYKen Werner2011-10-151-4/+0
* Fix freebsd buildKonstantin Belousov2010-05-171-1/+1
* Add path and pathlen arguments to tdep_get_elf_image()Arun Sharma2010-05-151-1/+5
* Fix an issue where len was too short for sysctl to recieve the processKonstantin Belousov2010-04-131-0/+1
* Remove unneeded include.Konstantin Belousov2010-04-111-1/+0
* Ditch using the libutil, it is not async-signal safe.Konstantin Belousov2010-04-111-22/+55
* Add my copyrights to several files that contain essential modificationsKonstantin Belousov2010-04-101-1/+1
* Reformat os-freebsd.c.Konstantin Belousov2010-04-031-22/+24
* Fix memory leak on errorKonstantin Belousov2010-03-081-0/+1
* tdep_get_elf_image should be publicKonstantin Belousov2010-03-081-1/+1
* Correct assignments, remove unneeded includes.Konstantin Belousov2010-03-061-4/+3
* Implement freebsd-specific vm walker.Konstantin Belousov2010-03-061-3/+24
* Add freebsd stubKonstantin Belousov2010-03-061-0/+41