summaryrefslogtreecommitdiffstats
path: root/sys/netatm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Notice when an interface's ATM address changes when running a local arpserver.mks2000-01-151-0/+6
* Process SPANS ARP requests even if source IP is 0.0.0.0 (or broadcast). Thismks2000-01-151-7/+12
* Fix a warning (unused variable RCSid)peter1999-11-181-1/+1
* Modify to work with the new sbreserve().green1999-10-091-1/+5
* Fixed printf format errors (don't assume that ntohl() returns u_long;bde1999-08-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-2899-163/+163
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-1/+2
* Allow configuration of up to 256 network interfaces per physical interface -mks1999-05-102-5/+5
* Suser() simplification:phk1999-04-271-6/+6
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-283-12/+12
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2719-91/+92
* Fix if (a = b) conditional that should have been if (a == b)dillon1999-01-271-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-5/+5
* Prevent duplicate output lines from 'atm show arpserver' command on systemsmks1999-01-192-11/+16
* Prevent accessing freed signalling instance memory during detach processing.mks1999-01-191-12/+9
* Don't return errors for 'atm show arpserver' command on sigpvc and spansmks1999-01-192-5/+13
* Set and propagate the correct cause code values.phk1998-12-115-46/+92
* Copy application name and connection attributes for accept() sockets fromphk1998-12-111-7/+10
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-0416-93/+124
* Unneeded file.phk1998-10-311-93/+0
* Set BLLI Layer 2 protocol field when using a 'User specified' protocol.phk1998-10-311-2/+4
* Trivial stylish changes, mostly to silence gcc.phk1998-10-3163-322/+332
* Two patches from the HARP people:phk1998-09-1733-278/+276
* Add new files for HARP3phk1998-09-15100-0/+61962
OpenPOWER on IntegriCloud