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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from RELENG_3 (oops):
chris
2000-01-29
1
-5
/
+5
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
4
-18
/
+17
*
o Back out rev 1.4 - reallocf() failure clobbers existing `environ'.
ru
2000-01-27
1
-3
/
+8
*
Document the memory leak that is inherent in FreeBSD's semantics
archie
2000-01-26
1
-0
/
+15
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
4
-18
/
+25
*
Make example for handling "-##" work and comply with style(9). Still
hoek
2000-01-06
1
-5
/
+12
*
Add history: The reallocf() function first appeared in FreeBSD-3.0.
hoek
1999-12-28
1
-0
/
+5
*
Fixed missing installation of a link to rand_r.3.
bde
1999-12-23
1
-1
/
+1
*
Document the current behaviour with respect to the handling of errno.
sheldonh
1999-12-22
1
-1
/
+8
*
Fix handling of trailing :'s to match what other OSes do (spit out
jkh
1999-12-17
1
-2
/
+8
*
Add a cross-reference to fabs(3) man page.
chris
1999-12-07
1
-0
/
+1
*
Typo
kris
1999-11-15
1
-1
/
+1
*
Go to a bit more trouble to make it absolutely clear that malloc(3)
peter
1999-11-12
1
-2
/
+9
*
Change .Fn to .Xr on a couple of lines where abort(3) is referenced.
chris
1999-09-25
1
-2
/
+2
*
Tidy up $Log$ debris.
peter
1999-09-05
1
-32
/
+2
*
$Header$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
32
-32
/
+32
*
Various man page cleanup:
mpp
1999-08-15
1
-3
/
+3
*
Fix .Xr line for `getpagesize'
chris
1999-08-14
1
-2
/
+2
*
Mention that EXIT_SUCCESS and EXIT_FAILURE are preferred over
hoek
1999-08-01
1
-1
/
+7
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
23
-0
/
+23
*
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
*
Added Posix rand_r function.
wes
1999-05-24
2
-5
/
+74
*
Disable the "Hint" option in phkmalloc as default. Recent VM system
phk
1999-03-28
2
-4
/
+4
*
Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h.
ghelmer
1999-03-02
1
-1
/
+1
*
fix tabs lost apparently in copy&paste
ache
1999-02-12
1
-5
/
+5
*
Clarify format of exit status code. Note when a return code of -1 can
jkoshy
1999-01-27
1
-4
/
+8
*
Include mergesort() in description of errors.
rnordier
1998-11-04
1
-1
/
+3
*
Drop unused labels.
rnordier
1998-11-04
1
-2
/
+2
*
Handle a zero elements argument.
rnordier
1998-11-04
1
-0
/
+3
*
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
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
2
-2
/
+2
*
o Don't reference non-existant function freealloc.
imp
1998-09-16
1
-4
/
+4
*
Fix style problems noted by Bruce:
imp
1998-09-16
2
-8
/
+35
*
Add reallocf to the library. This function is simliar to realloc, but
imp
1998-09-14
3
-13
/
+42
*
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
*
This is a hack to workaround source that is coded to use long variables
jb
1998-05-08
2
-2
/
+2528
*
Fix a few nits in quoted code fragments and elsewhere.
rnordier
1998-05-04
1
-5
/
+4
*
Replace the threaded locking with spinlock calls for both threaded
jb
1998-04-29
1
-18
/
+10
*
Reference an external variable in threaded programs so that the
jb
1998-04-29
1
-0
/
+6
*
Use signal() in both the threaded and non-threaded cases.
jb
1998-04-29
1
-2
/
+1
*
indent
dima
1998-04-20
1
-1
/
+1
*
Remove a nolonger implented "BUGS" description.
phk
1998-04-11
1
-14
/
+0
*
Add a global variable called __isthreaded that can be tested throughout
jb
1998-04-11
1
-0
/
+9
*
Change in name of the static initializer define.
jb
1998-04-04
1
-2
/
+2
[next]