Re: Fewer ip{_6,}forwart_rt

2016-04-17 Thread Martin Pieuchot
On 11/04/16(Mon) 15:29, Martin Pieuchot wrote: > Instead of rtfree(9)ing the cached route after using it, if it is a > multipath one, free it before. > > Ok? Anyone? > Index: netinet/ip_input.c > === > RCS file: /cvs/src/sys/netinet

Re: httpd: $DOCUMENT_URI macro fix for FastCGI

2016-04-17 Thread Tim Baumgard
> Christopher Zimmermann wrote: > > Tim Baumgard wrote: >> The current behavior is redundant since SCRIPT_NAME, which is in the >> RFC, and DOCUMENT_URI are always set to the same thing. > > That's not always the case. DOCUMENT_URI is SCRIPT_NAME ^ PATH_INFO. > If you want the original URI, you c

Re: smu(4) fan speed

2016-04-17 Thread Marcus Glocker
On Sun, Apr 17, 2016 at 11:33:18PM +0200, Olivier Cherrier wrote: > With this diff, the fans go at their maximun speed and stay like that: > $ sysctl hw.sensors > hw.sensors.smu0.temp0=31.75 degC (CPU T-Diode) > hw.sensors.smu0.fan0=4018 RPM (System Fan) > hw.sensors.smu0.f

Re: smu(4) fan speed

2016-04-17 Thread Olivier Cherrier
On Sun, Apr 17, 2016 at 07:27:39AM +0200, mar...@nazgul.ch wrote: > Thanks for pointing this out. But my issue here happens even one step > before, when the driver can't set the initial unmanage/safe/average > value because on my machine this property is called 'safe-value' instead > of 'unmanage-

Re: use libtls in ldapd

2016-04-17 Thread Jonathan Matthew
On Sun, Apr 10, 2016 at 04:36:15PM +1000, Jonathan Matthew wrote: > A while back (s2k15?), reyk@ suggested I take a look at converting ldapd to > use > libtls rather than the openssl api. Today I finally got around to it, > resulting in the diff below. Most of the diff just removes ssl.c and > s

sparc64 pmap diff

2016-04-17 Thread Mark Kettenis
Ran into an interesting problem with the sparc64 pmap bootstrapping code. Early on, we ask the firmware what physical memory is available. Later we use this memory to set up the kernel page tables, kernel stack and per-cpu data structures. We explicitly tell the firmware about the mappings of th

Re: libedit: delete vi-histedit editor command

2016-04-17 Thread Todd C. Miller
On Sun, 17 Apr 2016 01:34:40 +0200, Ingo Schwarze wrote: > in vi command mode, libedit provides the editor command > vi-histedit (bound to the 'v' key by default) to fork and > exec vi(1) on the line being edited. That is pretty much > pointless in the first place because the line can just as > w

Re: arm: new FDT-enabled mainbus

2016-04-17 Thread Mark Kettenis
> Date: Sun, 10 Apr 2016 20:49:48 +0200 > From: Patrick Wildt > > > > /* > > > - * void mainbusattach(struct device *parent, struct device *self, void > > > *aux) > > > + * Usually you should be able to attach devices in the order > > > + * specified in the device tree. Due to how a few driver

Re: httpd: minor documentation fix for HSTS

2016-04-17 Thread Jason McIntyre
On Thu, Apr 14, 2016 at 12:10:19PM -0500, Tim Baumgard wrote: > The "hsts" option isn't allowed to be nested within a "location" > option. See parse.y:572. > that looks correct. but i think alias and tls should also be in the list. anyone want to confirm? jmc Index: httpd.conf.5 ===

Re: intro.2 mention of pledge(2)

2016-04-17 Thread Jason McIntyre
On Fri, Apr 15, 2016 at 12:26:44PM -0400, Rob Pierce wrote: > Does this make sense? > > Rob > seems reasonable to me - just committed. jmc > Index: intro.2 > === > RCS file: /cvs/src/lib/libc/sys/intro.2,v > retrieving revision 1.6