| Age | Commit message (Expand) | Author |
| 2024-07-15 | Remove residual blank line at start of Makefile | Warner Losh |
| 2024-04-12 | libc(bt_utils.c): fix "contiguous" spelling | rilysh |
| 2024-04-12 | libc(bt_seq.c): fix "uninitialized" spelling | rilysh |
| 2023-11-26 | lib: Remove ancient SCCS tags. | Warner Losh |
| 2023-11-01 | libc: Purge unneeded cdefs.h | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2023-03-27 | libc: Use secure_getenv(3) where appropriate | Mark Johnston |
| 2017-11-20 | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2016-09-26 | btree(3): don't shortcut closing if the metadata is dirty. | Pedro F. Giffuni |
| 2016-04-26 | libc: make more use of the howmany() macro when available. | Pedro F. Giffuni |
| 2016-04-18 | libc: do not include <sys/types.h> where <sys/param.h> was already included | Andriy Voskoboinyk |
| 2016-02-24 | db(3): Fix aliasing warnings from modern GCC. | Pedro F. Giffuni |
| 2015-08-29 | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov |
| 2014-03-06 | Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage. | Jeremie Le Hen |
| 2014-03-04 | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} | Marcel Moolenaar |
| 2013-08-13 | db: Use O_CLOEXEC instead of separate fcntl() call. | Jilles Tjoelker |
| 2011-06-18 | Fix clang warnings. | Ben Laurie |
| 2009-06-24 | Update SCCS IDs for Berkeley DB 1.86 merge. | Xin LI |
| 2009-06-24 | style: operators should appear at the line end if we have to wrap. | Xin LI |
| 2009-03-28 | Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. | Xin LI |
| 2009-03-28 | db/btree/bt_open.c: check return value of snprintf() and return value | Xin LI |
| 2009-03-28 | Several signed/unsigned warning fixes. | Xin LI |
| 2009-03-28 | When allocating memory, zero out them if we don't intend to overwrite them | Xin LI |
| 2009-03-23 | Save errno before calling _close(), which may clear it. | Xin LI |
| 2009-03-23 | use more proper format string. | Xin LI |
| 2009-03-05 | Our realloc(3) and reallocf(3) can handle NULL, which turns it into a | Xin LI |
| 2009-03-04 | Style changes (including additional casts to shut up warnings). This | Xin LI |
| 2009-03-03 | Rename variable 'index' to 'idx' to avoid name collision with index(3), | Xin LI |
| 2009-03-02 | Diff reduction against OpenBSD: ANSI'fy prototypes. | Xin LI |
| 2007-01-09 | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh |
| 2004-09-13 | Fix a condition where the hole would be inserted in the wrong | Jun Kuriyama |
| 2004-09-10 | I found "portsdb -u" dumps core with recent INDEX file, and this is | Jun Kuriyama |
| 2004-09-10 | Fix format strings to unbreak with -DDEBUG option. | Jun Kuriyama |
| 2003-05-30 | Fix a sizeof error in __bt_put: when writing they key and data sizes | Thomas Moestl |
| 2003-02-16 | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | Jacques Vidrine |
| 2003-01-01 | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt |
| 2002-11-18 | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov |
| 2002-03-23 | W/o __P, the internal declarations will all fit on one line. | David E. O'Brien |
| 2002-03-22 | Fix the style of the SCM ID's. | David E. O'Brien |
| 2002-03-22 | Fix the style of the SCM ID's. | David E. O'Brien |
| 2002-03-22 | Remove multi-line __P() usage. | David E. O'Brien |
| 2002-03-21 | Remove __P() usage. | David E. O'Brien |
| 2002-03-21 | Remove 'register' keyword. | David E. O'Brien |
| 2001-01-24 | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen |
| 2000-11-02 | More secure temporary filename. This needs to be revisited to use | Kris Kennaway |
| 2000-01-27 | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans |
| 2000-01-12 | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans |