Re: CVS commit: src/sys/arch/alpha/alpha

2011-07-27 Thread Izumi Tsutsui
> > > Looking how many atoi() copies we have in tree, does it make sense to > > > add the following at the end of libkern.h > > > > Please don't use it for #ifdef _STANDALONE ones. > > libc's strtoll() is larger than dumb atoi()s. > > ...if strtoll isn't already pulled in for other reasons. On i

Re: CVS commit: src/sys/arch/alpha/alpha

2011-07-26 Thread Nicolas Joly
On Wed, Jul 27, 2011 at 02:33:24AM +0900, Izumi Tsutsui wrote: > > Looking how many atoi() copies we have in tree, does it make sense to > > add the following at the end of libkern.h > > Please don't use it for #ifdef _STANDALONE ones. > libc's strtoll() is larger than dumb atoi()s. Fine. No need

Re: CVS commit: src/sys/arch/alpha/alpha

2011-07-26 Thread Joerg Sonnenberger
On Wed, Jul 27, 2011 at 02:33:24AM +0900, Izumi Tsutsui wrote: > > Looking how many atoi() copies we have in tree, does it make sense to > > add the following at the end of libkern.h > > Please don't use it for #ifdef _STANDALONE ones. > libc's strtoll() is larger than dumb atoi()s. ...if strtoll

Re: CVS commit: src/sys/arch/alpha/alpha

2011-07-26 Thread Izumi Tsutsui
> Looking how many atoi() copies we have in tree, does it make sense to > add the following at the end of libkern.h Please don't use it for #ifdef _STANDALONE ones. libc's strtoll() is larger than dumb atoi()s. --- Izumi Tsutsui

Re: CVS commit: src/sys/arch/alpha/alpha

2011-07-26 Thread Nicolas Joly
On Tue, Jul 26, 2011 at 06:45:31PM +0200, Joerg Sonnenberger wrote: > On Tue, Jul 26, 2011 at 06:19:21PM +0200, Nicolas Joly wrote: > > On Tue, Jul 26, 2011 at 05:27:38PM +0200, Joerg Sonnenberger wrote: > > > On Tue, Jul 26, 2011 at 02:59:04PM +, Nicolas Joly wrote: > > > > Module Name:src

Re: CVS commit: src/sys/arch/alpha/alpha

2011-07-26 Thread Joerg Sonnenberger
On Tue, Jul 26, 2011 at 06:19:21PM +0200, Nicolas Joly wrote: > On Tue, Jul 26, 2011 at 05:27:38PM +0200, Joerg Sonnenberger wrote: > > On Tue, Jul 26, 2011 at 02:59:04PM +, Nicolas Joly wrote: > > > Module Name: src > > > Committed By: njoly > > > Date: Tue Jul 26 14:59:03

Re: CVS commit: src/sys/arch/alpha/alpha

2011-07-26 Thread Nicolas Joly
On Tue, Jul 26, 2011 at 05:27:38PM +0200, Joerg Sonnenberger wrote: > On Tue, Jul 26, 2011 at 02:59:04PM +, Nicolas Joly wrote: > > Module Name:src > > Committed By: njoly > > Date: Tue Jul 26 14:59:03 UTC 2011 > > > > Modified Files: > > src/sys/arch/alpha/alph

Re: CVS commit: src/sys/arch/alpha/alpha

2011-07-26 Thread Joerg Sonnenberger
On Tue, Jul 26, 2011 at 02:59:04PM +, Nicolas Joly wrote: > Module Name: src > Committed By: njoly > Date: Tue Jul 26 14:59:03 UTC 2011 > > Modified Files: > src/sys/arch/alpha/alpha: autoconf.c > > Log Message: > Make atoi func static, and constify Shouldn't this use strtol t

Re: CVS commit: src/sys/arch/alpha/alpha

2009-11-09 Thread Michael L. Hitch
On Mon, 9 Nov 2009, Christoph Egger wrote: PR port-amiga/38335 and PR port-amiga/42174. You mean port-alpha, right ? Yes, I meant port-alpha. I seem to frequently mis-typing them, they both are ingraind in my finger memory. -- Michael L. Hitchmhi...@montana.edu

Re: CVS commit: src/sys/arch/alpha/alpha

2009-11-09 Thread Christoph Egger
Michael L. Hitch wrote: > Module Name: src > Committed By: mhitch > Date: Mon Nov 9 04:31:03 UTC 2009 > > Modified Files: > src/sys/arch/alpha/alpha: pmap.c > > Log Message: > The tlb shootdown IPI can interrupt the pool_cache_get() in places that > can cause a deadlock or pool ca