Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Miod Vallat
> > > This adds the mprotect syscall to the linux compat layer. This plus the > > > other time syscalls that went in will make the new versions of > > > applications such as Opera and Skype work. > > > > > > Okay? > > > > maybe, but your timing is wrong, we're in ABI lock. > > Hmm... well I gue

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread David Coppa
On Thu, Feb 10, 2011 at 1:08 PM, Paul Irofti wrote: > This adds the mprotect syscall to the linux compat layer. This plus the > other time syscalls that went in will make the new versions of > applications such as Opera and Skype work. > > Okay? A similar patch was posted on tech@ some years ago.

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Otto Moerbeek
On Thu, Feb 10, 2011 at 02:58:31PM +0200, Paul Irofti wrote: > On Thu, Feb 10, 2011 at 01:53:21PM +0100, Otto Moerbeek wrote: > > On Thu, Feb 10, 2011 at 02:45:31PM +0200, Paul Irofti wrote: > > > > > On Thu, Feb 10, 2011 at 01:15:37PM +0100, Otto Moerbeek wrote: > > > > On Thu, Feb 10, 2011 at 0

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Paul Irofti
On Thu, Feb 10, 2011 at 01:53:21PM +0100, Otto Moerbeek wrote: > On Thu, Feb 10, 2011 at 02:45:31PM +0200, Paul Irofti wrote: > > > On Thu, Feb 10, 2011 at 01:15:37PM +0100, Otto Moerbeek wrote: > > > On Thu, Feb 10, 2011 at 02:08:07PM +0200, Paul Irofti wrote: > > > > > > > This adds the mprotec

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Otto Moerbeek
On Thu, Feb 10, 2011 at 02:45:31PM +0200, Paul Irofti wrote: > On Thu, Feb 10, 2011 at 01:15:37PM +0100, Otto Moerbeek wrote: > > On Thu, Feb 10, 2011 at 02:08:07PM +0200, Paul Irofti wrote: > > > > > This adds the mprotect syscall to the linux compat layer. This plus the > > > other time syscall

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Paul Irofti
On Thu, Feb 10, 2011 at 01:15:37PM +0100, Otto Moerbeek wrote: > On Thu, Feb 10, 2011 at 02:08:07PM +0200, Paul Irofti wrote: > > > This adds the mprotect syscall to the linux compat layer. This plus the > > other time syscalls that went in will make the new versions of > > applications such as Op

Re: compat/linux: add mprotect() syscall

2011-02-10 Thread Otto Moerbeek
On Thu, Feb 10, 2011 at 02:08:07PM +0200, Paul Irofti wrote: > This adds the mprotect syscall to the linux compat layer. This plus the > other time syscalls that went in will make the new versions of > applications such as Opera and Skype work. > > Okay? maybe, but your timing is wrong, we're i

compat/linux: add mprotect() syscall

2011-02-10 Thread Paul Irofti
This adds the mprotect syscall to the linux compat layer. This plus the other time syscalls that went in will make the new versions of applications such as Opera and Skype work. Okay? Index: linux_misc.c === RCS file: /cvs/src/sys/c