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
/
netinet
Age
Commit message (
Expand
)
Author
2009-01-11
merge christos-time_t
christos
2008-12-21
The automatic addition of a subnet route should not error if a manually
roy
2008-12-19
use M_ZERO on malloc() and remove subsequent bzero().
cegger
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-11-25
Make dom_maxrtkey of inet/inet6domain the size of the ip_encap pack
pooka
2008-11-23
ip_input: fix an IPQ "lock" leak. (hi <matt>!)
rmind
2008-11-21
Fix indentation.
joerg
2008-11-20
Oops, make these build.
ad
2008-11-20
Rename the accept filter modules to make module name match filter name.
ad
2008-11-12
Remove LKMs and switch to the module framework, pass 1.
ad
2008-11-10
Whitespace.
uebayasi
2008-11-09
Fix kern/39769: race condition in TCP timers
bouyer
2008-11-07
*** Summary ***
dyoung
2008-11-06
Cosmetic: change (type *)0 to NULL.
dyoung
2008-10-24
Constify the rt_addrinfo argument to the ifa_rtrequest member
dyoung
2008-10-21
arp_drain: no reason to complain if arp_lock is already held.
ad
2008-10-19
if_input needs to be called at splnet(). ok by cube.
hans
2008-10-16
include bpf headers so that the bpf calls actually do something. ok by cube.
hans
2008-10-14
Use designated initializers for struct accept_filter.
ad
2008-10-13
POOL_INIT -> pool_init
pooka
2008-10-12
update ip_pcbopts() to use sockopt(9) API.
plunky
2008-10-12
do not sleep while allocating memory here as socket lock is held
plunky
2008-10-11
Move uidinfo to its own module in kern_uidinfo.c and include in rump.
pooka
2008-10-10
tcp_close: rearrange sequence of events slightly to make this atomic.
ad
2008-10-10
tcp_delack: test for TF_DELACK.
ad
2008-10-04
POOL_INIT -> pool_init
pooka
2008-10-03
Hallo, pool_init(). Auf wiedersehen & byebye, link set POOL_INIT().
pooka
2008-10-01
PR/39664: Dave Huang: ip_mrouter_done: free hash using hashdone(9).
rmind
2008-09-25
Don't wrap whole file in INET.
pooka
2008-09-08
Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
gmcgarry
2008-09-05
Wrong route being consulted in one place
seanb
2008-08-28
Missing "\n" in log(9) messages.
uebayasi
2008-08-20
Make the sysctl routines take out softnet_lock before dealing with
matt
2008-08-16
constify sockopt in the PRCO_SETOPT path
plunky
2008-08-10
Change copyright statement to NetBSD 2-clause with correct attribution.
tls
2008-08-07
make this compile as proposed by dholland@
cegger
2008-08-06
Convert socket options code to use a sockopt structure
plunky
2008-08-04
typo fix in comment (drops the ' in drop's :)
spz
2008-08-04
Free the socket only after disposing of the PCB.
matt
2008-08-04
Unlock reassembly queue before calling sorwakeup(), not after. In unusual
tls
2008-08-04
Add accept filters, ported from FreeBSD by Coyote Point Systems. Add inetd
tls
2008-07-28
Reacquire softnet_lock after calling soabort which returns with the socket
matt
2008-07-11
Add IANA allocation and header for RFC 5006 (RA RDNSS) IPv6 Router
cyber
2008-07-04
tcp_input: add a couple of assertions.
ad
2008-07-03
syn_cache_get: remove new endpoint's socket from head's queue if aborting
ad
2008-06-18
merge yamt-pf42 branch.
yamt
2008-05-22
Don't cast to void * unnecessarily.
dyoung
2008-05-13
bzero -> memset, bcopy -> memcpy.
dyoung
2008-05-13
Cosmetic: use __arraycount(). s/0/NULL/ where appropriate. Pass
dyoung
2008-05-11
Cosmetic: compare sa_family with AF_UNSPEC instead of testing truth.
dyoung
[next]