CVS: cvs.openbsd.org: src

2013-10-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/10/11 16:31:24 Modified files: sys/arch/aviion/stand/a2coff: a2coff.c Log message: When converting an ELF file, create a dummy non-empty (8 byte) .data section, for older PROM will fail to load BCS bina

CVS: cvs.openbsd.org: src

2013-10-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2013/10/11 14:38:39 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 md.aviion md.hp300 md.hppa md.hppa64 md.i38

CVS: cvs.openbsd.org: src

2013-10-11 Thread Lawrence Teo
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2013/10/11 14:22:16 Removed files: regress/usr.bin/pcc: Makefile regress/usr.bin/pcc/ccom: Makefile arith001.c const001.c darray001.c enum001.c init001.c

CVS: cvs.openbsd.org: src

2013-10-11 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2013/10/11 13:33:20 Modified files: usr.sbin/ntpd : ntpd.c Log message: improve ntpctl argv parsing

CVS: cvs.openbsd.org: www

2013-10-11 Thread Nick Holland
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2013/10/11 12:50:20 Modified files: . : 54.html Log message: there's no gcc 2.95.4. there is s/5.3/5.4/, though. Figured out by miod@

CVS: cvs.openbsd.org: src

2013-10-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2013/10/11 08:00:18 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Add initial RTL8106E and RTL8168G/8111G support. An earlier version didn't seem to work on a machine bmercer@ had access to

CVS: cvs.openbsd.org: src

2013-10-11 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2013/10/11 06:44:13 Modified files: sys/kern : tty.c tty_pty.c Log message: poll(2) on a closed tty should return POLLIN|POLLHUP in revents when events is set to POLLIN and POLLHUP when events is set t

CVS: cvs.openbsd.org: src

2013-10-11 Thread Gerhard Roth
CVSROOT:/cvs Module name:src Changes by: gerh...@cvs.openbsd.org 2013/10/11 04:58:42 Modified files: sys/net: pf.c Log message: Prevent non-data packets from being dropped. ok bluhm@ mikeb@

CVS: cvs.openbsd.org: src

2013-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/11 02:07:12 Modified files: usr.bin/tmux : server-client.c Log message: Don't leak file descriptors in the rare MSG_VERSION case. From Chris Johnsen.

CVS: cvs.openbsd.org: src

2013-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/11 02:06:03 Modified files: usr.bin/tmux : cmd-unbind-key.c Log message: Remove stray return, from Chris Johnsen.

CVS: cvs.openbsd.org: src

2013-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/11 02:03:44 Modified files: usr.bin/tmux : format.c Log message: And get it right this time... don't leak if it is an empty string either.

CVS: cvs.openbsd.org: src

2013-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/11 02:01:29 Modified files: usr.bin/tmux : format.c Log message: Don't free the pane name by accident.

CVS: cvs.openbsd.org: src

2013-10-11 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2013/10/11 01:34:50 Modified files: sys/dev/pci: ichiic.c Log message: match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP) tested by RD Thrush on Lynx Point