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
*
$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
*
Change phkmalloc so that the page directory is now floating and allocated
peter
1995-12-11
1
-29
/
+47
*
Remove EXTRA_SANITY, fix a unused var.
phk
1995-10-22
1
-4
/
+8
*
phkmalloc/2
phk
1995-10-08
1
-291
/
+353
*
A buglet when dumping and a stylistic point from Mike.
phk
1995-09-22
1
-8
/
+8
*
``phkmalloc''
phk
1995-09-16
1
-361
/
+1006
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-6
/
+6
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+420