summaryrefslogtreecommitdiff
path: root/sys/dev/dkwedge
AgeCommit message (Expand)Author
2017-09-07use arraycount.christos
2017-09-06PR/52522: ent_name is not necessarily 0 terminated, so check bounds.christos
2017-03-05Enhance disk metrics by calculating a weighted sum that is incrementedmlelstv
2017-02-28remove unnecessary substitution. no functional changes.rin
2017-02-28determine the buffer size by roundup(9)rin
2017-02-28Remove PARANOID macro; we should always update secsize if necessary.rin
2017-02-27pass also DIOCGCACHE to underlying device, so that upper layers would be ablejdolecek
2017-02-26Add DKWEDGE_METHOD_RDB option, which is Amiga Rigid Disk Block (RDB)rin
2017-01-19use a bounded copy. NFCImaya
2016-12-24add missing mutex/cv cleanup to error paths.mlelstv
2016-12-16Make dk(4) device mpsafe.mlelstv
2016-05-29missed one exit path with the previous change.mlelstv
2016-05-29release openlock mutex before closing parent device.mlelstv
2016-04-28Fix tyopchristos
2016-04-28Fix error message.christos
2016-04-27Add dkwedge_find_by_parent()christos
2016-01-15Allow dump to raidframe component which is a wedge.mlelstv
2015-12-27Return error in dkopen when dk_open_parent fails. Also change dk_open_parentmlelstv
2015-12-02Skip protective MBR early too.christos
2015-11-28sc_size is already measured in sectors.mlelstv
2015-10-10remove incorrect comment (from kre)christos
2015-10-06print wedge announcement in one line instead of twojmcneill
2015-08-25Rename variable to avoid -Wshadow warnings with some compilers.pooka
2015-08-23Quadruple GPT partition entry count limit (to 512 entries or 64KiB).jakllsch
2015-08-22No longer access the disk driver directly.mlelstv
2015-08-22revert the previousmlelstv
2015-08-20when scanning for disklabels, close block device only when this wasmlelstv
2015-01-24Look at the bzb flags to mark partition as swap. Requested by John D. Baker.christos
2015-01-02- Use NODEV instead of 0christos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-12-31disk_blocksize and disk_set_info relay the same informationmlelstv
2014-12-08Really provide disk properties, the old code computed values that weremlelstv
2014-11-22fix iobuf setup, cleanupmlelstv
2014-11-04Implement DIOCMWEDGES ioctl that triggers wedge autodiscovery.mlelstv
2014-11-04get sector size from disk structure.mlelstv
2014-11-04Handle disks with non DEV_BSIZE sectors.mlelstv
2014-11-04Be less noisy when handling wedge name conflicts.mlelstv
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-08-30When converting a disklabel partition type integer to a wedge partitionapb
2014-08-28Make dk(4) discard from partition start, not from disk start.riastradh
2014-08-18Use FSTYPE_DEFN from <sys/disklabel.h> to generate case branches forapb
2014-08-18Don't ignore unrecognised partition types in BSD disklabels;apb
2014-07-25Implement d_discard for dk. This closes PR 47940.dholland
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-04-03add dkwedge_get_parent_name().christos
2014-03-31Bring back the playstation2 port - now that a toolchain for it ismartin
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2013-08-03Don't complain about not being able to open empty removable media drives.soren