| Commit message (Expand) | Author | Age | Files | Lines |
* | Expand x{malloc,calloc,realloc,strdup} in-place. | obrien | 2001-07-24 | 8 | -79/+169 |
* | Mark a function as __printflike() and fix a non-exploitable format string | kris | 2001-07-05 | 1 | -1/+1 |
* | Disable llib. The previous commit does not go anywhere near far enough | peter | 2001-04-29 | 1 | -1/+1 |
* | mdoc(7) police: fix markup. | ru | 2001-04-27 | 1 | -111/+94 |
* | Remove XXX_BROKEN_GCC from the Makefile. | asmodai | 2001-04-26 | 1 | -3/+0 |
* | Wrap lint calling in a variable. | asmodai | 2001-04-24 | 1 | -2/+3 |
* | Add build-tools target to the description file, requisite of making | asmodai | 2001-04-24 | 1 | -1/+3 |
* | Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and should | asmodai | 2001-04-23 | 4 | -5/+5 |
* | Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and should | asmodai | 2001-04-22 | 15 | -15/+15 |
* | Aesthetics: fix placement of $NetBSD$ (use space instead of tab) | asmodai | 2001-04-21 | 19 | -19/+20 |
* | Properly constify the rcsid[]. | asmodai | 2001-04-20 | 8 | -8/+16 |
* | Add $FreeBSD$ to the files which didn't have it yet. | asmodai | 2001-04-20 | 11 | -15/+13 |
* | Change uses of mktemp() to mkstemp(). | asmodai | 2001-04-19 | 2 | -57/+72 |
* | Change SYNOPSIS to use mdoc keeps. | asmodai | 2001-04-19 | 1 | -13/+39 |
* | Fix some mdoc usage. | asmodai | 2001-04-19 | 1 | -4/+6 |
* | Fix english grammar: then does -> than. | asmodai | 2001-04-19 | 1 | -1/+1 |
* | Add a comma after e.g.. This syncs us more with NetBSD and looks more | asmodai | 2001-04-19 | 1 | -2/+2 |
* | Fix spelling of comparison (was: comparision). | asmodai | 2001-04-19 | 3 | -16/+22 |
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -1/+1 |
* | Do not override `realinstall' target, use ${PROGNAME}. | ru | 2001-04-02 | 1 | -5/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+2 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -0/+1 |
* | Change the spelling of `.' to `.' from .OBJDIR since `.' really is where | obrien | 2000-12-05 | 1 | -1/+1 |
* | The GCC 2.96 snapshots have slightly different rules for finding include | obrien | 2000-12-01 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -11/+11 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -33/+66 |
* | Cosmetic change: space instead of tab in front of $FreeBSD$. | sheldonh | 2000-01-16 | 2 | -2/+2 |
* | Revert previous change, which is reported to have broken world. I | sheldonh | 2000-01-15 | 1 | -1/+1 |
* | Populate /usr/libdata/lint again. David Malone <dwmalone@maths.tcd.ie> | sheldonh | 2000-01-14 | 2 | -4/+5 |
* | Fix lint for the new cpp. Lint is still broken in other ways, but | sheldonh | 2000-01-14 | 1 | -2/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Declaration of strtouq() is not missing from stdlib.h, so don't redeclare | dt | 1999-08-25 | 1 | -3/+0 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+2 |
* | Use __XSTRING() from cdefs.h instead of rolling my own. | eivind | 1999-01-25 | 1 | -7/+1 |
* | I may have forgotten to upgrade this value, but that will never happen | eivind | 1999-01-23 | 1 | -6/+8 |
* | __FreeBSD__ is also used here. | jhay | 1999-01-23 | 1 | -1/+3 |
* | Put y.tab.h back in SRCS. This used to be the best way to get | bde | 1998-05-05 | 1 | -1/+2 |
* | Fixed races in `make -jN' using new yacc rules. | bde | 1998-05-04 | 1 | -6/+2 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -1/+1 |
* | Fixed `make -jN' for large N. Just put the generated file y.tab.h in | bde | 1998-03-06 | 1 | -1/+3 |
* | Work around a gcc bug (causing false warnings about integral constant being t... | tegge | 1997-06-12 | 1 | -0/+11 |
* | Cope with the possibility of __FreeBSD__ = 3 | peter | 1997-03-11 | 1 | -1/+3 |
* | Sweep through the tree fixing mmap() usage: | alex | 1997-01-16 | 2 | -2/+2 |
* | .Os NetBSD -> .Os FreeBSD. | wosch | 1996-09-28 | 1 | -1/+1 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 5 | -0/+10 |
* | Fix a couple of minor typos. Closes PR 1309. | alex | 1996-06-11 | 1 | -3/+3 |
* | Backout yacc changes. | phk | 1996-06-02 | 4 | -4/+4 |
* | Finished yacc rules changes. | bde | 1996-06-01 | 1 | -1/+1 |