summaryrefslogtreecommitdiff
path: root/lib/libc/db
Commit message (Expand)AuthorAgeFilesLines
* Don't leak information via uninitialized space in db(3) records. [09:07]releng/7.0Colin Percival2009-04-223-5/+8
* The usage of "info" in init_hash() is read-only, so constifyXin LI2007-05-251-3/+3
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-2/+4
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0951-204/+0
* o dbm_close(3) returns void not zero or anything else. Touch .Dd.Maxim Konovalov2006-04-161-5/+1
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+30
* Fix parameter types of close and get members in DB.Stefan Farfeleder2005-09-101-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-132-3/+3
* Fix a condition where the hole would be inserted in the wrongJun Kuriyama2004-09-131-4/+2
* I found "portsdb -u" dumps core with recent INDEX file, and this isJun Kuriyama2004-09-101-0/+2
* Fix format strings to unbreak with -DDEBUG option.Jun Kuriyama2004-09-103-17/+18
* Remove the misleading description of the 'key' argument toPeter Pentchev2004-08-271-17/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-023-4/+4
* Simplify mpool_get() and mpool_write() by using pread() and pwrite()David Schultz2004-01-201-6/+3
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-085-7/+7
* Fix a sizeof error in __bt_put: when writing they key and data sizesThomas Moestl2003-05-301-3/+5
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-166-10/+14
* The .Fn functionPhilippe Charnier2003-02-061-12/+13
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-195-22/+46
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-183-6/+50
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-187-14/+12
* Correct the headers needed to use dbopen(3) and friends.Mark Murray2002-10-181-1/+2
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-14/+1
* W/o __P, the internal declarations will all fit on one line.David E. O'Brien2002-03-231-6/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-223-3/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-2223-36/+62
* Remove multi-line __P() usage.David E. O'Brien2002-03-224-6/+6
* Remove __P() usage.David E. O'Brien2002-03-2122-169/+189
* Remove 'register' keyword.David E. O'Brien2002-03-2110-81/+93
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-016-13/+13
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-1/+1
* mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.Ruslan Ermilov2001-08-161-1/+1
* Don't clobber the default for CFLAGS.Bruce Evans2001-08-031-1/+2
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* Remove duplicate words.Dima Dorfman2001-06-241-1/+1
* Add new, from scratch implementation of hsearch() et al that actually works.Ruslan Ermilov2001-05-152-110/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* mdoc(7) cleanup.Ruslan Ermilov2001-02-121-90/+86
* Add a man page for the dbm_* functions, and update the Makefile to linkNik Clayton2001-02-112-1/+211
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+2
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.Bruce Evans2001-02-051-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-248-11/+27
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-115-681/+845
* Fix SCCS id string abuse I introduced.David E. O'Brien2001-01-021-1/+1
* Fix a tailq conversion bug that resulted in, e.g., nvi crashing uponBrian Feldman2000-12-301-1/+2
* Use TAILQ instead of CIRCLEQ.Poul-Henning Kamp2000-12-291-21/+18
* Use size_t rather than a 16-bit data type fo the length.David E. O'Brien2000-11-071-1/+5
* More secure temporary filename. This needs to be revisited to useKris Kennaway2000-11-021-1/+1