summaryrefslogtreecommitdiffstats
path: root/sys/netnatm
Commit message (Collapse)AuthorAgeFilesLines
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* Staticize.eivind1998-02-092-7/+7
|
* Back out DIAGNOSTIC changes.eivind1998-02-062-4/+0
|
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-042-0/+4
|
* Fixed a sloppy common-style declaration.bde1997-12-202-1/+4
| | | | | | natm_pcb.c: Include <sys/socketvar.h> which will be used when M_PCB is declared in the right place.
* Removed unused #includes.bde1997-10-281-8/+0
|
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+1
| | | | | | | | Distribute all but the most fundamental malloc types. This time I also remembered the trick to making things static: Put "static" in front of them. A couple of finer points by: bde
* Update network code to use poll support.peter1997-09-141-1/+1
|
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-0/+1
| | | | <sys/malloc.h> (unless we only use the bogusly shared M*WAIT flags).
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-19/+18
| | | | | | | | socket addresses in mbufs. (Socket buffers are the one exception.) A number of kernel APIs needed to get fixed in order to make this happen. Also, fix three protocol families which kept PCBs in mbufs to not malloc them instead. Delete some old compatibility cruft while we're at it, and add some new routines in the in_cksum family.
* Removed unused #includes.bde1997-08-022-10/+0
|
* import Chuck Cranor's ATM driverkjc1997-05-091-0/+822
|
* import Chuck Cranor's ATM driverkjc1997-05-093-0/+486
OpenPOWER on IntegriCloud