aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db
Commit message (Expand)AuthorAgeFilesLines
* libc/db: Remove unused hash functions in hash_func.cBojan Novković2026-03-242-107/+2
* mpool/mpool_get.c: Avoid clobbering 'errno' when handling 'pread' errorsBojan Novković2026-02-251-0/+4
* btree/bt_seq.c: Fix two NULL pointer dereferencesBojan Novković2026-01-271-4/+4
* btree/bt_split.c: Fix a misaligned if statementBojan Novković2026-01-271-1/+1
* mpool(3): Fix a typo in statistical messageGordon Bergling2025-11-191-1/+1
* db/hash.c: Fix flag check in hash_seqBojan Novković2025-08-011-1/+1
* dbm_nextkey: Always return an error if we've reached the end of the databaseBojan Novković2025-07-311-2/+4
* db/hash.c: Allow O_WRONLY in dbm_openBojan Novković2025-07-303-14/+11
* db/hash.c: Do not return an error when opening a missing database with O_CREATBojan Novković2025-07-251-1/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-157-7/+0
* libc: don't try to export mpool_statBrooks Davis2024-04-161-1/+0
* libc(bt_utils.c): fix "contiguous" spellingrilysh2024-04-121-1/+1
* libc(bt_seq.c): fix "uninitialized" spellingrilysh2024-04-121-1/+1
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-278-48/+0
* sccs: Manual changesWarner Losh2023-11-272-2/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-2766-163/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0139-39/+0
* libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav2023-10-181-1/+1
* Remove $FreeBSD$: one-line ps tagWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1610-10/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1640-80/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-168-8/+0
* mpool: Remove $FreeBSD$ commentWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: Use secure_getenv(3) where appropriateMark Johnston2023-03-272-6/+4
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-05-051-1/+12
* tools/build: Don't redefine open() for the linux bootstrapAlex Richardson2021-08-021-0/+6
* Remove the SYMVER build option.John Baldwin2020-04-301-4/+2
* Remove "All rights reserved" from my files.Xin LI2018-05-101-1/+0
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2046-0/+92
* Renumber copyright clause 4Warner Losh2017-02-2851-51/+51
* hash(3): protect in-memory page when using cross-endianness.Pedro F. Giffuni2016-09-261-4/+9
* btree(3): don't shortcut closing if the metadata is dirty.Pedro F. Giffuni2016-09-261-1/+2
* Fix prototype of dbm_open().Ed Schouten2016-05-312-2/+2
* Let dbm's datum::dptr use the right type.Ed Schouten2016-05-301-2/+2
* libc: make more use of the howmany() macro when available.Pedro F. Giffuni2016-04-262-3/+2
* libc: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-201-1/+1
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-102-3/+3
* Follow-up r295924: Only sync hash-based db files open for writing when closing.Bryan Drewery2016-04-061-1/+2
* libc: don't build compat functions if building WITHOUT_SYMVEREd Maste2016-03-151-1/+4
* Allow O_CLOEXEC to be used in dbopen() flagsKurt Lidl2016-03-061-1/+5
* db(3): Fix aliasing warnings from modern GCC.Pedro F. Giffuni2016-02-241-3/+2
* db(3): Fix aliasing warnings from modern GCC.Pedro F. Giffuni2016-02-241-6/+12
* If we close or sync a hash-based db file, make sure to call fsync toDavid Malone2016-02-231-1/+5