summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rrunner.c
AgeCommit message (Expand)Author
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
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-28Kill some more extern struct cfdriver declarations.riastradh
2017-08-20M_WAITOK cannot fail, so remove the test, otherwise it looks like anmaxv
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-10-02MFREE -> m_freechristos
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-08-30Restore interrupts on error path.dholland
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-09-15Remove unused variablesmartin
2012-10-27split device_t/softc for all remaining drivers.chs
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-10-21Remove uarea swap-out functionality:rmind
2009-04-15Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptiveelad
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-11-07*** Summary ***dyoung
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-05add support for O_DIRECT (I/O directly to application memory,chs
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2006-09-03- add missing initializerchristos
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-05-30- add missing constchristos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-04-22sprintf -> snprintfitojun
2003-11-03Fix uninitialized variable warningsichiro
2003-11-02boundary, not boundry. Inspired by Tom Cosgrove.wiz
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-19Remove some unreachable code with the comment "To shut up compiler"simonb
2003-09-26Definition, not defintion. From miod@openbsd.wiz