summaryrefslogtreecommitdiffhomepage
path: root/client/secmem.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-04Replace 0 with NULL in secmem.cSamuel Lidén Borell1-1/+1
2011-06-19Revert "The flock argument to fcntl should be a pointer. Found by samuellb."Robert Andersson1-6/+2
2011-06-19The flock argument to fcntl should be a pointer. Found by samuellb.Robert Andersson1-2/+6
2011-04-26Some systems use MAP_ANON instead of MAP_ANONYMOUS. Define it accordingly.Robert Andersson1-0/+8
2010-02-23Fix some bugs from the second last patchSamuel Lidén Borell1-1/+3
2010-02-20Introduce guaranteed_memset()Linus Walleij1-2/+3
2010-02-20Provide a secure memory pool and use itLinus Walleij1-0/+160