aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm
Commit message (Expand)AuthorAgeFilesLines
...
* - Turn the atm_stackq_pool into a uma_zone (and change it's name toAndrew R. Reiter2002-04-241-9/+9
* - Remove atm_attributes_pool and the relating atm_allocate() and atm_free()Andrew R. Reiter2002-04-243-11/+15
* - Revert previous change of atm storage pools -> uma_zones until a solutionAndrew R. Reiter2002-04-223-19/+17
* - Change the atm_attributes_pool and atm_stackq_pool to be uma_zone'sAndrew R. Reiter2002-04-223-17/+19
* - Nuke some more not needed #ifdef cruft.Andrew R. Reiter2002-04-2114-319/+0
* - Create a ``zero fill'' constructor for uma_zcreate's ctor argument.Andrew R. Reiter2002-04-202-0/+11
* - Nuke small sgi ifdef bits.Andrew R. Reiter2002-04-202-9/+0
* - Nuke some more #ifdef sun related sections.Andrew R. Reiter2002-04-194-41/+1
* - Nuke some #ifdef sun4m code; it hasn't been updated in 4 years and is notAndrew R. Reiter2002-04-192-69/+0
* - Change KM_ macro calls to the appropriate function call.Andrew R. Reiter2002-04-1930-238/+170
* Fix missing commas.Matthew N. Dodd2002-04-171-4/+4
* Remove a stray comment terminator that was hiding beyond 80 columns.Matthew N. Dodd2002-04-171-1/+1
* - Add defines for ABR and UBR traffic types.Matthew N. Dodd2002-04-172-0/+6
* Wrap function in #ifdef DIAGNOSTIC to compile with -Werror.Matthew N. Dodd2002-04-171-2/+4
* Add ESA200 to enum atm_device.Matthew N. Dodd2002-04-171-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-4/+4
* Remove __P.Alfred Perlstein2002-03-2042-719/+709
* Remove __P.Alfred Perlstein2002-03-2012-185/+181
* Unbreak fore adapters from POV of warnings.Julian Elischer2002-02-272-2/+2
* Replace a few more lines of code orphaned by MFREE going away.Matt Jacob2002-02-071-4/+8
* Allow this to compile againJulian Elischer2002-01-301-0/+1
* Initialise the intrq_present fields at runtime, not link time. This allowsMike Smith2002-01-081-2/+2
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-1/+1
* KSE Milestone 2Julian Elischer2001-09-124-35/+35
* Don't call log() without a format string.Kris Kennaway2001-09-102-2/+2
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* Commited patch for uni signaling fix.Jim Pirzyk2001-07-111-2/+2
* Silence some warningsAlfred Perlstein2001-03-202-10/+10
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-182-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-1/+1
* Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-0728-0/+31
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-253-10/+4
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>Poul-Henning Kamp2000-10-304-0/+4
* Remove more unused #includes.Poul-Henning Kamp2000-10-3036-36/+0
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove more unused #includes.Poul-Henning Kamp2000-10-279-30/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-1563-63/+0
* Forgot these files in my kerninclude limited run.Poul-Henning Kamp2000-10-122-34/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-1265-193/+1314
* More HARP polishina:Poul-Henning Kamp2000-10-1218-63/+58
* Do some cleanups of the HARP atm codes interface into the system:Poul-Henning Kamp2000-10-129-386/+0
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-241-1/+1
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-4/+3
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-1/+2
* Remove un-needed #include's.Mike Spengler2000-01-1738-102/+0
* Notice when an interface's ATM address changes when running a local arpserver.Mike Spengler2000-01-151-0/+6
* Process SPANS ARP requests even if source IP is 0.0.0.0 (or broadcast). ThisMike Spengler2000-01-151-7/+12
* Fix a warning (unused variable RCSid)Peter Wemm1999-11-181-1/+1
* Modify to work with the new sbreserve().Brian Feldman1999-10-091-1/+5