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
/
lib
/
libc
/
stdlib
/
malloc.c
Age
Commit message (
Expand
)
Author
1996-11-24
more 64bit fixes
Niklas Hallqvist
1996-11-23
64 bit clean
Niklas Hallqvist
1996-11-22
removed plus sign from start of line
kstailey
1996-09-26
Make sure we don't dereference stray pointer when running suid or sgid
Thorsten Lockert
1996-09-26
Restore check for suid / sgid
Thorsten Lockert
1996-09-26
Latest changes from FreeBSD
Thorsten Lockert
1996-09-19
From FreeBSD:
Thorsten Lockert
1996-09-16
Avoid pulling in stdio
Thorsten Lockert
1996-09-15
Remove dead code
Thorsten Lockert
1996-09-11
only support MALLOC_OPTIONS for non-setuid
Theo de Raadt
1996-09-06
asm -> __asm, clean lint(1) warnings
Thorsten Lockert
1996-08-21
Move cfree(3) weak symbol into a seperate file
Thorsten Lockert
1996-08-20
Make the binding cfree() -> free() weak if possible
Thorsten Lockert
1996-08-20
Remove ANSI function delcarations and add a cfree() stub function.
Jason Downs
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-08-02
malloc(3) implementation from FreeBSD; uses mmap(2) to get memory
Thorsten Lockert
1996-03-25
Add prototypes for internal functions
Thorsten Lockert
1996-01-29
realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt