aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed printf format errors (don't assume that ntohl() returns u_long;Bruce Evans1999-08-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2899-163/+163
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-1/+2
* Allow configuration of up to 256 network interfaces per physical interface -Mike Spengler1999-05-102-5/+5
* Suser() simplification:Poul-Henning Kamp1999-04-271-6/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-283-12/+12
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2719-91/+92
* Fix if (a = b) conditional that should have been if (a == b)Matthew Dillon1999-01-271-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-5/+5
* Prevent duplicate output lines from 'atm show arpserver' command on systemsMike Spengler1999-01-192-11/+16
* Prevent accessing freed signalling instance memory during detach processing.Mike Spengler1999-01-191-12/+9
* Don't return errors for 'atm show arpserver' command on sigpvc and spansMike Spengler1999-01-192-5/+13
* Set and propagate the correct cause code values.Poul-Henning Kamp1998-12-115-46/+92
* Copy application name and connection attributes for accept() sockets fromPoul-Henning Kamp1998-12-111-7/+10
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-0416-93/+124
* Unneeded file.Poul-Henning Kamp1998-10-311-93/+0
* Set BLLI Layer 2 protocol field when using a 'User specified' protocol.Poul-Henning Kamp1998-10-311-2/+4
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-3163-322/+332
* Two patches from the HARP people:Poul-Henning Kamp1998-09-1733-278/+276
* Add new files for HARP3Poul-Henning Kamp1998-09-15100-0/+61962