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
*
Markup fixes.
ru
2005-01-14
1
-6
/
+6
*
Fix some signed/unsigned comparisons. Fix prototypes while I'm here.
brian
2005-01-12
1
-3
/
+6
*
sranddev() is not magic pixie dust. While it gives a good random
imp
2004-11-10
1
-2
/
+4
*
Reword recent addition about memory moving.
alfred
2004-08-19
1
-5
/
+4
*
Clarify that realloc and reallocf may move the memory allocation.
alfred
2004-08-18
1
-3
/
+7
*
Use #include <unistd.h> rather than the explicit externs in the
imp
2004-07-31
1
-2
/
+1
*
mdoc(7) fixes.
ru
2004-07-07
1
-2
/
+3
*
Move the return value information about the getenv(3) library function
hmp
2004-07-06
1
-4
/
+10
*
Keep it sync with OpenBSD:
ache
2004-07-06
1
-3
/
+4
*
Sort SEE ALSO references (in dictionary order, ignoring case).
ru
2004-07-04
1
-1
/
+1
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
1
-3
/
+3
*
Eliminate double whitespace.
ru
2004-07-03
1
-4
/
+4
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
5
-14
/
+30
*
Define malloc_pageshift and malloc_minsize for arm.
cognet
2004-05-14
1
-0
/
+4
*
Link radixsort(3) to sradixsort(3), make the latter appear in
ru
2004-05-12
2
-1
/
+2
*
Simplify one condition in prev. commit:
ache
2004-04-01
1
-2
/
+1
*
Fix parsing of ambiguous options, whole loop must be processed
ache
2004-04-01
1
-17
/
+27
*
Rearrange (centralize) initialization of mallocs internals to always be
phk
2004-03-07
1
-19
/
+13
*
Merge some fixes from NetBSD's getopt.3 v1.31:
ache
2004-03-06
1
-43
/
+88
*
Merge some fixes from NetBSD's getopt.c v1.26:
ache
2004-03-06
1
-26
/
+43
*
Fix typo, was 'W'; instead of `W;'
ache
2004-03-06
1
-1
/
+1
*
Make GNU-compatible following case:
ache
2004-03-06
2
-23
/
+27
*
Make return code in noarg case GNU-compatible
ache
2004-03-03
2
-20
/
+24
*
Be more GNU-compatible in diagnostics
ache
2004-03-03
1
-11
/
+61
*
Improve GNU compatibility in several places, use internal GNU_COMPATIBLE
ache
2004-03-01
2
-29
/
+49
*
Comment out things related to getopt() replacement we not use
ache
2004-03-01
1
-36
/
+36
*
Change "-"-started options when POSIX_CORRECTLY is set handling
ache
2004-03-01
1
-17
/
+17
*
Change "-"-started options when POSIX_CORRECTLY is set handling
ache
2004-03-01
1
-1
/
+5
*
Add getopt_long_only() from OpenBSD and other OpenBSD cleanups
ache
2004-02-24
3
-299
/
+459
*
Add optarg, optind, opterr, optopt, optreset to SYNOPSYS
ache
2004-02-23
1
-0
/
+5
*
POSIX clearly states that getsubopt() should be declared in <stdlib.h>
ache
2004-02-23
1
-1
/
+1
*
Remove unneccessary <unistd.h>
ache
2004-02-23
1
-1
/
+0
*
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
*
Unbreak the upgrade path from 4.9 after removal of GNU getopt and
ru
2004-02-20
1
-2
/
+0
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
1
-2
/
+0
*
Use 'uint32_t' instead of 'long' when a 32-bit integer is intended.
das
2004-01-20
1
-31
/
+32
*
Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor
kan
2003-12-19
2
-13
/
+2
*
Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor
kan
2003-12-19
1
-7
/
+101
*
Do not adjust to the pagesize at runtime. Besides for the one-time
marcel
2003-11-28
1
-8
/
+2
*
Improve the performance of radixsort() when
kientzle
2003-11-11
1
-0
/
+11
*
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
*
Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietly
peter
2003-10-28
2
-408
/
+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
*
Cite the published version of "Engineering a Sort Function" instead of
tjr
2003-09-30
1
-4
/
+7
*
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
*
Get rid of duplicates.
ru
2003-09-14
2
-2
/
+2
[next]