The NetBSD Project

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

[BACK] Up to [cvs.netbsd.org] / src / share / man / man3

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.39.4.1 / (download) - annotate - [select for diffs], Wed May 13 19:19:08 2009 UTC (2 years, 8 months ago) by jym
Branch: jym-xensuspend
Changes since 1.39: +69 -17 lines
Diff to previous 1.39 (colored) next main 1.40 (colored)

Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.42 / (download) - annotate - [select for diffs], Mon Apr 20 09:56:07 2009 UTC (2 years, 9 months ago) by mschuett
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, matt-premerge-20091211, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, HEAD
Changes since 1.41: +39 -4 lines
Diff to previous 1.41 (colored)

Add queue macros SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,
SIMPLEQ_CONCAT, and SIMPLEQ_LAST.

Remove seperate definitions outside of queue.h.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Mar 11 08:29:56 2009 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.40: +4 -3 lines
Diff to previous 1.40 (colored)

Do not mark up "and". Bump date for previous.

Revision 1.40 / (download) - annotate - [select for diffs], Wed Mar 11 06:51:53 2009 UTC (2 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.39: +29 -13 lines
Diff to previous 1.39 (colored)

add a SIMPLEQ_FOREACH_SAFE() macro.

document it, and the TAILQ versions.

Revision 1.39 / (download) - annotate - [select for diffs], Tue Oct 7 13:03:50 2008 UTC (3 years, 3 months ago) by apb
Branch: MAIN
CVS Tags: netbsd-5-base, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2
Branch point for: jym-xensuspend
Changes since 1.38: +8 -2 lines
Diff to previous 1.38 (colored)

Add a NOTE saying that invalid usage leads to undefined behaviour.
Inspired by PR 39684.

Revision 1.37.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:21:34 2008 UTC (3 years, 8 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.37: +1 -8 lines
Diff to previous 1.37 (colored) next main 1.38 (colored)

Sync with HEAD.

Revision 1.37.8.1 / (download) - annotate - [select for diffs], Sun May 18 12:31:04 2008 UTC (3 years, 8 months ago) by yamt
Branch: yamt-pf42
Changes since 1.37: +1 -8 lines
Diff to previous 1.37 (colored) next main 1.38 (colored)

sync with head.

Revision 1.38 / (download) - annotate - [select for diffs], Fri May 2 18:11:05 2008 UTC (3 years, 9 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, mjf-devfs2-base, hpcarm-cleanup-nbase
Changes since 1.37: +1 -8 lines
Diff to previous 1.37 (colored)

Move TNF licenses to 2 clause form

Revision 1.33.12.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:39:02 2008 UTC (4 years ago) by matt
Branch: matt-armv6
Changes since 1.33.12.1: +19 -2 lines
Diff to previous 1.33.12.1 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored)

sync with HEAD

Revision 1.33.8.1 / (download) - annotate - [select for diffs], Sun Jan 6 05:00:43 2008 UTC (4 years ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.33: +6 -2 lines
Diff to previous 1.33 (colored) next main 1.34 (colored)

Catch up to netbsd-4.0 release.

Revision 1.33.6.1 / (download) - annotate - [select for diffs], Sat Dec 15 15:15:49 2007 UTC (4 years, 1 month ago) by pavel
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, netbsd-4-0-RELEASE, netbsd-4-0-1-RELEASE, netbsd-4-0
Changes since 1.33: +6 -2 lines
Diff to previous 1.33 (colored) next main 1.34 (colored)

Pull up following revision (requested by pooka in ticket #1009):
	share/man/man3/queue.3: revision 1.36
Note that CIRCLEQ_LOOP first appeared in NetBSD 4.0.

Revision 1.37 / (download) - annotate - [select for diffs], Tue Dec 11 11:24:21 2007 UTC (4 years, 1 month ago) by elad
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf
Branch point for: yamt-pf42, mjf-devfs2
Changes since 1.36: +19 -2 lines
Diff to previous 1.36 (colored)

Add TAILQ_CONCAT() and STAILQ_CONCAT(), from FreeBSD.

Revision 1.33.12.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:12:53 2007 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.33: +36 -2 lines
Diff to previous 1.33 (colored)

sync with HEAD

Revision 1.36 / (download) - annotate - [select for diffs], Mon Oct 22 15:01:18 2007 UTC (4 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.35: +6 -2 lines
Diff to previous 1.35 (colored)

Note that CIRCLEQ_LOOP first appeared in NetBSD 4.0.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Aug 29 13:57:02 2007 UTC (4 years, 5 months ago) by pooka
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

bump date

Wrath of wizd avoided because of quick tip from Juan RP.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Aug 29 13:43:18 2007 UTC (4 years, 5 months ago) by pooka
Branch: MAIN
Changes since 1.33: +31 -1 lines
Diff to previous 1.33 (colored)

Add table which summarizes operations supported by each queue type.

from Stathis Kamperis in PR misc/36857

Revision 1.33 / (download) - annotate - [select for diffs], Tue Mar 7 18:13:43 2006 UTC (5 years, 10 months ago) by pooka
Branch: MAIN
CVS Tags: netbsd-4-base, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, matt-mips64-base, matt-mips64, hpcarm-cleanup, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: wrstuden-fixsa, netbsd-4, matt-armv6
Changes since 1.32: +25 -3 lines
Diff to previous 1.32 (colored)

document CIRCLEQ_LOOP

Revision 1.32 / (download) - annotate - [select for diffs], Thu Dec 15 11:41:58 2005 UTC (6 years, 1 month ago) by pooka
Branch: MAIN
Changes since 1.31: +5 -3 lines
Diff to previous 1.31 (colored)

* CICRLEQ -> CIRCLEQ in some places (it's much easier to pronounce)
* be more explicit that CIRCLEQ_FOREACH{,_REVERSE) traverse the queue
  exactly once

Revision 1.31 / (download) - annotate - [select for diffs], Thu Jan 13 15:13:10 2005 UTC (7 years ago) by ragge
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Fix CIRCLEQ example bug, from Peter A Jonsson.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Apr 18 23:39:13 2004 UTC (7 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.29: +86 -28 lines
Diff to previous 1.29 (colored)

Reorder macros within a queue type to match queue.h definition order.
Document STAILQ_* as compatibility macros for SIMPLEQ_*.
Document TAILQ_LAST and TAILQ_PREV.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Apr 13 20:40:26 2004 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Bump date for pooka.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Apr 13 10:39:29 2004 UTC (7 years, 9 months ago) by pooka
Branch: MAIN
Changes since 1.27: +5 -1 lines
Diff to previous 1.27 (colored)

Note that SLISTs came from FreeBSD to give people an idea that
they're not necessarily a part of 4.4BSD derived implementations.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 7 10:31:00 2003 UTC (8 years, 6 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.26: +2 -6 lines
Diff to previous 1.26 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22309, verified by myself.

Revision 1.26 / (download) - annotate - [select for diffs], Tue May 20 10:10:23 2003 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Grammar fix, from jmc@openbsd.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 16 13:35:16 2003 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jun 1 23:50:53 2002 UTC (9 years, 8 months ago) by lukem
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.23: +164 -153 lines
Diff to previous 1.23 (colored)

SIMPLEQ rototill:
- implement SIMPLEQ_REMOVE(head, elm, type, field).  whilst it's O(n),
  this mirrors the functionality of SLIST_REMOVE() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
  this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jun 1 06:08:07 2002 UTC (9 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.22: +7 -7 lines
Diff to previous 1.22 (colored)

correct descriptions of SLIST_REMOVE_HEAD() and SIMPLEQ_REMOVE_HEAD()

Revision 1.22 / (download) - annotate - [select for diffs], Wed Feb 13 08:17:29 2002 UTC (9 years, 11 months ago) by ross
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.21: +51 -51 lines
Diff to previous 1.21 (colored)

Generate <>& symbolically. I'm avoiding .../dist/... directories for now.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Feb 7 17:15:23 2002 UTC (9 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

s/All four/All five/

Revision 1.20 / (download) - annotate - [select for diffs], Tue Sep 11 16:52:42 2001 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

Drop unneeded empty line.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 24 01:32:29 2001 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.18: +6 -6 lines
Diff to previous 1.18 (colored)

Typo/whitespace fix.

Revision 1.18 / (download) - annotate - [select for diffs], Sat May 12 16:04:51 2001 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -5 lines
Diff to previous 1.17 (colored)

Fix description of simple queue. misc/12917 by Witold J. Wnuk with an
additional 'of '.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Feb 11 03:22:46 2001 UTC (10 years, 11 months ago) by enami
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Subst head.cqh_first with CIRCLEQ_FIRST(&head) instead of CIRCLEQ_HEAD.
Pointed out by Tim on icb sometimes ago (iirc).

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jul 20 03:19:18 2000 UTC (11 years, 6 months ago) by deberg
Branch: MAIN
Changes since 1.15: +260 -15 lines
Diff to previous 1.15 (colored)

document the singly-linked list macros brought in last year.  also
document FOREACH_*{,_REVERSE}, to be added to queue.h shortly.

random cleanups and clarifications, mostly from the freebsd queue.3

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 16:17:01 2000 UTC (11 years, 7 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.11: +77 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.15 / (download) - annotate - [select for diffs], Sat May 27 22:34:24 2000 UTC (11 years, 8 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5
Changes since 1.14: +5 -9 lines
Diff to previous 1.14 (colored)

One more formatting nit.  *sigh*

Revision 1.14 / (download) - annotate - [select for diffs], Sat May 27 22:31:57 2000 UTC (11 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.13: +33 -2 lines
Diff to previous 1.13 (colored)

Update the date.

Revision 1.13 / (download) - annotate - [select for diffs], Sat May 27 22:29:03 2000 UTC (11 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

Fix formatting error.

Revision 1.12 / (download) - annotate - [select for diffs], Sat May 27 22:27:34 2000 UTC (11 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.11: +49 -1 lines
Diff to previous 1.11 (colored)

Document *_EMPTY().

Revision 1.10.6.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:30:37 1999 UTC (12 years, 1 month ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Pull up to last week's -current.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 19 01:12:41 1999 UTC (12 years, 2 months ago) by enami
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Don't pass so many args to .Nd macro.  It just overflows.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 15 08:22:21 1999 UTC (12 years, 10 months ago) by garbled
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

First round of .Os cleanups.  .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Feb 6 06:04:19 1998 UTC (14 years ago) by perry
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

macroize BSD, NetBSD, FreeBSD and misc cleanup

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 5 06:28:04 1998 UTC (14 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.7: +99 -18 lines
Diff to previous 1.7 (colored)

Document new queue access methods.

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 17 10:36:29 1997 UTC (14 years, 3 months ago) by mrg
Branch: CSRG
CVS Tags: lite-2
Changes since 1.1.1.1: +29 -5 lines
Diff to previous 1.1.1.1 (colored)

4.4BSD-Lite2

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 30 16:49:20 1997 UTC (14 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Changes since 1.6: +150 -6 lines
Diff to previous 1.6 (colored)

PR/4126: Luke Mewburn: queue(3) doesn't document SIMPLEQ_*

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 29 01:48:39 1997 UTC (14 years, 8 months ago) by cgd
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Fix broken uses of Dd.  Both the mdoc and mdoc.samples pages agree:
.Dd is supposed to be invoked like:
	.Dd month day, year
e.g. ".Dd January 25, 1989", rather than:
	.Dd "month day, year"
which is what these pages did.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 1 22:45:07 1996 UTC (15 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.4: +34 -1 lines
Diff to previous 1.4 (colored)

add and document *_HEAD_INITIALIZER macros, which provide structure
initializers which can be used to initialize list/queue heads at
compile time.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 3 00:25:36 1995 UTC (16 years, 7 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.3: +6 -5 lines
Diff to previous 1.3 (colored)

Document {LIST,TAILQ}_INSERT_BEFORE().

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 3 00:20:18 1995 UTC (16 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.2: +29 -6 lines
Diff to previous 1.2 (colored)

Document {LIST,TAILQ}_INSERT_BEFORE().

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 30 15:24:36 1994 UTC (17 years, 2 months ago) by jtc
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Nov 30 08:36:46 1994 UTC (17 years, 2 months ago) by jtc
Branch: CSRG
CVS Tags: lite-1
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

imported from 4.4lite

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 21 01:59:32 1993 UTC (18 years, 1 month ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0

queue.h from 4.4, from Bostic

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.




CVSweb <webmaster@jp.NetBSD.org>