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
/
libbsdmalloc
Age
Commit message (
Expand
)
Author
2023-07-08
Make mstats() decl match prototype so this compiles with -DMSTATS.
simonb
2023-07-06
bsdmalloc(3): fix malloc() signature
uwe
2023-07-05
libbsdmalloc: Use a multiply-overflow that clang supports too.
riastradh
2023-07-05
libbsdmalloc: Make aligned_alloc(A, S) actually align when A > S.
riastradh
2023-07-05
libbsdmalloc: Lift C11 divisibility restriction on aligned_alloc.
riastradh
2023-07-05
bsdmalloc.3: fix typos in function parameters
rillig
2023-07-05
libbsdmalloc: Fix build with DEBUG.
riastradh
2023-07-04
libbsdmalloc: Nix K&R definitions. Bump WARNS to 3.
riastradh
2023-07-04
libbsdmalloc: New man page.
riastradh
2023-07-04
libbsdmalloc: Bump shlib minor.
riastradh
2023-07-04
libbsdmalloc: Nix trailing whitespace.
riastradh
2023-07-04
libbsdmalloc: Provide all allocator front ends and fork hooks.
riastradh
2012-03-21
These directories don't handle WARNS=5
matt
2011-04-10
Define _REENT. Extend CPPFLAGS.
joerg
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-10
NOxxx= variables must appear before <bsd.own.mk>
lukem
2003-04-21
Adding libbsdmalloc which is Chris Kingsley's `power of two bucket' malloc.
elric