OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 28 09:15:16 2020 UTC (3 years, 9 months ago) by fcambus
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, HEAD
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Fix a few more typos in man9. Pointed out by jmc@, thanks!

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 21 05:43:48 2020 UTC (3 years, 11 months ago) by dlg
Branch: MAIN
Changes since 1.11: +21 -2 lines
Diff to previous 1.11 (colored)

document mq_push()

Revision 1.11 / (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_6_7_BASE, OPENBSD_6_7
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

punctuation fixes;

Revision 1.10 / (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.9: +12 -2 lines
Diff to previous 1.9 (colored)

document ml_hdatalen and mq_hdatalen

Revision 1.9 / (download) - annotate - [select for diffs], Fri Feb 9 02:26:33 2018 UTC (6 years, 3 months ago) by patrick
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
Changes since 1.8: +13 -2 lines
Diff to previous 1.8 (colored)

Extend the mbuf queue API with an accessor that checks whether
or not the mbuf queue is full.

ok dlg@

Revision 1.8 / (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_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.7: +2 -35 lines
Diff to previous 1.7 (colored)

remove ml_filter, mq_filter, niq_filter.

theyre currently unused, so no functional change.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 24 15:01:53 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

missing NAME entry;

Revision 1.6 / (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.5: +2 -18 lines
Diff to previous 1.5 (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.5 / (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.4: +13 -2 lines
Diff to previous 1.4 (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.4 / (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.3: +3 -2 lines
Diff to previous 1.3 (colored)

ml_init and mq_init return void.

Revision 1.3 / (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.2: +26 -26 lines
Diff to previous 1.2 (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.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: +23 -5 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.