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
/
sys
/
dist
Age
Commit message (
Expand
)
Author
2006-09-03
add missing initializer
christos
2006-09-01
fix the previous: don't replace a NULL with a "" in an initialiser.
mrg
2006-08-30
off by one element.
christos
2006-08-30
avoid empty if body.
christos
2006-08-30
complete identifiers.
christos
2006-08-30
complete initializer
christos
2006-08-30
fix incomplete initializers
christos
2006-08-26
more version lossage
christos
2006-08-26
PR/34287: Gene ENonymous: ipf/ippool enabled kernel fails build.sh build due to
christos
2006-08-26
PR/34284: Gene ENonymous: when "ippool -F" is invoked, error is
christos
2006-07-12
Some interfaces are initially created with zero addresses on them
martin
2006-06-13
don't allocate > 1K on the stack.
christos
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-05-23
Initialize h4 and h6 to NULL.
peter
2006-05-21
Fix strict aliasing issues and while I am here fix a memory leak on error
christos
2006-05-14
integrate kauth.
elad
2006-05-14
XXX: GCC uninitialized
christos
2006-05-11
Make sure IPF can correctly pullup short headers. Patch received from
martti
2006-05-11
quell GCC 4.1 uninitialised variable warnings.
mrg
2006-05-11
caddr_t -> u_char *, to match the variable type
mrg
2006-05-11
- include <sys/selinfo.h> on BSD, for ipfselwait[].
mrg
2006-05-10
quell GCC 4.1 uninitialised variable warnings.
mrg
2006-04-18
ipf -Z returns junk and/or can cause a panic (seen on solaris.)
darrenr
2006-04-15
This change corrects what 1.6 tried to do. This feels like a coverity fix
darrenr
2006-04-14
Fix a typo. fin->fin->fr should be fin->fin_fr
garbled
2006-04-13
Coverity CID 2855: If fin->fin_fr is NULL, return 0, don't crash.
christos
2006-04-13
Fix return without free (resource leakage).
kochi
2006-04-13
This is better fix than the previous commit for
kochi
2006-04-13
Fix usage after free of NextWalkState.
kochi
2006-04-07
Protect config(1)-generated include files inclusion with
cube
2006-04-04
Removed BROKEN_TCP_WINDOW_CHECK hack.
martti
2006-04-04
Upgraded IPFilter to 4.1.13
martti
2006-03-23
Moved from sys/dev/acpi/acpica/Subsystem.
kochi
2006-03-17
don't use MALLOC with a non-constant size; use malloc instead.
christos
2006-03-08
Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.
lukem
2006-02-19
Fix TCP/UDP checksum handling as pointed out by Daniel Hartmeier in:
peter
2006-02-07
In pf_socket_lookup() fix copy & paste problem when in6_pcblookup_bind()
rpaulo
2006-01-25
apply a fix from OpenBSD:
peter
2006-01-17
Include netinet/in.h, for compatibility with OpenBSD (we #ifdef'ed out a
peter
2005-12-28
make the kernel link without options INET.
christos
2005-12-28
make this compile with no INET options.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-10-23
Adjust for icmp_error signature.
christos
2005-08-11
fr_check_wrapper6: handle M_CSUM_TCPv6|M_CSUM_UDPv6.
yamt
2005-08-11
pfil6_wrapper: handle M_CSUM_TCPv6|M_CSUM_UDPv6.
yamt
2005-08-06
wrap INET only code by #if defined(INET). (in __NetBSD__ part)
yamt
2005-07-26
pf_test() can set *mp to NULL, check for this before de-referencing it.
peter
2005-07-10
Fix typo
christos
2005-07-10
Small correction to skd's patch from darren.
christos
2005-07-09
Don't drop fragments that are smalled than the ip header size. From skd
christos
[next]