summaryrefslogtreecommitdiff
path: root/share/man/man3/queue.3
AgeCommit message (Expand)Author
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
2001-08-02add lost .Nm entry to .Sh NAME;Mike Pechkin
2001-06-23Document LIST_REPLACE()Angelos D. Keromytis
2001-05-24Stay within 80 column boundary.Aaron Campbell
2001-05-18Typo; karma@altern.orgAaron Campbell
2001-03-01A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sittingAaron Campbell
2000-12-14cleanup tailq examplesNiels Provos
2000-11-21Fix.Angelos D. Keromytis
2000-11-21TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.arTheo de Raadt
2000-10-26Some share/man fleshing.Aaron Campbell
2000-04-15misc cleanupTheo de Raadt
2000-04-15doc some missing macrosTheo de Raadt
2000-03-19Various cleanups.Aaron Campbell
1999-09-08Document most of the new macros,Marc Espie
1999-09-05Document newer queue macros.Marc Espie
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-05more .Os cleanup, remove some trailing whitespace, cleanse some .NmAaron Campbell
1998-11-25share/man/man3 man page repairsAaron Campbell
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt