> 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
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: /data/mirror/openbsd/cvs/src/usr.sbin/sys
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.
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 co
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 an interface (thanks to @Tedu f
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
contri
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 fallout than build pr