summaryrefslogtreecommitdiff
path: root/lib/libc/db
AgeCommit message (Expand)Author
2025-11-19mpool(3): Fix a typo in statistical messageGordon Bergling
2025-08-01db/hash.c: Fix flag check in hash_seqBojan Novković
2025-07-31dbm_nextkey: Always return an error if we've reached the end of the databaseBojan Novković
2025-07-30db/hash.c: Allow O_WRONLY in dbm_openBojan Novković
2025-07-25db/hash.c: Do not return an error when opening a missing database with O_CREATBojan Novković
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-16libc: don't try to export mpool_statBrooks Davis
2024-04-12libc(bt_utils.c): fix "contiguous" spellingrilysh
2024-04-12libc(bt_seq.c): fix "uninitialized" spellingrilysh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26sccs: Manual changesWarner Losh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-10-18libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line ps tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16mpool: Remove $FreeBSD$ commentWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-27libc: Use secure_getenv(3) where appropriateMark Johnston
2022-05-05libc: Add HISTORY sections to the manual pagesGordon Bergling
2021-08-02tools/build: Don't redefine open() for the linux bootstrapAlex Richardson
2020-04-30Remove the SYMVER build option.John Baldwin
2018-05-10Remove "All rights reserved" from my files.Xin LI
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-09-26hash(3): protect in-memory page when using cross-endianness.Pedro F. Giffuni
2016-09-26btree(3): don't shortcut closing if the metadata is dirty.Pedro F. Giffuni
2016-05-31Fix prototype of dbm_open().Ed Schouten
2016-05-30Let dbm's datum::dptr use the right type.Ed Schouten
2016-04-26libc: make more use of the howmany() macro when available.Pedro F. Giffuni
2016-04-20libc: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2016-04-18libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk
2016-04-10libc: replace 0 with NULL for pointers.Pedro F. Giffuni
2016-04-06Follow-up r295924: Only sync hash-based db files open for writing when closing.Bryan Drewery
2016-03-15libc: don't build compat functions if building WITHOUT_SYMVEREd Maste
2016-03-06Allow O_CLOEXEC to be used in dbopen() flagsKurt Lidl
2016-02-24db(3): Fix aliasing warnings from modern GCC.Pedro F. Giffuni
2016-02-24db(3): Fix aliasing warnings from modern GCC.Pedro F. Giffuni
2016-02-23If we close or sync a hash-based db file, make sure to call fsync toDavid Malone
2016-01-29Use intptr_t note ptrdiff_t when storing flags in the bottom bits ofBrooks Davis
2015-09-20Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues
2015-09-13db/recno: Open with close-on-exec like btree and hash do.Jilles Tjoelker
2015-08-29Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov