On Wed, Apr 28, 2010 at 03:07:07AM +0300, Sviatoslav Chagaev wrote:
> Not sure if this should be patched, since from what I understand, ioctl
> never has direct parameters, but always only pointers?
> Well, I didn't know that and I actually tried to pass an int, since
> descriptions of other ioctl
Not sure if this should be patched, since from what I understand, ioctl
never has direct parameters, but always only pointers?
Well, I didn't know that and I actually tried to pass an int, since
descriptions of other ioctl's of this dev explicitly state that a
pointer must be passed, but these said
Revision 1.231 removed a line from DIOCCHANGERULE case in pf_ioctl.c which
was checking pcr->pool_ticket:
changed
if (!(pcr->action == PF_CHANGE_REMOVE ||
pcr->action == PF_CHANGE_GET_TICKET) &&
pcr->pool_ticket != ticket_pabuf) {
error = EBUSY;
break;
}
to
if (!(pcr->action ==
On Tue, Apr 27, 2010 at 11:51:28PM +0200, Toni Mueller wrote:
> Hi,
>
> while playing with Nick Bender's auto-install stuff, I hit a problem:
>
>
> In src/distrib/i386/common/install.md, I see this code:
>
>
>
> NCPU=$(sysctl -n hw.ncpufound)
>
> ((NCPU > 1)) && { DEFAULTSETS="bs
Hi,
while playing with Nick Bender's auto-install stuff, I hit a problem:
In src/distrib/i386/common/install.md, I see this code:
NCPU=$(sysctl -n hw.ncpufound)
((NCPU > 1)) && { DEFAULTSETS="bsd bsd.rd bsd.mp" ; SANESETS="bsd bsd.mp" ; }
Executing this during insta
On Tue, Apr 27, 2010 at 10:59:21AM +0800, Alexander Vladimirov wrote:
> On Mon, 26 Apr 2010 20:59:45 +0100
> Luis Henriques wrote:
>
> > @@ -1150,9 +1179,17 @@ ar5k_ar5212_reset_tx_queue(struct ath_ha
> > /*
> > * Set misc registers
> > */
> > + /* Enable DCU early termination for
On Tue, Apr 27, 2010 at 3:59 AM, Alexander Vladimirov
wrote:
> On Mon, 26 Apr 2010 20:59:45 +0100
> Luis Henriques wrote:
>
>> @@ -1150,9 +1179,17 @@ ar5k_ar5212_reset_tx_queue(struct ath_ha
>> /*
>>* Set misc registers
>>*/
>> + /* Enable DCU early termination for this