summaryrefslogtreecommitdiffstats
path: root/share/man/man3/queue.3
Commit message (Expand)AuthorAgeFilesLines
* MFC r284915:hselasky2015-10-081-23/+64
* MFC r281605,281768:brooks2015-04-211-2/+2
* Add new FOREACH_FROM variants of the queue(3) FOREACH macros which canlstewart2013-06-181-1/+151
* Start sentences on new lines.eadler2013-05-091-2/+4
* Implement LIST_PREV().ed2012-09-121-3/+23
* Fix a little typo and get rid of a cryptic description by aligning therse2011-09-021-2/+2
* Note that the _SWAP operation is supported for all list/queue types.mdf2011-05-131-2/+40
* Remove a bullet point that appears to have been accidentally inserted twice.gavin2011-01-111-1/+0
* Cross reference tree(3) and queue(3).simon2010-07-181-0/+2
* Fix typo.brueffer2009-11-171-1/+1
* Rename the queue macros I introduced last year.ed2009-05-271-20/+20
* Introduce REMOVE_NEXT() macro's for SLIST and STAILQ.ed2008-05-221-0/+20
* Don't imply O(n) removal for the doubly linked data structures.obrien2007-11-021-2/+8
* Markup fixes.ru2006-09-181-1/+1
* The removal of CIRCLEQ left four queue macros. One sentence was missedemaste2006-03-251-1/+1
* Typesetting fix for -r1.137.mckusick2006-03-241-2/+4
* If a tail queue is empty the return value is notmckusick2006-03-221-2/+2
* Remove a spurious newline. The TAILQ_INIT() is part of the 'faster tailqjhb2005-10-171-1/+0
* Some grammar, spelling, and mdoc(7) fixes. No content changes.trhodes2004-12-291-1/+1
* mdoc(7) fixes.ru2004-07-071-1/+1
* Spelling fixes.mpp2004-06-211-1/+1
* Add safe _FOREACH iterators to the rest of the queue.h types.kan2003-08-141-0/+76
* Document LIST_FOREACH_SAFE in queue(3).bmilekic2003-08-131-1/+24
* Document STAILQ_CONCAT and TAILQ_CONCAT.tmm2002-04-171-0/+24
* mdoc(7) police: tidy up previous delta.ru2002-01-091-2/+4
* Document some behaviour I'm depending on.julian2001-12-281-0/+2
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
* STAILQ_LAST() macro takes 3 arguments, not 1.sobomax2001-08-211-1/+1
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Remove the last remnants of circle queues.dd2001-03-151-6/+5
* Remove comma after final .Nm entry before .Ndben2000-12-301-1/+1
* CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.phk2000-12-291-220/+3
* Manpage incorrectly states that STAILQ_REMOVE_HEAD takes an argalfred2000-11-091-3/+1
* Fix minor typo.markm2000-07-271-1/+1
* (1) document *_HEAD_INITIALIZERjake2000-06-101-21/+54
* Document TAILQ_FOREACH_REVERSE() and CIRCLEQ_FOREACH_REVERSE() macros.archie2000-05-011-1/+24
* Update STAILQ example to use STAILQ_REMOVE_HEAD instead ofjhb2000-03-271-1/+1
* Sync with reality.phantom1999-12-191-26/+167
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Spelling corrections.jkoshy1998-06-061-2/+2
* Fixed wrong number of args in STAILQ_REMOVE_HEAD() in synopsis.bde1997-03-191-2/+2
* The CIRCLEQ_ENTRY example was wrong. Part of PR# 2917.mpp1997-03-091-2/+2
* add missing cvs Id lines.jmg1997-03-071-0/+1
* Minor mdoc cleanup.mpp1997-01-311-15/+15
* Add SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT.phk1996-12-291-0/+6
* Use the .Bx macro where appropriate.mpp1996-08-221-1/+2
* Another man page with a messed up .Dd line.mpp1996-07-111-1/+1
* Document 5 new macros in TAILQ family.phk1996-04-081-5/+32
* Update the queue man page for the new SLIST and STAILQ macros.gibbs1996-03-311-14/+331
OpenPOWER on IntegriCloud