summaryrefslogtreecommitdiff
path: root/devel/valgrind/files/patch-include_vg_kerneliface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on 7-current by avoiding conflict in si_band macro, thatSimon Barner2006-02-151-3/+14
| | | | | | | is already defined in the sys/signal.h header Submitted by: Niklas Sorensson <nik@cs.chalmers.se> Prodded by: kris via pointyhat
* - Fix on FreeBSD 6 and above: [1] [2]Simon Barner2005-09-201-0/+11
Valgrind did not handle the following sysarch calls, and thus crashed immediately o get_fsbase o set_fsbase o get_gsbase o set_fsbase - Valgrind no longer dumps core when its client application does. [2] Valgrind-snapshot does contain for safing the client's core dump, but it does not work (it resulted in a crash) and has therefore been disabled. - Fix crash with valgrind-snapshot when the application to debug does not exists or cannot be accessed. - Fix symlink farms for threading libraries. FreeBSD 4-7 are handled. [2] - Bump PORTREVISION Reported by: Ulrich Spoerlein <q@galgenberg.net> [1], Chris Gilbert <Chris@lainos.org> [2] PR: ports/86007 [1]