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
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
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
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
> >
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