Re: CVS commit: src/sys/rump/librump/rumpkern

2017-07-25 Thread Ryota Ozaki
On Tue, Jul 25, 2017 at 9:08 PM, Paul Goyette wrote: > pullup to 8.0? Yes, I'll do. ozaki-r > > > On Tue, 25 Jul 2017, Ryota Ozaki wrote: > >> Module Name:src >> Committed By: ozaki-r >> Date: Tue Jul 25 05:01:25 UTC 2017 >> >> Modified Files: >> src/sys/rump/librump/r

Re: CVS commit: src/sys/rump/librump/rumpkern

2017-07-25 Thread Paul Goyette
pullup to 8.0? On Tue, 25 Jul 2017, Ryota Ozaki wrote: Module Name:src Committed By: ozaki-r Date: Tue Jul 25 05:01:25 UTC 2017 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Add localcount to rump kernels To generate a diff of this com

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-11-22 Thread Nick Hudson
On Monday 22 November 2010 10:51:03 Antti Kantee wrote: > On Mon Nov 22 2010 at 10:35:00 +, Nick Hudson wrote: > > On Sunday 21 November 2010 21:46:43 Antti Kantee wrote: > > > Module Name: src > > > Committed By: pooka > > > Date: Sun Nov 21 21:46:43 UTC 2010 > > > > > > M

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-11-22 Thread Antti Kantee
On Mon Nov 22 2010 at 10:35:00 +, Nick Hudson wrote: > On Sunday 21 November 2010 21:46:43 Antti Kantee wrote: > > Module Name:src > > Committed By: pooka > > Date: Sun Nov 21 21:46:43 UTC 2010 > > > > Modified Files: > > src/sys/rump/librump/rumpkern: Makefile.

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-11-22 Thread Nick Hudson
On Sunday 21 November 2010 21:46:43 Antti Kantee wrote: > Module Name: src > Committed By: pooka > Date: Sun Nov 21 21:46:43 UTC 2010 > > Modified Files: > src/sys/rump/librump/rumpkern: Makefile.rumpkern > Added Files: > src/sys/rump/librump/rumpkern: atomic_cas_up.c > > Log

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-07-29 Thread Antti Kantee
On Thu Jul 29 2010 at 15:13:01 +, Juergen Hannken-Illjes wrote: > Module Name: src > Committed By: hannken > Date: Thu Jul 29 15:13:01 UTC 2010 > > Modified Files: > src/sys/rump/librump/rumpkern: vm.c > > Log Message: > Correct previous. Skip marker pages in uvm_pagelookup().

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-23 Thread Antti Kantee
On Wed Jun 23 2010 at 12:39:17 +0100, Mindaugas Rasiukevicius wrote: > Well, when I tried ./build.sh rumptest, it gave me this: > > --- dependall-dev --- > WARNING: pseudo-root is an experimental feature > /home/netbsd/src/sys/rump/dev/lib/libaudio/AUDIO.ioconf:8: audiobus*: unknown > device `aud

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-23 Thread Mindaugas Rasiukevicius
> Module Name:src > Committed By: pooka > Date: Wed Jun 23 08:36:03 UTC 2010 > > Modified Files: > src/sys/rump/librump/rumpkern: emul.c > > Log Message: > As normal, fix breakage from untested commits by rmind. Well, when I tried ./build.sh rumptest, it gave me this: --

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-16 Thread Alistair Crooks
On Tue, Jun 15, 2010 at 04:40:24PM +1000, matthew green wrote: > > > On Mon, Jun 14, 2010 at 09:40:37AM -0600, M. Warner Losh wrote: > > > On i386, that's true. amd64 expands to '0', as does sun3. This makes > > > the first one true. The second one, i386 expands to '1', so the > > > second o

re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-14 Thread matthew green
> On Mon, Jun 14, 2010 at 09:40:37AM -0600, M. Warner Losh wrote: > > On i386, that's true. amd64 expands to '0', as does sun3. This makes > > the first one true. The second one, i386 expands to '1', so the > > second one would be false. > > Arguably we shouhld fix our gcc to only define "_

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-14 Thread M. Warner Losh
In message: <20100615052154.gb16...@netbsd.org> David Holland writes: : On Mon, Jun 14, 2010 at 09:40:37AM -0600, M. Warner Losh wrote: : > On i386, that's true. amd64 expands to '0', as does sun3. This makes : > the first one true. The second one, i386 expands to '1', so the : >

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-14 Thread David Holland
On Mon, Jun 14, 2010 at 09:40:37AM -0600, M. Warner Losh wrote: > On i386, that's true. amd64 expands to '0', as does sun3. This makes > the first one true. The second one, i386 expands to '1', so the > second one would be false. Arguably we shouhld fix our gcc to only define "__i386__", not

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-14 Thread M. Warner Losh
In message: <20100614083424.gc16...@cs.hut.fi> Antti Kantee writes: : On Mon Jun 14 2010 at 07:00:05 +, David Holland wrote: : > On Sun, Jun 13, 2010 at 03:17:02PM +, Antti Kantee wrote: : > > Fix previous in emul.c -- only numbers are operands for cpp comparisons. : > > Appa

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-14 Thread Martin Husemann
On Mon, Jun 14, 2010 at 12:27:43PM +0300, Antti Kantee wrote: > How can you tell what they end up as? I can only see that the line > wrapped in the "#if" is missing from output of cc -E (still on/targetting > i386). Well, knowing the standard (as David cited) and checking with cc -dM -E - < /d

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-14 Thread Antti Kantee
On Mon Jun 14 2010 at 09:17:43 +, David Holland wrote: > On Mon, Jun 14, 2010 at 11:34:24AM +0300, Antti Kantee wrote: > > So, you being the person who attempted to write cpp with sed, what > > comparison does "amd64 == sun3" actually result in? What about > > "i386 == sun3" (the former ret

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-14 Thread Antti Kantee
On Mon Jun 14 2010 at 11:13:23 +0200, Martin Husemann wrote: > On Mon, Jun 14, 2010 at 11:34:24AM +0300, Antti Kantee wrote: > > So, you being the person who attempted to write cpp with sed, what > > comparison does "amd64 == sun3" actually result in? What about > > "i386 == sun3" (the former retu

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-14 Thread David Holland
On Mon, Jun 14, 2010 at 11:34:24AM +0300, Antti Kantee wrote: > So, you being the person who attempted to write cpp with sed, what > comparison does "amd64 == sun3" actually result in? What about > "i386 == sun3" (the former returned true, the latter didn't). What were you compiling on? Whethe

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-14 Thread Martin Husemann
On Mon, Jun 14, 2010 at 11:34:24AM +0300, Antti Kantee wrote: > So, you being the person who attempted to write cpp with sed, what > comparison does "amd64 == sun3" actually result in? What about > "i386 == sun3" (the former returned true, the latter didn't). For me both end up as 0==0 and return

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-14 Thread Antti Kantee
On Mon Jun 14 2010 at 07:00:05 +, David Holland wrote: > On Sun, Jun 13, 2010 at 03:17:02PM +, Antti Kantee wrote: > > Fix previous in emul.c -- only numbers are operands for cpp comparisons. > > Apparently non-numbers logically produce arch-dependent behaviour. > > Not at all. > > C99

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-06-14 Thread David Holland
On Sun, Jun 13, 2010 at 03:17:02PM +, Antti Kantee wrote: > Fix previous in emul.c -- only numbers are operands for cpp comparisons. > Apparently non-numbers logically produce arch-dependent behaviour. Not at all. C99 6.10.1 #4: [...] After all replacements due to macro expansion and the

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-05-20 Thread Antti Kantee
On Thu May 20 2010 at 02:47:16 +, David Holland wrote: > On Tue, May 18, 2010 at 04:29:36PM +, Antti Kantee wrote: > > It's pretty obvious that in terms of scalability simple workload > > partitioning and replication into multiple kernels wins hands down > > over complicated locking or l

Re: CVS commit: src/sys/rump/librump/rumpkern

2010-05-19 Thread David Holland
On Tue, May 18, 2010 at 04:29:36PM +, Antti Kantee wrote: > It's pretty obvious that in terms of scalability simple workload > partitioning and replication into multiple kernels wins hands down > over complicated locking or locklessing algorithms which depend on > globally atomic state. ..

re: CVS commit: src/sys/rump/librump/rumpkern

2009-11-07 Thread matthew green
David Laight wrote: > Module Name: src > Committed By: dsl > Date: Sat Nov 7 12:08:35 UTC 2009 > > Modified Files: >src/sys/rump/librump/rumpkern: pmap_stub.c > > Log Message: > Fix stub prototype > Doh! rump is not build as

Re: CVS commit: src/sys/rump/librump/rumpkern

2009-11-07 Thread Christoph Egger
David Laight wrote: > Module Name: src > Committed By: dsl > Date: Sat Nov 7 12:08:35 UTC 2009 > > Modified Files: > src/sys/rump/librump/rumpkern: pmap_stub.c > > Log Message: > Fix stub prototype > Doh! rump is not build as part of any kernel. Hence gcc didn't catch it. Thank

Re: CVS commit: src/sys/rump/librump/rumpkern

2009-06-10 Thread YAMAMOTO Takashi
thanks! YAMAMOTO Takashi > Module Name: src > Committed By: he > Date: Wed Jun 10 11:41:44 UTC 2009 > > Modified Files: > src/sys/rump/librump/rumpkern: vm.c > > Log Message: > Add a dummy uvm_readahead() function, to fix build issues after it > recently got added to the kernel.