Re: pf_route pf_pdesc

2016-10-22 Thread Alexandr Nedvedicky
Hello, > > Do we want to go this way? > > You got me thinking how else this might be done. > > Note that union pf_headers is used only to calculate the max size of the > header pull buffer. Its members are never referenced. > > So it may be enough to #define PF_MAXHDR_SIZE 28 in pfvar.h (==

Re: pstat -d fix

2016-10-22 Thread Jeremie Courreges-Anglas
Mark Kettenis writes: > If there is no modifier, we should not go down the "longformat" path. > The amount of breakage is somewhat ABI-dependent, but on armv7 > >pstat -d x ticks > > would print stack garbage. > > ok? ok > > Index: pstat.c >

pstat -d fix

2016-10-22 Thread Mark Kettenis
If there is no modifier, we should not go down the "longformat" path. The amount of breakage is somewhat ABI-dependent, but on armv7 pstat -d x ticks would print stack garbage. ok? Index: pstat.c === RCS file:

Re: snmpd(8): teach how to fork+exec

2016-10-22 Thread Rafael Zalamena
On Sat, Oct 22, 2016 at 08:14:16PM +0200, Jeremie Courreges-Anglas wrote: > Rafael Zalamena writes: > > > On Fri, Oct 21, 2016 at 01:26:36PM +0200, Jeremie Courreges-Anglas wrote: > >> Rafael Zalamena writes: > >> > On Fri, Oct 14, 2016 at 06:47:09PM

Re: snmpd(8): teach how to fork+exec

2016-10-22 Thread Jeremie Courreges-Anglas
Rafael Zalamena writes: > On Fri, Oct 21, 2016 at 01:26:36PM +0200, Jeremie Courreges-Anglas wrote: >> Rafael Zalamena writes: >> > On Fri, Oct 14, 2016 at 06:47:09PM +0200, Rafael Zalamena wrote: >> >> On Mon, Sep 26, 2016 at 03:45:59PM +0200, Rafael

Re: security(8) doesn't know about mailbox locks

2016-10-22 Thread Jeremie Courreges-Anglas
Ingo Schwarze writes: > Hi, > > Philippe Meunier wrote on Fri, Oct 21, 2016 at 12:35:46PM -0400: > >> When cron runs /etc/daily, that script runs df and netstat and the >> output is sent by email to root. On my system, emails to root are >> forwarded to local user meunier

Re: pf_route pf_pdesc

2016-10-22 Thread Alexander Bluhm
On Sat, Oct 22, 2016 at 11:11:59PM +1300, Richard Procter wrote: > So it may be enough to #define PF_MAXHDR_SIZE 28 in pfvar.h (== > sizeof(union pf_headers)), then verify it by a compile-time assert in > pf.c. I think this is better than what we have now and better than a additonal header

Re: acpiec on acer aspire S7 with CURRENT

2016-10-22 Thread Paul Irofti
> I'm not really happy about the use of the static variable in the > resource parsing function. It feels like the aml_parse_resource API > should be changed to pass the resource number to the callback > function. I hated doing that as well, but I was afraid it wouldn't be justified to change the

Re: FreeType 2.7

2016-10-22 Thread Matthieu Herrb
On Sat, Oct 22, 2016 at 02:02:12PM +0200, David Coppa wrote: > On Sat, Oct 22, 2016 at 11:52 AM, Matthieu Herrb wrote: > > On Mon, Oct 10, 2016 at 12:46:41PM +0200, David Coppa wrote: > >> > >> Hi all, > >> > >> Here's the update to FreeType 2.7 (a gzipped diff is also

port of latest libc malloc changes to ld.so

2016-10-22 Thread Otto Moerbeek
Hi, survived a make build on amd64 and armv7 here. Note that canaries are always enabled in ld.so's malloc. ok? -Otto Index: malloc.c === RCS file: /cvs/src/libexec/ld.so/malloc.c,v retrieving revision 1.14 diff -u -p

Re: FreeType 2.7

2016-10-22 Thread David Coppa
On Sat, Oct 22, 2016 at 11:52 AM, Matthieu Herrb wrote: > On Mon, Oct 10, 2016 at 12:46:41PM +0200, David Coppa wrote: >> >> Hi all, >> >> Here's the update to FreeType 2.7 (a gzipped diff is also attached). >> >> The biggest change is that now Subpixel hinting, also known as

Re: pf_route pf_pdesc

2016-10-22 Thread Richard Procter
On Fri, 21 Oct 2016, Alexander Bluhm wrote: > We could put the union pf_headers into a separate header file. > Henning, I hope you don't mind that I used a current license.template > with your old pf_headers code. > > Do we want to go this way? You got me thinking how else this might be done.

Re: FreeType 2.7

2016-10-22 Thread Matthieu Herrb
On Mon, Oct 10, 2016 at 12:46:41PM +0200, David Coppa wrote: > > Hi all, > > Here's the update to FreeType 2.7 (a gzipped diff is also attached). > > The biggest change is that now Subpixel hinting, also known as > ClearType hinting, is enabled by default. > > As usual, a ports bulk build is

Re: malloc canaries for > page sized objects

2016-10-22 Thread Otto Moerbeek
On Thu, Oct 20, 2016 at 01:50:41PM +0200, Otto Moerbeek wrote: > On Thu, Oct 20, 2016 at 11:28:37AM +0200, Otto Moerbeek wrote: > > > On Thu, Oct 20, 2016 at 11:21:26AM +0200, Otto Moerbeek wrote: > > > > > On Thu, Oct 20, 2016 at 11:17:25AM +0200, Otto Moerbeek wrote: > > > > > > > On Thu,

Re: security(8) doesn't know about mailbox locks

2016-10-22 Thread Ingo Schwarze
Hi, Philippe Meunier wrote on Fri, Oct 21, 2016 at 12:35:46PM -0400: > When cron runs /etc/daily, that script runs df and netstat and the > output is sent by email to root. On my system, emails to root are > forwarded to local user meunier using /root/.forward. The forwarding > itself