| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r306723: | sevan | 2016-10-16 | 1 | -2/+7 |
* | MFC r267667: | sevan | 2016-10-16 | 1 | -1/+1 |
* | MFC r290083: | bdrewery | 2015-12-04 | 1 | -2/+2 |
* | MFC r270027: | ngie | 2014-08-29 | 2 | -22/+17 |
* | In sbin/atm/atmconfig/diag.c, fix a few warnings about format strings | dim | 2011-12-17 | 1 | -4/+4 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 3 | -3/+3 |
* | Unbreak NO_DYNAMICROOT by explicitely linking to libcrypto if MK_OPENSSL isn't | cognet | 2011-10-16 | 1 | -0/+5 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+2 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -2/+0 |
* | Remove netatm from HEAD as it is not MPSAFE and relies on the now removed | rwatson | 2008-05-25 | 19 | -14522/+0 |
* | Disconnect netatm from the build as it is not MPSAFE and relies on | rwatson | 2007-07-14 | 1 | -4/+6 |
* | o IFNAMSIZ includes a terminating null byte. | maxim | 2007-04-14 | 1 | -1/+1 |
* | fix typo: "adaptor" -> "adapter" | rse | 2007-01-02 | 1 | -1/+1 |
* | 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 |