CVS: cvs.openbsd.org: src

2015-12-27 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2015/12/27 22:49:15 Modified files: sys/dev/ic : re.c rtl81x9reg.h sys/dev/pci: if_re_pci.c Log message: Rework re_start and re_txeof to only check the producer/consumer ring positio

CVS: cvs.openbsd.org: src

2015-12-27 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/12/27 22:21:53 Modified files: sys/dev: rnd.c Log message: use ulmin when looking at uio_resid to prevent wrapping around. from Martin Natano (and also reported by Stefan Kempf)

CVS: cvs.openbsd.org: src

2015-12-27 Thread Joerg Jung
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/12/27 13:54:53 Modified files: sys/dev/isa: asmc.c Log message: set sensor type later on init

CVS: cvs.openbsd.org: src

2015-12-27 Thread Joerg Jung
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/12/27 13:42:33 Modified files: sys/dev/isa: asmc.c Log message: fold for loops back into a wait function in a similar manner as acpiec does

CVS: cvs.openbsd.org: src

2015-12-27 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2015/12/27 13:39:51 Modified files: sbin/fdisk : mbr.c Log message: Use 'standard' gpt_chk_mbr() to check for protective MBR.

CVS: cvs.openbsd.org: src

2015-12-27 Thread Joerg Jung
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/12/27 13:26:55 Modified files: sys/dev/isa: asmc.c Log message: rename kbdled to backlight and mention chip model in comment

CVS: cvs.openbsd.org: src

2015-12-27 Thread Joerg Jung
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/12/27 13:17:39 Modified files: sys/dev/isa: asmc.c Log message: extra taskq is gone, so also remove the no longer needed init variable

CVS: cvs.openbsd.org: src

2015-12-27 Thread Joerg Jung
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/12/27 13:05:05 Modified files: sys/dev/isa: asmc.c Log message: simplify and unify keyboard backlight hooks, doing the same kassert instead of for-loop as acpithinkpad does

CVS: cvs.openbsd.org: src

2015-12-27 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/12/27 12:39:28 Modified files: distrib/sgi/ramdisk: install.md Log message: Remove stray '}'.

CVS: cvs.openbsd.org: src

2015-12-27 Thread Joerg Jung
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/12/27 12:50:14 Modified files: sys/dev/isa: asmc.c Log message: with Mark's fix in previous commit the extra taskq for delayed initialization and updates is no longer needed and can be removed, so s

CVS: cvs.openbsd.org: src

2015-12-27 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2015/12/27 12:33:26 Modified files: bin/ksh: main.c Log message: Tweak comment: we now always make a copy of argv. ok halex@

CVS: cvs.openbsd.org: src

2015-12-27 Thread Robert Peichaer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2015/12/27 11:42:11 Modified files: distrib/miniroot: install.sub install.sh Log message: Refactor and move disk initialization code from install.sh to a separate function configure_disk() in install.sub. b

CVS: cvs.openbsd.org: src

2015-12-27 Thread Michael McConville
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2015/12/27 10:51:19 Modified files: usr.bin/less : ch.c Log message: Put macro arg in parentheses. ok nicm@

Re: CVS: cvs.openbsd.org: src

2015-12-27 Thread Theo Buehler
On Sun, Dec 27, 2015 at 09:36:07AM -0700, Theo Buehler wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org2015/12/27 09:36:07 > > Modified files: > sys/kern : kern_pledge.c > > Log message: > Add missing #include "audio.h". Fixes sndiod pledge is

CVS: cvs.openbsd.org: src

2015-12-27 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2015/12/27 09:36:07 Modified files: sys/kern : kern_pledge.c Log message: Add missing #include "audio.h". Fixes sndiod pledge issue reported by timo.myyra () wickedbsd ! net, thanks! While there, remo

CVS: cvs.openbsd.org: src

2015-12-27 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2015/12/27 09:31:08 Modified files: distrib/sgi/iso: Makefile distrib/sgi/ramdisk: install.md etc/etc.sgi: Makefile.inc Added files: sys/arch/sgi/conf: GENERIC-IP27.MP Log mess

CVS: cvs.openbsd.org: src

2015-12-27 Thread Alexander Hall
CVSROOT:/cvs Module name:src Changes by: ha...@cvs.openbsd.org 2015/12/27 02:24:00 Modified files: bin/ksh: main.c Log message: unconditionally duplicate the argv array on initialization, to make it resilient against being altered by a subsequent shift operation

CVS: cvs.openbsd.org: xenocara

2015-12-27 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/12/27 02:16:53 Modified files: lib/libdrm : Makefile.am Makefile.in configure configure.ac xf86drm.c xf86drm.h xf86drmMode.c lib/libdrm/amdgpu: Makefile.in amdg

CVS: cvs.openbsd.org: xenocara

2015-12-27 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/12/27 02:18:03 Modified files: . : 3RDPARTY Log message: update

CVS: cvs.openbsd.org: xenocara

2015-12-27 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2015/12/27 01:58:26 Log message: Import libdrm 2.4.65 Status: Vendor Tag: libdrm Release Tags: libdrm_2_4_65 C xenocara/lib/libdrm/Makefile.am C xenocara/lib/libdrm/co