Re: add getrun for rcctl(8)

2019-02-17 Thread Antoine Jacoutot
On Fri, Feb 15, 2019 at 02:50:22PM +0900, YASUOKA Masahiko wrote: > On Fri, 15 Feb 2019 14:45:14 +0900 (JST) > YASUOKA Masahiko wrote: > > The diff adds "getrun" command for rcctl(8) which shows the daemon > > variables from the running daemon. > > > > ok? comment? > > Sorry, previous diff is

Re: update xserver dri2 pci_ids

2019-02-17 Thread Mark Kettenis
> Date: Sun, 17 Feb 2019 22:13:51 +1100 > From: Jonathan Gray > > The modesetting driver uses this when picking a dri driver. > > Update to the latest ids in Mesa. > > Equivalent to xserver git with a patch to add some more Intel ids >

Re: httpd(8): add support for FastCGI parameters

2019-02-17 Thread Florian Obser
On Tue, Feb 12, 2019 at 05:02:47PM +0200, Paul Irofti wrote: > Hi, > > This patch adds support for FastCGI parameters. > Grammar change is very simple. > > fastcgi param NAME VALUE > > Example: > %-- > server

update xserver dri2 pci_ids

2019-02-17 Thread Jonathan Gray
The modesetting driver uses this when picking a dri driver. Update to the latest ids in Mesa. Equivalent to xserver git with a patch to add some more Intel ids https://marc.info/?l=freedesktop-xorg-devel=154939183126418=2 and a patch I just sent to the xorg-devel list to sync radeonsi ids with

Re: update xserver dri2 pci_ids

2019-02-17 Thread Matthieu Herrb
On Sun, Feb 17, 2019 at 10:13:51PM +1100, Jonathan Gray wrote: > The modesetting driver uses this when picking a dri driver. > > Update to the latest ids in Mesa. > > Equivalent to xserver git with a patch to add some more Intel ids > https://marc.info/?l=freedesktop-xorg-devel=154939183126418=2

lldb - detect retguard prologue

2019-02-17 Thread Todd Mortimer
The diff below teaches the lldb assembly inspector to skip over the retguard instrumentation when traversing function prologues. ok? diff --git a/gnu/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp

Re: strptime: %e and leading space

2019-02-17 Thread Theo de Raadt
Ted Unangst wrote: > > I do believe it should be possible to round trip data through these functions > with the same format string. > On that basis alone, I concur.

Re: add getrun for rcctl(8)

2019-02-17 Thread YASUOKA Masahiko
Hi, On Sun, 17 Feb 2019 10:55:11 +0100 Antoine Jacoutot wrote: > On Fri, Feb 15, 2019 at 02:50:22PM +0900, YASUOKA Masahiko wrote: >> On Fri, 15 Feb 2019 14:45:14 +0900 (JST) >> YASUOKA Masahiko wrote: >> > The diff adds "getrun" command for rcctl(8) which shows the daemon >> > variables from

strptime: %e and leading space

2019-02-17 Thread Klemens Nanni
strftime(3) has a clear distinction between "%e" and "%d": %dis replaced by the day of the month as a decimal number (01-31). %eis replaced by the day of month as a decimal number (1-31); single digits are preceded by a blank. Whereas strptime(3), being the

Re: strptime: %e and leading space

2019-02-17 Thread Ted Unangst
Klemens Nanni wrote: > I came across this thanks to a nicely detailed bug report about > mail/isync's `CopyArrivalDate' feature, which uses strptime(3). Quote: > > The IMAP protocol specifies a date format beginning with a > day-of-month space-padded to two characters. The %d

scan_ffs minimal ufs2

2019-02-17 Thread gwes
Fixed 2 bugs: size output was in bytes not DEV_BSIZE blocks would not find fs with fs_frag == 4096 Added: recognize UFS2 Index: scan_ffs.c === RCS file: /cvs/src/sbin/scan_ffs/scan_ffs.c,v retrieving revision 1.21 diff -u

Re: minor changes to isakmpd(8)

2019-02-17 Thread Jason McIntyre
On Sat, Feb 16, 2019 at 02:35:08AM +, Sevan Janiyan wrote: > Use an It tag to label the additional steps referred to at the beginning > of step 2: > "This step, as well as the next one, needs to be done for every peer. > Furthermore the last step will need to be done once for each ID you want