index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
Age
Commit message (
Expand
)
Author
2007-10-30
Build a local copy of exit that doesn't call __cxa_finalize. It's not
skrll
2007-10-24
Add HISTORY: The strtof() and strtold() functions appeared in NetBSD
reed
2007-10-22
Revert the CSE parts of the previous change. "run" is calculated with
simonb
2007-10-19
- do some CSE.
christos
2007-10-16
use mremap for huge -> huge realloc.
yamt
2007-10-15
we don't have reallocf.
yamt
2007-10-15
make lint happy.
yamt
2007-10-15
malloc_print_stats: print huge_allocated correctly. it's already in bytes.
yamt
2007-10-15
use MAP_ALIGNED.
yamt
2007-10-09
Add defs for hppa. From he@.
ad
2007-10-07
On sparc64, both __sparc__ and __sparc64__ is defined. Avoid redefinition
he
2007-10-06
Update for jemalloc.
ad
2007-10-06
Use jemalloc as the default allocator unless USE_JEMALLOC=no.
ad
2007-10-05
Port to NetBSD. Note: posix_memalign() is here, but it's not exported
ad
2007-10-05
Pull in jemalloc from FreeBSD:
ad
2007-08-08
Keep track of atexit functions that are added while processing
kristerw
2007-08-08
Ensure that the struct atexit_handler has been removed from the list
kristerw
2007-08-02
Add xref to shquote(3), suggested by joerg. Bump date.
wiz
2007-07-05
Fix several end cases:
ginsbach
2007-07-02
Document that getopt_long(3) can and will accept unique abbreviated long
ginsbach
2007-04-12
Use IEC 60027-2 prefixes for 2^n based prefixes.
lukem
2006-12-18
remove bogus (void)&var; From Anon Ymous
christos
2006-11-26
PR/34984: Denis Lagno: minor problems with tsearch.3
elad
2006-11-24
fix spelling of accidentally; from Zapher
christos
2006-10-08
PR/34602: sushant: Bug in malloc implementation contains dead code in
elad
2006-10-08
- Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib.
thorpej
2006-10-07
Correctly recover signal state if failed trying to set it.
elad
2006-10-04
Switch from 4-clause to 2-clause BSD license.
wiz
2006-06-28
s,floride,fluoride,
mjl
2006-04-24
Bump date for previous.
wiz
2006-04-24
- add a missing ;
liamjfoy
2006-04-22
Move strtoumax.c from libc/stdlib to common/libc/stdlib and include it
thorpej
2006-03-31
correct multiplicand in pseudorandom generation
drochner
2006-03-31
switch byteorder of seed to match previous (and documented) behaviour
drochner
2006-03-24
Xref rnd(4).
kleink
2006-03-22
build erand48_ieee754.c on everything but vax
drochner
2006-03-22
Rewrite erand48() to put the random bits into the mantissa by simple
drochner
2006-03-22
<math.h> is just needed for the ldexp() call in erand48() -
drochner
2006-03-19
Coverity CID 1560: Don't leak memory when multiple currency symbols are present
christos
2006-03-19
Coverity CID 2528: Don't delete the node we are about to return.
christos
2006-03-15
Use more macros.
wiz
2006-03-15
Add strtof(3) and strtold(3); welcome libc 12.137.
kleink
2006-02-25
Fix some typos.
wiz
2006-01-25
Drop in gdtoa as a replacement for dtoa, strtod() from stdlib/strtod.c.
kleink
2006-01-20
Kill _Exit; breaks build on cygwin and this implementation "is not exactly
christos
2005-12-24
__inline__ -> inline
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-20
Use reach-over sources from common/lib/libc
christos
2005-12-04
Older gcc does not support #ifdef inside macro expansion.
christos
2005-12-02
redo the previous; constify rather than making a string writable.
yamt
[next]