summaryrefslogtreecommitdiffstats
path: root/sys/netatm
Commit message (Expand)AuthorAgeFilesLines
* - Remove UM_* user land memory macros since they are no longer used.arr2002-06-241-17/+1
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.arr2002-06-241-8/+0
* - Remove the definition for SCHED_ATMarr2002-06-241-1/+0
* - Turn a DIAGNOSTIC check into a KASSERT(9).arr2002-06-171-4/+1
* - Turn a DIAGNOSTIC check into a KASSERT(9) macro.arr2002-06-171-6/+2
* - Explicitly pass M_WAITOK in a few calls to uma_zalloc(9).arr2002-06-171-7/+7
* - Chainsaw the storage pool code. This was being used by a bunch of codearr2002-06-143-404/+1
* - Turn the hea and hfa HARP storage pools into UMA zones and insertarr2002-06-144-19/+22
* - Finish the uni part of the storage pool cleanup. There should now onlyarr2002-06-1318-200/+195
* Use a larger data type to prevent counters wrapping so quickly.mdodd2002-06-072-14/+14
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-312-33/+3
* Pacify gcc by preinitializing a variable.peter2002-05-241-2/+2
* Fix a few warnings by adding a missing prototypepeter2002-05-241-0/+1
* - Remove a few storage pools and replace them with UMA zones. The spansarr2002-05-247-78/+90
* - Turn a couple of storage pools into UMA zones and their associated callsarr2002-05-242-10/+13
* - Fix uma_zcreate parameters -- don't pass M_* flags here, doh.arr2002-05-231-2/+2
* - Turn two more storage pools into UMA zones and make the related memoryarr2002-05-234-30/+31
* Lock down a socket, milestone 1.tanimura2002-05-202-3/+33
* - 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_init_fnarr2002-05-071-0/+2
* - Add atm_sock_init()arr2002-05-073-9/+16
* - Change the atm_cm_init function to take no argument.arr2002-05-072-2/+2
* - Replaced the Atm_connection storage pool with an uma_zone ofarr2002-05-023-29/+31
* - Take advantage of the M_ZERO flag that can now be passed to uma_zalloc.arr2002-04-303-15/+4
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-2/+5
* - 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-243-11/+15
* - Revert previous change of atm storage pools -> uma_zones until a solutionarr2002-04-223-19/+17
* - Change the atm_attributes_pool and atm_stackq_pool to be uma_zone'sarr2002-04-223-17/+19
* - Nuke some more not needed #ifdef cruft.arr2002-04-2114-319/+0
* - Create a ``zero fill'' constructor for uma_zcreate's ctor argument.arr2002-04-202-0/+11
* - Nuke small sgi ifdef bits.arr2002-04-202-9/+0
* - Nuke some more #ifdef sun related sections.arr2002-04-194-41/+1
* - Nuke some #ifdef sun4m code; it hasn't been updated in 4 years and is notarr2002-04-192-69/+0
* - Change KM_ macro calls to the appropriate function call.arr2002-04-1930-238/+170
* Fix missing commas.mdodd2002-04-171-4/+4
* Remove a stray comment terminator that was hiding beyond 80 columns.mdodd2002-04-171-1/+1
* - Add defines for ABR and UBR traffic types.mdodd2002-04-172-0/+6
* Wrap function in #ifdef DIAGNOSTIC to compile with -Werror.mdodd2002-04-171-2/+4
* Add ESA200 to enum atm_device.mdodd2002-04-171-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-4/+4
* Remove __P.alfred2002-03-2042-719/+709
* Remove __P.alfred2002-03-2012-185/+181
* Unbreak fore adapters from POV of warnings.julian2002-02-272-2/+2
* Replace a few more lines of code orphaned by MFREE going away.mjacob2002-02-071-4/+8
* 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
OpenPOWER on IntegriCloud