Age | Commit message (Expand) | Author |
2015-11-25 | Network drivers should not include <net/route.h> or <net/netisr.h> | Martin Pieuchot |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2014-08-11 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2013-11-15 | ansify some function definitions. | Brad Smith |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2008-02-18 | 'like\nlike' -> 'like' in a couple of comments. | Kenneth R Westerback |
2006-06-17 | add sys/timeout.h | Brad Smith |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2000-05-29 | Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. | Aaron Campbell |
1999-04-23 | in case PNP OS BIOS option is broken, skip isapnp ep cards | Theo de Raadt |
1998-09-19 | Added if_media support from NetBSD. -moj | Mats O Jansson |
1998-09-16 | fix ep probe message printouts | Theo de Raadt |
1998-09-11 | Add a third parameter to epconfig to get the MAC address if it's a pcmcia | Federico G. Schwindt |
1998-06-02 | silence | Theo de Raadt |
1998-03-23 | fix printing for these; ignore model number | Theo de Raadt |
1998-02-26 | remember model number; skip PNP cards; etc etc etc | Theo de Raadt |
1998-02-26 | nicer message | Theo de Raadt |
1997-11-07 | $OpenBSD$ | Niklas Hallqvist |
1997-07-30 | Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD. | Niklas Hallqvist |
1996-11-29 | Missing pieces of new bus.h that CVS lost behind my back | Niklas Hallqvist |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist |
1996-07-02 | document | Theo de Raadt |
1996-05-26 | sync 0521 | Theo de Raadt |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff |
1996-05-03 | prettier printf messages | Theo de Raadt |
1996-05-02 | if_ep splitup | Theo de Raadt |