Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 2 | -3/+2 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 2 | -16/+16 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+2 |
| | |||||
* | Include <stdlib.h> for exit() and abort() prototypes. | stefanf | 2004-05-24 | 1 | -0/+1 |
| | | | | Approved by: das (mentor) | ||||
* | Use a size_t for variables that need to hold buffer lengths. | harti | 2003-07-29 | 4 | -18/+20 |
| | |||||
* | de-__P() | alfred | 2002-10-10 | 8 | -175/+159 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 2 | -26/+36 |
| | |||||
* | LP64 cleanup: don't cast pointer to int. | naddy | 2002-07-02 | 2 | -6/+3 |
| | |||||
* | - Convert a bunch of macros to the actual function they're calling. These | arr | 2002-05-16 | 13 | -267/+187 |
| | | | | | | | | | | | include: UM_ALLOC -> calloc, malloc UM_FREE -> free UM_COPY -> bcopy UM_ZERO -> bzero This is the first step towards removing these macros. | ||||
* | - Convert a bunch of macros to the actual function they're calling. These | arr | 2002-05-16 | 4 | -73/+56 |
| | | | | | | | | | | | include: UM_ALLOC -> calloc, malloc UM_FREE -> free UM_COPY -> bcopy UM_ZERO -> bzero This is the first step towards removing these macros. | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 4 | -25/+11 |
| | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. | ||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | Backout removal of -I${.CURDIR}/../../../sys in previous revision. | ru | 2001-06-11 | 2 | -1/+2 |
| | | | | | | | It is needed to pick up (missing in SHARED=copy case) netatm/uni/ headers. The right fix would be to install missing netatm/uni headers. | ||||
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 2 | -2/+1 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 2 | -0/+2 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 3 | -3/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
| | |||||
* | man(7) -> mdoc(7). | ru | 2001-01-18 | 2 | -387/+611 |
| | |||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 2 | -2/+4 |
| | | | | Use _PATH_* where where possible. | ||||
* | Change the spelling of `.' to `.' from .OBJDIR since `.' really is where | obrien | 2000-12-05 | 1 | -1/+1 |
| | | | | generated files land. Also give precedence to generated files. | ||||
* | The GCC 2.96 snapshots have slightly different rules for finding include | obrien | 2000-12-01 | 1 | -1/+1 |
| | | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.". | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 31 | -52/+52 |
| | |||||
* | Modify code to be -Wall'able. | mks | 1999-07-01 | 23 | -372/+384 |
| | | | | PR: bin/11315 | ||||
* | Fixed typo done, thanks! | foxfair | 1998-12-20 | 1 | -3/+3 |
| | |||||
* | Two patches from the HARP people: | phk | 1998-09-17 | 2 | -3/+4 |
| | | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com> | ||||
* | Remove blank after -I | phk | 1998-09-15 | 1 | -2/+2 |
| | |||||
* | Remove gratuitous (and bad) spaces in -I args. | jkh | 1998-09-15 | 1 | -2/+2 |
| | |||||
* | Add -lmd | jkh | 1998-09-15 | 1 | -2/+4 |
| | |||||
* | -I ${.OBJDIR} needed to pick up the yacc generated include file. | phk | 1998-09-15 | 1 | -2/+2 |
| | |||||
* | Add new files for HARP3 | phk | 1998-09-15 | 31 | -0/+16984 |
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA). |