diff: setpgid.2: no pgid argument

2014-05-24 Thread Abel Abraham Camarillo Ojeda
There is no pgid argument in the SYNOPSIS: patch inline and attached. Index: setpgid.2 === RCS file: /cvs/src/lib/libc/sys/setpgid.2,v retrieving revision 1.14 diff -u -p -r1.14 setpgid.2 --- setpgid.2 8 May 2013 14:19:44 -

Re: PC-122 keyboard

2014-05-24 Thread Miod Vallat
Is this the correct way to go about adding a sub-keymap to place the VT switch commands on dedicated keys? Yes, this ought to work. You'll need to run `make includes' and recompile sbin/kbd and/or sbin/wsconsctl for them to grok `.term122' as a keymap suffix. Miod

Re: pckbd volume keys (part 1), diff to test

2014-05-24 Thread Remi Locherer
On Fri, May 23, 2014 at 12:42:31PM +0200, Alexandre Ratchov wrote: On Wed, Apr 30, 2014 at 01:06:48AM +0200, Alexandre Ratchov wrote: This diff attempts to unify volume keys; it makes pckbd and ukbd volume keys behave like all other volume keys (acpithinkpad, acpiasus, macppc/abtn and

X Font Service Protocol Erratum

2014-05-24 Thread Ted Unangst
From http://www.openbsd.org/errata55.html: X Font Service Protocol Font metadata file handling issues in libXfont CVE-2014-0209: integer overflow of allocations in font metadata file parsing CVE-2014-0210: unvalidated length fields when parsing xfs protocol replies CVE-2014-0211:

[patch] libssl malloc check for NULL

2014-05-24 Thread Chris Hettrick
Hi tech@ Here are some missing checks for NULL after malloc(). Index: libssl/src/apps/apps.c === RCS file: /cvs/src/lib/libssl/src/apps/apps.c,v retrieving revision 1.52 diff -u -p -r1.52 apps.c --- libssl/src/apps/apps.c 23