|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Tell malloc.c that AMD64 uses the same pagesize as i386. | Peter Wemm | 2003-04-30 | 1 | -0/+4 | 
| * | Catch some cases where asking for ridiculously large allocations could | Poul-Henning Kamp | 2003-01-30 | 1 | -0/+4 | 
| * | For "sensitive" processes, we always set the 'A' flag which causes abort() | Poul-Henning Kamp | 2003-01-23 | 1 | -0/+7 | 
| * | s/EDOFUS/EDOOFUS/ | Poul-Henning Kamp | 2002-08-21 | 1 | -3/+3 | 
| * | Make sure we set errno sensibly in case of failure. | Poul-Henning Kamp | 2002-08-09 | 1 | -0/+7 | 
| * | Const poison. | Poul-Henning Kamp | 2002-05-30 | 1 | -3/+5 | 
| * | Avoid casting a different sized integer to a pointer on LP64 systems. | Peter Wemm | 2002-05-10 | 1 | -1/+1 | 
| * | Constify _malloc_options. | Poul-Henning Kamp | 2002-04-24 | 1 | -1/+1 | 
| * | Do not use __progname directly (except in [gs]etprogname(3)). | Mark Murray | 2002-03-29 | 1 | -4/+2 | 
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -2/+3 | 
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 1 | -1/+1 | 
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 1 | -1/+1 | 
| * | Add ifdefs for sparc64. | Jake Burkholder | 2002-02-23 | 1 | -0/+4 | 
| * | If 'VX' is given, realloc(foo,0) will bail, it shouldn't. | Poul-Henning Kamp | 2001-11-17 | 1 | -2/+5 | 
| * | Correctly call THREAD_UNLOCK() if the recursive call trap is sprung. | Poul-Henning Kamp | 2001-11-16 | 1 | -0/+2 | 
| * | phkmalloc->evilchecks++; | Poul-Henning Kamp | 2001-11-02 | 1 | -3/+13 | 
| * | Port to ia64, taking into account the fact that pagesizes may be variable. | Doug Rabson | 2001-09-07 | 1 | -0/+11 | 
| * | Fixed style bugs (dot `.' at the end of error and warning messages). | Ruslan Ermilov | 2001-08-10 | 1 | -22/+22 | 
| * | Remove a sizeof(void *) == sizeof(int) assumption. | Poul-Henning Kamp | 2001-02-04 | 1 | -7/+7 | 
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -0/+2 | 
| * | Add `_PATH_DEVZERO'. | David E. O'Brien | 2000-12-09 | 1 | -1/+2 | 
| * | Make it possible to override the function which writes messages to | Poul-Henning Kamp | 2000-11-26 | 1 | -12/+18 | 
| * | Oops, un-spam this file - the last commit was an accident. | Brian Somers | 2000-09-20 | 1 | -1/+0 | 
| * | Only realloc() environ if we're sure that we know where it came from. | Brian Somers | 2000-09-20 | 1 | -0/+1 | 
| * | Turn malloc options "AJ" on by default. | Poul-Henning Kamp | 2000-07-09 | 1 | -2/+2 | 
| * | Add a missing THREAD_UNLOCK() found missing by Valentin Nechayev | Poul-Henning Kamp | 2000-04-10 | 1 | -3/+1 | 
| * | Simplify sytem call renaming.  Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -9/+9 | 
| * | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 1 | -10/+9 | 
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 | 
| * | Back out previous commit after discussing it with Dmitrij Tejblum. | Dag-Erling Smørgrav | 1999-07-07 | 1 | -4/+0 | 
| * | Always set errno to ENOMEM when returning 0 from malloc() or realloc(). | Dag-Erling Smørgrav | 1999-07-07 | 1 | -1/+5 | 
| * | Disable the "Hint" option in phkmalloc as default.  Recent VM system | Poul-Henning Kamp | 1999-03-28 | 1 | -2/+2 | 
| * | Delete the XXX comments that refer to spinlock recursion. The malloc/free/ | John Birrell | 1998-09-30 | 1 | -15/+1 | 
| * | Use 8k pagesize on alpha, not 4k. | Doug Rabson | 1998-09-23 | 1 | -1/+5 | 
| * | Back out part of previous commit (even though it's technically correct). | Alexander Langer | 1998-09-20 | 1 | -1/+17 | 
| * | Correctly back out of free if a recursive call into malloc.c is detected. | Alexander Langer | 1998-09-19 | 1 | -8/+7 | 
| * | preserve errno across the readlink() calls.  There is no value in trashing | Peter Wemm | 1998-06-18 | 1 | -1/+4 | 
| * | Add support for thread lock debug. No impact of the malloc code. | John Birrell | 1998-06-09 | 1 | -4/+4 | 
| * | Replace the threaded locking with spinlock calls for both threaded | John Birrell | 1998-04-29 | 1 | -18/+10 | 
| * | Change in name of the static initializer define. | John Birrell | 1998-04-04 | 1 | -2/+2 | 
| * | NetBSD doesn't have a utrace syscall, so don't define that if | John Birrell | 1998-03-09 | 1 | -2/+4 | 
| * | Drop the use of caddr_t in conjunction with mmap(2). | Alexander Langer | 1997-12-31 | 1 | -4/+4 | 
| * | Fix recursion problem which occurs when a signal is received during | John Birrell | 1997-12-15 | 1 | -3/+12 | 
| * | Another 32bits of 64bits conformance. | Poul-Henning Kamp | 1997-08-31 | 1 | -2/+2 | 
| * | Improvement of type independency for the bitmap. | Poul-Henning Kamp | 1997-08-27 | 1 | -3/+4 | 
| * | Malloc option H is now default. | Poul-Henning Kamp | 1997-08-27 | 1 | -2/+2 | 
| * | Fix a minor typo.  It only affects the sparc version. | John Polstra | 1997-07-26 | 1 | -2/+2 | 
| * | Have another go at the malloc-sysv initialization. | Poul-Henning Kamp | 1997-07-02 | 1 | -12/+11 | 
| * | malloc_sysv used before initialized, reported in PR4002 by | Poul-Henning Kamp | 1997-07-01 | 1 | -33/+19 | 
| * | Integrate calloc with the rest of the gang. | Poul-Henning Kamp | 1997-06-22 | 1 | -150/+93 |