summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Don't remove the first mbuf in the chain if it got empty.harti2004-02-211-7/+6
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+3
* Create a subtree 'harp' of the net sysctl tree. This uses a fixedharti2003-07-241-3/+22
* Constify the arguments to several pdu_print functions.harti2003-07-241-7/+4
* Remove the zone limits for all the zones used in the ATM code.harti2003-07-221-2/+0
* Fix a number of occurences of calling uma_zalloc() with neitherharti2003-07-181-1/+1
* Use __FBSDID().obrien2003-06-111-10/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-43/+28
* - Change the ATM stack functions to use intptr_t instead of int for opaquejhb2002-11-081-3/+3
* - Turn a DIAGNOSTIC check into a KASSERT(9).arr2002-06-171-4/+1
* - Chainsaw the storage pool code. This was being used by a bunch of codearr2002-06-141-345/+1
* - Remove the init routine for loop -- it broke something and I don't havearr2002-05-071-11/+4
* - Use an array of init functions to be used in a for loop in ourarr2002-05-071-4/+11
* - Add atm_sock_init()arr2002-05-071-1/+2
* - Replaced the Atm_connection storage pool with an uma_zone ofarr2002-05-021-0/+1
* - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc.arr2002-04-301-13/+3
* - Tweak wording of panic message to make more sense.arr2002-04-241-2/+2
* - Turn the atm_stackq_pool into a uma_zone (and change it's name toarr2002-04-241-9/+9
* - Remove atm_attributes_pool and the relating atm_allocate() and atm_free()arr2002-04-241-7/+8
* - Revert previous change of atm storage pools -> uma_zones until a solutionarr2002-04-221-14/+15
* - Change the atm_attributes_pool and atm_stackq_pool to be uma_zone'sarr2002-04-221-15/+14
* - Create a ``zero fill'' constructor for uma_zcreate's ctor argument.arr2002-04-201-0/+10
* - Nuke small sgi ifdef bits.arr2002-04-201-6/+0
* - Change KM_ macro calls to the appropriate function call.arr2002-04-191-9/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Remove __P.alfred2002-03-201-5/+5
* Allow this to compile againjulian2002-01-301-0/+1
* Initialise the intrq_present fields at runtime, not link time. This allowsmsmith2002-01-081-2/+2
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-0/+1
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-301-0/+1
* Remove more unused #includes.phk2000-10-271-2/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-121-2/+22
* Do some cleanups of the HARP atm codes interface into the system:phk2000-10-121-8/+0
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-4/+3
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* Trivial stylish changes, mostly to silence gcc.phk1998-10-311-4/+4
* Two patches from the HARP people:phk1998-09-171-4/+4
* Add new files for HARP3phk1998-09-151-0/+970
OpenPOWER on IntegriCloud