summaryrefslogtreecommitdiff
path: root/sys/dev/qbus
AgeCommit message (Expand)Author
2014-11-09support DIOCMWEDGES ioctlmlelstv
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-08-18Avoid leak in error branch, noted by maxv@, compile-tested for vax.riastradh
2014-08-04Fix typo in comment.ryoon
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
2014-05-29Add missing braces. From Henning Petersen in PR 48846.wiz
2014-05-15 Save a NETISR_* value in a variable and call schednetisr() after enqueuemsaitoh
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-10-25Fix dmamap cleanup in an error pathmartin
2012-10-27split device_t/softc for all remaining drivers.chs
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-12-15Need to include <sys/device.h> since vax's <sys/cpu.h> doesn't.matt
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-02-02Fix incomplete line (deleto?), found by cppcheck and reported bywiz
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-05-18Don't pass a buffer to physio(), let it be allocated dynamically.ad
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12KNFcegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-01-22buildfix: re-adapt to major()/minor() return a 32bit value again.cegger
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2009-01-12use PRIu64 format to printf DISKPARTcegger
2009-01-11Initialize sc->sc_dev before we use it.matt
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-07*** Summary ***dyoung
2008-07-25Replace a 'do { ... } while (0);' with 'for (;;) { ... break; }'dsl
2008-06-12use device_lookup_private to get softccegger
2008-06-11use device_lookup_private() to get the softc -- while device/softcdrochner
2008-06-11fix some missing pieces of device/softc splitdrochner
2008-05-27PR kern/38763 "hanging in tty" bugfix breaks the build for vax (andad
2008-05-25Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-15Switch dz driver to PRIVALLOC and device_* accessors.matt
2008-03-15Use device_* accessors.jkunz
2008-03-11Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconfmatt
2008-03-01Welcome to 4.99.55:rmind
2008-02-15Give bbusy() an interlock argument. If the we need to wait for the buffer,ad
2008-01-04Catch up with rename of buf's b_un.b_addr -> b_data.joerg
2008-01-04Add missing sys/device.h.joerg