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
*
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
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq
charnier
1998-03-19
2
-3
/
+4
*
NetBSD doesn't have a utrace syscall, so don't define that if
jb
1998-03-09
1
-2
/
+4
*
Change MACHINE references to MACHINE_ARCH.
jb
1998-02-20
1
-3
/
+3
*
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
*
Sorted lists.
bde
1997-10-21
1
-6
/
+6
*
Handle machine-dependent (stdlib) sources more automatically.
bde
1997-10-16
1
-2
/
+2
*
Removed the subdirectory paths from the definitions of MAN[1-9]. They
bde
1997-10-15
1
-10
/
+5
*
environmental -> environment.
charnier
1997-09-18
1
-2
/
+2
*
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
2
-4
/
+5
*
Get rid of integer overflow warning.
steve
1997-08-23
2
-2
/
+2
*
Fix a minor typo. It only affects the sparc version.
jdp
1997-07-26
1
-2
/
+2
*
realpath() should break on looped symlinks.
phk
1997-07-16
1
-0
/
+5
*
kill the undead
peter
1997-07-13
2
-180
/
+0
*
This commit was generated by cvs2svn to compensate for changes in r27180,
bde
1997-07-03
2
-0
/
+180
|
\
|
*
Import Lite2's src/lib, except for non-i386 machine-dependent directories,
bde
1997-07-03
2
-0
/
+180
*
|
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
4
-40
/
+88
*
|
Show the real revision date and not the date that this
steve
1997-06-23
1
-1
/
+1
*
|
Integrate calloc with the rest of the gang.
phk
1997-06-22
5
-478
/
+390
*
|
srandomdev: use stack junk value in the fallback code too
ache
1997-06-15
1
-2
/
+3
*
|
Instead of copying fallback code over and over in each program,
ache
1997-06-14
2
-15
/
+17
*
|
Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)
phk
1997-06-12
2
-8
/
+27
*
|
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
2
-19
/
+69
*
|
Changed all paths to be relative to src/lib instead of src/lib/libc
jb
1997-05-03
1
-3
/
+7
[next]