OpenBSD CVS

CVS log for src/share/man/man9/bemtoh32.9


[BACK] Up to [local] / src / share / man / man9

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:23 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 30 18:33:17 2019 UTC (4 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Move 4 manual pages from not-a-function filenames to a correct filename,
and correct Xr.
ok jmc

Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 23 17:53:57 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

add missing NAME entries;
feedback/ok schwarze

Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 22 23:56:47 2014 UTC (9 years, 7 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.4: +13 -13 lines
Diff to previous 1.4 (colored)

make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo *

while in the manpage add volatile where the code has it too.

ok miod@ guenther@

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 14 11:53:35 2014 UTC (10 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.3: +15 -15 lines
Diff to previous 1.3 (colored)

tweak previous;

Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 14 10:47:21 2014 UTC (10 years, 2 months ago) by dlg
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

provide an MI api for doing byteswapping loads and stores. some
archs have instrutions that can do this, and the rest that dont get
to use wrappers around the byteswap(3) api.

this provides MI backends for sparc64 and powerpc which get a big
benefit from this because byteswapping in registers is really hard
for them.

the intended use case is for reading and writing bits of dma memory
handed to and from hardware.

discussed with miod@ guenther@ deraadt@
ok miod@ kettenis@

Revision 1.2, Thu Feb 13 12:39:01 2014 UTC (10 years, 3 months ago) by dlg
Branch: MAIN
Changes since 1.1: +2 -2 lines
FILE REMOVED

this wasnt supposed to be part of the timeout.9 change

Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 13 12:38:20 2014 UTC (10 years, 3 months ago) by dlg
Branch: MAIN

document the timeout_add and timeout_del return values in the RETURN VALUES
section.

im not sure what to do with the macros yet.

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.