aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dd: add support for writing to physical drivesRon Yorston2024-08-021-0/+17
* Merge branch 'busybox' into mergeRon Yorston2023-08-101-1/+1
|\
| * introduce and use exitcode_tDenys Vlasenko2023-07-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-07-131-1/+1
|\|
| * Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* | dd: omit direct flagRon Yorston2023-04-181-4/+19
* | Merge branch 'busybox' into mergeRon Yorston2023-01-051-2/+18
|\|
| * Fix non-Linux buildsSamuel Thibault2022-11-291-2/+18
* | Merge branch 'busybox' into mergeRon Yorston2021-08-171-2/+2
|\|
| * dd: tweak --helpDenys Vlasenko2021-08-151-2/+2
* | win32: rename update_dev_fd() as update_special_fd()Ron Yorston2021-06-071-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-18/+32
|\|
| * dd: support iflag=count_bytesRafał Miłecki2021-04-131-18/+32
* | tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-251-4/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-33/+83
|\|
| * dd: support for O_DIRECT i/oDenys Vlasenko2020-12-141-31/+80
* | dd: fix handling of 'conv=notrunc seek=N'Ron Yorston2020-05-201-3/+22
* | dd: create a sparse file when seek=N is usedRon Yorston2020-03-241-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-13/+13
|\|
| * dd: fix handling of short result of full_write(), closes 11711Denys Vlasenko2019-05-141-13/+13
* | Merge branch 'busybox' into mergeRon Yorston2019-03-121-6/+10
|\|
| * dd: add 'oflag=append'Rostislav Skudnov2019-02-141-6/+10
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-11-281-22/+43
|\|
| * dd: do not have 'ocount' variable if ibs/obs support is not enabledDenys Vlasenko2018-10-301-13/+20
| * dd: add 'oflag=seek_bytes'Rostislav Skudnov2018-10-301-9/+24
* | win32: save a few bytes in device file supportRon Yorston2018-03-231-6/+1
* | win32: restrict visibility of special devicesRon Yorston2018-03-151-1/+3
* | dd: mention /dev/zero and /dev/urandom in help messageRon Yorston2018-03-061-0/+3
* | dd: use new device handling to implement /dev/zero and /dev/urandomRon Yorston2018-02-221-13/+10
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-13/+31
|\|
| * dd: add 'fullblock' iflagNicholas Clark2018-01-251-10/+23
| * dd: fixed partial count logicDenys Vlasenko2018-01-101-1/+3
| * dd: exit with 1 if last write was incompleteDenys Vlasenko2018-01-101-5/+7
* | dd: silence warning on 64-bit systemsRon Yorston2017-08-311-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-1/+1
|\|
| * config: do not use `a' quoting in help textsDenys Vlasenko2017-08-021-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-16/+16
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-15/+15
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-4/+3
|\|
| * dd: fix status=none. Closes 10066Denys Vlasenko2017-07-141-4/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-4/+4
|\|
| * dd: call fsync() only once before exiting if conv=fsync is specifiedRostislav Skudnov2017-03-161-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-2/+2
|\|
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-2/+4
|\|
| * Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-2/+4
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-1/+3
|\|