summaryrefslogtreecommitdiffstats
path: root/sys/netnatm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tedu netnatm and ueagle(4).mpi2013-08-204-878/+0
| | | | ok mikeb@, sthen@, tedu@ (implied), doc bits ok jmc@
* cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmhenning2011-07-061-2/+2
|
* - use nitems(); no binary changejasper2011-03-311-2/+2
| | | | ok claudio@
* Correct argument for splx() is s2 not s so that the splx() calls match to theclaudio2010-02-111-2/+2
| | | | spl(soft)net() calls. Found by Gleydson Soares.
* Remove some #ifdef / #define maze that is not needed at all.claudio2009-05-312-17/+3
| | | | OK deraadt@ miod@
* Use extern for variable declarations in .h files so that we don't end up withclaudio2009-01-282-3/+5
| | | | | multiple common warnings when linking a kernel with NATM. Put the real variable into natm_pcb.c which seems to be a good place for the pcb list. OK kettenis@
* bring the netnatm usrreq's also up to speed on the addition of thethib2008-05-272-19/+5
| | | | struct proc argument to the usrreq's routines...
* another FREE->freehshoexer2007-12-091-2/+2
| | | | ok gilles
* Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.krw2007-10-061-2/+2
|
* MALLOC+bzero -> malloc+M_ZERO.krw2007-10-031-3/+2
| | | | | | | | In ip_esp.c all allocated memory is now zero'd in the "malloc(sizeof(*tc) + alen ..." case. The +alen memory was not initialized by the bzero() call. Noticed by chl@. "Looks good" art@ "seems ok" chl@
* There is no such word as `detatch'.mk2007-09-121-2/+2
| | | | ok mglocker
* Use more queue macros rather than doing it by hand; ok otto@ krw@miod2006-03-051-5/+3
|
* With the exception of two other small uncommited diffs this movesbrad2006-03-042-8/+8
| | | | | | the remainder of the network stack from splimp to splnet. ok miod@
* First round of __P removal in sysmillert2002-03-143-15/+15
|
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-162-10/+2
|
* Keep the ifdef for NetBSD.angelos1997-10-112-2/+14
|
* Fix some minor compilation problems.angelos1997-10-112-16/+2
|
* fix typo in comment (NetBSD PR3836: Curt Sampson)chuck1997-07-191-2/+2
|
* netbsd pr#2918 (jukka.partanen@research.nokia.com):chuck1996-11-093-7/+17
| | | | | | - fix up netnatm so that it compiles with new warning flags (and install headers) - sync in some minor changes from netbsd (Matthias Drochner)
* ported to FreeBSD 2.2-960612-SNAP.chuck1996-07-034-8/+61
|
* new: protocol layer to provide you with native mode ATM access.chuck1996-06-304-0/+854
you can open raw aal5 and aal0 vcs with this protocol layer.