attilio 2007-11-20 00:37:45 UTC
FreeBSD src repository
Modified files:
sys/kern kern_timeout.c
sys/sys callout.h
Log:
Add the function callout_init_rw() to callout facility in order to use
rwlocks in conjuction with callouts. The function does bas
rwatson 2007-09-15 12:33:24 UTC
FreeBSD src repository
Modified files:
sys/kern kern_timeout.c
sys/sys callout.h
Log:
Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (and
possibly always-) unused define.
Reported by:
andre 2007-05-11 20:52:47 UTC
FreeBSD src repository
Modified files:
sys/kern kern_timeout.c
sys/sys callout.h
sys/netinet tcp_subr.c
Log:
Make the TCP timer callout obtain Giant if the network stack is marked
as non-mpsafe.
Th