summaryrefslogtreecommitdiff
path: root/sys/dev/ld.c
AgeCommit message (Expand)Author
2015-08-28move entropy gathering into dksubr.mlelstv
2015-08-27Make dksubr use a spin-mutex again, since some drivers still call dk_donemlelstv
2015-08-18Use ENODEV to show that an operation is not supported.mlelstv
2015-08-17Add support for implementing discard functionality with ld(4)jakllsch
2015-08-16Two changes to the dksubr interface.mlelstv
2015-08-16missed wakeup -> cv_broadcast conversion.mlelstv
2015-08-16use device_printfmlelstv
2015-08-16replace tsleep with condvarmlelstv
2015-08-16replace spl and tsleep with mutex and condvar.mlelstv
2015-07-22Trailing whitespace.skrll
2015-05-02Merge dk_intf and dkdriver interfaces.mlelstv
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
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
2014-11-04support DIOCMWEDGES ioctl.mlelstv
2014-10-11clamp total number of sectors to UINT32_MAX instead of providing themlelstv
2014-09-05Don't use new as a variable name.matt
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
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-05-29phase 1 of disk geometry cleanup:christos
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-09-20Check disk bounds, in RAW_PART.kiyohara
2010-08-19flush cache on suspendjmcneill
2009-07-23Extract ldlastclose() and use it in ldclose(). At the top ofdyoung
2009-05-07struct device * -> device_t, no functional changes intended.cegger
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-09-09Complete device_t/softc split for the ld(4) attachments. This shouldtron
2008-08-11Add a flags argument to the ld(4) flush handlers, and call these with asimonb
2008-08-01Destroy our mutex on detach in order to avoidws
2008-07-06Use device_private() where appropriate.cube
2008-06-11Use device_lookup_private() to get softc.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-09use aprint_*_dev and device_xnamecegger
2008-03-09Don't forget to deregister with PMF on detach.jmcneill
2008-03-09Replace shutdownhook with PMF power handler.jmcneill
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad
2007-11-12Use sc_mutex (which runs at IPL_BIO) to protect the DIOC[GS]STRATEGYxtraeme
2007-11-12Implement DIOCGSTRATEGY and DIOCSSTRATEGY for dkctl <foo0> strategy.xtraeme
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-21Replace some uses of lockmgr().ad
2007-04-30Reset error code if an ioctl() request is not handled by the generictron
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22Defer dkwedge_discover() until after interrupts are enabled. Thisriz
2007-02-09Merge newlock2 to head.ad