| Age | Commit message (Expand) | Author |
| 2020-10-11 | Pull up following revision(s) (requested by mlelstv in ticket #1110): | martin |
| 2020-04-24 | Pull up following revision(s) (requested by maya in ticket #850): | martin |
| 2020-04-06 | Pull up following revision(s) (requested by riastradh in ticket #822): | martin |
| 2020-03-21 | Pull up following revision(s) (requested by riastradh in ticket #788): | martin |
| 2019-07-09 | Fix info leak: always clear 'dkw', because some of its (otherwise | maxv |
| 2019-07-06 | Add a condition in the loop. Otherwise there could be an infinite loop, | maxv |
| 2019-06-22 | Fix buffer overflow. Triggerable by plugging a specially-crafted USB key | maxv |
| 2019-04-10 | add types for windows and linux partitions. | mlelstv |
| 2018-11-06 | add support to detect the 3 vmware GPT partition types: | mrg |
| 2018-05-12 | Support dump on wedges. | mlelstv |
| 2017-09-07 | use arraycount. | christos |
| 2017-09-06 | PR/52522: ent_name is not necessarily 0 terminated, so check bounds. | christos |
| 2017-03-05 | Enhance disk metrics by calculating a weighted sum that is incremented | mlelstv |
| 2017-02-28 | remove unnecessary substitution. no functional changes. | rin |
| 2017-02-28 | determine the buffer size by roundup(9) | rin |
| 2017-02-28 | Remove PARANOID macro; we should always update secsize if necessary. | rin |
| 2017-02-27 | pass also DIOCGCACHE to underlying device, so that upper layers would be able | jdolecek |
| 2017-02-26 | Add DKWEDGE_METHOD_RDB option, which is Amiga Rigid Disk Block (RDB) | rin |
| 2017-01-19 | use a bounded copy. NFCI | maya |
| 2016-12-24 | add missing mutex/cv cleanup to error paths. | mlelstv |
| 2016-12-16 | Make dk(4) device mpsafe. | mlelstv |
| 2016-05-29 | missed one exit path with the previous change. | mlelstv |
| 2016-05-29 | release openlock mutex before closing parent device. | mlelstv |
| 2016-04-28 | Fix tyop | christos |
| 2016-04-28 | Fix error message. | christos |
| 2016-04-27 | Add dkwedge_find_by_parent() | christos |
| 2016-01-15 | Allow dump to raidframe component which is a wedge. | mlelstv |
| 2015-12-27 | Return error in dkopen when dk_open_parent fails. Also change dk_open_parent | mlelstv |
| 2015-12-02 | Skip protective MBR early too. | christos |
| 2015-11-28 | sc_size is already measured in sectors. | mlelstv |
| 2015-10-10 | remove incorrect comment (from kre) | christos |
| 2015-10-06 | print wedge announcement in one line instead of two | jmcneill |
| 2015-08-25 | Rename variable to avoid -Wshadow warnings with some compilers. | pooka |
| 2015-08-23 | Quadruple GPT partition entry count limit (to 512 entries or 64KiB). | jakllsch |
| 2015-08-22 | No longer access the disk driver directly. | mlelstv |
| 2015-08-22 | revert the previous | mlelstv |
| 2015-08-20 | when scanning for disklabels, close block device only when this was | mlelstv |
| 2015-01-24 | Look at the bzb flags to mark partition as swap. Requested by John D. Baker. | christos |
| 2015-01-02 | - Use NODEV instead of 0 | christos |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-12-31 | disk_blocksize and disk_set_info relay the same information | mlelstv |
| 2014-12-08 | Really provide disk properties, the old code computed values that were | mlelstv |
| 2014-11-22 | fix iobuf setup, cleanup | mlelstv |
| 2014-11-04 | Implement DIOCMWEDGES ioctl that triggers wedge autodiscovery. | mlelstv |
| 2014-11-04 | get sector size from disk structure. | mlelstv |
| 2014-11-04 | Handle disks with non DEV_BSIZE sectors. | mlelstv |
| 2014-11-04 | Be less noisy when handling wedge name conflicts. | mlelstv |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-08-30 | When converting a disklabel partition type integer to a wedge partition | apb |
| 2014-08-28 | Make dk(4) discard from partition start, not from disk start. | riastradh |