aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm
Commit message (Expand)AuthorAgeFilesLines
* 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