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
2008-08-04
Add C99 functions imaxabs and imaxdiv.
matt
2008-07-21
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2008-06-23
Split choose_arena() back out into inline and non-inline portions.
ad
2008-06-05
Check to see if MALLOC_OPTIONS is actually set in the environment before
ad
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-27
Fix another integer overflow issue discovered by Maksymilian Arciemowicz.
christos
2008-03-18
Avoid integer overflow; reported by Maksymilian Arciemowicz.
christos
2008-03-11
Use size_t to avoid overflow when sorting large arrays. While here, ANSIfy.
rmind
2008-03-08
Redo the CPU-based arena selection slightly differently. With the latest
ad
2008-02-28
mention RANDOM_MAX
christos
2008-02-25
There's no need to do the mutex_trylock dance anymore in __cxa_finalize(),
xtraeme
2008-02-25
Add a comment for __libc_atexit_init() missed in previous that was
xtraeme
2008-02-25
Make the atexit mutex recursive and initialize it in __libc_init()
xtraeme
2008-02-03
fix posix_memalign; we are not going to support alignments > pagesize in
christos
2007-12-12
make this compile again
macallan
2007-12-07
Fix twalk()s 3rd argument name so that it matches rest of manpage and
simonb
2007-12-04
move decls for _malloc_{pre,post}fork() to extern.h
christos
2007-12-04
- use a non localized version of strerror_r.
christos
2007-12-01
Back out the per-cpu arena changes. With this, ld.so magically stops
ad
2007-11-30
Fix the other half of the 'store int as a thread specific pointer'/
dsl
2007-11-30
converting a pointer to unsigned is bad; use uintptr_t.
christos
2007-11-29
Make the allocation arenas per-CPU in the most optimistic case, but
ad
2007-11-28
Sync phk malloc.c with the latest one from FreeBSD. This gives us the
christos
2007-11-19
Enable posix_memalign().
ad
2007-11-09
always compile getopt_long. some ifdef reduction. more to come.
christos
2007-11-06
Revert previous. This mess of ifdefs needs to be killed.
christos
2007-11-06
move the test to replace getopt higher up, before we need to include anything.
christos
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
[next]