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
2001-12-05
correct an alignment mis-conception for malloc(0) returned regions.
Thierry Deval
2001-11-01
remove dangling spaces and tabs
Michael Shalayeff
2001-10-30
mprotect allocations sized at 0 bytes. This will cause a fault for access
Thierry Deval
2001-05-11
-1 -> MAP_FAILED
Artur Grabowski
2001-05-10
Use madvise(MADV_FREE) to allow the 'h' option.
Artur Grabowski
2000-04-10
missing THREAD_UNLOCK; netch@segfault.kiev.ua
Theo de Raadt
2000-03-01
typo fix; halogen@nol.net
Theo de Raadt
1999-11-10
calloc() needs to be separate from malloc in case a user wants to have
Todd C. Miller
1999-11-09
Move calloc() into malloc.c and only zero out the area if malloc()
Todd C. Miller
1999-09-16
use writev() where possible
Theo de Raadt
1999-02-03
wrong ret type for write define (millert@)
David Leonard
1999-02-01
malloc can't use write() if it fails very early, so use the unwrapped syscall...
David Leonard
1998-11-20
Add thread-safety to libc, so that libc_r will build (on i386 at least).
David Leonard
1998-08-06
Don't enumerate every arch in the #if since all OpenBSD platforms use the sam...
Todd C. Miller
1998-06-28
Oh fun, mucking about with files used on all archs.
Dale S. Rahn
1998-01-02
make mmap() return void *, add MAP_FAILED
Theo de Raadt
1997-08-23
Change realloc(foo,0) to behave like malloc(0). Both now return a pointer
Per Fogelstrom
1997-08-22
malloc_init() should try to not modify errno
Theo de Raadt
1997-07-02
Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places)
Todd C. Miller
1997-05-31
Make it possible to not output warnings (errors causing aborts are always
Thorsten Lockert
1997-05-31
Add x/X option to behave like X11 xmalloc; from FreeBSD
Thorsten Lockert
1997-04-30
Be more careful with mixing types
Thorsten Lockert
1997-04-05
Check for overflow; from FreeBSD
Thorsten Lockert
1997-02-11
is we were set[ug]id an unitialized ptr bit us
Niklas Hallqvist
1997-02-09
Make this 64-bit safe again
Thorsten Lockert
1997-01-05
Integrate latest malloc(3) from FreeBSD
Thorsten Lockert
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