| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 13 | -26/+0 |
* | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-23 | 2 | -2/+0 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 15 | -0/+30 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 15 | -15/+15 |
* | btree(3): don't shortcut closing if the metadata is dirty. | Pedro F. Giffuni | 2016-09-26 | 1 | -1/+2 |
* | libc: make more use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -1/+1 |
* | libc: do not include <sys/types.h> where <sys/param.h> was already included | Andriy Voskoboinyk | 2016-04-18 | 1 | -1/+0 |
* | db(3): Fix aliasing warnings from modern GCC. | Pedro F. Giffuni | 2016-02-24 | 1 | -6/+12 |
* | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov | 2015-08-29 | 1 | -2/+3 |
* | Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage. | Jeremie Le Hen | 2014-03-06 | 1 | -1/+2 |
* | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} | Marcel Moolenaar | 2014-03-04 | 1 | -1/+1 |
* | db: Use O_CLOEXEC instead of separate fcntl() call. | Jilles Tjoelker | 2013-08-13 | 1 | -5/+2 |
* | Fix clang warnings. | Ben Laurie | 2011-06-18 | 1 | -3/+4 |
* | Update SCCS IDs for Berkeley DB 1.86 merge. | Xin LI | 2009-06-24 | 1 | -1/+1 |
* | style: operators should appear at the line end if we have to wrap. | Xin LI | 2009-06-24 | 1 | -2/+2 |
* | Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. | Xin LI | 2009-03-28 | 3 | -18/+19 |
* | db/btree/bt_open.c: check return value of snprintf() and return value | Xin LI | 2009-03-28 | 1 | -2/+6 |
* | Several signed/unsigned warning fixes. | Xin LI | 2009-03-28 | 2 | -3/+3 |
* | When allocating memory, zero out them if we don't intend to overwrite them | Xin LI | 2009-03-28 | 2 | -8/+3 |
* | 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 | 1 | -9/+9 |
* | Our realloc(3) and reallocf(3) can handle NULL, which turns it into a | Xin LI | 2009-03-05 | 2 | -6/+3 |
* | Style changes (including additional casts to shut up warnings). This | Xin LI | 2009-03-04 | 7 | -16/+16 |
* | Rename variable 'index' to 'idx' to avoid name collision with index(3), | Xin LI | 2009-03-03 | 4 | -77/+66 |
* | Diff reduction against OpenBSD: ANSI'fy prototypes. | Xin LI | 2009-03-02 | 13 | -169/+52 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 15 | -60/+0 |
* | 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 | 1 | -14/+15 |
* | 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 | 2 | -3/+4 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
* | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -1/+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 | 1 | -3/+1 |
* | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 6 | -4/+12 |
* | Remove multi-line __P() usage. | David E. O'Brien | 2002-03-22 | 1 | -2/+2 |
* | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 10 | -53/+69 |
* | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 1 | -4/+6 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 2 | -3/+7 |
* | More secure temporary filename. This needs to be revisited to use | Kris Kennaway | 2000-11-02 | 1 | -1/+1 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 2 | -5/+5 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 2 | -5/+9 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | Warner Losh | 1998-09-16 | 1 | -1/+1 |
* | Don't trust TMPDIR if we're setuid root. This is used only for the | Warner Losh | 1998-09-11 | 1 | -2/+3 |
* | Fix btree problems. This passes regressions tests. | Guido van Rooij | 1998-06-25 | 2 | -2/+5 |
* | Many places in the code NULL is used in integer context, where | Poul-Henning Kamp | 1997-09-18 | 1 | -1/+1 |
* | Changed all paths to be relative to src/lib instead of src/lib/libc | John Birrell | 1997-05-03 | 1 | -2/+3 |