Re: ascii(7): add a reference to the ANSI X3.4

2019-09-20 Thread Ingo Schwarze
Hello, Masanori Ogino wrote on Tue, Sep 17, 2019 at 11:49:17AM +0900: > Unlike utf8(7), ascii(7) does not contain a reference to its standard. > This patch just adds the reference. Thanks for pointing out the omission, i committed the following version. Yours, Ingo CVSROOT:/cvs Modu

Re: EFI frame buffer > 4GB

2019-09-20 Thread Mike Larkin
On Fri, Sep 20, 2019 at 03:35:00PM +0200, Mark Kettenis wrote: > > Date: Fri, 20 Sep 2019 06:06:40 -0700 > > From: Mike Larkin > > > > On Fri, Sep 20, 2019 at 02:22:13PM +0200, Mark Kettenis wrote: > > > > Date: Fri, 20 Sep 2019 02:55:27 -0700 > > > > From: Mike Larkin > > > > > > > > On Fri, Sep

Re: apmd battery emergency message

2019-09-20 Thread joshua stein
On Fri, 20 Sep 2019 at 17:00:39 +0200, Alexander Bluhm wrote: > Hi, > > sometimes my laptop was running out of battery while I was working. > To avoid that, I patched apmd(8) to write a emergency message to > syslog(3). Then with this line in syslog.conf I receive a warning > in every xterm. > >

Re: apmd battery emergency message

2019-09-20 Thread Sebastian Benoit
Alexander Bluhm(alexander.bl...@gmx.net) on 2019.09.20 17:00:39 +0200: > Hi, > > sometimes my laptop was running out of battery while I was working. > To avoid that, I patched apmd(8) to write a emergency message to > syslog(3). Then with this line in syslog.conf I receive a warning > in every xt

apmd battery emergency message

2019-09-20 Thread Alexander Bluhm
Hi, sometimes my laptop was running out of battery while I was working. To avoid that, I patched apmd(8) to write a emergency message to syslog(3). Then with this line in syslog.conf I receive a warning in every xterm. # Everyone gets emergency messages. *.emerg

Re: EFI frame buffer > 4GB

2019-09-20 Thread Mark Kettenis
> Date: Fri, 20 Sep 2019 06:06:40 -0700 > From: Mike Larkin > > On Fri, Sep 20, 2019 at 02:22:13PM +0200, Mark Kettenis wrote: > > > Date: Fri, 20 Sep 2019 02:55:27 -0700 > > > From: Mike Larkin > > > > > > On Fri, Sep 20, 2019 at 01:09:56AM +0900, YASUOKA Masahiko wrote: > > > > Hi, > > > > > >

Re: EFI frame buffer > 4GB

2019-09-20 Thread Mike Larkin
On Fri, Sep 20, 2019 at 02:22:13PM +0200, Mark Kettenis wrote: > > Date: Fri, 20 Sep 2019 02:55:27 -0700 > > From: Mike Larkin > > > > On Fri, Sep 20, 2019 at 01:09:56AM +0900, YASUOKA Masahiko wrote: > > > Hi, > > > > > > I recently got a VAIO Pro PK. The diff below is required to boot. > > > Wi

Re: EFI frame buffer > 4GB

2019-09-20 Thread Mark Kettenis
> Date: Fri, 20 Sep 2019 02:55:27 -0700 > From: Mike Larkin > > On Fri, Sep 20, 2019 at 01:09:56AM +0900, YASUOKA Masahiko wrote: > > Hi, > > > > I recently got a VAIO Pro PK. The diff below is required to boot. > > Without the diff, it freezes during boot. > > > > > Its EFI framebuffer is loca

Re: smtpd handling of \r in DATA part

2019-09-20 Thread Martijn van Duren
On 9/19/19 5:46 PM, Gilles Chehade wrote: > Hello, > > The RFC for SMTP states the following (section 2.3.8): > > In addition, the appearance of "bare" "CR" or "LF" characters in text > (i.e., either without the other) has a long history of causing > problems in mail implementations a

Re: EFI frame buffer > 4GB

2019-09-20 Thread Mike Larkin
On Fri, Sep 20, 2019 at 01:09:56AM +0900, YASUOKA Masahiko wrote: > Hi, > > I recently got a VAIO Pro PK. The diff below is required to boot. > Without the diff, it freezes during boot. > > Its EFI framebuffer is located 0x40 (9 zeros). This is > 4GB > and higher than highest available m

Re: switching between audio devices with no playback interruption

2019-09-20 Thread Alexandre Ratchov
On Tue, Sep 17, 2019 at 09:57:28AM +0200, Alexandre Ratchov wrote: > > > Regarding the race I was talking about, doesn't dev_reopen() close the > > current device before trying to open a new one, possibly finding an > > incompatible device or failing to open it? What happens in this case? > > Af