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
/
external
/
bsd
/
jemalloc
/
dist
Age
Commit message (
Expand
)
Author
2023-07-05
Revert "jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc."
riastradh
2023-07-04
jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc.
riastradh
2023-07-01
jemalloc: enable lint again, it is no longer broken
rillig
2023-06-26
jemalloc: reduce CONSTCOND diff to upstream
rillig
2020-11-17
Support aarch64eb in */config.guess.
rin
2020-09-06
Appease gcc-9
christos
2020-06-04
If _malloc_thread_cleanup is implement, call it from libpthread.
joerg
2020-05-15
Hook up proper fork lock handling for malloc:
joerg
2020-05-15
When using default mutex types, don't setup attributes for init.
joerg
2020-02-15
jemalloc: Avoid variable length array with length 0
kamil
2020-01-06
set that NetBSD overcommits (from maya)
christos
2019-10-03
realloc(ptr, 0) != { free(ptr); return NULL; }
christos
2019-07-27
Ensure that percpu_arena_update is really dead if it shouldn't work and
joerg
2019-04-26
Enforce alignment also if the compiled in PAGE_SIZE is bigger than
christos
2019-04-26
Undo previous, it is moving us in the wrong direction.
christos
2019-04-24
Allow os_page sizes greater than the built-in page size. This can happen
christos
2019-03-16
we have MAP_ALIGNED, so use it (although it does not do anything by default)
christos
2019-03-16
PR/54062: Fix the "snprintf_float" test failing after the jemalloc import
christos
2019-03-14
revert previous sshd hack (from Rin Okuyama)
christos
2019-03-14
Grr, disable the "time goes backwards" test here since this breaks too
christos
2019-03-14
Sync with installed versions.
christos
2019-03-14
Remove __clang___ hacks for noreturn, reduce footprint when we don't compile
christos
2019-03-12
- descend to build libjemalloc
christos
2019-03-11
Add an initializatin that is not needed when the optimizer works...
christos
2019-03-10
Add noreturn where needed. In the prof case because of cassert() and return
christos
2019-03-10
Rename je_mallctltomib to je_mallctlnametomib
kamil
2019-03-10
Make the non-standard jemalloc api weak.
christos
2019-03-05
Sync with installed files.
christos
2019-03-05
revert previous; not needed.
christos
2019-03-05
Check that the previous link exists before merging it.
christos
2019-03-04
Add FALLTHROUGH comments.
christos
2019-03-04
add constcond
christos
2019-03-04
- fix shadowing
christos
2019-03-04
Adjust to new names
christos
2019-03-04
adjust prototype
christos
2019-03-04
use UNCONST
christos
2019-03-04
fix prototypes
christos
2019-03-04
fix incorrect macro use
christos
2019-03-04
fix const hash
christos
2019-03-04
remove unused line
christos
2019-03-04
fix shadowing
christos
2019-03-04
fix prototype
christos
2019-03-04
use c99 initializers
christos
2019-03-04
use __format_arg__ to check format arguments.
christos
2019-03-04
put back __UNCONST for now.
christos
2019-03-04
use c99 initializers
christos
2019-03-04
Add a c99 initializer
christos
2019-03-04
use c99 initializers
christos
2019-03-04
- add unconst
christos
2019-03-04
fix for shadowing.
christos
[next]