cvs commit: src/sys/kern kern_timeout.c src/sys/sys callout.h

2007-11-19 Thread Attilio Rao
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

cvs commit: src/sys/kern kern_timeout.c src/sys/sys callout.h

2007-09-15 Thread Robert Watson
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:

cvs commit: src/sys/kern kern_timeout.c src/sys/sys callout.h src/sys/netinet tcp_subr.c

2007-05-11 Thread Andre Oppermann
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