aboutsummaryrefslogtreecommitdiff
path: root/sbin/atm
Commit message (Expand)AuthorAgeFilesLines
* Sort sections.Ruslan Ermilov2005-01-182-5/+5
* 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
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* 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-143-0/+15
* 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
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-109-27/+0
* Add support for virtual interfaces. These have no phy chip and, hence, weHartmut Brandt2004-01-262-17/+60
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-2/+1
* Update to reflect eni removalWarner Losh2003-12-074-442/+1
* 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
* Restore vendor ID's.David E. O'Brien2003-08-185-9/+10
* Add a program for configuration of the ATM drivers and the IP over ATMHartmut Brandt2003-08-1210-0/+3017
* Add the new arguments for the add pvc command to the help information.Hartmut Brandt2003-08-111-1/+3
* style.Makefile(5)'izeDavid E. O'Brien2003-08-035-32/+15
* Make firmware version 4.1.12 the default for download to PCA-200E adapters.Hartmut Brandt2003-07-313-11/+2073
* Fix the code with respect to the assumption that sizeof(long) == 4.Hartmut Brandt2003-07-301-32/+32
* Fix what was a common idiom in PDP-11 days: declare a local int andHartmut Brandt2003-07-301-2/+2
* Make this compile with WARNS=6.Hartmut Brandt2003-07-302-102/+78
* Fix warnings: a variable that was unused, a variable thatHartmut Brandt2003-07-301-4/+3
* Use size_t for buffer sizes. Improve error handling in some places.Hartmut Brandt2003-07-298-148/+117
* Add support for CBR and VBR PVCs. Enhance the error handling forHartmut Brandt2003-07-283-39/+159
* Make atm WARNS=6 clean. The changes are mostly:Hartmut Brandt2003-07-2810-382/+299
* When deciding whether to download the microcode or not look at the API ratherHartmut Brandt2003-07-251-1/+1
* Due to a gcc bug, it doesn't like local variables with names like 'sin'.Hartmut Brandt2003-07-251-3/+3
* Make ilmid WARNS=6 clean. The problem were a couple of unused functionHartmut Brandt2003-07-252-14/+14
* Don't call print_pdu() when we are not debugging. This would resultHartmut Brandt2003-07-181-1/+2
* Use size_t type vars in sizeof contexts.David E. O'Brien2003-05-021-3/+3
* - Fix function declarations.Matthew N. Dodd2003-03-261-122/+107
* Get rid of a few caddr_t's.Matthew N. Dodd2003-03-261-8/+8
* asn_get_encoded() takes 2 arguments.Matthew N. Dodd2003-03-261-1/+1
* Retire set_reqid(), unused since 1.2.Matthew N. Dodd2003-03-261-33/+0
* - Add const qualifier to char * arrays.Matthew N. Dodd2003-03-261-12/+4
* Don't roll a private copy of basename().Matthew N. Dodd2003-03-261-24/+1
* - Replace hexdump() with a prettier version.Matthew N. Dodd2003-03-251-68/+131
* Set pdu->pdulen in build_pdu().Matthew N. Dodd2003-03-251-0/+1
* Don't compile in lmi_object_instance().Matthew N. Dodd2003-03-251-0/+2
* - Handle the 'GET PREFIX' request.Matthew N. Dodd2003-03-251-16/+159