| Age | Commit message (Expand) | Author |
| 1995-06-13 | Update to match data structure changes. | mycroft |
| 1995-06-13 | There's no reason to set if_next here. | mycroft |
| 1995-06-12 | Make sure to initialize ifnet correctly. | mycroft |
| 1995-06-12 | Various cleanup, including: | mycroft |
| 1995-06-12 | Various cleanup, including: | mycroft |
| 1995-06-07 | update from Ignatios Souvatzis | cgd |
| 1995-05-17 | Newer version from CSRG. | mycroft |
| 1995-04-22 | copy routines should take size_t lengths for prototype consistency. | cgd |
| 1995-04-22 | quiet compiler warning via (ugly) cast | cgd |
| 1995-04-22 | be more careful when rounding sockaddr_dl sizes. also, one u_short * -> | cgd |
| 1995-04-14 | update arc_input() proto to match reality. | chopps |
| 1995-04-14 | change args to arc_input also add check on link address which fixes pr#922. ... | chopps |
| 1995-04-11 | Remove some explicit references to loif. | mycroft |
| 1995-04-07 | if_start and if_watchdog should return void. | mycroft |
| 1995-04-07 | Set if_output in ether_ifattach(). | mycroft |
| 1995-04-05 | Make OSI and X.25 work on little-endian machines. | mycroft |
| 1995-04-01 | Fix bogus buffer indexing when a value is split across a mbuf boundary, | mycroft |
| 1995-03-29 | KERNEL -> _KERNEL | briggs |
| 1995-03-28 | KERNEL -> _KERNEL | jtc |
| 1995-03-26 | KERNEL -> _KERNEL | jtc |
| 1995-03-22 | Fix panic when an interface in promiscuous mode goes down and the BPF user | mycroft |
| 1995-03-21 | Update to use timer{add,sub}(). | mycroft |
| 1995-03-12 | punt on using int8 types for chars, at least for now. char is 8 byts anyway. | cgd |
| 1995-03-09 | ifconf() takes a u_long, not an int. | mycroft |
| 1995-03-08 | fixed sized types, where appropriate. when casting pointers to | cgd |
| 1995-03-06 | Undo an #include ordering change. | mycroft |
| 1995-03-06 | Make this more type-safe for the Alpha. From the libpcap 0.0 distribution. | mycroft |
| 1995-03-02 | add prototypes | chopps |
| 1995-02-27 | fix some typos. from frank@fwi.uva.nl (Frank van der Linden) | glass |
| 1995-02-23 | preliminary arcnet support. uses lame but RFC address resolution | glass |
| 1995-01-13 | Protect from multiple inclusion with _NET_BPF_H_, for PR #679. | jtc |
| 1994-12-11 | timevalsub --> __timersub | mycroft |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |
| 1994-10-19 | fix pr 528; don't define struct if_data inside another structure. | cgd |
| 1994-07-27 | bug 367. paulus says the fix is right & critical. | deraadt |
| 1994-07-26 | kill vax code, at ragge's requeust. | cgd |
| 1994-07-20 | The ppp interface now retries the mbuf allocation when it receives | paulus |
| 1994-07-20 | Due to popular revulsion, the ppp interface now drops packets if | paulus |
| 1994-07-18 | If we can't get mbuf clusters, take the ppp interface down instead | paulus |
| 1994-07-16 | use NetBSD (defined in param.h) not __NetBSD__ to allow x-compilation | cgd |
| 1994-07-15 | don't use inline, use __inline, like cdefs intends (so it can kill it if nongcc | cgd |
| 1994-07-15 | kill bogus external declaration of time | cgd |
| 1994-07-03 | bug #319. fix from <alasdair@wildcat.demon.co.uk> | deraadt |
| 1994-06-29 | this is what cdefs.h is for | cgd |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-20 | Some restructuring of the PPP packet input procedure to make it easier | paulus |
| 1994-06-14 | some minor splx-type bug fixes from christos@deshaw.com. | paulus |
| 1994-05-29 | check for escaped char before checking for escape char | paulus |
| 1994-05-26 | MIN -> min | deraadt |
| 1994-05-24 | MIN -> min, MAX -> max | cgd |