summaryrefslogtreecommitdiffstats
path: root/lib/libc/db
Commit message (Expand)AuthorAgeFilesLines
* o dbm_close(3) returns void not zero or anything else. Touch .Dd.maxim2006-04-161-5/+1
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+30
* Fix parameter types of close and get members in DB.stefanf2005-09-101-2/+2
* Expand *n't contractions.ru2005-02-132-3/+3
* Fix a condition where the hole would be inserted in the wrongkuriyama2004-09-131-4/+2
* I found "portsdb -u" dumps core with recent INDEX file, and this iskuriyama2004-09-101-0/+2
* Fix format strings to unbreak with -DDEBUG option.kuriyama2004-09-103-17/+18
* Remove the misleading description of the 'key' argument toroam2004-08-271-17/+1
* Mechanically kill hard sentence breaks.ru2004-07-023-4/+4
* Simplify mpool_get() and mpool_write() by using pread() and pwrite()das2004-01-201-6/+3
* mdoc(7): Use the new feature of the .In macro.ru2003-09-085-7/+7
* Fix a sizeof error in __bt_put: when writing they key and data sizestmm2003-05-301-3/+5
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-166-10/+14
* The .Fn functioncharnier2003-02-061-12/+13
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* mdoc(7) police: "The .Fa argument.".ru2002-12-195-22/+46
* mdoc(7) police: "The .Fn function".ru2002-12-183-6/+50
* libc_r wasn't so tied to libc for 22 months.ru2002-11-187-14/+12
* Correct the headers needed to use dbopen(3) and friends.markm2002-10-181-1/+2
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-14/+1
* W/o __P, the internal declarations will all fit on one line.obrien2002-03-231-6/+3
* Fix the style of the SCM ID's.obrien2002-03-223-3/+3
* Fix the style of the SCM ID's.obrien2002-03-2223-36/+62
* Remove multi-line __P() usage.obrien2002-03-224-6/+6
* Remove __P() usage.obrien2002-03-2122-169/+189
* Remove 'register' keyword.obrien2002-03-2110-81/+93
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-016-13/+13
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-1/+1
* mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.ru2001-08-161-1/+1
* Don't clobber the default for CFLAGS.bde2001-08-031-1/+2
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
* Remove duplicate words.dd2001-06-241-1/+1
* Add new, from scratch implementation of hsearch() et al that actually works.ru2001-05-152-110/+1
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* mdoc(7) cleanup.ru2001-02-121-90/+86
* Add a man page for the dbm_* functions, and update the Makefile to linknik2001-02-112-1/+211
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+2
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.bde2001-02-051-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-248-11/+27
* man(7) -> mdoc(7).ru2001-01-115-681/+845
* Fix SCCS id string abuse I introduced.obrien2001-01-021-1/+1
* Fix a tailq conversion bug that resulted in, e.g., nvi crashing upongreen2000-12-301-1/+2
* Use TAILQ instead of CIRCLEQ.phk2000-12-291-21/+18
* Use size_t rather than a 16-bit data type fo the length.obrien2000-11-071-1/+5
* More secure temporary filename. This needs to be revisited to usekris2000-11-021-1/+1
* If using a DB_RECNO, db::put should return the new key if R_IAFTER isgreen2000-08-081-1/+9
* Prevent TMPDIR overflow.kris2000-08-041-1/+5
* cleanup the tsearch import.alfred2000-07-062-53/+4
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-277-26/+24
OpenPOWER on IntegriCloud