summaryrefslogtreecommitdiffstats
path: root/sys/netatm
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-4/+3
| | | | | | | #ifdefs. Clean out unused netisr's and leftover netisr linker set gunk. Tested on x86 and alpha, including world. Approved by: jkh
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-1/+2
| | | | | | | | | | | include this in all kernels. Declare some const *intrq_present variables that can be checked by a module prior to using *intrq to queue data. Make the if_tun module capable of processing atm, ip, ip6, ipx, natm and netatalk packets when TUNSIFHEAD is ioctl()d on. Review not required by: freebsd-hackers
* Remove un-needed #include's.mks2000-01-1738-102/+0
| | | | Pointed out by: phk
* 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
| | | | can occur when talking to a Fore host which is using "bonded" interfaces.
* 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
| | | | it returns u_int on i386's and in_addr_t (u_int32_t) on alphas).
* $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
| | | | | minute. This should cover all of the missed cases (and should let LINT build again).
* Allow configuration of up to 256 network interfaces per physical interface -mks1999-05-102-5/+5
| | | | just like the docs say it should.
* Suser() simplification:phk1999-04-271-6/+6
| | | | | | | | | | | | | | | | | | | 1: s/suser/suser_xxx/ 2: Add new function: suser(struct proc *), prototyped in <sys/proc.h>. 3: s/suser_xxx(\([a-zA-Z0-9_]*\)->p_ucred, \&\1->p_acflag)/suser(\1)/ The remaining suser_xxx() calls will be scrutinized and dealt with later. There may be some unneeded #include <sys/cred.h>, but they are left as an exercise for Bruce. More changes to the suser() API will come along with the "jail" code.
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-283-12/+12
| | | | kernel compile
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2719-91/+92
| | | | kernel compile
* 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
| | | | kernel compile
* Prevent duplicate output lines from 'atm show arpserver' command on systemsmks1999-01-192-11/+16
| | | | with multiple ATM physical interfaces.
* 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
| | | | interfaces.
* Set and propagate the correct cause code values.phk1998-12-115-46/+92
| | | | Submitted by: Mike Spengler <mks@circe.networkcs.com>
* Copy application name and connection attributes for accept() sockets fromphk1998-12-111-7/+10
| | | | | | listen() socket. Allow setsockopt(APPLNAME) after socket is connected.
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-0416-93/+124
| | | | | | | | | | | | | | for possible buffer overflow problems. Replaced most sprintf()'s with snprintf(); for others cases, added terminating NUL bytes where appropriate, replaced constants like "16" with sizeof(), etc. These changes include several bug fixes, but most changes are for maintainability's sake. Any instance where it wasn't "immediately obvious" that a buffer overflow could not occur was made safer. Reviewed by: Bruce Evans <bde@zeta.org.au> Reviewed by: Matthew Dillon <dillon@apollo.backplane.com> Reviewed by: Mike Spengler <mks@networkcs.com>
* Unneeded file.phk1998-10-311-93/+0
| | | | Submitted by: Mike Spengler <mks@networkcs.com>
* Set BLLI Layer 2 protocol field when using a 'User specified' protocol.phk1998-10-311-2/+4
| | | | Submitted by: Mike Spengler <mks@networkcs.com>
* Trivial stylish changes, mostly to silence gcc.phk1998-10-3163-322/+332
| | | | | Reviewed by: Mike Spengler <mks@networkcs.com> Submitted by: phk
* Two patches from the HARP people:phk1998-09-1733-278/+276
| | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com>
* Add new files for HARP3phk1998-09-15100-0/+61962
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
OpenPOWER on IntegriCloud