| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 6 | -13/+13 |
* | Mark some functions as __printflike() and/or taking const char * arguments | kris | 2001-08-20 | 1 | -1/+1 |
* | mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially. | ru | 2001-08-16 | 1 | -1/+1 |
* | Don't clobber the default for CFLAGS. | bde | 2001-08-03 | 1 | -1/+2 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+1 |
* | Remove duplicate words. | dd | 2001-06-24 | 1 | -1/+1 |
* | Add new, from scratch implementation of hsearch() et al that actually works. | ru | 2001-05-15 | 2 | -110/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | mdoc(7) cleanup. | ru | 2001-02-12 | 1 | -90/+86 |
* | Add a man page for the dbm_* functions, and update the Makefile to link | nik | 2001-02-11 | 2 | -1/+211 |
* | Fix typo: compatability -> compatibility. | asmodai | 2001-02-06 | 1 | -1/+2 |
* | Fixed C error(s) in synopsis. Many were hiding under mdoc errors. | bde | 2001-02-05 | 1 | -1/+1 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 8 | -11/+27 |
* | man(7) -> mdoc(7). | ru | 2001-01-11 | 5 | -681/+845 |
* | Fix SCCS id string abuse I introduced. | obrien | 2001-01-02 | 1 | -1/+1 |
* | Fix a tailq conversion bug that resulted in, e.g., nvi crashing upon | green | 2000-12-30 | 1 | -1/+2 |
* | Use TAILQ instead of CIRCLEQ. | phk | 2000-12-29 | 1 | -21/+18 |
* | Use size_t rather than a 16-bit data type fo the length. | obrien | 2000-11-07 | 1 | -1/+5 |
* | More secure temporary filename. This needs to be revisited to use | kris | 2000-11-02 | 1 | -1/+1 |
* | If using a DB_RECNO, db::put should return the new key if R_IAFTER is | green | 2000-08-08 | 1 | -1/+9 |
* | Prevent TMPDIR overflow. | kris | 2000-08-04 | 1 | -1/+5 |
* | cleanup the tsearch import. | alfred | 2000-07-06 | 2 | -53/+4 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 7 | -26/+24 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 7 | -24/+41 |
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 13 | -13/+13 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 4 | -0/+4 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 3 | -7/+6 |
* | Change obsolete $@ to ${.TARGET}. | imp | 1998-09-11 | 1 | -1/+1 |
* | Don't trust TMPDIR if we're setuid root. This is used only for the | imp | 1998-09-11 | 1 | -2/+3 |
* | Fix btree problems. This passes regressions tests. | guido | 1998-06-25 | 2 | -2/+5 |
* | Sorted lists. | bde | 1997-10-21 | 1 | -4/+3 |
* | Removed the subdirectory paths from the definitions of MAN[1-9]. They | bde | 1997-10-16 | 1 | -4/+3 |
* | Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> | julian | 1997-09-24 | 1 | -1/+1 |
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -1/+1 |
* | Changed all paths to be relative to src/lib instead of src/lib/libc | jb | 1997-05-03 | 7 | -19/+29 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
* | Reviewed by: Bruce Evans <bde@freebsd.org> | danny | 1997-02-15 | 1 | -0/+6 |
* | Sweep through the tree fixing mmap() usage: | alex | 1997-01-16 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
* | make u_char * -> char * conversion explicit. | jkh | 1996-12-05 | 1 | -1/+1 |
* | Back out most of the last backout. :-) Guido removed the 1.1.1.1->1.1.1.2 | peter | 1996-10-19 | 1 | -10/+18 |
* | Backout bzero patch. | guido | 1996-10-18 | 1 | -21/+11 |
* | When freeing buffers in the db routines, also zeroize them | guido | 1996-10-17 | 1 | -1/+3 |
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -1/+2 |
* | Bring in fixes to db 1.85 from NetBSD. These fixes have been documented as | pst | 1996-07-21 | 3 | -18/+39 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 3 | -6/+6 |
* | Close PR#218. Don't reference non-existant dbm(3) and ndbm(3) manual | jkh | 1996-03-03 | 1 | -4/+4 |
* | Fix conflicts and merge into mainline | pst | 1996-02-27 | 16 | -25286/+724 |
* | This commit was generated by cvs2svn to compensate for changes in r14272, | pst | 1996-02-27 | 35 | -1081/+26814 |
|\ |
|