summaryrefslogtreecommitdiff
path: root/share/man/man3/queue.3
AgeCommit message (Expand)Author
2025-10-26queue.3: Fix a typo in the manual pageGordon Bergling
2025-05-06queue.3: document STAILQ_REVERSEKonstantin Belousov
2025-04-28queue.3: Update .DdOlivier Certner
2025-04-28queue(3): Debug macros: Finer control knobs, userland supportOlivier Certner
2025-04-28queue(3): New *_SPLIT_AFTER(), *_ASSERT_EMPTY(), *_ASSERT_NONEMPTY()Olivier Certner
2025-02-14queue: Add atomic variants for *_EMPTYMark Johnston
2024-04-08sys/queue.h: Add {LIST,TAILQ}_REPLACE().Dag-Erling Smørgrav
2023-11-26share: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2019-09-14Introduce arb(3), the Array-based Red-Black Tree macros: similarEdward Tomasz Napierala
2016-09-08queue(3): Enhance queue debugging macrosConrad Meyer
2016-08-16Add two new macros, SLIST_CONCAT and LIST_CONCAT. Note in both theKirk McKusick
2016-08-06Re-correct the documentation for the 'type' parameter of the _SWAPBenjamin Kaduk
2016-08-06Correct the documentation of the 'type' parameter for the _SWAPBenjamin Kaduk
2015-06-28Make the system queue header file fully usable within C++ programs byHans Petter Selasky
2015-04-20Bump doc date missed in r281605.Brooks Davis
2015-04-16Fix a minor function definition inconsistancy.Brooks Davis
2014-03-14multiple: Remove 3rd clause from BSD license where approved by theEitan Adler
2013-06-18Add new FOREACH_FROM variants of the queue(3) FOREACH macros which canLawrence Stewart
2013-05-09Start sentences on new lines.Eitan Adler
2012-09-12Implement LIST_PREV().Ed Schouten
2011-09-02Fix a little typo and get rid of a cryptic description by aligning theRalf S. Engelschall
2011-05-13Note that the _SWAP operation is supported for all list/queue types.Matthew D Fleming
2011-01-11Remove a bullet point that appears to have been accidentally inserted twice.Gavin Atkinson
2010-07-18Cross reference tree(3) and queue(3).Simon L. B. Nielsen
2009-11-17Fix typo.Christian Brueffer
2009-05-27Rename the queue macros I introduced last year.Ed Schouten
2008-05-22Introduce REMOVE_NEXT() macro's for SLIST and STAILQ.Ed Schouten
2007-11-02Don't imply O(n) removal for the doubly linked data structures.David E. O'Brien
2006-09-18Markup fixes.Ruslan Ermilov
2006-03-25The removal of CIRCLEQ left four queue macros. One sentence was missedEd Maste
2006-03-24Typesetting fix for -r1.137.Kirk McKusick
2006-03-22If a tail queue is empty the return value is notKirk McKusick
2005-10-17Remove a spurious newline. The TAILQ_INIT() is part of the 'faster tailqJohn Baldwin
2004-12-29Some grammar, spelling, and mdoc(7) fixes. No content changes.Tom Rhodes
2004-07-07mdoc(7) fixes.Ruslan Ermilov
2004-06-21Spelling fixes.Mike Pritchard
2003-08-14Add safe _FOREACH iterators to the rest of the queue.h types.Alexander Kabaev
2003-08-13Document LIST_FOREACH_SAFE in queue(3).Bosko Milekic
2002-04-17Document STAILQ_CONCAT and TAILQ_CONCAT.Thomas Moestl
2002-01-09mdoc(7) police: tidy up previous delta.Ruslan Ermilov
2001-12-28Document some behaviour I'm depending on.Julian Elischer
2001-10-01mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov
2001-08-21STAILQ_LAST() macro takes 3 arguments, not 1.Maxim Sobolev
2001-07-14Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt
2001-07-10mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov
2001-03-15Remove the last remnants of circle queues.Dima Dorfman
2000-12-30Remove comma after final .Nm entry before .NdBen Smithurst
2000-12-29CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.Poul-Henning Kamp
2000-11-09Manpage incorrectly states that STAILQ_REMOVE_HEAD takes an argAlfred Perlstein