summaryrefslogtreecommitdiffstats
path: root/sbin/atm
Commit message (Expand)AuthorAgeFilesLines
* Userland signed char fixes for PPC build. Problems were using a chargrehan2004-01-221-2/+1
* Update to reflect eni removalimp2003-12-074-442/+1
* Defer allocation of the actual receive mbuf until the external bufferharti2003-10-291-0/+1
* Get rid of a __DECONST by strdup'ing the string in question. Whenharti2003-08-201-1/+2
* style.Makefile(5)obrien2003-08-181-4/+3
* Restore vendor ID's.obrien2003-08-185-9/+10
* Add a program for configuration of the ATM drivers and the IP over ATMharti2003-08-1210-0/+3017
* Add the new arguments for the add pvc command to the help information.harti2003-08-111-1/+3
* style.Makefile(5)'izeobrien2003-08-035-32/+15
* Make firmware version 4.1.12 the default for download to PCA-200E adapters.harti2003-07-313-11/+2073
* Fix the code with respect to the assumption that sizeof(long) == 4.harti2003-07-301-32/+32
* Fix what was a common idiom in PDP-11 days: declare a local int andharti2003-07-301-2/+2
* Make this compile with WARNS=6.harti2003-07-302-102/+78
* Fix warnings: a variable that was unused, a variable thatharti2003-07-301-4/+3
* Use size_t for buffer sizes. Improve error handling in some places.harti2003-07-298-148/+117
* Add support for CBR and VBR PVCs. Enhance the error handling forharti2003-07-283-39/+159
* Make atm WARNS=6 clean. The changes are mostly:harti2003-07-2810-382/+299
* When deciding whether to download the microcode or not look at the API ratherharti2003-07-251-1/+1
* Due to a gcc bug, it doesn't like local variables with names like 'sin'.harti2003-07-251-3/+3
* Make ilmid WARNS=6 clean. The problem were a couple of unused functionharti2003-07-252-14/+14
* Don't call print_pdu() when we are not debugging. This would resultharti2003-07-181-1/+2
* Use size_t type vars in sizeof contexts.obrien2003-05-021-3/+3
* - Fix function declarations.mdodd2003-03-261-122/+107
* Get rid of a few caddr_t's.mdodd2003-03-261-8/+8
* asn_get_encoded() takes 2 arguments.mdodd2003-03-261-1/+1
* Retire set_reqid(), unused since 1.2.mdodd2003-03-261-33/+0
* - Add const qualifier to char * arrays.mdodd2003-03-261-12/+4
* Don't roll a private copy of basename().mdodd2003-03-261-24/+1
* - Replace hexdump() with a prettier version.mdodd2003-03-251-68/+131
* Set pdu->pdulen in build_pdu().mdodd2003-03-251-0/+1
* Don't compile in lmi_object_instance().mdodd2003-03-251-0/+2
* - Handle the 'GET PREFIX' request.mdodd2003-03-251-16/+159
* Correct a comment.mdodd2003-03-251-1/+1
* - Add a comment regarding SETPFX_OBJIDmdodd2003-03-251-1/+11
* Clean up formatting.mdodd2003-03-251-3/+18
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-3/+3
* english(4) police.schweikh2002-12-271-1/+1
* de-__P()alfred2002-10-103-73/+73
* Cast malloc() assignments.mdodd2002-10-021-6/+6
* - bzero() allocations.mdodd2002-09-301-1/+38
* Turn warnings back on.mdodd2002-09-301-1/+0
* The .Nm utilitycharnier2002-07-062-3/+6
* Use a larger data type to prevent counters wrapping so quickly.mdodd2002-06-071-2/+2
* Sync this up with changes made in v1.8 of sys/netatm/atm_if.hmdodd2002-06-071-0/+4
* - Further replacing of UM_* macros with the appropriate function call. Iarr2002-05-171-43/+38
* - Replace UM_* macros by replacing them with the appropriate functionarr2002-05-178-50/+50
* Default to WARNS=2.obrien2001-12-043-0/+3
* The directory of the makefile that's including the file is tried first.ru2001-10-251-1/+1
* Remove whitespace at EOL.dd2001-07-151-1/+1
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-263-0/+3
OpenPOWER on IntegriCloud