aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/atm
Commit message (Collapse)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-2531-17106/+0
| | | | | | | | | | | | | | | | | | | | | | NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti Notes: svn path=/head/; revision=179308
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-092-3/+2
| | | | Notes: svn path=/head/; revision=141580
* Sort sections.Ruslan Ermilov2005-01-182-16/+16
| | | | Notes: svn path=/head/; revision=140442
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+2
| | | | Notes: svn path=/head/; revision=131500
* Include <stdlib.h> for exit() and abort() prototypes.Stefan Farfeleder2004-05-241-0/+1
| | | | | | | Approved by: das (mentor) Notes: svn path=/head/; revision=129658
* Use a size_t for variables that need to hold buffer lengths.Hartmut Brandt2003-07-294-18/+20
| | | | Notes: svn path=/head/; revision=118164
* de-__P()Alfred Perlstein2002-10-108-175/+159
| | | | Notes: svn path=/head/; revision=104744
* The .Nm utilityPhilippe Charnier2002-07-142-26/+36
| | | | Notes: svn path=/head/; revision=99968
* LP64 cleanup: don't cast pointer to int.Christian Weisgerber2002-07-022-6/+3
| | | | Notes: svn path=/head/; revision=99251
* - Convert a bunch of macros to the actual function they're calling. TheseAndrew R. Reiter2002-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. Notes: svn path=/head/; revision=96765
* - Convert a bunch of macros to the actual function they're calling. TheseAndrew R. Reiter2002-05-164-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. Notes: svn path=/head/; revision=96760
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-204-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. Notes: svn path=/head/; revision=80029
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* Backout removal of -I${.CURDIR}/../../../sys in previous revision.Ruslan Ermilov2001-06-112-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. Notes: svn path=/head/; revision=78081
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-182-2/+1
| | | | Notes: svn path=/head/; revision=76812
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-262-0/+2
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-203-3/+1
| | | | Notes: svn path=/head/; revision=74532
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71898
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-182-387/+611
| | | | Notes: svn path=/head/; revision=71219
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-092-2/+4
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereDavid E. O'Brien2000-12-051-1/+1
| | | | | | | generated files land. Also give precedence to generated files. Notes: svn path=/head/; revision=69640
* The GCC 2.96 snapshots have slightly different rules for finding includeDavid E. O'Brien2000-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.". Notes: svn path=/head/; revision=69453
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2831-52/+52
| | | | Notes: svn path=/head/; revision=50479
* Modify code to be -Wall'able.Mike Spengler1999-07-0123-372/+384
| | | | | | | PR: bin/11315 Notes: svn path=/head/; revision=48419
* Fixed typo done, thanks!Foxfair Hu1998-12-201-3/+3
| | | | Notes: svn path=/head/; revision=41950
* Two patches from the HARP people:Poul-Henning Kamp1998-09-172-3/+4
| | | | | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com> Notes: svn path=/head/; revision=39412
* Remove blank after -IPoul-Henning Kamp1998-09-151-2/+2
| | | | Notes: svn path=/head/; revision=39290
* Remove gratuitous (and bad) spaces in -I args.Jordan K. Hubbard1998-09-151-2/+2
| | | | Notes: svn path=/head/; revision=39289
* Add -lmdJordan K. Hubbard1998-09-151-2/+4
| | | | Notes: svn path=/head/; revision=39288
* -I ${.OBJDIR} needed to pick up the yacc generated include file.Poul-Henning Kamp1998-09-151-2/+2
| | | | Notes: svn path=/head/; revision=39282
* Add new files for HARP3Poul-Henning Kamp1998-09-1531-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). Notes: svn path=/head/; revision=39232