summaryrefslogtreecommitdiff
path: root/lib/libc/db/recno
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner 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
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-02-24db(3): Fix aliasing warnings from modern GCC.Pedro F. Giffuni
2015-09-13db/recno: Open with close-on-exec like btree and hash do.Jilles Tjoelker
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2009-03-28Several signed/unsigned warning fixes.Xin LI
2009-03-05Our realloc(3) and reallocf(3) can handle NULL, which turns it into aXin LI
2009-03-04Style changes (including additional casts to shut up warnings). ThisXin LI
2009-03-03Rename variable 'index' to 'idx' to avoid name collision with index(3),Xin LI
2009-03-02Diff reduction against OpenBSD: ANSI'fy prototypes.Xin LI
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2003-02-16Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine
2002-11-18libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-21Remove __P() usage.David E. O'Brien
2002-03-21Remove 'register' keyword.David E. O'Brien
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2001-01-02Fix SCCS id string abuse I introduced.David E. O'Brien
2000-11-07Use size_t rather than a 16-bit data type fo the length.David E. O'Brien
2000-08-08If using a DB_RECNO, db::put should return the new key if R_IAFTER isBrian Feldman
2000-01-27Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans
2000-01-12Add three-tier symbol naming in support of POSIX thread cancellationJason Evans
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-09-16Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh
1997-05-03Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell
1997-01-16Sweep through the tree fixing mmap() usage:Alexander Langer
1996-12-05make u_char * -> char * conversion explicit.Jordan K. Hubbard
1996-02-27Fix conflicts and merge into mainlinePaul Traina
1996-02-27Import updated Berkeley DB into CSRG branchPaul Traina
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes