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
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
1
-3
/
+3
*
Define malloc_pageshift and malloc_minsize for arm.
cognet
2004-05-14
1
-0
/
+4
*
Rearrange (centralize) initialization of mallocs internals to always be
phk
2004-03-07
1
-19
/
+13
*
Remove the triplicity in the public functions by vectoring them all
phk
2004-02-21
1
-70
/
+49
*
Move the check for sensitive processes to the point where the exception
phk
2004-02-21
1
-14
/
+7
*
Do not adjust to the pagesize at runtime. Besides for the one-time
marcel
2003-11-28
1
-8
/
+2
*
Externalize malloc's spinlock so that a thread library can take
deischen
2003-11-04
1
-0
/
+1
*
Remove incomplete support for running FreeBSD userland on old NetBSD kernels
tjr
2003-10-29
1
-3
/
+1
*
Consistently cast to (u_char *) when filling with junk.
phk
2003-10-25
1
-3
/
+3
*
Style changes. Inching closer to convergence with OpenBSD.
phk
2003-10-25
1
-61
/
+60
*
More style fixes to improve diffability with OpenBSD.
phk
2003-09-27
1
-46
/
+54
*
Style changes to improve diffability against OpenBSD version.
phk
2003-09-27
1
-91
/
+91
*
Minor constification.
phk
2003-07-29
1
-2
/
+2
*
Clarify the code a bit.
phk
2003-06-01
1
-1
/
+2
*
Tell malloc.c that AMD64 uses the same pagesize as i386.
peter
2003-04-30
1
-0
/
+4
*
Catch some cases where asking for ridiculously large allocations could
phk
2003-01-30
1
-0
/
+4
*
For "sensitive" processes, we always set the 'A' flag which causes abort()
phk
2003-01-23
1
-0
/
+7
*
s/EDOFUS/EDOOFUS/
phk
2002-08-21
1
-3
/
+3
*
Make sure we set errno sensibly in case of failure.
phk
2002-08-09
1
-0
/
+7
*
Const poison.
phk
2002-05-30
1
-3
/
+5
*
Avoid casting a different sized integer to a pointer on LP64 systems.
peter
2002-05-10
1
-1
/
+1
*
Constify _malloc_options.
phk
2002-04-24
1
-1
/
+1
*
Do not use __progname directly (except in [gs]etprogname(3)).
markm
2002-03-29
1
-4
/
+2
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-2
/
+3
*
Remove __P() usage.
obrien
2002-03-21
1
-1
/
+1
*
Remove 'register' keyword.
obrien
2002-03-21
1
-1
/
+1
*
Add ifdefs for sparc64.
jake
2002-02-23
1
-0
/
+4
*
If 'VX' is given, realloc(foo,0) will bail, it shouldn't.
phk
2001-11-17
1
-2
/
+5
*
Correctly call THREAD_UNLOCK() if the recursive call trap is sprung.
phk
2001-11-16
1
-0
/
+2
*
phkmalloc->evilchecks++;
phk
2001-11-02
1
-3
/
+13
*
Port to ia64, taking into account the fact that pagesizes may be variable.
dfr
2001-09-07
1
-0
/
+11
*
Fixed style bugs (dot `.' at the end of error and warning messages).
ru
2001-08-10
1
-22
/
+22
*
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
[next]