index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
share
/
man
/
man3
/
queue.3
Age
Commit message (
Expand
)
Author
2003-12-16
Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTR
Todd C. Miller
2003-12-05
Fix pasto in SLIST_REMOVE synopsis; deraadt@ OK
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-20
typos;
Jason McIntyre
2003-05-17
Emphasize that TAILQ_FOREACH and TAILQ_FOREACH_REVERSE are the
Kenneth R Westerback
2003-04-16
fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.com
Michael Shalayeff
2003-03-09
Use "np != NULL", not just "np" in TAILQ example for consistency
Todd C. Miller
2003-01-15
s/TAIL_FIRST/TAILQ_FIRST/
Todd C. Miller
2002-12-07
document ALL the args to TAILQ_FOREACH_REVERSE
Marco S Hyman
2002-11-07
Fix CIRCLEQ example; Hector A. Paterno
Todd C. Miller
2002-04-26
add missing `entry' parameter to LIST_NEXT() in the list freeing example.
Wilbern Cobb
2002-02-24
Fix TAILQ_NEXT() example. First param is listelm, not head.
Kenneth R Westerback
2002-02-03
document SLIST_REMOVE; vedge@csoft.org (pr2373)
Jason Wright
2001-08-02
add lost .Nm entry to .Sh NAME;
Mike Pechkin
2001-06-23
Document LIST_REPLACE()
Angelos D. Keromytis
2001-05-24
Stay within 80 column boundary.
Aaron Campbell
2001-05-18
Typo; karma@altern.org
Aaron Campbell
2001-03-01
A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting
Aaron Campbell
2000-12-14
cleanup tailq examples
Niels Provos
2000-11-21
Fix.
Angelos D. Keromytis
2000-11-21
TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.ar
Theo de Raadt
2000-10-26
Some share/man fleshing.
Aaron Campbell
2000-04-15
misc cleanup
Theo de Raadt
2000-04-15
doc some missing macros
Theo de Raadt
2000-03-19
Various cleanups.
Aaron Campbell
1999-09-08
Document most of the new macros,
Marc Espie
1999-09-05
Document newer queue macros.
Marc Espie
1999-07-02
consistent .Dd usage; proper format is: .Dd Month DD, YYYY
Aaron Campbell
1999-06-05
more .Os cleanup, remove some trailing whitespace, cleanse some .Nm
Aaron Campbell
1998-11-25
share/man/man3 man page repairs
Aaron Campbell
1998-06-15
use Bx macro for BSD versions
Michael Shalayeff
1997-05-30
for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt