| Commit message (Expand) | Author | Age | Files | Lines |
* | Document STAILQ macros. OK mpi@ denis@ jmc@ |  millert | 2020-12-30 | 1 | -17/+232 |
* | Near the beginning of the DESCRIPTION, provide a tiny table showing |  schwarze | 2020-07-13 | 1 | -2/+12 |
* | espie@ pointed out this page failed to mention the lists are intrusive, |  schwarze | 2019-12-30 | 1 | -9/+18 |
* | TAILQ_CONCAT() takes 3 arguments. |  mpi | 2017-01-12 | 1 | -3/+3 |
* | some Xr; from michal mazurek |  jmc | 2016-03-14 | 1 | -2/+4 |
* | Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the end |  millert | 2015-11-19 | 1 | -3/+33 |
* | update NAME section to include all documented functions, |  jmc | 2015-11-10 | 1 | -3/+3 |
* | Added missing curly bracket into LIST_EMPTY example. |  tobias | 2015-10-10 | 1 | -3/+3 |
* | Retire the CIRCLEQ_* and *_END macros here, noting why they were deprecated. |  guenther | 2014-09-13 | 1 | -263/+22 |
* | no longer any need to quote macro lines with >9 args; |  jmc | 2013-08-14 | 1 | -3/+3 |
* | use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 1 | -3/+3 |
* | For macro arguments that are type or member names, consistently |  guenther | 2012-11-17 | 1 | -60/+60 |
* | SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and |  naddy | 2012-04-11 | 1 | -21/+21 |
* | Avoid warning from gcc in TAILQ usage example. |  haesbaert | 2012-03-06 | 1 | -3/+3 |
* | Mark the ..._FOREACH_SAFE macros consistently with .FN. |  bluhm | 2012-01-11 | 1 | -9/+12 |
* | Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore. |  bluhm | 2012-01-11 | 1 | -13/+2 |
* | tweak previous; |  jmc | 2011-07-09 | 1 | -23/+38 |
* | Document the newly added FOREACH_SAFE marcos. |  pirofti | 2011-07-09 | 1 | -21/+48 |
* | Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT(). |  matthew | 2011-07-03 | 1 | -2/+10 |
* | zap trailing whitespace; |  jmc | 2009-03-01 | 1 | -4/+4 |
* | fix examples of list deletion to not leak memory. |  beck | 2009-02-25 | 1 | -8/+24 |
* | Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right. |  stefan | 2008-07-27 | 1 | -4/+4 |
* | some missing bits; from Girish Venkatachalam |  jmc | 2008-03-31 | 1 | -3/+24 |
* | some fixes from Girish Venkatachalam; as far as i can see, otto has already |  jmc | 2007-12-24 | 1 | -6/+8 |
* | fix TAILQ_PREV; from Girish Venkatachalam |  jmc | 2007-12-16 | 1 | -2/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | remove headp stuff, which is unused; |  jmc | 2006-01-12 | 1 | -4/+1 |
* | add an example of a singly-linked list; |  jmc | 2006-01-12 | 1 | -1/+24 |
* | missing full stop; from ray lai |  jmc | 2006-01-11 | 1 | -2/+2 |
* | fix typo; from ray lai; |  jmc | 2006-01-06 | 1 | -2/+2 |
* | Avoid using queue internals in the examples, add a few rules to |  otto | 2005-10-27 | 1 | -11/+29 |
* | typo |  jaredy | 2005-01-04 | 1 | -2/+2 |
* | correct a mistake in a code example; diff from Lawrence Teo; |  jmc | 2004-08-16 | 1 | -2/+2 |
* | Sync man page with macros: |  jfb | 2004-06-03 | 1 | -5/+5 |
* | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD |  henning | 2004-04-08 | 1 | -3/+3 |
* | Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTR |  millert | 2003-12-16 | 1 | -1/+20 |
* | Fix pasto in SLIST_REMOVE synopsis; deraadt@ OK |  millert | 2003-12-05 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | typos; |  jmc | 2003-05-20 | 1 | -7/+7 |
* | Emphasize that TAILQ_FOREACH and TAILQ_FOREACH_REVERSE are the |  krw | 2003-05-17 | 1 | -15/+20 |
* | fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.com |  mickey | 2003-04-16 | 1 | -2/+2 |
* | Use "np != NULL", not just "np" in TAILQ example for consistency |  millert | 2003-03-09 | 1 | -2/+2 |
* | s/TAIL_FIRST/TAILQ_FIRST/ |  millert | 2003-01-15 | 1 | -2/+2 |
* | document ALL the args to TAILQ_FOREACH_REVERSE |  marc | 2002-12-07 | 1 | -2/+2 |
* | Fix CIRCLEQ example; Hector A. Paterno |  millert | 2002-11-07 | 1 | -2/+2 |
* | add missing `entry' parameter to LIST_NEXT() in the list freeing example. |  wcobb | 2002-04-26 | 1 | -2/+2 |
* | Fix TAILQ_NEXT() example. First param is listelm, not head. |  krw | 2002-02-24 | 1 | -2/+2 |
* | document SLIST_REMOVE; vedge@csoft.org (pr2373) |  jason | 2002-02-03 | 1 | -1/+11 |
* | add lost .Nm entry to .Sh NAME; |  mpech | 2001-08-02 | 1 | -1/+2 |
* | Document LIST_REPLACE() |  angelos | 2001-06-23 | 1 | -1/+11 |