index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a sizeof(void *) == sizeof(int) assumption.
phk
2001-02-04
1
-7
/
+7
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-0
/
+2
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-1
/
+2
*
Make it possible to override the function which writes messages to
phk
2000-11-26
1
-12
/
+18
*
Oops, un-spam this file - the last commit was an accident.
brian
2000-09-20
1
-1
/
+0
*
Only realloc() environ if we're sure that we know where it came from.
brian
2000-09-20
1
-0
/
+1
*
Turn malloc options "AJ" on by default.
phk
2000-07-09
1
-2
/
+2
*
Add a missing THREAD_UNLOCK() found missing by Valentin Nechayev
phk
2000-04-10
1
-3
/
+1
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-9
/
+9
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-10
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Back out previous commit after discussing it with Dmitrij Tejblum.
des
1999-07-07
1
-4
/
+0
*
Always set errno to ENOMEM when returning 0 from malloc() or realloc().
des
1999-07-07
1
-1
/
+5
*
Disable the "Hint" option in phkmalloc as default. Recent VM system
phk
1999-03-28
1
-2
/
+2
*
Delete the XXX comments that refer to spinlock recursion. The malloc/free/
jb
1998-09-30
1
-15
/
+1
*
Use 8k pagesize on alpha, not 4k.
dfr
1998-09-23
1
-1
/
+5
*
Back out part of previous commit (even though it's technically correct).
alex
1998-09-20
1
-1
/
+17
*
Correctly back out of free if a recursive call into malloc.c is detected.
alex
1998-09-19
1
-8
/
+7
*
preserve errno across the readlink() calls. There is no value in trashing
peter
1998-06-18
1
-1
/
+4
*
Add support for thread lock debug. No impact of the malloc code.
jb
1998-06-09
1
-4
/
+4
*
Replace the threaded locking with spinlock calls for both threaded
jb
1998-04-29
1
-18
/
+10
*
Change in name of the static initializer define.
jb
1998-04-04
1
-2
/
+2
*
NetBSD doesn't have a utrace syscall, so don't define that if
jb
1998-03-09
1
-2
/
+4
*
Drop the use of caddr_t in conjunction with mmap(2).
alex
1997-12-31
1
-4
/
+4
*
Fix recursion problem which occurs when a signal is received during
jb
1997-12-15
1
-3
/
+12
*
Another 32bits of 64bits conformance.
phk
1997-08-31
1
-2
/
+2
*
Improvement of type independency for the bitmap.
phk
1997-08-27
1
-3
/
+4
*
Malloc option H is now default.
phk
1997-08-27
1
-2
/
+2
*
Fix a minor typo. It only affects the sparc version.
jdp
1997-07-26
1
-2
/
+2
*
Have another go at the malloc-sysv initialization.
phk
1997-07-02
1
-12
/
+11
*
malloc_sysv used before initialized, reported in PR4002 by
phk
1997-07-01
1
-33
/
+19
*
Integrate calloc with the rest of the gang.
phk
1997-06-22
1
-150
/
+93
*
Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)
phk
1997-06-12
1
-5
/
+9
*
Fix mutex initialization.
jb
1997-06-04
1
-6
/
+4
*
Malloc flag X makes malloc behave like the canonical xmalloc() wrapper.
phk
1997-05-30
1
-18
/
+56
*
Check for overflow in size argument.
phk
1997-03-18
1
-2
/
+4
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
_thread_kern_sig_unblock takes an integer, not a reference.
alex
1996-12-29
1
-2
/
+2
*
If you run with option Z and malloc fails, memset gets called
phk
1996-10-29
1
-4
/
+6
*
Various cosmetics
phk
1996-10-26
1
-48
/
+28
*
malloc_pages should be static.
phk
1996-10-20
1
-187
/
+103
*
Fix a typo.
sos
1996-09-25
1
-2
/
+2
*
A number of minor bogons and portability things from jdp.
phk
1996-09-25
1
-28
/
+37
*
phkmalloc/3
phk
1996-09-23
1
-189
/
+232
*
Fix a very rare error condition: The code to free VM back to the kernel
phk
1996-09-17
1
-3
/
+4
*
Isolated all the crap for thread-safe so I can see what goes on again...
phk
1996-07-03
1
-61
/
+48
*
Reviewed by: julian and (hsu?)
julian
1996-01-22
1
-3
/
+66
*
Fix a fencepost error.
phk
1996-01-05
1
-4
/
+4
*
Preallocate a small structure, so we can sbrk(2) further back.
phk
1995-12-18
1
-2
/
+8
[next]