Re: CVS commit: src/sys/netinet

2010-08-11 Thread Antti Kantee
On Wed Aug 11 2010 at 17:46:07 +0100, David Laight wrote: > > Use kpause() instead of DELAY() and sleep a minimum of 1 tick. > > This is possible now since softints have a thread context. It's > > also not a very frequent code path. Addresses ABI issue with delay > > (kern/40505). > > 1) How man

Re: CVS commit: src/sys/netinet

2010-08-11 Thread David Laight
On Wed, Aug 11, 2010 at 09:36:45AM +, Antti Kantee wrote: > Module Name: src > Committed By: pooka > Date: Wed Aug 11 09:36:45 UTC 2010 > > Modified Files: > src/sys/netinet: ip_carp.c > > Log Message: > Use kpause() instead of DELAY() and sleep a minimum of 1 tick. > This is p

Re: CVS commit: src/lib/libm

2010-08-11 Thread David Laight
On Tue, Aug 10, 2010 at 05:53:09PM +, Matthias Drochner wrote: > Module Name: src > Committed By: drochner > Date: Tue Aug 10 17:53:08 UTC 2010 > > Modified Files: > src/lib/libm: Makefile > > Log Message: > two disgusting hacks: > -mk/bsd.lib.mk picks up a .S asm file behind o

Re: CVS commit: src/sys/netinet

2010-08-11 Thread Antti Kantee
On Wed Aug 11 2010 at 14:22:40 +0300, Jukka Ruohonen wrote: > On Wed, Aug 11, 2010 at 09:36:45AM +, Antti Kantee wrote: > > Module Name:src > > Committed By: pooka > > Date: Wed Aug 11 09:36:45 UTC 2010 > > > > Modified Files: > > src/sys/netinet: ip_carp.c > >

Re: CVS commit: src/sys/netinet

2010-08-11 Thread Jukka Ruohonen
On Wed, Aug 11, 2010 at 09:36:45AM +, Antti Kantee wrote: > Module Name: src > Committed By: pooka > Date: Wed Aug 11 09:36:45 UTC 2010 > > Modified Files: > src/sys/netinet: ip_carp.c > > Log Message: > Use kpause() instead of DELAY() and sleep a minimum of 1 tick. > This is p