summaryrefslogtreecommitdiffstats
path: root/runtime/addr-map.c
Commit message (Expand)AuthorAgeFilesLines
* PR 10848 partial fix by using systemtap memory functions everywhere.David Smith2009-12-091-6/+5
* PR10650: markup some unprivileged-safe tapset functionsFrank Ch. Eigler2009-09-161-0/+4
* Check for bad address range or size in lookup_bad_addr.Dave Brolley2009-09-041-0/+4
* Disallow kernel space memory access when unprivileged.Dave Brolley2009-09-031-10/+35
* Use 'static' as much as possibleJosh Stone2009-01-281-4/+4
* fix bugs in add_bad_addr_entryTim Moore2008-10-021-2/+3
* Fix race condition in addr-map; simplify allocation logicTim Moore2008-09-301-46/+53
* PR1288: runtime functions for avoiding certain addressesTim Moore2008-09-081-0/+181