summaryrefslogtreecommitdiff
path: root/sys/netatm/uni
Commit message (Expand)AuthorAgeFilesLines
* don't assume char is signedSam Leffler2005-12-211-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-5/+5
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0750-50/+50
* Fix a typo that could provoke a panic or access to random memory.Hartmut Brandt2004-07-191-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-10/+6
* The number of prefixes can never be negative so use an u_int for this.Hartmut Brandt2003-07-291-1/+1
* Make the ioctl() interface cleaner with regard to types: use size_tHartmut Brandt2003-07-293-10/+14
* Make the debugging variable that controls printing of UNI messagesHartmut Brandt2003-07-255-15/+29
* Free the UNI vcc to the same zone from where it was allocated from.Hartmut Brandt2003-07-242-3/+3
* Constify the arguments to several pdu_print functions.Hartmut Brandt2003-07-246-18/+9
* Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. AllHartmut Brandt2003-07-236-22/+32
* Remove the zone limits for all the zones used in the ATM code.Hartmut Brandt2003-07-225-9/+0
* Fix a number of occurences of calling uma_zalloc() with neitherHartmut Brandt2003-07-181-12/+12
* Use __FBSDID().David E. O'Brien2003-06-1136-355/+108
* There is no reason to be cute with ntohl(). Just call it directly ratherDavid E. O'Brien2003-02-234-8/+8
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-199-34/+34
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-2110-46/+46
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* - Change the ATM stack functions to use intptr_t instead of int for opaqueJohn Baldwin2002-11-0817-157/+159
* Include <sys/systm.h> instead of depending on namespace pollution inBruce Evans2002-09-291-8/+1
* - Finish the uni part of the storage pool cleanup. There should now onlyAndrew R. Reiter2002-06-1318-200/+195
* - Nuke some more not needed #ifdef cruft.Andrew R. Reiter2002-04-211-4/+0
* - Change KM_ macro calls to the appropriate function call.Andrew R. Reiter2002-04-1912-105/+98
* Remove __P.Alfred Perlstein2002-03-2028-518/+516
* Don't call log() without a format string.Kris Kennaway2001-09-102-2/+2
* Commited patch for uni signaling fix.Jim Pirzyk2001-07-111-2/+2
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-182-2/+2
* Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-0717-0/+17
* Remove more unused #includes.Poul-Henning Kamp2000-10-3027-27/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-1536-36/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-1236-36/+701
* More HARP polishina:Poul-Henning Kamp2000-10-124-16/+16
* Do some cleanups of the HARP atm codes interface into the system:Poul-Henning Kamp2000-10-121-84/+0
* Remove un-needed #include's.Mike Spengler2000-01-1730-47/+0
* Notice when an interface's ATM address changes when running a local arpserver.Mike Spengler2000-01-151-0/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2850-86/+86
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-279-46/+46
* Prevent duplicate output lines from 'atm show arpserver' command on systemsMike Spengler1999-01-191-5/+4
* Prevent accessing freed signalling instance memory during detach processing.Mike Spengler1999-01-191-12/+9
* Set and propagate the correct cause code values.Poul-Henning Kamp1998-12-115-46/+92
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-047-24/+36
* Unneeded file.Poul-Henning Kamp1998-10-311-93/+0
* Set BLLI Layer 2 protocol field when using a 'User specified' protocol.Poul-Henning Kamp1998-10-311-2/+4
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-3136-183/+180
* Two patches from the HARP people:Poul-Henning Kamp1998-09-1720-182/+181
* Add new files for HARP3Poul-Henning Kamp1998-09-1551-0/+33369