Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-10 | init sc_unit properly | Theo de Raadt | |
1996-06-02 | Fix accident in last commit | Niklas Hallqvist | |
1996-06-02 | removed an unused variable | Niklas Hallqvist | |
1996-06-02 | shut up GCC -Wall about /* inside a comment | Niklas Hallqvist | |
1996-05-27 | if_name -> if_xname | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-16 | drom NetBSD PR#2411: | Michael Shalayeff | |
add bcast support, do if_flags setable, minor cleanup. | |||
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-05-09 | linux & svr4 support | Theo de Raadt | |
1996-05-07 | gross BPF_HDR hack, do better | Theo de Raadt | |
1996-05-06 | fix includes for x25/llc. | Michael Shalayeff | |
1996-05-06 | if.h was missed from the commit. | Michael Shalayeff | |
if_ethersubr.c: missed variables added. | |||
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff | |
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | |||
1996-05-02 | pretty | Theo de Raadt | |
1996-04-29 | fix last fix that was unfix for the before previous fix. | Michael Shalayeff | |
that is, redundant ). | |||
1996-04-29 | fix the wrong changes, so the bcasts will work now ;) | Michael Shalayeff | |
1996-04-28 | IPX additions and fixes. | Michael Shalayeff | |
ether -- missed the input for IPX. fddi -- just added. ppp -- field codes added. loop -- minor fix. | |||
1996-04-24 | sorry, folks. cut&paste bug happened. | Michael Shalayeff | |
1996-04-24 | Add IPX support. | Michael Shalayeff | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | According to the latest config stuff changes (as for if_ppp.c). | Michael Shalayeff | |
the other stuff is just for IPX support. | |||
1996-03-29 | Initial commit of random source driver. | Michael Shalayeff | |
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-03-14 | From Lite2; mark terminal devices as exclusively opened before flushing | Thorsten Lockert | |
1996-03-14 | From Lite2; only try to match a destination address on a point-to-point | Thorsten Lockert | |
interface if the destination address has been set | |||
1996-03-05 | Changes for ifconfig to compile. | Michael Shalayeff | |
1996-03-05 | need some casts for clean compile | dm | |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1996-02-21 | fixed bug in debugging code, so it'll compiles now w/o TUN_DEBUG | Michael Shalayeff | |
enabled. | |||
1996-02-20 | bug fixes, speedups. multiple AFs support. | Michael Shalayeff | |
bpf fixes. | |||
1996-02-04 | Interface# 0's name was incorrectly generated | Niklas Hallqvist | |
1996-02-03 | handle interface unit numbers up to 2G-1; skip if total name is too long | Theo de Raadt | |
1995-12-28 | from netbsd; ppp code no longer needs to recalculate intr masks on the i386 | Theo de Raadt | |
1995-12-27 | from netbsd; Avoid extra byte-swapping in average cases | Theo de Raadt | |
1995-12-27 | from netbsd: | Theo de Raadt | |
Remove old comment regarding trailers. Fix a diagnostic message. Make some variables use fixed-size types. Initialize if_output in fddi_ifattach(). | |||
1995-12-27 | miscellanous if_arcsubr.c cleanup and optimizations; from ↵ | Theo de Raadt | |
is@beverly.rhein.de; netbsd pr#1825 | |||
1995-12-18 | enable multicast, so that multicast packets can flow through ppp links. idea ↵ | Theo de Raadt | |
from freebsd | |||
1995-12-15 | use m_pkthdr.len for FIONREAD, correctly indicates how much data is available | Theo de Raadt | |
1995-12-14 | from netbsd; fix casts; should cast pointers to longs, not ints | Theo de Raadt | |
1995-11-13 | do not forward garbled SIMPLEX-generated packets to bpf; from ↵ | Theo de Raadt | |
Jean-Luc.Richier@imag.fr; netbsd pr#1693 | |||
1995-10-23 | For the '#ifdef sun [...] #endif' conditional we weren't bringing in the | davem | |
proper definitions for 'struct mbuf' and friends for in.h, bringing in 'sys/socket.h' and 'net/if.h' fixes this. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |