summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/recno
Commit message (Expand)AuthorAgeFilesLines
* db(3): Fix aliasing warnings from modern GCC.pfg2016-02-241-3/+2
* db/recno: Open with close-on-exec like btree and hash do.jilles2015-09-131-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-1/+1
* Several signed/unsigned warning fixes.delphij2009-03-282-3/+3
* Our realloc(3) and reallocf(3) can handle NULL, which turns it into adelphij2009-03-052-15/+5
* Style changes (including additional casts to shut up warnings). Thisdelphij2009-03-046-10/+11
* Rename variable 'index' to 'idx' to avoid name collision with index(3),delphij2009-03-033-24/+21
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-028-58/+17
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-0910-40/+0
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-162-3/+5
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-1/+1
* Fix the style of the SCM ID's.obrien2002-03-221-0/+1
* Fix the style of the SCM ID's.obrien2002-03-226-10/+12
* Remove __P() usage.obrien2002-03-212-18/+21
* Remove 'register' keyword.obrien2002-03-211-2/+4
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-242-2/+6
* Fix SCCS id string abuse I introduced.obrien2001-01-021-1/+1
* Use size_t rather than a 16-bit data type fo the length.obrien2000-11-071-1/+5
* If using a DB_RECNO, db::put should return the new key if R_IAFTER isgreen2000-08-081-1/+9
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-272-4/+4
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-122-4/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-162-6/+5
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+3
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
* make u_char * -> char * conversion explicit.jkh1996-12-051-1/+1
* Fix conflicts and merge into mainlinepst1996-02-273-31/+57
* This commit was generated by cvs2svn to compensate for changes in r14272,pst1996-02-276-127/+178
|\
| * Import updated Berkeley DB into CSRG branchpst1996-02-279-155/+232
* | Remove trailing whitespace.rgrimes1995-05-303-3/+3
|/
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-2711-0/+1612
OpenPOWER on IntegriCloud