Re: malloc.c: better double free check

2017-09-24 Thread Daniel Micay
> In the end all double frees still will be caught by the actual free > code, just with a delay. The delayed free buffer double free check is > just a way of catching it as soon as possible to make debugging > easier. That's the reason the originla code could just do the check > on the slot being

sendsyslog ioctl LIOCSFD documentation

2017-09-24 Thread Alexander Bluhm
Hi, After my talk about syslog at eurobsdcon, I was asked to add more documentation how the syslogd(8) side of sendsyslog(9) works. ok? bluhm Index: usr.sbin/syslogd/syslogd.c === RCS file:

Re: [patch] ftp(1): change mtime for http/https links

2017-09-24 Thread Jesper Wallin
On Sat, Sep 23, 2017 at 11:50:46PM +0200, Jesper Wallin wrote: > Woups, seems like I managed to break ftp(1) in the installer due to > pledge being a bit too tight. Here is an updated version of the patch > and with Philips changes as well. ...and hopefully a final version, sorry for the noise.

[patch] vmd.c: Keep the ownership when rebooting a VM

2017-09-24 Thread Jesper Wallin
Hi all, If a machine is configured in vm.conf to have the owner of a regular user, the ownership of the machine is lost upon reboot and root becomes the new owner. When restarting the machine, the tty is kept open and the permissions of the tty are untouched. The user can therefore access the

Re: hostname.if5 patch

2017-09-24 Thread Tom Smyth
Please Disgrgard this patch request I have sent an alternate non Mime Formatted one Thanks On 23 September 2017 at 14:16, Tom Smyth wrote: > Hello Lads, > > I have submitted a proposed patch for hostname.if5 to show a user how > to do Point to Point Addressing on

[patch] hostname.if5 additional info on point to point addressing

2017-09-24 Thread Tom Smyth
Hello lads, and ladies, I have included some extra info on point to point addressing on interfaces in OpenBSD thanks @tedu for the blog post that helpd me learn how to do point to point addressing (non Broadcast) on Openbsd and @theo @ingo for pointing me in the right direction on man page

Re: UPDATE: freetype 2.8.1

2017-09-24 Thread David Coppa
On Wed, Sep 20, 2017 at 7:06 PM, David Coppa wrote: > > Here's the update to FreeType-2.8.1. > > I don't know if there's enough time to have it in for 6.2. Just catching up with icb logs... i'm uncomfortable with updating freetype at this point. i'm more afraid of runtime

Re: malloc.c: better double free check

2017-09-24 Thread Otto Moerbeek
On Sat, Sep 23, 2017 at 05:19:58PM -0400, Daniel Micay wrote: > On Sat, 2017-09-23 at 09:32 +0200, Otto Moerbeek wrote: > > On Fri, Sep 22, 2017 at 04:35:39PM -0400, Daniel Micay wrote: > > > > > A linear search works well for the current small quarantine (16) but > > > won't work > > > well if