| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc/dbm: Differentiate between uninitialized and end-of-db cursors | Bojan Novković | 2026-06-20 | 1 | -4/+8 |
| * | libc/db: Remove unused hash functions in hash_func.c | Bojan Novković | 2026-03-24 | 2 | -107/+2 |
| * | mpool/mpool_get.c: Avoid clobbering 'errno' when handling 'pread' errors | Bojan Novković | 2026-02-25 | 1 | -0/+4 |
| * | btree/bt_seq.c: Fix two NULL pointer dereferences | Bojan Novković | 2026-01-27 | 1 | -4/+4 |
| * | btree/bt_split.c: Fix a misaligned if statement | Bojan Novković | 2026-01-27 | 1 | -1/+1 |
| * | mpool(3): Fix a typo in statistical message | Gordon Bergling | 2025-11-19 | 1 | -1/+1 |
| * | db/hash.c: Fix flag check in hash_seq | Bojan Novković | 2025-08-01 | 1 | -1/+1 |
| * | dbm_nextkey: Always return an error if we've reached the end of the database | Bojan Novković | 2025-07-31 | 1 | -2/+4 |
| * | db/hash.c: Allow O_WRONLY in dbm_open | Bojan Novković | 2025-07-30 | 3 | -14/+11 |
| * | db/hash.c: Do not return an error when opening a missing database with O_CREAT | Bojan Novković | 2025-07-25 | 1 | -1/+2 |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 7 | -7/+0 |
| * | libc: don't try to export mpool_stat | Brooks Davis | 2024-04-16 | 1 | -1/+0 |
| * | libc(bt_utils.c): fix "contiguous" spelling | rilysh | 2024-04-12 | 1 | -1/+1 |
| * | libc(bt_seq.c): fix "uninitialized" spelling | rilysh | 2024-04-12 | 1 | -1/+1 |
| * | lib: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
| * | Remove copyright strings ifdef'd out | Warner Losh | 2023-11-27 | 8 | -48/+0 |
| * | sccs: Manual changes | Warner Losh | 2023-11-27 | 2 | -2/+0 |
| * | lib: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 66 | -163/+0 |
| * | libc: Remove empty comments in Symbol.map | Brooks Davis | 2023-11-15 | 1 | -3/+0 |
| * | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 39 | -39/+0 |
| * | libc: Fix missing or misspelled MLINKS. | Dag-Erling Smørgrav | 2023-10-18 | 1 | -1/+1 |
| * | Remove $FreeBSD$: one-line ps tag | Warner Losh | 2023-08-16 | 2 | -2/+0 |
| * | Remove $FreeBSD$: one-line nroff pattern | Warner Losh | 2023-08-16 | 5 | -5/+0 |
| * | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 10 | -10/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 40 | -80/+0 |
| * | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 8 | -8/+0 |
| * | mpool: Remove $FreeBSD$ comment | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | libc: Use secure_getenv(3) where appropriate | Mark Johnston | 2023-03-27 | 2 | -6/+4 |
| * | libc: Add HISTORY sections to the manual pages | Gordon Bergling | 2022-05-05 | 1 | -1/+12 |
| * | tools/build: Don't redefine open() for the linux bootstrap | Alex Richardson | 2021-08-02 | 1 | -0/+6 |
| * | Remove the SYMVER build option. | John Baldwin | 2020-04-30 | 1 | -4/+2 |
| * | Remove "All rights reserved" from my files. | Xin LI | 2018-05-10 | 1 | -1/+0 |
| * | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 1 | -0/+2 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 46 | -0/+92 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 51 | -51/+51 |
| * | hash(3): protect in-memory page when using cross-endianness. | Pedro F. Giffuni | 2016-09-26 | 1 | -4/+9 |
| * | btree(3): don't shortcut closing if the metadata is dirty. | Pedro F. Giffuni | 2016-09-26 | 1 | -1/+2 |
| * | Fix prototype of dbm_open(). | Ed Schouten | 2016-05-31 | 2 | -2/+2 |
| * | Let dbm's datum::dptr use the right type. | Ed Schouten | 2016-05-30 | 1 | -2/+2 |
| * | libc: make more use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 2 | -3/+2 |
| * | libc: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-20 | 1 | -1/+1 |
| * | libc: do not include <sys/types.h> where <sys/param.h> was already included | Andriy Voskoboinyk | 2016-04-18 | 1 | -1/+0 |
| * | libc: replace 0 with NULL for pointers. | Pedro F. Giffuni | 2016-04-10 | 2 | -3/+3 |
| * | Follow-up r295924: Only sync hash-based db files open for writing when closing. | Bryan Drewery | 2016-04-06 | 1 | -1/+2 |
| * | libc: don't build compat functions if building WITHOUT_SYMVER | Ed Maste | 2016-03-15 | 1 | -1/+4 |
| * | Allow O_CLOEXEC to be used in dbopen() flags | Kurt Lidl | 2016-03-06 | 1 | -1/+5 |
| * | db(3): Fix aliasing warnings from modern GCC. | Pedro F. Giffuni | 2016-02-24 | 1 | -3/+2 |
| * | db(3): Fix aliasing warnings from modern GCC. | Pedro F. Giffuni | 2016-02-24 | 1 | -6/+12 |