summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Const poison.Poul-Henning Kamp2002-05-301-3/+5
* Avoid casting a different sized integer to a pointer on LP64 systems.Peter Wemm2002-05-101-1/+1
* Constify _malloc_options.Poul-Henning Kamp2002-04-241-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-4/+2
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-1/+1
* Add ifdefs for sparc64.Jake Burkholder2002-02-231-0/+4
* If 'VX' is given, realloc(foo,0) will bail, it shouldn't.Poul-Henning Kamp2001-11-171-2/+5
* Correctly call THREAD_UNLOCK() if the recursive call trap is sprung.Poul-Henning Kamp2001-11-161-0/+2
* phkmalloc->evilchecks++;Poul-Henning Kamp2001-11-021-3/+13
* Port to ia64, taking into account the fact that pagesizes may be variable.Doug Rabson2001-09-071-0/+11
* Fixed style bugs (dot `.' at the end of error and warning messages).Ruslan Ermilov2001-08-101-22/+22
* Remove a sizeof(void *) == sizeof(int) assumption.Poul-Henning Kamp2001-02-041-7/+7
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+2
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* Make it possible to override the function which writes messages toPoul-Henning Kamp2000-11-261-12/+18
* Oops, un-spam this file - the last commit was an accident.Brian Somers2000-09-201-1/+0
* Only realloc() environ if we're sure that we know where it came from.Brian Somers2000-09-201-0/+1
* Turn malloc options "AJ" on by default.Poul-Henning Kamp2000-07-091-2/+2
* Add a missing THREAD_UNLOCK() found missing by Valentin NechayevPoul-Henning Kamp2000-04-101-3/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-9/+9
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-10/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out previous commit after discussing it with Dmitrij Tejblum.Dag-Erling Smørgrav1999-07-071-4/+0
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().Dag-Erling Smørgrav1999-07-071-1/+5
* Disable the "Hint" option in phkmalloc as default. Recent VM systemPoul-Henning Kamp1999-03-281-2/+2
* Delete the XXX comments that refer to spinlock recursion. The malloc/free/John Birrell1998-09-301-15/+1
* Use 8k pagesize on alpha, not 4k.Doug Rabson1998-09-231-1/+5
* Back out part of previous commit (even though it's technically correct).Alexander Langer1998-09-201-1/+17
* Correctly back out of free if a recursive call into malloc.c is detected.Alexander Langer1998-09-191-8/+7
* preserve errno across the readlink() calls. There is no value in trashingPeter Wemm1998-06-181-1/+4
* Add support for thread lock debug. No impact of the malloc code.John Birrell1998-06-091-4/+4
* Replace the threaded locking with spinlock calls for both threadedJohn Birrell1998-04-291-18/+10
* Change in name of the static initializer define.John Birrell1998-04-041-2/+2
* NetBSD doesn't have a utrace syscall, so don't define that ifJohn Birrell1998-03-091-2/+4
* Drop the use of caddr_t in conjunction with mmap(2).Alexander Langer1997-12-311-4/+4
* Fix recursion problem which occurs when a signal is received duringJohn Birrell1997-12-151-3/+12
* Another 32bits of 64bits conformance.Poul-Henning Kamp1997-08-311-2/+2
* Improvement of type independency for the bitmap.Poul-Henning Kamp1997-08-271-3/+4
* Malloc option H is now default.Poul-Henning Kamp1997-08-271-2/+2
* Fix a minor typo. It only affects the sparc version.John Polstra1997-07-261-2/+2
* Have another go at the malloc-sysv initialization.Poul-Henning Kamp1997-07-021-12/+11
* malloc_sysv used before initialized, reported in PR4002 byPoul-Henning Kamp1997-07-011-33/+19
* Integrate calloc with the rest of the gang.Poul-Henning Kamp1997-06-221-150/+93
* Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)Poul-Henning Kamp1997-06-121-5/+9
* Fix mutex initialization.John Birrell1997-06-041-6/+4
* Malloc flag X makes malloc behave like the canonical xmalloc() wrapper.Poul-Henning Kamp1997-05-301-18/+56
* Check for overflow in size argument.Poul-Henning Kamp1997-03-181-2/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1