summaryrefslogtreecommitdiff
path: root/sys/kern/subr_poison.c
AgeCommit message (Expand)Author
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-27add back inverted poison patterns. keep high bits, but twiddle low bits.Ted Unangst
2014-07-22The last poison change is awesome, it is triggering use after free bugs.Theo de Raadt
2014-07-08also use inverted poison patterns, to mix things up. ok deraadt miodTed Unangst
2014-07-08Repair compilability after the recent uvmexp changes, especially forMiod Vallat
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-05-19consistent use of uint32_t for poison valuesTed Unangst
2014-01-13Return the poison value in poison_check() and not the modified value.Martin Pieuchot
2013-05-31unfortunately the sparc pagesize handling also requires uvm_extern.hTheo de Raadt
2013-05-30tiny change to support two poison values based on page addrTed Unangst
2013-05-02according to pedro, ids work better with the ending $Ted Unangst
2013-04-06i missed this file too.Ted Unangst
2013-03-28separate memory poisoning code to a new file and make it usable kernel wideTed Unangst