The NetBSD Project

CVS log for src/usr.bin/db/db.1

[BACK] Up to [cvs.netbsd.org] / src / usr.bin / db

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25.8.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:09:30 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.25: +28 -4 lines
Diff to previous 1.25 (colored) next main 1.26 (colored)

sync with head

Revision 1.27 / (download) - annotate - [select for diffs], Fri Feb 17 11:43:24 2012 UTC (3 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, HEAD
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

Fix typo. Bump date for previous.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Feb 17 11:18:55 2012 UTC (3 months, 1 week ago) by apb
Branch: MAIN
Changes since 1.25: +27 -3 lines
Diff to previous 1.25 (colored)

db(1) "-N" flag means "Include the NUL byte at the end of the key
or value".  (Previously, the description was reversed.)  Also expand
the description.

This is the first half of a fix for PR 46035.

Revision 1.23.4.2 / (download) - annotate - [select for diffs], Fri Feb 6 00:46:39 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
CVS Tags: 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-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, 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
Changes since 1.23.4.1: +2 -2 lines
Diff to previous 1.23.4.1 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored)

Pull up following revision(s) (requested by lukem in ticket #404):
	usr.bin/db/db.1: revision 1.25
Bump date for previous.

Revision 1.23.4.1 / (download) - annotate - [select for diffs], Fri Feb 6 00:44:44 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
Changes since 1.23: +27 -24 lines
Diff to previous 1.23 (colored)

Pull up following revision(s) (requested by lukem in ticket #404):
	usr.bin/db/db.1: revision 1.24
update documentation to reflect reality:
* read mode supports -D for btree
* all modes support -U

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jan 28 09:11:16 2009 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6, matt-premerge-20091211, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Bump date for previous.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jan 28 05:31:18 2009 UTC (3 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.23: +27 -24 lines
Diff to previous 1.23 (colored)

update documentation to reflect reality:
* read mode supports -D for btree
* all modes support -U

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:29:10 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.19: +76 -60 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 5 09:05:13 2008 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, netbsd-5-0-RC1, matt-mips64-base2
Branch point for: netbsd-5
Changes since 1.22: +3 -43 lines
Diff to previous 1.22 (colored)

Sort SEE ALSO.
Remove unnecessary Bk/Ek in SYNOPSIS.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Sep 5 07:55:33 2008 UTC (3 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.21: +15 -1 lines
Diff to previous 1.21 (colored)

Add -P pagesize, to tune the btree psize and hash bsize.
Set to 0 to let the system choose (based on st_blksize of the file)
Defaults to 4096.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Sep 5 05:04:40 2008 UTC (3 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.20: +53 -38 lines
Diff to previous 1.20 (colored)

Support -Th (VIS_HTTPSTYLE) when -U decoding key/value for delete or write

Revision 1.20 / (download) - annotate - [select for diffs], Thu Sep 4 09:54:56 2008 UTC (3 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.19: +36 -9 lines
Diff to previous 1.19 (colored)

Support -Th to enable VIS_HTTPSTYLE.
Expand description of -T so there's less need to consult
both vis(1) and strvis(3) to determine what the characters mean.

Revision 1.18.4.1 / (download) - annotate - [select for diffs], Sun May 18 12:36:04 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.18: +1 -8 lines
Diff to previous 1.18 (colored) next main 1.19 (colored)

sync with head.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Apr 30 13:11:00 2008 UTC (4 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.18: +1 -8 lines
Diff to previous 1.18 (colored)

Convert TNF licenses to new 2 clause variant

Revision 1.17.12.1 / (download) - annotate - [select for diffs], Wed Jan 9 02:00:37 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored) next main 1.18 (colored)

sync with HEAD

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 27 12:56:49 2007 UTC (4 years, 4 months ago) by wiz
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
Branch point for: yamt-pf42
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Comment out xref to makemap(8), which does not exist.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 20 02:53:38 2005 UTC (6 years, 11 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: matt-armv6
Changes since 1.16: +29 -28 lines
Diff to previous 1.16 (colored)

Allow the input [file] field separator to be a string and not just a
single character.
Use argument-specific value names in the usage string & manual page
to simplify searching for the value's use.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 26 17:14:13 2003 UTC (8 years, 11 months ago) by wiz
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, 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.15: +2 -2 lines
Diff to previous 1.15 (colored)

Add another Ns to avoid a space.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 26 17:13:44 2003 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Add Ns to avoid a space.

Revision 1.14 / (download) - annotate - [select for diffs], Tue May 20 08:32:42 2003 UTC (9 years ago) by wiz
Branch: MAIN
Changes since 1.13: +8 -9 lines
Diff to previous 1.13 (colored)

More option sorting; sync -f argument name with db.c.

Revision 1.13 / (download) - annotate - [select for diffs], Tue May 20 08:27:39 2003 UTC (9 years ago) by wiz
Branch: MAIN
Changes since 1.12: +54 -45 lines
Diff to previous 1.12 (colored)

Sort options. New sentence, new line.

Revision 1.12 / (download) - annotate - [select for diffs], Mon May 19 00:28:37 2003 UTC (9 years ago) by seb
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Bump date for last change.

Revision 1.11 / (download) - annotate - [select for diffs], Mon May 19 00:27:06 2003 UTC (9 years ago) by seb
Branch: MAIN
Changes since 1.10: +72 -1 lines
Diff to previous 1.10 (colored)

Add option -S to specify strvis(3) encoding of keys and/or values
when reading a database.  Add options -T and -X to tweak encoding.

Add option -U to specify strunvis(3) decoding of keys and/or values
when writing a database or deleting entries from a database.

Kill TODO item 'add option to strunvis(3) key (& value) from infile
?': unvis(1) can be used to achieve that.

Approved by lukem@. And thanks to him for suggestions.

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 18 12:26:18 2003 UTC (9 years ago) by lukem
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

-N also prevents NUL termination of value

Revision 1.9 / (download) - annotate - [select for diffs], Tue Feb 25 10:35:39 2003 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

.Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 14 15:59:16 2003 UTC (9 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

The correct capitalisation of 'NetBSD.org' is (you
guessed it) 'NetBSD.org'.

some mdoc fixes.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 19 21:25:42 2003 UTC (9 years, 4 months ago) by atatat
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

The next release will be 2.0, not 1.7.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 5 13:07:38 2003 UTC (9 years, 4 months ago) by seb
Branch: MAIN
Changes since 1.5: +5 -2 lines
Diff to previous 1.5 (colored)

Fix usage message and SYNOPSIS section wrt to option O as suggested by wiz.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 29 18:42:49 2002 UTC (9 years, 4 months ago) by seb
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

After discussion with lukem rename 's' option to 'O'.
Hopefully 's' option has been here only a couple of hours.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 29 11:17:04 2002 UTC (9 years, 4 months ago) by seb
Branch: MAIN
Changes since 1.3: +7 -2 lines
Diff to previous 1.3 (colored)

Fix error message for option `F' when passed a bogus argument.
Actually activate option `F' in getopt's optstring.
Implement option `s' to specify output field separator string.

Approved by lukem.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 22 11:22:49 2002 UTC (9 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.2: +9 -2 lines
Diff to previous 1.2 (colored)

document defaults

Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 18 20:16:48 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.1: +6 -6 lines
Diff to previous 1.1 (colored)

Drop trailing whitespace, use Aq instead of Lt and Gt.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Dec 11 13:40:42 2002 UTC (9 years, 5 months ago) by lukem
Branch: TNF
CVS Tags: db-20021212
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

db(1) - manipulate db(3)'s btree(3) and hash(3) databases

Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 11 13:40:42 2002 UTC (9 years, 5 months ago) by lukem
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.




CVSweb <webmaster@jp.NetBSD.org>