Home | History | Annotate | Download | only in dd
History log of /src/bin/dd/dd_swab.c
RevisionDateAuthorComments
 1.2  08-Oct-2021  christos PR/56443: RVP: dd conv=swab doesn't always work
 1.1  04-Oct-2019  mrg branches: 1.1.4;
copy libc's swab.c into dd as dd_swab(), and remove the restrict.

our implementation was fine, but the restrict marker is problematic
as gcc 8 is now more strict about checking for restrict issues.

this is the only actual consumer of swab(3) in our tree, though,
besides the test for it. oh well.
 1.1.4.4  21-Apr-2020  martin Ooops, restore accidently removed files from merge mishap
 1.1.4.3  21-Apr-2020  martin Sync with HEAD
 1.1.4.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.1.4.1  04-Oct-2019  martin file dd_swab.c was added on branch phil-wifi on 2020-04-13 07:45:05 +0000

RSS XML Feed