summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
AgeCommit message (Expand)Author
2023-01-17s/charater/character/ in comment.msaitoh
2022-09-04Add standard inet headers.rjs
2022-09-02Remove unnecessary inclusion of <net/netisr.h>.thorpej
2022-05-31fix various typos in comments, documentation and messages.andvar
2021-11-14fix few typos in comments and log message.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-09-29s/occurence/occurrence/msaitoh
2020-02-04add a config fragment to include all ppbus devices to make it simplerjdolecek
2020-02-04finish adoption of <net/if_stats.h>jdolecek
2020-02-04Adopt <net/if_stats.h>skrll
2019-12-27s/sucess/success/ in comment.msaitoh
2019-12-27s/manaul/manual/ in comment.msaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
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