summaryrefslogtreecommitdiff
path: root/usr.bin/db
AgeCommit message (Expand)Author
2012-02-17Fix typo. Bump date for previous.wiz
2012-02-17The "-N" command line option means "include the terminating NUL byte",apb
2012-02-17db(1) "-N" flag means "Include the NUL byte at the end of the keyapb
2011-09-01static + __deadjoerg
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-01-28Bump date for previous.wiz
2009-01-28Rework how reading keys functions so that key lookups from hash databaseslukem
2009-01-28update documentation to reflect reality:lukem
2009-01-18fix -Wsign-compare issueslukem
2008-10-07Explicitly pull in "nbtool_config.h" if available.lukem
2008-10-07Fail with a non-zero exit code if deleting a non-existant key.lukem
2008-09-05Sort SEE ALSO.wiz
2008-09-05crank to WARNS=4lukem
2008-09-05Add -P pagesize, to tune the btree psize and hash bsize.lukem
2008-09-05Support -Th (VIS_HTTPSTYLE) when -U decoding key/value for delete or writelukem
2008-09-05Fix -N so that it sets O_TRUNC in the flags to pass to dbopen(3)lukem
2008-09-04Support -Th to enable VIS_HTTPSTYLE.lukem
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-27Comment out xref to makemap(8), which does not exist.wiz
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-04-03* Support reading multiple keys with the same name if '-D' is given,lukem
2005-06-20Allow the input [file] field separator to be a string and not just alukem
2004-10-04When vis encoding with -S, only remove the trailing NUL if -N isn't used andlukem
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-10-16safer use of reallocitojun
2003-06-26Add another Ns to avoid a space.wiz
2003-06-26Add Ns to avoid a space.wiz
2003-06-23add missing #ifdef __RCSIDaymeric
2003-05-20Sync usage with man page; break to 80 chars/line.wiz
2003-05-20More option sorting; sync -f argument name with db.c.wiz
2003-05-20Sort options. New sentence, new line.wiz
2003-05-19Bump date for last change.seb
2003-05-19Add option -S to specify strvis(3) encoding of keys and/or valuesseb
2003-05-18-N also prevents NUL termination of valuelukem
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-14The correct capitalisation of 'NetBSD.org' is (yougrant
2003-01-19The next release will be 2.0, not 1.7.atatat
2003-01-05Fix usage message and SYNOPSIS section wrt to option O as suggested by wiz.seb
2002-12-29After discussion with lukem rename 's' option to 'O'.seb
2002-12-29Fix error message for option `F' when passed a bogus argument.seb
2002-12-22fix -E endianlukem
2002-12-22document defaultslukem
2002-12-18Drop trailing whitespace, use Aq instead of Lt and Gt.wiz
2002-12-11some todo itemslukem
2002-12-11- set cachesize to 1MB (instead of default 2.5KB); greatly improveslukem
2002-12-11db(1) - manipulate db(3)'s btree(3) and hash(3) databaseslukem