Re: CVS commit: src/lib/librumpuser

2014-07-22 Thread Alexander Nasonov
Justin Cormack wrote: > Module Name: src > Committed By: justin > Date: Tue Jul 22 22:41:58 UTC 2014 > > Modified Files: > src/lib/librumpuser: Makefile rumpfiber.c rumpuser.c rumpuser_int.h > rumpuser_port.h > Added Files: > src/lib/librumpuser: rumpuser_random.c >

Re: CVS commit: src/sys/arch/arm/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 3:45 PM, Alexander Nasonov wrote: > Matt Thomas wrote: >> >> On Jul 22, 2014, at 1:16 PM, Alexander Nasonov wrote: >> >>> Module Name:src >>> Committed By: alnsn >>> Date: Tue Jul 22 20:16:39 UTC 2014 >>> >>> Modified Files: >>> src/sys/arc

Re: CVS commit: src/sys/arch/arm/include

2014-07-22 Thread Alexander Nasonov
Matt Thomas wrote: > > On Jul 22, 2014, at 1:16 PM, Alexander Nasonov wrote: > > > Module Name:src > > Committed By: alnsn > > Date: Tue Jul 22 20:16:39 UTC 2014 > > > > Modified Files: > > src/sys/arch/arm/include: sljitarch.h > > > > Log Message: > > Add paren

Re: CVS commit: src/sys/arch/arm/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 1:16 PM, Alexander Nasonov wrote: > Module Name: src > Committed By: alnsn > Date: Tue Jul 22 20:16:39 UTC 2014 > > Modified Files: > src/sys/arch/arm/include: sljitarch.h > > Log Message: > Add parentheses around macro arguments. Please use sljit_machdep.h

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Alexander Nasonov
Matt Thomas wrote: > > On Jul 22, 2014, at 2:40 PM, Alexander Nasonov wrote: > > > Matt Thomas wrote: > >> > >> On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: > >>> I allocate with the X flag and it seems to work: > >>> > >>> /* in sljitExecAllocator.c */ > >>> return (void *)uvm

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 2:40 PM, Alexander Nasonov wrote: > Matt Thomas wrote: >> >> On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: >>> I allocate with the X flag and it seems to work: >>> >>> /* in sljitExecAllocator.c */ >>> return (void *)uvm_km_alloc(module_map, size, >>>

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Alexander Nasonov
Matt Thomas wrote: > > On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: > > I allocate with the X flag and it seems to work: > > > > /* in sljitExecAllocator.c */ > >return (void *)uvm_km_alloc(module_map, size, > >PAGE_SIZE, UVM_KMF_WIRED | UVM_KMF_ZERO | UVM_KMF_EXEC);

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: > Matt Thomas wrote: >> >> On Jul 22, 2014, at 12:54 PM, Alexander Nasonov wrote: >> >>> Module Name:src >>> Committed By: alnsn >>> Date: Tue Jul 22 19:54:55 UTC 2014 >>> >>> Modified Files: >>> src/sys/ar

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Alexander Nasonov
Matt Thomas wrote: > > On Jul 22, 2014, at 12:54 PM, Alexander Nasonov wrote: > > > Module Name:src > > Committed By: alnsn > > Date: Tue Jul 22 19:54:55 UTC 2014 > > > > Modified Files: > > src/sys/arch/mips/include: sljitarch.h > > > > Log Message: > > Define

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 12:54 PM, Alexander Nasonov wrote: > Module Name: src > Committed By: alnsn > Date: Tue Jul 22 19:54:55 UTC 2014 > > Modified Files: > src/sys/arch/mips/include: sljitarch.h > > Log Message: > Define SLJIT_CACHE_FLUSH() for mips. Actually, this isn't enough.

Re: CVS commit: src/sys/arch

2014-07-22 Thread Manuel Bouyer
On Mon, Jul 21, 2014 at 03:18:24PM -0700, Jeff Rizzo wrote: > On 7/21/14, 2:16 PM, Jeff Rizzo wrote: > >Manuel- > > > >I think these changes (or one of the changes you've committed recently) > >broke building the BEAGLEBOARDXM kernel: > > The fix was straightforward so I just committed it. It's i

Re: CVS commit: src/sys/arch

2014-07-22 Thread Manuel Bouyer
On Mon, Jul 21, 2014 at 02:16:25PM -0700, Jeff Rizzo wrote: > Manuel- > > I think these changes (or one of the changes you've committed recently) > broke building the BEAGLEBOARDXM kernel: Yes, I noticed it yesterday, but couldn't commit the fix because I coundl't connect to cvs. Will try again n