Re: Vaio Pro 11" SVP112A1CL can't suspend to ram or hibernate

2016-02-20 Thread Noth
On 02/20/16 22:42, Mark Kettenis wrote: Date: Sat, 20 Feb 2016 11:32:15 -0800 From: Mike Larkin On Sat, Feb 20, 2016 at 10:04:28AM +0100, Mark Kettenis wrote: From: Noth Date: Sat, 20 Feb 2016 07:22:56 +0100 On 02/20/16 06:46, Theo de Raadt

Re: duplicate line in plus58.html

2016-02-20 Thread Theo Buehler
On Sat, Feb 20, 2016 at 12:56:02PM -0700, David Crosby wrote: > Duplicated line fix > committed, thanks!

arm: store curcpu pointer in thread id register

2016-02-20 Thread Patrick Wildt
Hi, since ARMv6 the coprocessor provides special registers to store software defined values. Those registers are: * TPIDRURW -> kernel RW, user RW * TPIDRURO -> kernel RW, user RO * TPIDRPRW -> kernel RW TPIDRPRW is typically used to store the pointer to the curcpu struct, while TPIDRURO

Re: Vaio Pro 11" SVP112A1CL can't suspend to ram or hibernate

2016-02-20 Thread Mark Kettenis
> Date: Sat, 20 Feb 2016 11:32:15 -0800 > From: Mike Larkin > > On Sat, Feb 20, 2016 at 10:04:28AM +0100, Mark Kettenis wrote: > > > From: Noth > > > Date: Sat, 20 Feb 2016 07:22:56 +0100 > > > > > > On 02/20/16 06:46, Theo de Raadt wrote: > > >

Re: cwm: avoid displaying empty menu

2016-02-20 Thread Okan Demirmen
On Sat 2016.02.20 at 12:29 -0500, Martin Brandenburg wrote: > This avoids an empty square in the upper left corner if > there is nothing to display in some menu the user > requests. Sorry, but I think that is a big hammer; in fact there is evidence of why these checks are no longer there in the

Re: Vaio Pro 11" SVP112A1CL can't suspend to ram or hibernate

2016-02-20 Thread Mike Larkin
On Fri, Feb 19, 2016 at 10:46:30PM -0700, Theo de Raadt wrote: > > I'm using VAIO Z. Hibernation works, but my vaio also wakes back > > immediately. I have a diff to avoid this wakeup. Unhibernation works > > fine. > > > > The diff seems very bad. :) > > > > Index: sys/dev/acpi/acpi.c > >

Re: Vaio Pro 11" SVP112A1CL can't suspend to ram or hibernate

2016-02-20 Thread Mike Larkin
On Sat, Feb 20, 2016 at 10:04:28AM +0100, Mark Kettenis wrote: > > From: Noth > > Date: Sat, 20 Feb 2016 07:22:56 +0100 > > > > On 02/20/16 06:46, Theo de Raadt wrote: > > >> I'm using VAIO Z. Hibernation works, but my vaio also wakes back > > >> immediately. I have a

cwm: avoid displaying empty menu

2016-02-20 Thread Martin Brandenburg
This avoids an empty square in the upper left corner if there is nothing to display in some menu the user requests. -- Martin Index: menu.c === RCS file: /cvs/xenocara/app/cwm/menu.c,v retrieving revision 1.89 diff -u -p -r1.89

renesas unknown product on dell r630

2016-02-20 Thread Hrvoje Popovski
hi, this patch adds renesas product on dell r630 dmesg on dell r630 without patch: pci6 at ppb5 bus 6 ppb6 at pci6 dev 0 function 0 vendor "Renesas", unknown product 0x001d rev 0x00 pci7 at ppb6 bus 7 ppb7 at pci7 dev 0 function 0 vendor "Renesas", unknown product 0x001d rev 0x00 pci8 at ppb7

duplicate line in plus58.html

2016-02-20 Thread David Crosby
Duplicated line fix Index: plus58.html === RCS file: /cvs/www/plus58.html,v retrieving revision 1.10 diff -u -p -r1.10 plus58.html --- plus58.html 29 Oct 2015 08:26:44 - 1.10 +++ plus58.html 20 Feb 2016 11:01:58 - @@

whois.1: spelling out RIPE

2016-02-20 Thread Christian Weisgerber
There are two defensible ways to spell out RIPE. This... -r Use the R´eseaux IP Europ´eens (RIPE) database. ... is not one of them. I'd prefer to use the proper diacritics, but since mandoc_char(7) admonishes me not to, here's the plain ASCII variant: Index: whois.1

Re: Vaio Pro 11" SVP112A1CL can't suspend to ram or hibernate

2016-02-20 Thread Mark Kettenis
> From: Noth > Date: Sat, 20 Feb 2016 07:22:56 +0100 > > On 02/20/16 06:46, Theo de Raadt wrote: > >> I'm using VAIO Z. Hibernation works, but my vaio also wakes back > >> immediately. I have a diff to avoid this wakeup. Unhibernation works > >> fine. > >> > >> The