OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Ted Unangst (teducvs.openbsd.org)
Date: Fri May 03 2013 - 13:26:07 CDT


CVSROOT: /cvs
Module name: src
Changes by: teducvs.openbsd.org 2013/05/03 12:26:07

Modified files:
        sys/kern : kern_malloc.c subr_pool.c
        sys/sys : malloc.h

Log message:
switch the malloc and pool freelists to using xor simpleq.
this adds a tiny bit more protection from list manipulation.