Re: [PATCH] mlockall() problem in OpenBSD 5.2

2012-12-08 Thread Otto Moerbeek
On Sun, Dec 09, 2012 at 08:28:08AM +0100, Otto Moerbeek wrote: > On Sun, Dec 09, 2012 at 12:26:35AM +0100, Ariane van der Steldt wrote: > > > On 11/09/12 08:56, Gerhard Roth wrote: > > >On Thu, 08 Nov 2012 16:22:41 -0500 > > >Ted Unangst wrote: > > >>On Thu, Nov 08, 2012 at 13:34, Ilya Bakulin w

Re: [PATCH] mlockall() problem in OpenBSD 5.2

2012-12-08 Thread Otto Moerbeek
On Sun, Dec 09, 2012 at 12:26:35AM +0100, Ariane van der Steldt wrote: > On 11/09/12 08:56, Gerhard Roth wrote: > >On Thu, 08 Nov 2012 16:22:41 -0500 > >Ted Unangst wrote: > >>On Thu, Nov 08, 2012 at 13:34, Ilya Bakulin wrote: > >> > >>>The problem seems to be in uvm_map_pageable_all() function >

group.5

2012-12-08 Thread David Walker
Hey. I noticed adding a user to wheel doesn't provide su capability automatically. This is described in su(1). I though it might be useful to mention it in group(5) also. --- group.5 Sun Dec 9 14:14:58 2012 +++ group_change.5 Sun Dec 9 15:07:29 2012 @@ -81,7 +81,13 @@ .Xr passwd 5 en

Re: [PATCH] mlockall() problem in OpenBSD 5.2

2012-12-08 Thread Ariane van der Steldt
On 11/09/12 08:56, Gerhard Roth wrote: On Thu, 08 Nov 2012 16:22:41 -0500 Ted Unangst wrote: On Thu, Nov 08, 2012 at 13:34, Ilya Bakulin wrote: The problem seems to be in uvm_map_pageable_all() function (sys/uvm/uvm_map.c). This function is a "special case of uvm_map_pageable", which tries to

Re: pkill long format failure

2012-12-08 Thread Alexander Hall
On 12/08/12 19:38, Todd C. Miller wrote: > On Thu, 06 Dec 2012 10:55:50 +0100, Alexander Hall wrote: > >> If, between the internal grep'ing and the printout, a process has >> disappeared, we currently get an empty line and pgrep will return >> nonzero. > > Wouldn't it be better to just defer the

Re: pkill long format failure

2012-12-08 Thread Todd C. Miller
On Thu, 06 Dec 2012 10:55:50 +0100, Alexander Hall wrote: > If, between the internal grep'ing and the printout, a process has > disappeared, we currently get an empty line and pgrep will return > nonzero. Wouldn't it be better to just defer the printing of the delimiter under we get the args? Th