aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/redzone.c
Commit message (Expand)AuthorAgeFilesLines
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Fix REDZONE(9) on amd64 and perhaps other 64 bit targets -- ensure the spaceEd Maste2008-08-131-0/+2
* Modify stack(9) stack_print() and stack_sbuf_print() routines to use newRobert Watson2007-12-011-4/+4
* Add buffer corruption protection (RedZone) for kernel's malloc(9).Pawel Jakub Dawidek2006-01-311-0/+181