summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
AgeCommit message (Expand)Author
2018-11-15Remove the 'copy' argument from m_devget(), unused. While here renamemaxv
2018-11-05When refactoring interface drivers after netbsd-4, the SIOCINITIFADDRmlelstv
2018-09-03Rename 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 backwardmsaitoh
2018-06-25 KNF & fix typo. No functional change.msaitoh
2017-06-25spl leak, found by Mootjamaxv
2016-05-08Catch up with other networking changes (John D. Baker)christos
2016-04-20IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE callerknakahara
2016-02-14Add missing va_end, from David Binderman in PR 50797.dholland
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2014-10-14PR/49281: John D. Baker: fix debugging formatchristos
2014-07-25Add 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-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-05-13Replace some ltsleep() uses with kpause() and tsleep().rmind
2011-05-13Eliminate few references to ltsleep.rmind
2011-02-18Include <sys/gpio.h> for GPIOMAXNAME to make it compile again when a gpio(4)phx
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-11-11Make this actually build, as part of the sgimips GENERIC32_IP2x kernel.he
2009-11-07Don't deactivate a child before detaching it, that's not necessary.dyoung
2009-04-05buildfix: include <sys/device.h> for device_tcegger
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-07*** Summary ***dyoung
2008-06-11use device_lookup_private to get softccegger
2008-04-29gpio(4): Extend with open/close to request/release the ppbus(4) on open/close.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-21Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE.ad
2008-04-18Fix panics at boot and some other misc bugs. From Hans Rosenfeld.cegger
2008-04-16device_t / softc split. From Hans Rosenfeld.cegger
2008-04-15Use %zu format specifier for size_t. Fixes build error on shark.cegger
2008-04-15Make this build without options LPT_VERBOSE and LPT_DEBUG. From Hans Rosenfeld.cegger
2008-04-15Make this build. From Hans Rosenfeld.cegger
2008-04-15device_t / softc split. From Hans Rosenfeldcegger
2008-04-08use aprint_*_dev and device_xnamecegger
2008-02-27struct lpt_softc doesn't have sc_dev in it. Use ppbus_dev.sc_dev.tsutsui
2008-02-22Use device_t and accessors. Use &sc->sc_dev instead of cast todyoung
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-15__FUNCTION__ -> __func__perry
2007-12-05lockmgr -> mutexad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), anddyoung
2007-04-04catch up with recent constification in struct ifnetdrochner
2007-03-08Convert sc_inbuf and sc_outbuf from char* to void* to avoid introducinghe