The NetBSD Project

CVS log for src/bin/dd/dd_swab.c

[BACK] Up to [cvs.NetBSD.org] / src / bin / dd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 8 14:44:48 2021 UTC (2 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

PR/56443: RVP: dd conv=swab doesn't always work

Revision 1.1.4.4 / (download) - annotate - [select for diffs], Tue Apr 21 19:37:31 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.1.4.3: +2 -2 lines
Diff to previous 1.1.4.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Ooops, restore accidently removed files from merge mishap

Revision 1.1.4.3, Tue Apr 21 18:41:03 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.1.4.2: +2 -2 lines
FILE REMOVED

Sync with HEAD

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Mon Apr 13 07:45:05 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.1.4.1: +83 -0 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.1.4.1, Fri Oct 4 08:57:38 2019 UTC (4 years, 6 months ago) by martin
Branch: phil-wifi
Changes since 1.1: +0 -83 lines
FILE REMOVED

file dd_swab.c was added on branch phil-wifi on 2020-04-13 07:45:05 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 4 08:57:38 2019 UTC (4 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: phil-wifi

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>