aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/queue.3
Commit message (Expand)AuthorAgeFilesLines
* Don't imply O(n) removal for the doubly linked data structures.David E. O'Brien2007-11-021-2/+8
* Markup fixes.Ruslan Ermilov2006-09-181-1/+1
* The removal of CIRCLEQ left four queue macros. One sentence was missedEd Maste2006-03-251-1/+1
* Typesetting fix for -r1.137.Kirk McKusick2006-03-241-2/+4
* If a tail queue is empty the return value is notKirk McKusick2006-03-221-2/+2
* Remove a spurious newline. The TAILQ_INIT() is part of the 'faster tailqJohn Baldwin2005-10-171-1/+0
* Some grammar, spelling, and mdoc(7) fixes. No content changes.Tom Rhodes2004-12-291-1/+1
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-1/+1
* Spelling fixes.Mike Pritchard2004-06-211-1/+1
* Add safe _FOREACH iterators to the rest of the queue.h types.Alexander Kabaev2003-08-141-0/+76
* Document LIST_FOREACH_SAFE in queue(3).Bosko Milekic2003-08-131-1/+24
* Document STAILQ_CONCAT and TAILQ_CONCAT.Thomas Moestl2002-04-171-0/+24
* mdoc(7) police: tidy up previous delta.Ruslan Ermilov2002-01-091-2/+4
* Document some behaviour I'm depending on.Julian Elischer2001-12-281-0/+2
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* STAILQ_LAST() macro takes 3 arguments, not 1.Maxim Sobolev2001-08-211-1/+1
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Remove the last remnants of circle queues.Dima Dorfman2001-03-151-6/+5
* Remove comma after final .Nm entry before .NdBen Smithurst2000-12-301-1/+1
* CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.Poul-Henning Kamp2000-12-291-220/+3
* Manpage incorrectly states that STAILQ_REMOVE_HEAD takes an argAlfred Perlstein2000-11-091-3/+1
* Fix minor typo.Mark Murray2000-07-271-1/+1
* (1) document *_HEAD_INITIALIZERJake Burkholder2000-06-101-21/+54
* Document TAILQ_FOREACH_REVERSE() and CIRCLEQ_FOREACH_REVERSE() macros.Archie Cobbs2000-05-011-1/+24
* Update STAILQ example to use STAILQ_REMOVE_HEAD instead ofJohn Baldwin2000-03-271-1/+1
* Sync with reality.Alexey Zelkin1999-12-191-26/+167
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Spelling corrections.Joseph Koshy1998-06-061-2/+2
* Fixed wrong number of args in STAILQ_REMOVE_HEAD() in synopsis.Bruce Evans1997-03-191-2/+2
* The CIRCLEQ_ENTRY example was wrong. Part of PR# 2917.Mike Pritchard1997-03-091-2/+2
* add missing cvs Id lines.John-Mark Gurney1997-03-071-0/+1
* Minor mdoc cleanup.Mike Pritchard1997-01-311-15/+15
* Add SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT.Poul-Henning Kamp1996-12-291-0/+6
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-221-1/+2
* Another man page with a messed up .Dd line.Mike Pritchard1996-07-111-1/+1
* Document 5 new macros in TAILQ family.Poul-Henning Kamp1996-04-081-5/+32
* Update the queue man page for the new SLIST and STAILQ macros.Justin T. Gibbs1996-03-311-14/+331
* 4.4Lite2 implemented the LIST_INSERT_BEFORE and TAILQ_INSERT_BEFOREJustin T. Gibbs1996-02-121-2/+2
* Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE.Justin T. Gibbs1996-01-291-10/+78
* BSD 4.4 Lite Share SourcesRodney W. Grimes1994-05-301-0/+454