aboutsummaryrefslogtreecommitdiff
path: root/sbin/atm/atmconfig
Commit message (Expand)AuthorAgeFilesLines
* new dependsSimon J. Gerraty2015-06-161-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+25
|\
| * Revert unneeded changeSimon J. Gerraty2015-06-101-1/+1
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-6/+4
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-20/+15
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-192-1/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-0/+1
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-10-131-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Qualifying targets with ${.OBJDIR}/ confuses make for little reason.Simon J. Gerraty2012-11-081-4/+4
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+24
* | | | | Fix 2 rendering issue with mandocBaptiste Daroussin2015-04-261-2/+2
* | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-4/+2
| |_|_|/ |/| | |
* | | | Fix atmconfig compilation when MK_ATM == yes and MK_BSNMP == noEnji Cooper2014-08-152-22/+17
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-1/+1
| |/ |/|
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
|/
* In sbin/atm/atmconfig/diag.c, fix a few warnings about format stringsDimitry Andric2011-12-171-4/+4
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-043-3/+3
* Unbreak NO_DYNAMICROOT by explicitely linking to libcrypto if MK_OPENSSL isn'tOlivier Houchard2011-10-161-0/+5
* MFtbemd:Warner Losh2010-08-231-1/+2
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-2/+0
* o IFNAMSIZ includes a terminating null byte.Maxim Konovalov2007-04-141-1/+1
* Use the C99 syntax for designated initialisers.Stefan Farfeleder2005-08-051-8/+8
* Cleanups for gcc4:Xin LI2005-05-021-1/+1
* Forgot to change the pointer to the snmp_atm sources after repo-copy.Hartmut Brandt2005-03-151-1/+1
* Back the warnings down from 9 to 6, since that is the highest we have. IfDavid E. O'Brien2004-12-131-1/+1
* Add support for the examination and modification of the devices.Hartmut Brandt2004-08-129-8/+817
* No need to include if_var.h.Hartmut Brandt2004-07-281-1/+0
* Get rid of several unneeded includes (if.h, if_var.h, if_mib.h).Hartmut Brandt2004-07-281-3/+0
* The media info is printed with the -hardware option so there is noHartmut Brandt2004-07-211-1/+1
* 'atmconfig natm show' shows all currently configured PVCs for IP over ATM,Hartmut Brandt2004-07-211-1/+1
* Add special lines for 'help commands'.Hartmut Brandt2004-07-211-4/+7
* Allow more than one help file. There is a restriction thatHartmut Brandt2004-07-211-74/+289
* Allow the help file path and name to be overwritten by cc -D...Hartmut Brandt2004-07-212-1/+9
* The natm sub-command was missing in the TOC of the helpfile.Hartmut Brandt2004-07-201-0/+1
* Markup overhaul.Ruslan Ermilov2004-05-171-88/+75
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.Olivier Houchard2004-05-141-0/+5
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Add support for virtual interfaces. These have no phy chip and, hence, weHartmut Brandt2004-01-262-17/+60
* Defer allocation of the actual receive mbuf until the external bufferHartmut Brandt2003-10-291-0/+1
* Get rid of a __DECONST by strdup'ing the string in question. WhenHartmut Brandt2003-08-201-1/+2
* style.Makefile(5)David E. O'Brien2003-08-181-4/+3
* Add a program for configuration of the ATM drivers and the IP over ATMHartmut Brandt2003-08-129-0/+3016