summaryrefslogtreecommitdiffstats
path: root/usr.sbin/atm/scspd
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the misplaced $FreeBSD$.ru2005-02-091-2/+1
|
* Sort sections.ru2005-01-181-9/+9
|
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+2
|
* Include <stdlib.h> for exit() and abort() prototypes.stefanf2004-05-241-0/+1
| | | | Approved by: das (mentor)
* Use a size_t for variables that need to hold buffer lengths.harti2003-07-291-7/+8
|
* de-__P()alfred2002-10-107-146/+131
|
* The .Nm utilitycharnier2002-07-141-17/+24
|
* LP64 cleanup: don't cast pointer to int.naddy2002-07-021-4/+2
|
* - Convert a bunch of macros to the actual function they're calling. Thesearr2002-05-1613-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.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-9/+6
| | | | | 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.dd2001-07-091-1/+0
|
* Backout removal of -I${.CURDIR}/../../../sys in previous revision.ru2001-06-111-1/+1
| | | | | | | 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.ru2001-05-181-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* man(7) -> mdoc(7).ru2001-01-181-305/+489
|
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
| | | | Use _PATH_* where where possible.
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-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$peter1999-08-2820-35/+35
|
* Modify code to be -Wall'able.mks1999-07-0116-282/+295
| | | | PR: bin/11315
* Two patches from the HARP people:phk1998-09-171-2/+2
| | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com>
* Remove gratuitous (and bad) spaces in -I args.jkh1998-09-151-2/+2
|
* Add -lmdjkh1998-09-151-2/+4
|
* -I ${.OBJDIR} needed to pick up the yacc generated include file.phk1998-09-151-2/+2
|
* Add new files for HARP3phk1998-09-1520-0/+13866
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
OpenPOWER on IntegriCloud