Re: PATCH: Disengaged mode for ThinkPad laptops

2012-12-09 Thread Christian Schulte
Am 12/10/12 05:00, schrieb Vadim Zhukov: > 10.12.2012 1:43 пользователь "Christian Schulte" написал: >> >> Am 12/09/12 20:58, schrieb Vadim Zhukov: >>> Hello all. >>> >>> This is a bit improved version of the patch showed up on tech@ in... >>> er-r-r... don't mind. This makes my ThinkPad usable un

Re: PATCH: Disengaged mode for ThinkPad laptops

2012-12-09 Thread Vadim Zhukov
10.12.2012 1:43 пользователь "Christian Schulte" написал: > > Am 12/09/12 20:58, schrieb Vadim Zhukov: > > Hello all. > > > > This is a bit improved version of the patch showed up on tech@ in... > > er-r-r... don't mind. This makes my ThinkPad usable under high load > > for more

Re: group.5

2012-12-09 Thread David Walker
Having read su and then group it struck me that this is disingenuous, for want of a much better word: A user is automatically in a group if that group was specified in their passwd(5) entry and does not need to be added to that group in the group file. If this is intended on the part of

Re: PATCH: Disengaged mode for ThinkPad laptops

2012-12-09 Thread Christian Schulte
Am 12/09/12 20:58, schrieb Vadim Zhukov: > Hello all. > > This is a bit improved version of the patch showed up on tech@ in... > er-r-r... don't mind. This makes my ThinkPad usable under high load > for more than a year, and should not cause problems mentioned before > (spinning higher and lower c

Re: group.5

2012-12-09 Thread Stuart Henderson
On 2012/12/09 05:51, Jiri B wrote: > On Sun, Dec 09, 2012 at 03:07:18PM +1030, David Walker wrote: > > 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. > > > >

PATCH: Disengaged mode for ThinkPad laptops

2012-12-09 Thread Vadim Zhukov
Hello all. This is a bit improved version of the patch showed up on tech@ in... er-r-r... don't mind. This makes my ThinkPad usable under high load for more than a year, and should not cause problems mentioned before (spinning higher and lower constantly) by using two temperature marks instead of

Re: group.5

2012-12-09 Thread Jiri B
On Sun, Dec 09, 2012 at 03:07:18PM +1030, David Walker wrote: > 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

Re: group.5

2012-12-09 Thread Jason McIntyre
On Sun, Dec 09, 2012 at 03:07:18PM +1030, David Walker wrote: > 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. > i don;t think it makes sense. this is about how su(

[PATCH] sha2.c: add variables s0 & s1 to clean-up

2012-12-09 Thread Michael W. Bombardieri
Hi, I am submitting a patch for sys/crypto/sha2.c... I guess we want to include variables s0 and s1 in the clean-up statement at the end of SHA256Transform() and SHA512Transform(). These variables are used by the macros ROUND256() and ROUND512(), as well as the message block expansion section of