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