summaryrefslogtreecommitdiffstats
path: root/share/man/man3/queue.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document STAILQ macros. OK mpi@ denis@ jmc@millert2020-12-301-17/+232
* Near the beginning of the DESCRIPTION, provide a tiny table showingschwarze2020-07-131-2/+12
* espie@ pointed out this page failed to mention the lists are intrusive,schwarze2019-12-301-9/+18
* TAILQ_CONCAT() takes 3 arguments.mpi2017-01-121-3/+3
* some Xr; from michal mazurekjmc2016-03-141-2/+4
* Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the endmillert2015-11-191-3/+33
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
* Added missing curly bracket into LIST_EMPTY example.tobias2015-10-101-3/+3
* Retire the CIRCLEQ_* and *_END macros here, noting why they were deprecated.guenther2014-09-131-263/+22
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
* For macro arguments that are type or member names, consistentlyguenther2012-11-171-60/+60
* SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency andnaddy2012-04-111-21/+21
* Avoid warning from gcc in TAILQ usage example.haesbaert2012-03-061-3/+3
* Mark the ..._FOREACH_SAFE macros consistently with .FN.bluhm2012-01-111-9/+12
* Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore.bluhm2012-01-111-13/+2
* tweak previous;jmc2011-07-091-23/+38
* Document the newly added FOREACH_SAFE marcos.pirofti2011-07-091-21/+48
* Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT().matthew2011-07-031-2/+10
* zap trailing whitespace;jmc2009-03-011-4/+4
* fix examples of list deletion to not leak memory.beck2009-02-251-8/+24
* Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right.stefan2008-07-271-4/+4
* some missing bits; from Girish Venkatachalamjmc2008-03-311-3/+24
* some fixes from Girish Venkatachalam; as far as i can see, otto has alreadyjmc2007-12-241-6/+8
* fix TAILQ_PREV; from Girish Venkatachalamjmc2007-12-161-2/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* remove headp stuff, which is unused;jmc2006-01-121-4/+1
* add an example of a singly-linked list;jmc2006-01-121-1/+24
* missing full stop; from ray laijmc2006-01-111-2/+2
* fix typo; from ray lai;jmc2006-01-061-2/+2
* Avoid using queue internals in the examples, add a few rules tootto2005-10-271-11/+29
* typojaredy2005-01-041-2/+2
* correct a mistake in a code example; diff from Lawrence Teo;jmc2004-08-161-2/+2
* Sync man page with macros:jfb2004-06-031-5/+5
* swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDhenning2004-04-081-3/+3
* Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTRmillert2003-12-161-1/+20
* Fix pasto in SLIST_REMOVE synopsis; deraadt@ OKmillert2003-12-051-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* typos;jmc2003-05-201-7/+7
* Emphasize that TAILQ_FOREACH and TAILQ_FOREACH_REVERSE are thekrw2003-05-171-15/+20
* fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.commickey2003-04-161-2/+2
* Use "np != NULL", not just "np" in TAILQ example for consistencymillert2003-03-091-2/+2
* s/TAIL_FIRST/TAILQ_FIRST/millert2003-01-151-2/+2
* document ALL the args to TAILQ_FOREACH_REVERSEmarc2002-12-071-2/+2
* Fix CIRCLEQ example; Hector A. Paternomillert2002-11-071-2/+2
* add missing `entry' parameter to LIST_NEXT() in the list freeing example.wcobb2002-04-261-2/+2
* Fix TAILQ_NEXT() example. First param is listelm, not head.krw2002-02-241-2/+2
* document SLIST_REMOVE; vedge@csoft.org (pr2373)jason2002-02-031-1/+11
* add lost .Nm entry to .Sh NAME;mpech2001-08-021-1/+2
* Document LIST_REPLACE()angelos2001-06-231-1/+11