| Age | Commit message (Expand) | Author |
| 2018-11-15 | Remove the 'copy' argument from m_devget(), unused. While here rename | maxv |
| 2018-11-05 | When refactoring interface drivers after netbsd-4, the SIOCINITIFADDR | mlelstv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-07-25 | Initialize some members in a mbuf which is on stack. | msaitoh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-25 | KNF & fix typo. No functional change. | msaitoh |
| 2017-06-25 | spl leak, found by Mootja | maxv |
| 2016-05-08 | Catch up with other networking changes (John D. Baker) | christos |
| 2016-04-20 | IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE caller | knakahara |
| 2016-02-14 | Add missing va_end, from David Binderman in PR 50797. | dholland |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2014-10-14 | PR/49281: John D. Baker: fix debugging format | christos |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-13 | "peripheral", not "peripherial". | dholland |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-05-13 | Replace some ltsleep() uses with kpause() and tsleep(). | rmind |
| 2011-05-13 | Eliminate few references to ltsleep. | rmind |
| 2011-02-18 | Include <sys/gpio.h> for GPIOMAXNAME to make it compile again when a gpio(4) | phx |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-11 | Make this actually build, as part of the sgimips GENERIC32_IP2x kernel. | he |
| 2009-11-07 | Don't deactivate a child before detaching it, that's not necessary. | dyoung |
| 2009-04-05 | buildfix: include <sys/device.h> for device_t | cegger |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-06-11 | use device_lookup_private to get softc | cegger |
| 2008-04-29 | gpio(4): Extend with open/close to request/release the ppbus(4) on open/close. | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-21 | Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE. | ad |
| 2008-04-18 | Fix panics at boot and some other misc bugs. From Hans Rosenfeld. | cegger |
| 2008-04-16 | device_t / softc split. From Hans Rosenfeld. | cegger |
| 2008-04-15 | Use %zu format specifier for size_t. Fixes build error on shark. | cegger |
| 2008-04-15 | Make this build without options LPT_VERBOSE and LPT_DEBUG. From Hans Rosenfeld. | cegger |
| 2008-04-15 | Make this build. From Hans Rosenfeld. | cegger |
| 2008-04-15 | device_t / softc split. From Hans Rosenfeld | cegger |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-02-27 | struct lpt_softc doesn't have sc_dev in it. Use ppbus_dev.sc_dev. | tsutsui |
| 2008-02-22 | Use device_t and accessors. Use &sc->sc_dev instead of cast to | dyoung |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-05 | lockmgr -> mutex | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-04-04 | catch up with recent constification in struct ifnet | drochner |
| 2007-03-08 | Convert sc_inbuf and sc_outbuf from char* to void* to avoid introducing | he |