summaryrefslogtreecommitdiff
path: root/sys/dev/vme
AgeCommit message (Expand)Author
2019-04-25No functional change:msaitoh
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-08-18Sizeof struct ievme, not sizeof size_t.riastradh
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-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-10-19- remove set but unused variable.mrg
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-12Change old-style function defintions to C89 prototypes.matt
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-06-03Split device_t/softc of i82586. No crash on TME emulating sun2.tsutsui
2011-02-01udpate license clauses on my code to match the new-style BSD licenses.chuck
2010-12-11Use device_privatematt
2010-01-22Remove sparc specific code, use device properties instead.martin
2009-05-12struct device * -> device_t, no functional changes intended.cegger
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-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2009-01-12cast to char to printf DISKPARTcegger
2008-12-17make this compilecegger
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-07-06Split device_t/softc with misc cosmetic changes.tsutsui
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05make this compilecegger
2008-04-05use aprint_*_dev and device_xnamecegger
2008-04-04Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.tsutsui
2008-02-06It's KAUTH_REQ_DEVICE_RAWIO_PASSTHRU_*.elad
2008-02-06- There is no XYCMD_WRP -- forgot to remove it along with the XYCMD_RDP :)elad
2008-02-04Properly classify kauth PASSTHRU requests.elad
2008-01-02Merge vmlocking2 to head.ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
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-04fix fall out from caddr_t changes.mrg
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-09vmegeneric never saw the light of the source tree. After 7 years, I guesscube
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-08-27don't call variables errno! including from userland breaks things!christos
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-15- include kauth.h for kauth_authorize_generic.yamt
2006-05-14integrate kauth.elad