| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the C99 syntax for designated initialisers. | stefanf | 2005-08-05 | 1 | -8/+8 |
* | Cleanups for gcc4: | delphij | 2005-05-02 | 3 | -4/+3 |
* | Forgot to change the pointer to the snmp_atm sources after repo-copy. | harti | 2005-03-15 | 1 | -1/+1 |
* | Expand contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 2 | -4/+2 |
* | Sort sections. | ru | 2005-01-18 | 2 | -5/+5 |
* | Back the warnings down from 9 to 6, since that is the highest we have. If | obrien | 2004-12-13 | 1 | -1/+1 |
* | Add support for the examination and modification of the devices. | harti | 2004-08-12 | 9 | -8/+817 |
* | No need to include if_var.h. | harti | 2004-07-28 | 1 | -1/+0 |
* | Get rid of several unneeded includes (if.h, if_var.h, if_mib.h). | harti | 2004-07-28 | 1 | -3/+0 |
* | The media info is printed with the -hardware option so there is no | harti | 2004-07-21 | 1 | -1/+1 |
* | 'atmconfig natm show' shows all currently configured PVCs for IP over ATM, | harti | 2004-07-21 | 1 | -1/+1 |
* | Add special lines for 'help commands'. | harti | 2004-07-21 | 1 | -4/+7 |
* | Allow more than one help file. There is a restriction that | harti | 2004-07-21 | 1 | -74/+289 |
* | Allow the help file path and name to be overwritten by cc -D... | harti | 2004-07-21 | 2 | -1/+9 |
* | The natm sub-command was missing in the TOC of the helpfile. | harti | 2004-07-20 | 1 | -0/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
* | Markup overhaul. | ru | 2004-05-17 | 1 | -88/+75 |
* | Use WARNS?=3 for these in the arm case for now, due to toolchain issues. | cognet | 2004-05-14 | 3 | -0/+15 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 1 | -1/+1 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | cperciva | 2004-02-10 | 9 | -27/+0 |
* | Add support for virtual interfaces. These have no phy chip and, hence, we | harti | 2004-01-26 | 2 | -17/+60 |
* | Userland signed char fixes for PPC build. Problems were using a char | grehan | 2004-01-22 | 1 | -2/+1 |
* | Update to reflect eni removal | imp | 2003-12-07 | 4 | -442/+1 |
* | Defer allocation of the actual receive mbuf until the external buffer | harti | 2003-10-29 | 1 | -0/+1 |
* | Get rid of a __DECONST by strdup'ing the string in question. When | harti | 2003-08-20 | 1 | -1/+2 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -4/+3 |
* | Restore vendor ID's. | obrien | 2003-08-18 | 5 | -9/+10 |
* | Add a program for configuration of the ATM drivers and the IP over ATM | harti | 2003-08-12 | 10 | -0/+3017 |
* | Add the new arguments for the add pvc command to the help information. | harti | 2003-08-11 | 1 | -1/+3 |
* | style.Makefile(5)'ize | obrien | 2003-08-03 | 5 | -32/+15 |
* | Make firmware version 4.1.12 the default for download to PCA-200E adapters. | harti | 2003-07-31 | 3 | -11/+2073 |
* | Fix the code with respect to the assumption that sizeof(long) == 4. | harti | 2003-07-30 | 1 | -32/+32 |
* | Fix what was a common idiom in PDP-11 days: declare a local int and | harti | 2003-07-30 | 1 | -2/+2 |
* | Make this compile with WARNS=6. | harti | 2003-07-30 | 2 | -102/+78 |
* | Fix warnings: a variable that was unused, a variable that | harti | 2003-07-30 | 1 | -4/+3 |
* | Use size_t for buffer sizes. Improve error handling in some places. | harti | 2003-07-29 | 8 | -148/+117 |
* | Add support for CBR and VBR PVCs. Enhance the error handling for | harti | 2003-07-28 | 3 | -39/+159 |
* | Make atm WARNS=6 clean. The changes are mostly: | harti | 2003-07-28 | 10 | -382/+299 |
* | When deciding whether to download the microcode or not look at the API rather | harti | 2003-07-25 | 1 | -1/+1 |
* | Due to a gcc bug, it doesn't like local variables with names like 'sin'. | harti | 2003-07-25 | 1 | -3/+3 |
* | Make ilmid WARNS=6 clean. The problem were a couple of unused function | harti | 2003-07-25 | 2 | -14/+14 |
* | Don't call print_pdu() when we are not debugging. This would result | harti | 2003-07-18 | 1 | -1/+2 |
* | Use size_t type vars in sizeof contexts. | obrien | 2003-05-02 | 1 | -3/+3 |
* | - Fix function declarations. | mdodd | 2003-03-26 | 1 | -122/+107 |
* | Get rid of a few caddr_t's. | mdodd | 2003-03-26 | 1 | -8/+8 |
* | asn_get_encoded() takes 2 arguments. | mdodd | 2003-03-26 | 1 | -1/+1 |
* | Retire set_reqid(), unused since 1.2. | mdodd | 2003-03-26 | 1 | -33/+0 |
* | - Add const qualifier to char * arrays. | mdodd | 2003-03-26 | 1 | -12/+4 |