├── LICENSE ├── Makefile ├── README.md ├── patch └── linux │ └── v3.12.13 │ └── badger_trap.patch └── src └── badger-trap.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonarsys/BadgerTrap/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonarsys/BadgerTrap/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonarsys/BadgerTrap/HEAD/README.md -------------------------------------------------------------------------------- /patch/linux/v3.12.13/badger_trap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonarsys/BadgerTrap/HEAD/patch/linux/v3.12.13/badger_trap.patch -------------------------------------------------------------------------------- /src/badger-trap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonarsys/BadgerTrap/HEAD/src/badger-trap.c --------------------------------------------------------------------------------