| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
so rename the corresponding flag from F_NO_NUL to F_INCLUDE_NUL to match
the behaviour.
This is the second half of the fix for PR 46035.
|
|
or value". (Previously, the description was reversed.) Also expand
the description.
This is the first half of a fix for PR 46035.
|
|
|
|
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint
|
|
|
|
works again. (I accidentally broke that in rev 1.15)
Fixes problem noted by Masao Uebayashi.
|
|
* read mode supports -D for btree
* all modes support -U
|
|
|
|
Fixes tools/db build, as reported by Matthias Scheler.
|
|
Fixes bug introduced in rev 1.15, and reported in PR 39710 from Juan RP.
Don't display various warnings in delete if -q.
Suggested in PR 39710.
Add some sanity enforcing abort()s.
|
|
Remove unnecessary Bk/Ek in SYNOPSIS.
|
|
|
|
Set to 0 to let the system choose (based on st_blksize of the file)
Defaults to 4096.
|
|
|
|
and not the flags used by db(1) to control internal behaviour.
|
|
Expand description of -T so there's less need to consult
both vis(1) and strvis(3) to determine what the characters mean.
|
|
|
|
|
|
|
|
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as well as a few system
calls and other miscellany) where known at function entry. RedHat has
evidently built all "core system packages" with this option for some time.
This option should be used at the top of Makefiles (or Makefile.inc where
this is used for subdirectories) but after any setting of LIB.
This is only useful for userland code, and cannot be used in libc or in
any code which includes the libc internals, because it overrides certain
libc functions with macros. Some effort has been made to make USE_FORT=yes
work correctly for a full-system build by having the bsd.sys.mk logic
disable the feature where it should not be used (libc, libssp iteself,
the kernel) but no attempt has been made to build the entire system with
USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.
Adjust the system build so that all programs and libraries that are setuid,
directly handle network data (including serial comm data), perform
authentication, or appear likely to have (or have a history of having)
data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,
with the exception of libc, which cannot use USE_FORT and thus uses
only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no
per-directory or in a system build will disable if desired.
|
|
using db->seq() and match comparison rather than db->get().
* Deleting multiple keys of the same name appears to already work as-is
with a single db->del() call; I had code to implement this if '-D'
is given but it appears to be unnecessary.
* Cosmetic/KNF tweaks.
|
|
single character.
Use argument-specific value names in the usage string & manual page
to simplify searching for the value's use.
|
|
the item's size is > 0.
|
|
to be the most common practice in our tree.
|
|
|
|
|
|
|
|
(these files are compiled as host tools)
from Nicolas Ollinger, fixes PR#21892
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
for correct formatting of the SYNOPSIS any longer.
|
|
guessed it) 'NetBSD.org'.
some mdoc fixes.
|
|
|
|
|
|
Hopefully 's' option has been here only a couple of hours.
|
|
Actually activate option `F' in getopt's optstring.
Implement option `s' to specify output field separator string.
Approved by lukem.
|
|
|
|
|
|
|
|
|
|
performance on large imports
- remove unnecessary asserts
|
|
|