| Age | Commit message (Expand) | Author |
| 2025-05-06 | libthr.so: mark as -z initfirst | Konstantin Belousov |
| 2024-11-12 | Retire MK_PROFILE infrastructure | Ed Maste |
| 2024-07-15 | Remove residual blank line at start of Makefile | Warner Losh |
| 2024-07-07 | rtld: actually resolve memcpy plt | Ryan Libby |
| 2024-05-13 | Add a build knob for _FORTIFY_SOURCE | Kyle Evans |
| 2024-03-06 | libthr: remove explicit sys/cdefs.h includes | Konstantin Belousov |
| 2024-02-19 | lib{c,thr}: add DT_RUNPATH for gcc -m32 | Brooks Davis |
| 2024-02-19 | lib{c,sys}: move auxargs more firmly into libsys | Brooks Davis |
| 2024-02-07 | libthr: filter rather than link with libsys | Brooks Davis |
| 2024-02-05 | libthr: move _umtx_op_err() to libsys | Brooks Davis |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-07-07 | libthr: Add src.conf variable WITHOUT_PTHREADS_ASSERTIONS | Greg Becker |
| 2022-02-10 | libthr: Disable stack unwinding on ARM. | John Baldwin |
| 2022-02-10 | Install unwind.h into /usr/include | John Baldwin |
| 2021-08-02 | libthr: work around an ASAN false-positive | Alex Richardson |
| 2021-03-22 | Don't add -Winline for WARNS=6 | Alex Richardson |
| 2020-05-12 | Remove tests for obsolete compilers in the build system | Eric van Gyzen |
| 2019-03-29 | Fix initial exec TLS mode for dynamically loaded shared objects. | Konstantin Belousov |
| 2019-03-28 | revert r341429 "disable BIND_NOW in libc, libthr, and rtld" | Ed Maste |
| 2019-01-30 | Rename rtld-elf/malloc.c to rtld-elf/rtld_malloc.c. | Konstantin Belousov |
| 2019-01-29 | Untangle jemalloc and mutexes initialization. | Konstantin Belousov |
| 2018-12-03 | disable BIND_NOW in libc, libthr, and rtld | Ed Maste |
| 2018-05-23 | Remove references to the LIBC_SCCS and SYSLIBC_SCCS C macros. | John Baldwin |
| 2017-08-02 | Add HAS_TESTS to all Makefiles that are currently using the | Enji Cooper |
| 2017-08-02 | Convert traditional ${MK_TESTS} conditional idiom for including test | Enji Cooper |
| 2017-05-26 | libthr: increase WARNS to the default (6) | Eric van Gyzen |
| 2017-05-22 | Revert r318583 (libthr: use default WARNS level of 6) | Eric van Gyzen |
| 2017-05-20 | libthr: Use CLI flags instead of pragmas to disable warnings | Eric van Gyzen |
| 2017-05-20 | libthr: use default WARNS level of 6 | Eric van Gyzen |
| 2017-05-20 | libthr: disable thread-safety warnings | Eric van Gyzen |
| 2017-01-20 | Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones | Enji Cooper |
| 2016-04-04 | MFH | Glen Barber |
| 2016-03-21 | Fix typo. | Konstantin Belousov |
| 2016-02-05 | Remove libc, librtld_db, libthr packages, and further increase | Glen Barber |
| 2016-02-04 | First pass through library packaging. | Glen Barber |
| 2015-06-15 | Revert r284417 it is not necessary anymore | Baptiste Daroussin |
| 2015-06-15 | Enforce overwritting SHLIBDIR | Baptiste Daroussin |
| 2015-04-27 | Build/install libc, librt, libthr, and msun NetBSD test suites on all | Enji Cooper |
| 2015-04-18 | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov |
| 2015-01-21 | Merge all the copies of _tcb_ctor and _tcb_dtor. | Andrew Turner |
| 2015-01-03 | Fix known issues which blow up the process after dlopen("libthr.so") | Konstantin Belousov |
| 2014-11-16 | Add reachover Makefiles for contrib/netbsd-tests/lib/libpthread as | Enji Cooper |
| 2014-05-06 | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh |
| 2014-04-05 | Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT. | Warner Losh |
| 2010-10-08 | Oops, don't remove -fexceptions flag. | David Xu |
| 2010-10-08 | unwind.h was imported, gcc directory is no longer needed. | David Xu |
| 2010-09-25 | To support stack unwinding for cancellation points, add -fexceptions flag | David Xu |
| 2010-09-15 | add code to support stack unwinding when thread exits. note that only | David Xu |
| 2010-09-13 | Merge from tbemd, with a small amount of rework: | Warner Losh |
| 2010-08-24 | Unify 32-bit and 64-bit PowerPC libthr support. This reduces code | Nathan Whitehorn |