OpenBSD CVS

CVS log for src/share/man/man3/queue.3


[BACK] Up to [local] / src / share / man / man3

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.70 / (download) - annotate - [select for diffs], Tue Mar 29 18:15:52 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.69: +4 -4 lines
Diff to previous 1.69 (colored)

man pages: add missing word, The foo() ... -> The foo() function ...

ok jmc@ schwarze@

Revision 1.69 / (download) - annotate - [select for diffs], Tue Mar 29 14:27:59 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored)

man pages: add missing commas in enumerations

Revision 1.68 / (download) - annotate - [select for diffs], Wed Dec 30 13:33:38 2020 UTC (3 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.67: +232 -17 lines
Diff to previous 1.67 (colored)

Document STAILQ macros.  OK mpi@ denis@ jmc@

Revision 1.67 / (download) - annotate - [select for diffs], Mon Jul 13 01:28:10 2020 UTC (3 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.66: +12 -2 lines
Diff to previous 1.66 (colored)

Near the beginning of the DESCRIPTION, provide a tiny table showing
which data structures provide which macros, which is otherwise a bit
tedious to figure out given the length of the NAME section.
Issue observed and patch OK'ed by kn@.

Revision 1.66 / (download) - annotate - [select for diffs], Mon Dec 30 17:25:39 2019 UTC (4 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.65: +18 -9 lines
Diff to previous 1.65 (colored)

espie@ pointed out this page failed to mention the lists are intrusive,
so add the term and very briefly describe the consequences;
OK millert@ espie@ jmc@, also using input from guenther@

Revision 1.65 / (download) - annotate - [select for diffs], Thu Jan 12 16:28:49 2017 UTC (7 years, 4 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 (colored)

TAILQ_CONCAT() takes 3 arguments.

Revision 1.64 / (download) - annotate - [select for diffs], Mon Mar 14 22:39:23 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.63: +4 -2 lines
Diff to previous 1.63 (colored)

some Xr; from michal mazurek

Revision 1.63 / (download) - annotate - [select for diffs], Thu Nov 19 13:38:07 2015 UTC (8 years, 6 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.62: +33 -3 lines
Diff to previous 1.62 (colored)

Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the end
of another one.  Adapted from FreeBSD.  OK jmc@ dlg@ nicm@

Revision 1.62 / (download) - annotate - [select for diffs], Tue Nov 10 23:48:17 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 (colored)

update NAME section to include all documented functions,
or otherwise change Dt to reflect the name of an existing function;

feedback/ok schwarze

Revision 1.61 / (download) - annotate - [select for diffs], Sat Oct 10 20:36:20 2015 UTC (8 years, 7 months ago) by tobias
Branch: MAIN
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored)

Added missing curly bracket into LIST_EMPTY example.

ok deraadt@, otto@

Revision 1.60 / (download) - annotate - [select for diffs], Sat Sep 13 01:09:31 2014 UTC (9 years, 8 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.59: +22 -263 lines
Diff to previous 1.59 (colored)

Retire the CIRCLEQ_* and *_END macros here, noting why they were deprecated.

kick started by Gre'goire Duche^ne <gduchene@awhk.org>
ok millert@

Revision 1.59 / (download) - annotate - [select for diffs], Wed Aug 14 06:32:31 2013 UTC (10 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.58: +3 -3 lines
Diff to previous 1.58 (colored)

no longer any need to quote macro lines with >9 args;
From: Jan Stary

Revision 1.58 / (download) - annotate - [select for diffs], Wed Jun 5 03:42:03 2013 UTC (11 years ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.57: +3 -3 lines
Diff to previous 1.57 (colored)

use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarze

Revision 1.57 / (download) - annotate - [select for diffs], Sat Nov 17 17:21:44 2012 UTC (11 years, 6 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.56: +60 -60 lines
Diff to previous 1.56 (colored)

For macro arguments that are type or member names, consistently
show them as a single word in the macro and _not_ as something
that looks like a function argument (i.e., with declarator).

ok beck@ schwarze@

Revision 1.56 / (download) - annotate - [select for diffs], Wed Apr 11 13:29:14 2012 UTC (12 years, 1 month ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.55: +21 -21 lines
Diff to previous 1.55 (colored)

SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and
compatibility with FreeBSD/NetBSD.
Also rename SIMPLEQ_REMOVE_NEXT to SIMPLEQ_REMOVE_AFTER.

ok mikeb@ guenther@

Revision 1.55 / (download) - annotate - [select for diffs], Tue Mar 6 23:41:59 2012 UTC (12 years, 3 months ago) by haesbaert
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

Avoid warning from gcc in TAILQ usage example.

From Lawrence Teo.

Revision 1.54 / (download) - annotate - [select for diffs], Wed Jan 11 19:26:34 2012 UTC (12 years, 4 months ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.53: +13 -10 lines
Diff to previous 1.53 (colored)

Mark the ..._FOREACH_SAFE macros consistently with .FN.
FOREACH is a group of macros, do not use .FN.
Put sentences belonging together into a common paragraph.
ok jmc@

Revision 1.53 / (download) - annotate - [select for diffs], Wed Jan 11 00:06:48 2012 UTC (12 years, 4 months ago) by bluhm
Branch: MAIN
Changes since 1.52: +1 -12 lines
Diff to previous 1.52 (colored)

Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore.
ok guenther@ deraadt@

Revision 1.52 / (download) - annotate - [select for diffs], Sat Jul 9 08:43:01 2011 UTC (12 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.51: +39 -24 lines
Diff to previous 1.51 (colored)

tweak previous;

Revision 1.51 / (download) - annotate - [select for diffs], Sat Jul 9 00:20:36 2011 UTC (12 years, 11 months ago) by pirofti
Branch: MAIN
Changes since 1.50: +48 -21 lines
Diff to previous 1.50 (colored)

Document the newly added FOREACH_SAFE marcos.

Revision 1.50 / (download) - annotate - [select for diffs], Sun Jul 3 16:08:40 2011 UTC (12 years, 11 months ago) by matthew
Branch: MAIN
Changes since 1.49: +10 -2 lines
Diff to previous 1.49 (colored)

Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT().

ok krw@

Revision 1.49 / (download) - annotate - [select for diffs], Sun Mar 1 10:28:55 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.48: +4 -4 lines
Diff to previous 1.48 (colored)

zap trailing whitespace;

Revision 1.48 / (download) - annotate - [select for diffs], Wed Feb 25 16:43:05 2009 UTC (15 years, 3 months ago) by beck
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.47: +24 -8 lines
Diff to previous 1.47 (colored)

fix examples of list deletion to not leak memory.
ok otto@ deraadt@ henning@ oga@

Revision 1.47 / (download) - annotate - [select for diffs], Sun Jul 27 07:06:42 2008 UTC (15 years, 10 months ago) by stefan
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.46: +4 -4 lines
Diff to previous 1.46 (colored)

Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right.
ok jaredy

Revision 1.46 / (download) - annotate - [select for diffs], Mon Mar 31 13:15:53 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.45: +24 -3 lines
Diff to previous 1.45 (colored)

some missing bits; from Girish Venkatachalam
ok henning

while here, clean up the queue MLINKS

Revision 1.45 / (download) - annotate - [select for diffs], Mon Dec 24 10:30:27 2007 UTC (16 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.44: +8 -6 lines
Diff to previous 1.44 (colored)

some fixes from Girish Venkatachalam; as far as i can see, otto has already
ok'd this, but is obviously away in some winter wonderland...

Revision 1.44 / (download) - annotate - [select for diffs], Sun Dec 16 13:23:57 2007 UTC (16 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.43: +3 -2 lines
Diff to previous 1.43 (colored)

fix TAILQ_PREV; from Girish Venkatachalam
ok henning

Revision 1.43 / (download) - annotate - [select for diffs], Thu May 31 19:19:48 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

convert to new .Dd format;

Revision 1.42 / (download) - annotate - [select for diffs], Thu Jan 12 17:01:15 2006 UTC (18 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.41: +1 -4 lines
Diff to previous 1.41 (colored)

remove headp stuff, which is unused;
diff from ray lai; ok otto

Revision 1.41 / (download) - annotate - [select for diffs], Thu Jan 12 12:05:11 2006 UTC (18 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.40: +24 -1 lines
Diff to previous 1.40 (colored)

add an example of a singly-linked list;

from ray lai;
tweaked by otto and myself; ok otto

Revision 1.40 / (download) - annotate - [select for diffs], Wed Jan 11 09:07:54 2006 UTC (18 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

missing full stop; from ray lai

Revision 1.39 / (download) - annotate - [select for diffs], Fri Jan 6 08:48:06 2006 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

fix typo; from ray lai;

ok mbalmer millert krw

Revision 1.38 / (download) - annotate - [select for diffs], Thu Oct 27 19:27:10 2005 UTC (18 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.37: +29 -11 lines
Diff to previous 1.37 (colored)

Avoid using queue internals in the examples, add a few rules to
follow in the NOTES section and an extra example. ok deraadt@ jmc@
jaredy@

Revision 1.37 / (download) - annotate - [select for diffs], Tue Jan 4 20:45:01 2005 UTC (19 years, 5 months ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

typo

Revision 1.36 / (download) - annotate - [select for diffs], Mon Aug 16 21:31:31 2004 UTC (19 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

correct a mistake in a code example; diff from Lawrence Teo;
henning says it's correct;

Revision 1.35 / (download) - annotate - [select for diffs], Thu Jun 3 14:16:33 2004 UTC (20 years ago) by jfb
Branch: MAIN
Changes since 1.34: +5 -5 lines
Diff to previous 1.34 (colored)

Sync man page with macros:

- SIMPLEQ_INSERT_AFTER() takes 4 args (noticed by brad@ and jmc@)
- SIMPLEQ_REMOVE_HEAD() has only 2 arguments

ok jmc@

Revision 1.34 / (download) - annotate - [select for diffs], Thu Apr 8 16:08:21 2004 UTC (20 years, 2 months ago) by henning
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)

swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD
and NetBSD do.
ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@

Revision 1.33 / (download) - annotate - [select for diffs], Tue Dec 16 21:08:20 2003 UTC (20 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.32: +20 -1 lines
Diff to previous 1.32 (colored)

Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT.  SLIST_FOREACH_PREVPTR
is like SLIST_FOREACH but it saves a pointer to the previous element.
SLIST_REMOVE_NEXT will remove the element *after* the one passed in.
SLIST_FOREACH_PREVPTR is from FreeBSD; SLIST_REMOVE_NEXT was suggested
by canacar@; man page additions by yours truly.  OK deraadt@ (grudgingly)
and man page changes OK jmc@.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Dec 5 21:55:29 2003 UTC (20 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Fix pasto in SLIST_REMOVE synopsis; deraadt@ OK

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jun 2 23:30:12 2003 UTC (21 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.30: +2 -6 lines
Diff to previous 1.30 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.30 / (download) - annotate - [select for diffs], Tue May 20 09:13:38 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.29: +7 -7 lines
Diff to previous 1.29 (colored)

typos;

Revision 1.29 / (download) - annotate - [select for diffs], Sat May 17 18:40:12 2003 UTC (21 years ago) by krw
Branch: MAIN
Changes since 1.28: +20 -15 lines
Diff to previous 1.28 (colored)

Emphasize that TAILQ_FOREACH and TAILQ_FOREACH_REVERSE are the
preferred ways to traverse a list. Use TAILQ_FOREACH in a forward
traversal example.

Use correct number of parameters for TAILQ_FOREACH_REVERSE as pointed
out by Markus.

ok henning@ jmc@ markus@

Revision 1.28 / (download) - annotate - [select for diffs], Wed Apr 16 07:51:22 2003 UTC (21 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.com

Revision 1.27 / (download) - annotate - [select for diffs], Sun Mar 9 17:18:44 2003 UTC (21 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Use "np != NULL", not just "np" in TAILQ example for consistency
(and style(9)); from Pedro Bastos

Revision 1.26 / (download) - annotate - [select for diffs], Wed Jan 15 04:18:19 2003 UTC (21 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

s/TAIL_FIRST/TAILQ_FIRST/

Revision 1.25 / (download) - annotate - [select for diffs], Sat Dec 7 07:18:17 2002 UTC (21 years, 6 months ago) by marc
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

document ALL the args to TAILQ_FOREACH_REVERSE

Revision 1.24 / (download) - annotate - [select for diffs], Thu Nov 7 21:02:43 2002 UTC (21 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Fix CIRCLEQ example; Hector A. Paterno

Revision 1.23 / (download) - annotate - [select for diffs], Fri Apr 26 02:24:48 2002 UTC (22 years, 1 month ago) by wcobb
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

add missing `entry' parameter to LIST_NEXT() in the list freeing example.
ok espie.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Feb 24 04:35:32 2002 UTC (22 years, 3 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Fix TAILQ_NEXT() example. First param is listelm, not head.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Feb 3 16:36:40 2002 UTC (22 years, 4 months ago) by jason
Branch: MAIN
Changes since 1.20: +11 -1 lines
Diff to previous 1.20 (colored)

document SLIST_REMOVE; vedge@csoft.org (pr2373)

Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 2 19:06:58 2001 UTC (22 years, 10 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

add lost .Nm entry to .Sh NAME;

millert@ ok.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Jun 23 04:46:30 2001 UTC (22 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.18: +11 -1 lines
Diff to previous 1.18 (colored)

Document LIST_REPLACE()

Revision 1.18 / (download) - annotate - [select for diffs], Thu May 24 19:08:21 2001 UTC (23 years ago) by aaron
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

Stay within 80 column boundary.

Revision 1.17 / (download) - annotate - [select for diffs], Fri May 18 17:23:46 2001 UTC (23 years ago) by aaron
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Typo; karma@altern.org

Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 1 16:11:14 2001 UTC (23 years, 3 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was
frozen at that time.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 14 20:20:06 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

cleanup tailq examples

Revision 1.14 / (download) - annotate - [select for diffs], Tue Nov 21 05:54:33 2000 UTC (23 years, 6 months ago) by angelos
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Fix.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 21 05:14:15 2000 UTC (23 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.ar

Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 26 00:37:03 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.11: +30 -41 lines
Diff to previous 1.11 (colored)

Some share/man fleshing.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 15 01:42:29 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.10: +30 -29 lines
Diff to previous 1.10 (colored)

misc cleanup

Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 15 01:37:28 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.9: +22 -1 lines
Diff to previous 1.9 (colored)

doc some missing macros

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 19 19:25:24 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

Various cleanups.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 8 08:20:49 1999 UTC (24 years, 9 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.7: +257 -23 lines
Diff to previous 1.7 (colored)

Document most of the new macros,
clarify structure comparison (from Free)

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 5 15:55:46 1999 UTC (24 years, 9 months ago) by espie
Branch: MAIN
Changes since 1.6: +306 -30 lines
Diff to previous 1.6 (colored)

Document newer queue macros.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 2 20:11:49 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

consistent .Dd usage; proper format is: .Dd Month DD, YYYY

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jun 5 13:18:31 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

more .Os cleanup, remove some trailing whitespace, cleanse some .Nm

Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 25 04:33:45 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.3: +80 -74 lines
Diff to previous 1.3 (colored)

share/man/man3 man page repairs

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 15 17:56:00 1998 UTC (25 years, 11 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

use Bx macro for BSD versions

Revision 1.2 / (download) - annotate - [select for diffs], Fri May 30 07:48:53 1997 UTC (27 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \
	grep '"' | cut -d':' -f1`; do
sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x
cat x > $i
done

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:44:23 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:44:23 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.