1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix one test failure that happens on NetBSD-10.99.10 because one unexpected system mmap(2) happens. More... 4 months ago
Fix some tests on NetBSD-10.99.10 More... 4 months ago
Fix compilation failure on NetBSD-10.99.10. Use errc(3) instead of error(3) from glibc world. More... 4 months ago
test/prog10: adapt for c89 More... about 1 year ago
Fix test/prog10/prog10.c More... about 1 year ago
lmdbg-stat: add support for mmap/munmap More... about 1 year ago
Update dates of man pages More... about 1 year ago
lmdbg: add option -m for passing "-m" to lmdbg-run More... about 1 year ago
lmdbg-leaks: add partial support for mmap/munmap More... about 1 year ago
lmdbg-run -m: add logging of munmap(2) More... about 1 year ago
lmdbg-run: add test for option -m More... about 1 year ago
lmdbg-stat: minor clean-ups for error handling More... about 1 year ago
lmdbg-leaks: add option -p More... about 1 year ago
lmdbg-run.1: add documentation for newly created -m option More... about 1 year ago
lmdbg-run: add option -m for logging calls of anonymous mmap. liblmdbg.so uses LMDBG_LOG_MMAP environment variable for this. More... about 1 year ago
lmdbg.so: enable logging only for top-level process, i.e., disable it for childs More... about 1 year ago
minor clean-up More... about 1 year ago
lmdbg.so: use mutex lock/unlock for working properly in multithreaded environment More... about 1 year ago
Update version to 1.3.1 and NEWS More... over 2 years ago
lmdbg-sym: fix README, now it correspons to documentation in man page (issue #1) More... over 2 years ago
Version -> 1.3.0 More... about 3 years ago
Add support for aligned_alloc(3) More... about 3 years ago
TODO: +1 task More... about 3 years ago
Undefine _FORTIFY_SOURCE when compiling liblmdbg More... almost 4 years ago
Fix one test issue on Linux/gcc-6.3 More... almost 4 years ago
Compile all test programs without optimization, this fixes some too-smart compilers that removes mallocs :-) More... almost 4 years ago
Unbreak a lot of tests under NetBSD-9.99.48 where libc allocates some memory in the very beginning and does not free it. No changes in lmdbg itself, actually. More... almost 4 years ago
lmdbg-leaks: fix the order of output, now it does not depend on AWK implementation More... about 4 years ago
Introduce LMDBG_ALLOW_WRITEABLE (rWx flag for memory segment) environment variable. By default this flag is set to True, which allows to fix problem with lmdbg-sym seen on M$ WSL/OpenSuSE. More... almost 5 years ago
Set WARNERR to "no" More... about 6 years ago