| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Return meaningful errno in overflow case; print error message to stderr | Xin LI | 2009-03-28 | 1 | -1/+7 |
| * | Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2). | Xin LI | 2009-03-28 | 2 | -6/+3 |
| * | db/btree/bt_open.c: check return value of snprintf() and return value | Xin LI | 2009-03-28 | 2 | -6/+21 |
| * | Several signed/unsigned warning fixes. | Xin LI | 2009-03-28 | 8 | -16/+18 |
| * | When allocating memory, zero out them if we don't intend to overwrite them | Xin LI | 2009-03-28 | 5 | -28/+11 |
| * | Save errno before calling _close(), which may clear it. | Xin LI | 2009-03-23 | 1 | -2/+4 |
| * | use more proper format string. | Xin LI | 2009-03-23 | 2 | -11/+11 |
| * | Our realloc(3) and reallocf(3) can handle NULL, which turns it into a | Xin LI | 2009-03-05 | 4 | -21/+8 |
| * | Explicitly specify bit width for on-disk data structure. | Xin LI | 2009-03-04 | 1 | -17/+17 |
| * | Style changes (including additional casts to shut up warnings). This | Xin LI | 2009-03-04 | 15 | -36/+35 |
| * | Rename variable 'index' to 'idx' to avoid name collision with index(3), | Xin LI | 2009-03-03 | 7 | -101/+87 |
| * | Diff reduction against OpenBSD: ANSI'fy prototypes. | Xin LI | 2009-03-02 | 28 | -485/+196 |
| * | - Remove superfluous comment | Gabor Kovesdan | 2009-01-30 | 1 | -2/+0 |
| * | getopt(3) returns -1, not EOF. | Kevin Lo | 2008-02-18 | 2 | -2/+2 |
| * | 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 |