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
/
netinet6
Age
Commit message (
Expand
)
Author
2006-09-03
comment out impossible comparison.
christos
2006-09-02
- fix initializers
christos
2006-09-01
Vastly simplify the code that copies an ICMP6 packet to two data
dyoung
2006-09-01
Re-use macro IN6_IS_SCOPE_EMBEDDABLE().
dyoung
2006-09-01
Restore historical kernel behavior: let an application bind(2) an
dyoung
2006-08-30
remove empty code.
christos
2006-08-30
remove impossible comparisons.
christos
2006-08-30
fix initializers
christos
2006-08-30
Fix initializers.
christos
2006-08-30
add missing initializers
christos
2006-08-30
declare the type of code.
christos
2006-08-30
comment out comparison always false
christos
2006-08-30
fix incomplete initializer
christos
2006-08-28
remove extra members
christos
2006-08-27
gc unused member.
christos
2006-08-25
One step closer to loadable domains. Store pointers to a domain's soft
matt
2006-08-25
Don't include <netccitt/x25.> and don't bother checking for SIOCSIFCONF_X25.
matt
2006-08-17
Fix all the -D*DEBUG* code that it was rotting away and did not even compile.
christos
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-07-12
Add diagnostic checks for hardware-assisted checksum related flags in
tron
2006-07-11
Clear mbuf checksum flags before passing it to ip6_output(). We might
tron
2006-07-08
Add a missing piece from RFC 3542. KAME-NetBSD-current branch
rpaulo
2006-06-29
Fix a minor printf found while reading the code
liamjfoy
2006-06-28
fix the dad_count logic: if we send a packet successfully, reset the counter
drochner
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-06-03
include <netccitt/x25.h> for the SIOCSIFCONF_X25 case in in6_control.
dogcow
2006-06-03
Fix typo.
christos
2006-06-03
add 2 more ioctls that use struct ifaddr *, and remove debugging printfs
christos
2006-06-03
This is ugly, but it is the simplest fix to avoid calling in the default
christos
2006-05-25
Make the mbuf writable before calling in6_clearscope(). Based on patch sent
bouyer
2006-05-23
In ip6_savecontrol(), ignore IPv4 packets.
rpaulo
2006-05-18
Integrate Common Address Redundancy Procotol (CARP) from OpenBSD
liamjfoy
2006-05-14
integrate kauth.
elad
2006-05-14
XXX: GCC uninitialized.
christos
2006-05-07
Use C99 uintXX_t types so that applications don't need to include
rpaulo
2006-05-07
while (1) -> for (;;)
rpaulo
2006-05-05
Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).
rpaulo
2006-04-15
Coverity CID 607: Remove bogus test.
christos
2006-04-15
Coverity CID 608: #ifdef out dead code.
christos
2006-04-15
Coverity CID 740: Change constant comparisons to MCLBYTES to KASSERT and remove
christos
2006-04-15
Coverity CID 856: m cannot be NULL here. Remove bogus test.
christos
2006-04-15
Coverity CID 857: Prevent NULL deref.
christos
2006-03-29
Add predicate IN6_IS_SCOPE_EMBEDDABLE(__a), which is true if and
dyoung
2006-03-24
From KAME via SUZUKI Shinsuke:
rpaulo
2006-03-20
RFC 4191 changed the meaning of the "Reserved" Router Preference
rpaulo
2006-03-17
0 > len ==> len < 0
rpaulo
2006-03-17
0 > len ==> len < 0
rpaulo
2006-03-06
Rename local variables called delay that shadow the delay() decl.
rpaulo
2006-03-05
NDP-related improvements:
rpaulo
2006-03-05
bzero -> memset
rpaulo
[next]