summaryrefslogtreecommitdiffstats
path: root/sys/netatm
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+1
* KSE Milestone 2julian2001-09-124-35/+35
* Don't call log() without a format string.kris2001-09-102-2/+2
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* Commited patch for uni signaling fix.pirzyk2001-07-111-2/+2
* Silence some warningsalfred2001-03-202-10/+10
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-182-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Add back some now needed #include <sys/systm.h>phk2000-12-0728-0/+31
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-253-10/+4
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-304-0/+4
* Remove more unused #includes.phk2000-10-3036-36/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove more unused #includes.phk2000-10-279-30/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-1563-63/+0
* Forgot these files in my kerninclude limited run.phk2000-10-122-34/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addphk2000-10-1265-193/+1314
* More HARP polishina:phk2000-10-1218-63/+58
* Do some cleanups of the HARP atm codes interface into the system:phk2000-10-129-386/+0
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-1/+1
* 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
* Remove un-needed #include's.mks2000-01-1738-102/+0
OpenPOWER on IntegriCloud