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