OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Thu Jan 23 07:12:42 2020 UTC (4 years, 4 months ago) by jmc
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, 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, HEAD
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

punctuation fixes;

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jan 22 22:57:42 2020 UTC (4 years, 4 months ago) by dlg
Branch: MAIN
Changes since 1.13: +12 -2 lines
Diff to previous 1.13 (colored)

document ml_hdatalen and mq_hdatalen

Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 15 05:05:21 2016 UTC (8 years, 1 month ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, 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
Changes since 1.12: +2 -35 lines
Diff to previous 1.12 (colored)

remove ml_filter, mq_filter, niq_filter.

theyre currently unused, so no functional change.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Nov 24 14:56:10 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

two missing NAME entries;

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 21 18:52:16 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

previous chopped off too much;

Revision 1.10 / (download) - annotate - [select for diffs], Sat Nov 21 11:46:24 2015 UTC (8 years, 6 months ago) by mpi
Branch: MAIN
Changes since 1.9: +2 -16 lines
Diff to previous 1.9 (colored)

Retire ml_requeue(9) and mq_requeue(9).

As Kenjiro Cho pointed out it is very hard to cancel a dequeue operation
for some queueing disciplines when such it keeps some internal states.

As you can see, APIs can also Live Fast & Die Young.

ok dlg@

Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 21 00:32:46 2015 UTC (8 years, 6 months ago) by dlg
Branch: MAIN
Changes since 1.8: +27 -2 lines
Diff to previous 1.8 (colored)

provide MBUF_LIST_FIRST and MBUF_LIST_NEXT for iterating over an mbuf_list.

MBUF_LIST_FOREACH is then rewritten on top of those.

this makes it easier to get at the head of a list too, which may make
the hfsc ifq backend nicer.

based on a discussion with kenjiro cho
ok mpi@

Revision 1.8 / (download) - annotate - [select for diffs], Mon Nov 2 09:21:48 2015 UTC (8 years, 7 months ago) by dlg
Branch: MAIN
Changes since 1.7: +12 -2 lines
Diff to previous 1.7 (colored)

provide ml_purge and mq_purge.

these are modelled on IF_PURGE or IFQ_PURGE. they m_freem all the
mbufs on an mbuf list or queue.

ok jmatthew@ mpi@

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 22 05:26:06 2015 UTC (8 years, 7 months ago) by dlg
Branch: MAIN
Changes since 1.6: +12 -2 lines
Diff to previous 1.6 (colored)

rename ml_join to ml_enlist and expose it to the rest of the kernel.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 2 09:24:13 2015 UTC (8 years, 8 months ago) by sobrado
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

fix typo.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 23 12:44:35 2015 UTC (8 years, 8 months ago) by dlg
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored)

ml_init and mq_init return void.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 14 15:14:55 2015 UTC (8 years, 8 months ago) by schwarze
Branch: MAIN
Changes since 1.3: +20 -20 lines
Diff to previous 1.3 (colored)

Remove useless quoting from .Fo and .Fn function names, to prevent
development of a cargo cult in case people look at existing files
for examples.  This achieves a consistent .Fo and .Fn quoting style
across the whole tree.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 10 15:59:18 2015 UTC (8 years, 8 months ago) by schwarze
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

delete bogus trailing comma from .Nm in NAME section

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 14 05:25:29 2015 UTC (8 years, 9 months ago) by dlg
Branch: MAIN
Changes since 1.1: +14 -2 lines
Diff to previous 1.1 (colored)

provide ml_requeue and mq_requeue for prepending mbufs on lists/queues

ok mpi@ claudio@

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 17 06:24:46 2015 UTC (8 years, 11 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8

Move mbuf_list and mbuf_queue documentation in their own manual.

ok jmc@, deraadt@, dlg@

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.