summaryrefslogtreecommitdiffstats
path: root/safety/safety.py
Commit message (Collapse)AuthorAgeFilesLines
* removing abandoned experiment: safety/* disassembly/symbol checksFrank Ch. Eigler2008-04-011-245/+0
|
* 2006-03-13 Josh Stone <joshua.i.stone@intel.com>jistone2006-03-141-2/+7
| | | | | | | * safety/safety.py: Support IA64 disassembly matching. * safety/data/opcodes-ia64: new opcode rules for IA64. * safety/data/references: Add references used by example scripts when compiled for IA64.
* 2006-03-03 Josh Stone <joshua.i.stone@intel.com>jistone2006-03-031-1/+9
| | | | | | | | | * main.cxx (main): search forward for dashes in the kernel release, to work properly with release names with more than one dash. * parse.cxx (eval_pp_conditional): ditto * tapsets.cxx (profile_derived_probe::profile_derived_probe): ditto * safety/safety.py (StaticSafety::__build_search_suffixes): ditto, and add copyright & GPL tag
* 2006-02-27 Josh Stone <joshua.i.stone@intel.com>jistone2006-02-281-0/+232
* safety/*: Add a static safety checker.