Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-06-09 | By popular demand, protect from multiple inclusion, and fix to use the | Angelos D. Keromytis | |
same naming style. | |||
1998-05-10 | Make ATM_LLC_SETTYPE do the rigth thing: swap byte on LE machines, don't | Theo de Raadt | |
swap on BE machines. The previous revision required a ntohs() in atm_output(), to work on LE machines. This was broken for BE machines; bouyer | |||
1996-11-09 | fix previous byte-order fix the correct way | chuck | |
(from Zdenek Salvet <salvet@horn.ics.muni.cz>) | |||
1996-07-03 | ported to FreeBSD 2.2-960612-SNAP. | chuck | |
1996-06-29 | change: | chuck | |
- change asock to rxhand and adjust all for this [esp atm_input] | |||
1996-06-28 | add hook for user to turn on/off raw mode | chuck | |
1996-06-27 | fix/improvement: | chuck | |
- add proto if atm_input - add native mode atm hooks to if_atmsubr.c (atm_input) | |||
1996-06-26 | [1] add new rxso passing structure to if_atm.h | chuck | |
[2] modify atm_output to handle native mode atm output mbufs | |||
1996-06-21 | use correct copyright | chuck | |
1996-06-21 | network support for ATM networks (ATM == Async Transfer Mode, not | chuck | |
Automatic Teller Machine). Currently supports PVCs only (no ATM ARP either). |