Iznenadite nekog koga volite

2010-02-12 Thread E-topshop
Top Shop Tragate za poklonom koji De pokazati svu Vašu ljubav? Iznenadite nekog koga volite! U mesecu ljubavi, Top Shop ima pravo rešenje za Vas: Najpopularniji proizvodi uz najniE>e cene! ; Popusti i do 25%! ; Super ponuda traje samo do 28. februara, zato poE>urite! ; PronaDite super

Προσφορά γνωριμίας με έκπτωση 10 ευρώ

2010-02-12 Thread travelplanet24.com
travelplanet24.com - Newsletter If you are unable to see the message below, click here [2] [3] NN5N=N?N4N?ON5N/N1 NN5ON?ON?ON9N:N, N5N9ON9ON.ON9N1

Re: mprotect(2) misbehaves when len == 0?

2010-02-12 Thread Jason McIntyre
On Fri, Feb 12, 2010 at 10:28:44AM -0500, Ted Unangst wrote: > On Fri, Feb 12, 2010 at 10:21 AM, Jason McIntyre wrote: > > On Fri, Feb 12, 2010 at 02:01:26PM +, Owain Ainsworth wrote: > >> > >> saying that no action is taken does imply that it is not an error. > >> -is 0, then action will be t

Re: mprotect(2) misbehaves when len == 0?

2010-02-12 Thread Owain Ainsworth
On Fri, Feb 12, 2010 at 03:21:33PM +, Jason McIntyre wrote: > On Fri, Feb 12, 2010 at 02:01:26PM +, Owain Ainsworth wrote: > > > > saying that no action is taken does imply that it is not an error. > > > > -0- > > > > diff follows: > > > > Index: sys/mprotect.2 > > =

Re: mprotect(2) misbehaves when len == 0?

2010-02-12 Thread Ted Unangst
On Fri, Feb 12, 2010 at 10:21 AM, Jason McIntyre wrote: > On Fri, Feb 12, 2010 at 02:01:26PM +, Owain Ainsworth wrote: >> >> saying that no action is taken does imply that it is not an error. >> -is 0, then action will be taken on the page that contains >> +is 0, then no action will be taken o

Re: mprotect(2) misbehaves when len == 0?

2010-02-12 Thread Igor Sobrado
On Fri, Feb 12, 2010 at 4:21 PM, Jason McIntyre wrote: > On Fri, Feb 12, 2010 at 02:01:26PM +, Owain Ainsworth wrote: >> Index: sys/mprotect.2 >> === >> RCS file: /cvs/src/lib/libc/sys/mprotect.2,v >> retrieving revision 1.14 >> d

Re: mprotect(2) misbehaves when len == 0?

2010-02-12 Thread Jason McIntyre
On Fri, Feb 12, 2010 at 02:01:26PM +, Owain Ainsworth wrote: > > saying that no action is taken does imply that it is not an error. > > -0- > > diff follows: > > Index: sys/mprotect.2 > === > RCS file: /cvs/src/lib/libc/sys/mpr

Re: mprotect(2) misbehaves when len == 0?

2010-02-12 Thread Owain Ainsworth
On Fri, Feb 12, 2010 at 08:44:25AM +, Jason McIntyre wrote: > On Fri, Feb 12, 2010 at 11:27:35AM +0300, Vadim Zhukov wrote: > > > > > > > > Maybe it's better to say that this is not treated as error too? See > > > > the patch at the end of this letter. > > > > > > i don;t know this stuff. but w

Re: Bug in ftp(1)

2010-02-12 Thread Daniel Dickman
On Fri, 12 Feb 2010, Stuart Henderson wrote: > On 2010/02/11 23:44, Daniel Dickman wrote: > > ftp(1) will reliably stall for me when doing uploads. I tracked the > > problem down to the keep-alive option. Not sure how widespread this issue > > is as I'd imagine it depends on what server is on th

Re: mprotect(2) misbehaves when len == 0?

2010-02-12 Thread Jason McIntyre
On Fri, Feb 12, 2010 at 11:27:35AM +0300, Vadim Zhukov wrote: > > > > > > Maybe it's better to say that this is not treated as error too? See > > > the patch at the end of this letter. > > > > i don;t know this stuff. but why would you expect an error in this > > case? if we are saying that if len

Re: Bug in ftp(1)

2010-02-12 Thread Stuart Henderson
On 2010/02/11 23:44, Daniel Dickman wrote: > ftp(1) will reliably stall for me when doing uploads. I tracked the > problem down to the keep-alive option. Not sure how widespread this issue > is as I'd imagine it depends on what server is on the receiving end. But > here's a sample transcript whi

Re: mprotect(2) misbehaves when len == 0?

2010-02-12 Thread Vadim Zhukov
On 12 February 2010 c. 11:11:33 Jason McIntyre wrote: > On Fri, Feb 12, 2010 at 10:57:32AM +0300, Vadim Zhukov wrote: > > On 12 February 2010 ?. 10:42:09 Jason McIntyre wrote: > > > On Thu, Feb 11, 2010 at 08:24:52PM -0500, Ted Unangst wrote: > > > > The man page is likely missing the word "no", as

Re: mprotect(2) misbehaves when len == 0?

2010-02-12 Thread patrick keshishian
On Fri, Feb 12, 2010 at 10:48:00AM +0300, Vadim Zhukov wrote: > On 12 February 2010 P3. 03:31:22 Jordi Beltran Creix wrote: > > Wouldn't that return EINVAL unless the address is aligned to the page > > boundary? > > >From the man page: > "The OpenBSD implementation of mprotect() does not require a

Re: mprotect(2) misbehaves when len == 0?

2010-02-12 Thread Jason McIntyre
On Fri, Feb 12, 2010 at 10:57:32AM +0300, Vadim Zhukov wrote: > On 12 February 2010 ?. 10:42:09 Jason McIntyre wrote: > > On Thu, Feb 11, 2010 at 08:24:52PM -0500, Ted Unangst wrote: > > > The man page is likely missing the word "no", as that makes a lot > > > more sense than the current wording me

Re: mprotect(2) misbehaves when len == 0?

2010-02-12 Thread Vadim Zhukov
On 12 February 2010 c. 10:42:09 Jason McIntyre wrote: > On Thu, Feb 11, 2010 at 08:24:52PM -0500, Ted Unangst wrote: > > The man page is likely missing the word "no", as that makes a lot > > more sense than the current wording meaning positive action. > > well, can you fix that then, please? > jmc