summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Catch some cases where asking for ridiculously large allocations couldphk2003-01-301-0/+4
* For "sensitive" processes, we always set the 'A' flag which causes abort()phk2003-01-231-0/+7
* s/EDOFUS/EDOOFUS/phk2002-08-211-3/+3
* Make sure we set errno sensibly in case of failure.phk2002-08-091-0/+7
* Const poison.phk2002-05-301-3/+5
* Avoid casting a different sized integer to a pointer on LP64 systems.peter2002-05-101-1/+1
* Constify _malloc_options.phk2002-04-241-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-4/+2
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
* Remove __P() usage.obrien2002-03-211-1/+1
* Remove 'register' keyword.obrien2002-03-211-1/+1
* Add ifdefs for sparc64.jake2002-02-231-0/+4
* If 'VX' is given, realloc(foo,0) will bail, it shouldn't.phk2001-11-171-2/+5
* Correctly call THREAD_UNLOCK() if the recursive call trap is sprung.phk2001-11-161-0/+2
* phkmalloc->evilchecks++;phk2001-11-021-3/+13
* Port to ia64, taking into account the fact that pagesizes may be variable.dfr2001-09-071-0/+11
* Fixed style bugs (dot `.' at the end of error and warning messages).ru2001-08-101-22/+22
* Remove a sizeof(void *) == sizeof(int) assumption.phk2001-02-041-7/+7
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+2
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* Make it possible to override the function which writes messages tophk2000-11-261-12/+18
* Oops, un-spam this file - the last commit was an accident.brian2000-09-201-1/+0
* Only realloc() environ if we're sure that we know where it came from.brian2000-09-201-0/+1
* Turn malloc options "AJ" on by default.phk2000-07-091-2/+2
* Add a missing THREAD_UNLOCK() found missing by Valentin Nechayevphk2000-04-101-3/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-9/+9
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-10/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out previous commit after discussing it with Dmitrij Tejblum.des1999-07-071-4/+0
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().des1999-07-071-1/+5
* Disable the "Hint" option in phkmalloc as default. Recent VM systemphk1999-03-281-2/+2
* Delete the XXX comments that refer to spinlock recursion. The malloc/free/jb1998-09-301-15/+1
* Use 8k pagesize on alpha, not 4k.dfr1998-09-231-1/+5
* Back out part of previous commit (even though it's technically correct).alex1998-09-201-1/+17
* Correctly back out of free if a recursive call into malloc.c is detected.alex1998-09-191-8/+7
* preserve errno across the readlink() calls. There is no value in trashingpeter1998-06-181-1/+4
* Add support for thread lock debug. No impact of the malloc code.jb1998-06-091-4/+4
* Replace the threaded locking with spinlock calls for both threadedjb1998-04-291-18/+10
* Change in name of the static initializer define.jb1998-04-041-2/+2
* NetBSD doesn't have a utrace syscall, so don't define that ifjb1998-03-091-2/+4
* Drop the use of caddr_t in conjunction with mmap(2).alex1997-12-311-4/+4
* Fix recursion problem which occurs when a signal is received duringjb1997-12-151-3/+12
* Another 32bits of 64bits conformance.phk1997-08-311-2/+2
* Improvement of type independency for the bitmap.phk1997-08-271-3/+4
* Malloc option H is now default.phk1997-08-271-2/+2
* Fix a minor typo. It only affects the sparc version.jdp1997-07-261-2/+2
* Have another go at the malloc-sysv initialization.phk1997-07-021-12/+11
* malloc_sysv used before initialized, reported in PR4002 byphk1997-07-011-33/+19
* Integrate calloc with the rest of the gang.phk1997-06-221-150/+93
* Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)phk1997-06-121-5/+9
OpenPOWER on IntegriCloud