| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 64 | -64/+64 |
| * | The usage of "info" in init_hash() is read-only, so constify | Xin LI | 2007-05-25 | 1 | -3/+3 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -2/+4 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 51 | -204/+0 |
| * | o dbm_close(3) returns void not zero or anything else. Touch .Dd. | Maxim Konovalov | 2006-04-16 | 1 | -5/+1 |
| * | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
| * | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+30 |
| * | Fix parameter types of close and get members in DB. | Stefan Farfeleder | 2005-09-10 | 1 | -2/+2 |
| * | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 2 | -3/+3 |
| * | Fix a condition where the hole would be inserted in the wrong | Jun Kuriyama | 2004-09-13 | 1 | -4/+2 |
| * | I found "portsdb -u" dumps core with recent INDEX file, and this is | Jun Kuriyama | 2004-09-10 | 1 | -0/+2 |
| * | Fix format strings to unbreak with -DDEBUG option. | Jun Kuriyama | 2004-09-10 | 3 | -17/+18 |
| * | Remove the misleading description of the 'key' argument to | Peter Pentchev | 2004-08-27 | 1 | -17/+1 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 3 | -4/+4 |
| * | Simplify mpool_get() and mpool_write() by using pread() and pwrite() | David Schultz | 2004-01-20 | 1 | -6/+3 |
| * | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 5 | -7/+7 |
| * | Fix a sizeof error in __bt_put: when writing they key and data sizes | Thomas Moestl | 2003-05-30 | 1 | -3/+5 |
| * | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | Jacques Vidrine | 2003-02-16 | 6 | -10/+14 |
| * | The .Fn function | Philippe Charnier | 2003-02-06 | 1 | -12/+13 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | mdoc(7) police: "The .Fa argument.". | Ruslan Ermilov | 2002-12-19 | 5 | -22/+46 |
| * | mdoc(7) police: "The .Fn function". | Ruslan Ermilov | 2002-12-18 | 3 | -6/+50 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 7 | -14/+12 |
| * | Correct the headers needed to use dbopen(3) and friends. | Mark Murray | 2002-10-18 | 1 | -1/+2 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -14/+1 |
| * | W/o __P, the internal declarations will all fit on one line. | David E. O'Brien | 2002-03-23 | 1 | -6/+3 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 3 | -3/+3 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 23 | -36/+62 |
| * | Remove multi-line __P() usage. | David E. O'Brien | 2002-03-22 | 4 | -6/+6 |
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 22 | -169/+189 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 10 | -81/+93 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 6 | -13/+13 |
| * | Mark some functions as __printflike() and/or taking const char * arguments | Kris Kennaway | 2001-08-20 | 1 | -1/+1 |
| * | mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially. | Ruslan Ermilov | 2001-08-16 | 1 | -1/+1 |
| * | Don't clobber the default for CFLAGS. | Bruce Evans | 2001-08-03 | 1 | -1/+2 |
| * | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | Ruslan Ermilov | 2001-07-06 | 1 | -1/+1 |
| * | Remove duplicate words. | Dima Dorfman | 2001-06-24 | 1 | -1/+1 |
| * | Add new, from scratch implementation of hsearch() et al that actually works. | Ruslan Ermilov | 2001-05-15 | 2 | -110/+1 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -1/+1 |
| * | mdoc(7) cleanup. | Ruslan Ermilov | 2001-02-12 | 1 | -90/+86 |
| * | Add a man page for the dbm_* functions, and update the Makefile to link | Nik Clayton | 2001-02-11 | 2 | -1/+211 |
| * | Fix typo: compatability -> compatibility. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+2 |
| * | Fixed C error(s) in synopsis. Many were hiding under mdoc errors. | Bruce Evans | 2001-02-05 | 1 | -1/+1 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 8 | -11/+27 |
| * | man(7) -> mdoc(7). | Ruslan Ermilov | 2001-01-11 | 5 | -681/+845 |
| * | Fix SCCS id string abuse I introduced. | David E. O'Brien | 2001-01-02 | 1 | -1/+1 |
| * | Fix a tailq conversion bug that resulted in, e.g., nvi crashing upon | Brian Feldman | 2000-12-30 | 1 | -1/+2 |
| * | Use TAILQ instead of CIRCLEQ. | Poul-Henning Kamp | 2000-12-29 | 1 | -21/+18 |
| * | Use size_t rather than a 16-bit data type fo the length. | David E. O'Brien | 2000-11-07 | 1 | -1/+5 |
| * | More secure temporary filename. This needs to be revisited to use | Kris Kennaway | 2000-11-02 | 1 | -1/+1 |