index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dist
/
ntp
Age
Commit message (
Expand
)
Author
2006-07-29
cope with struct timeval tv_sec being defined as long instead
kardel
2006-07-29
using the correct type makes it compile on alpha too - found by Kurt Schreiner
kardel
2006-07-29
backout change from import.
kardel
2006-07-29
merge 4.2.2p2
kardel
2006-07-29
Import ntp 4.2.2p2
kardel
2006-06-25
make MKCRYPTO=no work again.
mrg
2006-06-18
use the version that is now in ntp-stable (4.2.2 release branch)
kardel
2006-06-18
NetBSD Coverity CID 3804: avoid file pointer leak
kardel
2006-06-18
NetBSD Coverity CID 3799: overrun static array (off by one) fixed
kardel
2006-06-18
NetBSD Coverity CID 3797: bad return code check for open(2) fixed
kardel
2006-06-18
NetBSD Coverity CID 3796: possible NULL deref
kardel
2006-06-17
cope with situations where interface are UP and bound to
kardel
2006-06-13
PR/33724: Scott Ellis: Building a release with MKINET6=no stops in libisc due
christos
2006-06-13
correct pointer advances broken by previous fix
kardel
2006-06-12
sort out pointer types - found & fix by jmmv
kardel
2006-06-12
fix pointer deref - found by jmmv
kardel
2006-06-11
import and integrate NTP 4.2.2
kardel
2006-06-11
Import ntp 4.2.2
kardel
2006-05-20
initialise tmp_clock() for GCC4.
mrg
2006-05-14
XXX: GCC uninitialized.
christos
2006-05-14
another XXX: GCC uninitialized variable.
christos
2006-05-14
Another uninitialized variables XXX: GCC
christos
2006-05-13
Coverity CID 3497: Don't try to set the day/month if we did not get them
christos
2006-05-11
move the extern for clktypes[]'s somewhere it's type is defined.
mrg
2006-05-11
ctl_trap[] is not public so don't extern it.
mrg
2006-05-10
quell GCC 4.1 uninitialised variable warnings.
mrg
2006-05-09
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
mrg
2006-05-04
NetBSD 22 CID 3049,3075: safeguard against (unlikely to impossible) NULL deref
kardel
2006-05-02
handle NULL return from d2i_X509() - NetBSD Run 21 Coverity CID 2979
kardel
2006-03-29
dead code: removed (Coverity NetBSD CID 611)
kardel
2006-03-29
fix as discussed in NTP Bug 584, Coverity NetBSD CID 1510
kardel
2006-03-21
buffer overrun: backport fix from NTP project (Coverity NetBSD Scan 8: CID 1509)
kardel
2006-03-21
null deref: fix another case of incomplete list handling (Coverity NetBSD Sca...
kardel
2006-03-19
error handling: check success of open(2) - bail out early (Coverity CID 1282 ...
kardel
2006-03-19
null deref: complete linked list handling beginng condition (Coverity CID 986)
kardel
2006-03-18
mem leak: unreachable code prevented freeing of allocated memory
kardel
2006-03-18
null deref: avoid 0 deref (Coverity CID 987 NetBSD Scan 5)
kardel
2006-03-18
buffer bounds: one beyond buffer (Coverity CID 1490 NetBSD Scan 5)
kardel
2006-03-18
buffer bounds: buffer full condition wrong for bounds check (Coverity CID 150...
kardel
2006-03-18
buffer bounds: correct > - >= error for bounds check (Coverity CID 1511 NetBS...
kardel
2006-03-18
buffer bounds: clamp index for epobuf to buffer bounds (Coverity CID 1512 Net...
kardel
2006-03-18
mem leakage: free old malloced buffer on errors (Coverity CID 2056 NetBSD Sca...
kardel
2006-03-18
avoid close(-1): don't attempt to cleanup INVALID_SOCKET ( ==-1 ) fd's - woul...
kardel
2006-03-18
null deref: backport current ntp code to fix (Coverity CID 759)
kardel
2006-03-18
Coverity NetBSD scan CID 2055: fallout fix return/fclose -> fclose/return
kardel
2006-03-18
resource leak (fd/mem): fclose() streams on error (Coverity NetBSD scan CID 2...
kardel
2006-03-18
resource leak (fd/mem): close stream when errors occur (Coverity NetBSD Scan ...
kardel
2006-03-18
resolve CID 808 for the general case (code didn't trigger it - constant strin...
kardel
2006-03-18
Fix off-by-one, found by Coverity. CID 1466.
elad
2006-03-18
Coverity fixes:
kardel
[next]