joerg
82c56d333f
libc passes the relaxed array boundary check in clang now.
2011-08-09 13:03:36 +00:00
christos
ab0103dee5
fix type punned warnings in debugging code.
2011-07-17 20:47:39 +00:00
christos
a26b732aad
put back some compat code for systems that don't have O_CLOEXEC.
2011-06-26 22:27:14 +00:00
christos
dcc9c82156
- use sizeof(var) instead of sizeof(type)
...
- remove useless cast
2011-06-26 22:20:31 +00:00
christos
5589fc5ec0
- Fix bug copying only 1 byte instead of the whole page number. Broke nvi
...
joining lines that needed R_BIGDATA.
- Fix from FreeBSD for nrec IAFTER.
XXX: Should be pulled up to 5.x
2011-06-26 22:18:16 +00:00
christos
9ad6d70c15
use O_CLOEXEC
2011-06-26 22:16:46 +00:00
mrg
493d341048
various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of
...
these work properly wtf pointer aliasing, but there are no casts at
least...
the lib/libpuffs/puffs_priv.h is definately a real bug fix.
from chuq.
2011-06-20 09:11:16 +00:00
joerg
a216da57a6
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
...
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
2011-05-26 12:56:24 +00:00
christos
4957358ed5
Correct check for snprintf() overflow via Maksymilian Arciemowicz from FreeBSD.
...
(the bt one was ok, but set errno and make it the same for consistency).
[to be pulled up]
2011-04-17 23:12:38 +00:00
jruoho
9f95187844
.Fn, offset indent, complete reference.
2010-12-16 12:08:16 +00:00
jruoho
fe6e1d361b
Fix the references and -offset indent.
2010-12-16 11:57:20 +00:00
jruoho
c1a91d0bee
Use .Fn.
2010-12-16 11:49:35 +00:00
jruoho
61d5c5bd31
Note the POSIX compliance (already since SUSv2, '97).
2010-05-05 06:55:57 +00:00
joerg
1c3412fa2f
Use .In for header files instead of .Ar Pa and variations.
2010-03-22 19:30:53 +00:00
christos
3c2585b945
correct cast to size_t.
2009-04-23 22:09:23 +00:00
agc
9c3b1325df
Cast the arg to an unsigned value to let this compile
2009-04-23 03:49:39 +00:00
njoly
41f89f9e08
Include string.h for memset prototype.
2009-04-22 21:52:59 +00:00
christos
0f03f83ae4
Avoid information leaks by zeroing memory, from FreeBSD (we had done some
...
already)
2009-04-22 18:44:06 +00:00
joerg
59ba3c43a4
-width needs an argument, so provide one.
2009-04-11 20:39:15 +00:00
lukem
c7201a0f39
fix -Wsign-compare issues
2009-02-12 06:35:54 +00:00
lukem
eb0de3bfe5
fix sign-compare issues
2009-02-12 06:33:13 +00:00
lukem
79becf98cb
sign-compare fixes
2009-01-29 02:02:36 +00:00
tsutsui
61a62e59f7
unsigned int32_t -> uint32_t
2008-09-26 11:41:06 +00:00
joerg
d3595ddff7
Consistently include "nbtool_config.h" when cross-compiling.
2008-09-11 12:58:00 +00:00
joerg
65f930bc37
Remove one remaining sccsid.
2008-09-11 12:33:55 +00:00
joerg
52c4a82ef2
In preparation for providing a db fallback in libnbcompat, remove
...
sccsid and conditionals around __RCSID. lint understands __RCSID enough
to ignore it, undefining LIBC_SCCS is superseded by MKSTRIPIDENT.
No functional changes.
2008-09-10 17:52:35 +00:00
lukem
4e3bc9a2d6
Expand the description of bsize, and correct the description of the default.
2008-09-05 06:25:04 +00:00
joerg
dcb3546b5c
Fix __log2 to not loop for 0x80000000 and higher.
2008-08-28 11:00:43 +00:00
joerg
40b37a3bf2
Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as
...
it is mostly about the wire format.
Patched libc.so is bit-identical.
OK matt@
2008-08-26 21:18:38 +00:00
joerg
8609f98c0c
mpool.libtp seems to be an ancient copy of mpool.c, nuke it.
2008-08-25 21:24:07 +00:00
martin
11a6dbe728
Convert TNF licenses to new 2 clause variant
2008-04-30 13:10:46 +00:00
christos
cb9daf8f10
cleanup:
...
- remove __P
- remove unneeded casts
- add _DIAGASSERT
- add more diagnostics for integer overflow
- fix size_t/int confusion
- make debugging and statistics code compile
2007-02-03 23:46:09 +00:00
christos
95c7627c87
use FD_CLOEXEC instead of 1.
2006-11-03 20:18:49 +00:00
rtr
b3c940abb1
set close-on-exec flag for fd to database like type DB_HASH does
...
approved by christos@
2006-03-26 02:03:40 +00:00
rtr
8c8b6ee256
make __hash_open obey TMPDIR
...
resolves pr32565 and pr32454
2006-03-26 02:00:37 +00:00
rtr
03c7830389
retrun -> return
2006-03-19 03:36:28 +00:00
christos
8a45d1a675
Coverity CID 45: Don't try to deref NULL on error.
2006-03-19 02:30:52 +00:00
christos
854b420cd9
Coverity CID 518: Avoid NULL pointer deref.
2006-03-19 02:21:15 +00:00
christos
53cd70b68b
Coverity CID 508: Avoid memory leak.
2006-03-19 02:09:44 +00:00
christos
096020da19
fix debugging memsets.
2006-01-24 17:37:05 +00:00
christos
a3ae551d7e
simplify assertion.
2006-01-24 17:35:33 +00:00
christos
ec567cd38c
appease lint and gcc. (compile with -DDEBUG)
2006-01-24 17:24:37 +00:00
perry
fd18408b9a
u_intN_t -> uintN_t
2005-12-26 19:40:14 +00:00
christos
03256c6e55
WARNS=4
2005-11-29 03:11:58 +00:00
christos
76854df72e
Initialize a variable that might confuse gcc as uninitialized.
2005-10-16 02:39:20 +00:00
christos
5b84b3983f
compat core reorg.
2005-09-13 01:44:08 +00:00
lukem
63246b1ef4
Ensure dbp is initialized to NULL before trying to use it in an error codepath.
...
Detected with gcc -Wuninitialized.
(The bug was introduced in rev 1.13. Hi Mycroft! :)
2005-06-01 05:39:17 +00:00
christos
340e17eb3b
Don't attempt to delete a NULL key. Can happen if we were the only key
...
in a 64K page. Thanks to Juergen Hannken-Illjes for the test.
2005-04-27 23:11:29 +00:00
christos
c4e3c4d493
Don't refuse to create a hash database on 0 length files. Treat
...
them as new files the same way that the btree code does. Note that
we do the fstat() after the open() instead of re-using the previous
result of the stat() to avoid races (we open with O_EXLOCK when we care).
2005-03-29 23:37:15 +00:00
christos
bab13a9d96
Revert previous commit at 1.17. a maximum BSIZE of 65536 ends up stored
...
as a 0 in the page, but it is supported and it does work.
2005-03-06 03:42:14 +00:00