summaryrefslogtreecommitdiff
path: root/share/man/man3/queue.3
AgeCommit message (Expand)Author
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
2022-03-29man pages: add missing commas in enumerationsChristian Weisgerber
2020-12-30Document STAILQ macros. OK mpi@ denis@ jmc@Todd C. Miller
2020-07-13Near the beginning of the DESCRIPTION, provide a tiny table showingIngo Schwarze
2019-12-30espie@ pointed out this page failed to mention the lists are intrusive,Ingo Schwarze
2017-01-12TAILQ_CONCAT() takes 3 arguments.Martin Pieuchot
2016-03-14some Xr; from michal mazurekJason McIntyre
2015-11-19Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the endTodd C. Miller
2015-11-10update NAME section to include all documented functions,Jason McIntyre
2015-10-10Added missing curly bracket into LIST_EMPTY example.Tobias Stoeckmann
2014-09-13Retire the CIRCLEQ_* and *_END macros here, noting why they were deprecated.Philip Guenther
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-06-05use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarzeTed Unangst
2012-11-17For macro arguments that are type or member names, consistentlyPhilip Guenthe
2012-04-11SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency andChristian Weisgerber
2012-03-06Avoid warning from gcc in TAILQ usage example.Christiano F. Haesbaert
2012-01-11Mark the ..._FOREACH_SAFE macros consistently with .FN.Alexander Bluhm
2012-01-11Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore.Alexander Bluhm
2011-07-09tweak previous;Jason McIntyre
2011-07-09Document the newly added FOREACH_SAFE marcos.Paul Irofti
2011-07-03Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT().Matthew Dempsky
2009-03-01zap trailing whitespace;Jason McIntyre
2009-02-25fix examples of list deletion to not leak memory.Bob Beck
2008-07-27Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right.Stefan Kempf
2008-03-31some missing bits; from Girish VenkatachalamJason McIntyre
2007-12-24some fixes from Girish Venkatachalam; as far as i can see, otto has alreadyJason McIntyre
2007-12-16fix TAILQ_PREV; from Girish VenkatachalamJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2006-01-12remove headp stuff, which is unused;Jason McIntyre
2006-01-12add an example of a singly-linked list;Jason McIntyre
2006-01-11missing full stop; from ray laiJason McIntyre
2006-01-06fix typo; from ray lai;Jason McIntyre
2005-10-27Avoid using queue internals in the examples, add a few rules toOtto Moerbeek
2005-01-04typoJared Yanovich
2004-08-16correct a mistake in a code example; diff from Lawrence Teo;Jason McIntyre
2004-06-03Sync man page with macros:Jean-Francois Brousseau
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDHenning Brauer
2003-12-16Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTRTodd C. Miller
2003-12-05Fix pasto in SLIST_REMOVE synopsis; deraadt@ OKTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-20typos;Jason McIntyre
2003-05-17Emphasize that TAILQ_FOREACH and TAILQ_FOREACH_REVERSE are theKenneth R Westerback
2003-04-16fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.comMichael Shalayeff
2003-03-09Use "np != NULL", not just "np" in TAILQ example for consistencyTodd C. Miller
2003-01-15s/TAIL_FIRST/TAILQ_FIRST/Todd C. Miller
2002-12-07document ALL the args to TAILQ_FOREACH_REVERSEMarco S Hyman
2002-11-07Fix CIRCLEQ example; Hector A. PaternoTodd C. Miller
2002-04-26add missing `entry' parameter to LIST_NEXT() in the list freeing example.Wilbern Cobb
2002-02-24Fix TAILQ_NEXT() example. First param is listelm, not head.Kenneth R Westerback
2002-02-03document SLIST_REMOVE; vedge@csoft.org (pr2373)Jason Wright