summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_var.h
Commit message (Expand)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-251-185/+0
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-1/+1
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-0/+1
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-301-2/+2
* In the current world order, solisten() implements the state transition ofrwatson2005-02-211-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* Create a subtree 'harp' of the net sysctl tree. This uses a fixedharti2003-07-241-0/+6
* Constify the arguments to several pdu_print functions.harti2003-07-241-2/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-2/+0
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-081-4/+4
* - Chainsaw the storage pool code. This was being used by a bunch of codearr2002-06-141-4/+0
* - Turn the hea and hfa HARP storage pools into UMA zones and insertarr2002-06-141-1/+1
* - Add atm_init_fnarr2002-05-071-0/+2
* - Add atm_sock_init()arr2002-05-071-0/+1
* - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc.arr2002-04-301-1/+0
* - Remove atm_attributes_pool and the relating atm_allocate() and atm_free()arr2002-04-241-1/+4
* - Revert previous change of atm storage pools -> uma_zones until a solutionarr2002-04-221-4/+1
* - Change the atm_attributes_pool and atm_stackq_pool to be uma_zone'sarr2002-04-221-1/+4
* - Nuke some more not needed #ifdef cruft.arr2002-04-211-21/+0
* - Create a ``zero fill'' constructor for uma_zcreate's ctor argument.arr2002-04-201-0/+1
* - Nuke small sgi ifdef bits.arr2002-04-201-3/+0
* - Nuke some #ifdef sun4m code; it hasn't been updated in 4 years and is notarr2002-04-191-4/+0
* Remove __P.alfred2002-03-201-94/+91
* Unbreak fore adapters from POV of warnings.julian2002-02-271-1/+1
* KSE Milestone 2julian2001-09-121-2/+2
* More HARP polishina:phk2000-10-121-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add new files for HARP3phk1998-09-151-0/+208
OpenPOWER on IntegriCloud