summaryrefslogtreecommitdiff
path: root/sys/dev/qbus
AgeCommit message (Expand)Author
2022-10-26vax/dhu(4): Convert to ttylock/ttyunlock.riastradh
2022-09-02Remove unnecessary inclusion of <net/netisr.h>.thorpej
2022-05-22fix various small typos, mainly in comments.andvar
2022-04-17fix various typos in comments.andvar
2022-04-16fix various typos in comments and log messages.andvar
2022-04-04fix various typos, mainly in comments.andvar
2022-02-12ts(4): Skip fabricating bogus struct device in tsmatch.riastradh
2022-01-01s/sytem/system/msaitoh
2021-12-20Set up multicast (input) filter on qt (DELQA-Turbo).rhialto
2021-12-12fix various typos in comments.andvar
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-12fix various typos in comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-01fix typos in word "otherwise".andvar
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-12-18Use sel{record,remove}_knote().thorpej
2020-04-16Revert previous for now:rin
2020-04-16Stop using __KERNEL_RCSID() in header files; it confuses ident(1) byrin
2020-02-05Adopt <net/if_stats.h>skrll
2020-02-04Adopt <net/if_stats.h>skrll
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-08Revert previous. No performance gain worth the potential headachesad
2019-12-08Avoid thundering herd: cv_broadcast(&bp->b_busy) -> cv_signal(&bp->b_busy)ad
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-29Implement what the documentation in rfreg.h states, and do not apply thechristos
2019-10-21 if_percpuq(9) automatically increments if_ipackets, so don't increment it inmsaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-24 Make if_il.c compilable again.msaitoh
2019-05-24 Revert previous.msaitoh
2019-05-24 Make it compilable. Not tested.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23-No functional change:msaitoh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2017-10-25Use C99 initializer for filteropsmaya
2017-05-22Update copyright notice for Ludd (remove clause 3 & 4).ragge
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-12acknowleg -> acknowledg, proceedure -> procedure.maya
2016-07-20Apply pserialize to some iterations of IP address listsozaki-r
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-20IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE callerknakahara
2016-02-09Introduce softint-based if_inputozaki-r
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-09-12add missing splx() found by brainychristos
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-12-31Centralize wedge ioctls in disk_ioctl.christos