| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tedu netnatm and ueagle(4). | 2013-08-20 | 4 | -878/+0 | |
| | | | | | ok mikeb@, sthen@, tedu@ (implied), doc bits ok jmc@ | ||||
| * | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | 2011-07-06 | 1 | -2/+2 | |
| | | |||||
| * | - use nitems(); no binary change | 2011-03-31 | 1 | -2/+2 | |
| | | | | | ok claudio@ | ||||
| * | Correct argument for splx() is s2 not s so that the splx() calls match to the | 2010-02-11 | 1 | -2/+2 | |
| | | | | | spl(soft)net() calls. Found by Gleydson Soares. | ||||
| * | Remove some #ifdef / #define maze that is not needed at all. | 2009-05-31 | 2 | -17/+3 | |
| | | | | | OK deraadt@ miod@ | ||||
| * | Use extern for variable declarations in .h files so that we don't end up with | 2009-01-28 | 2 | -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 the | 2008-05-27 | 2 | -19/+5 | |
| | | | | | struct proc argument to the usrreq's routines... | ||||
| * | another FREE->free | 2007-12-09 | 1 | -2/+2 | |
| | | | | | ok gilles | ||||
| * | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | 2007-10-06 | 1 | -2/+2 | |
| | | |||||
| * | MALLOC+bzero -> malloc+M_ZERO. | 2007-10-03 | 1 | -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'. | 2007-09-12 | 1 | -2/+2 | |
| | | | | | ok mglocker | ||||
| * | Use more queue macros rather than doing it by hand; ok otto@ krw@ | 2006-03-05 | 1 | -5/+3 | |
| | | |||||
| * | With the exception of two other small uncommited diffs this moves | 2006-03-04 | 2 | -8/+8 | |
| | | | | | | | the remainder of the network stack from splimp to splnet. ok miod@ | ||||
| * | First round of __P removal in sys | 2002-03-14 | 3 | -15/+15 | |
| | | |||||
| * | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | 2001-05-16 | 2 | -10/+2 | |
| | | |||||
| * | Keep the ifdef for NetBSD. | 1997-10-11 | 2 | -2/+14 | |
| | | |||||
| * | Fix some minor compilation problems. | 1997-10-11 | 2 | -16/+2 | |
| | | |||||
| * | fix typo in comment (NetBSD PR3836: Curt Sampson) | 1997-07-19 | 1 | -2/+2 | |
| | | |||||
| * | netbsd pr#2918 (jukka.partanen@research.nokia.com): | 1996-11-09 | 3 | -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. | 1996-07-03 | 4 | -8/+61 | |
| | | |||||
| * | new: protocol layer to provide you with native mode ATM access. | 1996-06-30 | 4 | -0/+854 | |
| you can open raw aal5 and aal0 vcs with this protocol layer. | |||||
