Re: right/ tzdata files (was ports@ Re: (Mozilla) Thunderbird time zone issue)

2019-10-26 Thread Nick Holland
On 2019-10-26 09:32, Mark Kettenis wrote: >> From: "Todd C. Miller" >> Date: Sat, 26 Oct 2019 06:55:02 -0600 >> >> On Sat, 26 Oct 2019 12:15:33 +0100, Stuart Henderson wrote: >> >> > The way these files are supposed to work is that you set the system >> > clock to the time with leap-seconds incl

top: help: + resets P as well

2019-10-26 Thread Klemens Nanni
The manual already mentions it. OK? Index: display.c === RCS file: /cvs/src/usr.bin/top/display.c,v retrieving revision 1.60 diff -u -p -r1.60 display.c --- display.c 8 Oct 2019 07:26:59 - 1.60 +++ display.c 26 Oct 2019

Re: glxgears(1): measure fps with monotonic clock

2019-10-26 Thread Mark Kettenis
> Date: Sat, 26 Oct 2019 12:40:24 -0500 > From: Scott Cheloha > > ok? I don't think this warrants keeping local diffs and making future updates harder. If you think this is worth it, get this changed upstream and ask matthieu@ to update the app. Cheers, Mark > Index: glxgears.c > ===

glxgears(1): measure fps with monotonic clock

2019-10-26 Thread Scott Cheloha
ok? Index: glxgears.c === RCS file: /cvs/xenocara/app/glxgears/glxgears.c,v retrieving revision 1.2 diff -u -p -r1.2 glxgears.c --- glxgears.c 13 Jul 2014 09:47:57 - 1.2 +++ glxgears.c 26 Oct 2019 17:36:30 - @@ -42,11 +

HTTP Cache-Control headers via httpd.conf(5)

2019-10-26 Thread mp1009
Running httpd(8) since quite a while, I'm missing an easy way to configure type dependent HTTP cache-control headers. As I consider running relayd(8) solely for that purpose kind of overkill (and I know I'm not the only one out there who thinks that way), here is a little proposal for cache-contro

Re: right/ tzdata files (was ports@ Re: (Mozilla) Thunderbird time zone issue)

2019-10-26 Thread Mark Kettenis
> From: "Todd C. Miller" > Date: Sat, 26 Oct 2019 06:55:02 -0600 > > On Sat, 26 Oct 2019 12:15:33 +0100, Stuart Henderson wrote: > > > The way these files are supposed to work is that you set the system > > clock to the time with leap-seconds included (UTC+leap, or TAI-10) and > > copy the entir

Re: right/ tzdata files (was ports@ Re: (Mozilla) Thunderbird time zone issue)

2019-10-26 Thread Todd C . Miller
On Sat, 26 Oct 2019 12:15:33 +0100, Stuart Henderson wrote: > The way these files are supposed to work is that you set the system > clock to the time with leap-seconds included (UTC+leap, or TAI-10) and > copy the entire "right" set of files to the main zoneinfo directory > (upstream provides them

right/ tzdata files (was ports@ Re: (Mozilla) Thunderbird time zone issue)

2019-10-26 Thread Stuart Henderson
Moving to tech: On 2019/10/25 23:45, Christian Weisgerber wrote: > Nick Holland: > > > I live in EST5EDT. (actually, I normally use > >/usr/share/zoneinfo/right/US/Michigan ) > ^ > I suspect this to be the trigger for your problem. You have put > yourself into

Re: vmctl: start: Require one interface at minimium with -i

2019-10-26 Thread Klemens Nanni
On Sat, Oct 26, 2019 at 10:18:21AM +, Reyk Floeter wrote: > - Do you want to prevent "-i 0" and "interfaces 0" as it is equal to > not specifying these options at all or do you want to prevent vmd from > even running a VM without interfaces? The first; VMs without network must be possible.

Re: vmctl: start: Require one interface at minimium with -i

2019-10-26 Thread Reyk Floeter
On Sat, Oct 26, 2019 at 12:57:56AM +0200, Klemens Nanni wrote: > It makes no sense to allow zero interfaces; either a positive count is > given or -i is omitted entirely. vm.conf(5) does not allow interface > configuration that results in zero interfaces either. > > $ doas vmctl start -Li0

Re: [PATCH 0/3] mg fixes

2019-10-26 Thread Quentin Rameau
Hi, > Here are three patches fixing small issues in configuration handling. > I hope the patch format is ok for the list, thanks for your time! Just making sure those weren't lost during the release period.