CVS: cvs.openbsd.org: src

2013-05-05 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2013/05/05 22:32:12 Modified files: sys/arch/amd64/amd64: identcpu.c sys/arch/amd64/include: specialreg.h Log message: the use of modern intel performance counter msrs to measure the number of cycle

CVS: cvs.openbsd.org: src

2013-05-05 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2013/05/05 18:23:49 Modified files: lib/librthread/arch/mips64: _atomic_lock.c Log message: If the lock is contended, such that the 'sc' fails, then we need to reset the %2 register with _SPINLOCK_LO

CVS: cvs.openbsd.org: src

2013-05-05 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2013/05/05 18:15:11 Modified files: sys/arch/i386/include: specialreg.h sys/arch/i386/isa: clock.c Log message: the use of modern intel performance counter msrs to measure the number of cycles per s

CVS: cvs.openbsd.org: src

2013-05-05 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/05/05 14:42:53 Modified files: usr.bin/sndiod : dev.c sock.c Log message: Initialize channel ranges of new slots to full sub-device channels. Fixes wrong channel mappings when the client specifies no ch

CVS: cvs.openbsd.org: src

2013-05-05 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2013/05/05 14:41:24 Modified files: lib/libarch/i386: i386_iopl.2 Log message: since i386_{g,s}et_ioperm(2) are the same page, do not list them both in SEE ALSO;

CVS: cvs.openbsd.org: src

2013-05-05 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2013/05/05 13:41:53 Modified files: sys/conf : Tag: OPENBSD_5_3 newvers.sh Log message: switch to -stable suffix, reminded by mitja

CVS: cvs.openbsd.org: src

2013-05-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/05/05 13:28:36 Modified files: share/man/man3 : intro.3 Log message: remove reference to amd64_get_ioperm noticed by jmc

CVS: cvs.openbsd.org: src

2013-05-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/05/05 13:27:23 Modified files: lib/libarch/amd64: Makefile amd64_iopl.2 Removed files: lib/libarch/amd64: amd64_get_ioperm.2 amd64_get_ioperm.c amd64_set_ioperm.c Lo

CVS: cvs.openbsd.org: src

2013-05-05 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2013/05/05 13:25:57 Modified files: sys/arch/amd64/amd64: sys_machdep.c sys/arch/amd64/include: sysarch.h Log message: remove never used get/set ioperm sysarch functions. ok guenther

CVS: cvs.openbsd.org: www

2013-05-05 Thread Nick Holland
CVSROOT:/cvs Module name:www Changes by: n...@cvs.openbsd.org2013/05/05 10:52:39 Modified files: faq: faq4.html Log message: missed 52 -> 53, spotted by Rod Whitworth, thanks!

CVS: cvs.openbsd.org: src

2013-05-05 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2013/05/05 10:45:01 Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: Add a flag to struct client_state (IS_RESPONSIBLE) to record when the first expected RTM_NEWADDR arrives, which signals th

CVS: cvs.openbsd.org: src

2013-05-05 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2013/05/05 08:25:52 Modified files: usr.sbin/rtadvd: rtadvd.c Log message: typo in log message. ok sthen@

CVS: cvs.openbsd.org: src

2013-05-05 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2013/05/05 07:55:36 Modified files: sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c i915_gem_execbuffer.c intel_overlay.c intel_pm.c

CVS: cvs.openbsd.org: src

2013-05-05 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2013/05/05 07:19:00 Modified files: sys/dev/pci/drm/i915: i915_gem.c Log message: Remove a supefluous check.

CVS: cvs.openbsd.org: src

2013-05-05 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2013/05/05 07:02:46 Modified files: sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c Log message: With KMS, the inteldrm_quiesce dance isn't needed anymore. Zap the code.

CVS: cvs.openbsd.org: www

2013-05-05 Thread Darren Tucker
CVSROOT:/cvs Module name:www Changes by: dtuc...@cvs.openbsd.org 2013/05/05 06:56:20 Modified files: . : errata53.html Log message: Add errata entry for vr(4) watchdog bug I added while working on the TX interrupt mitigation changes. Help from sthen@

CVS: cvs.openbsd.org: src

2013-05-05 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2013/05/05 06:30:41 Modified files: sys/dev/pci/drm/i915: i915_drv.c Log message: Remove some #ifdef'ed out code that's never going to get used again.

CVS: cvs.openbsd.org: src

2013-05-05 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2013/05/05 05:05:49 Modified files: sys/dev/pci: Tag: OPENBSD_5_3 if_vr.c Log message: MFC, original by sthen@. remove spurious semicolon at end of if statement in vr_watchdog. from oga@bitrig, ok d

CVS: cvs.openbsd.org: src

2013-05-05 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2013/05/05 03:50:21 Modified files: usr.bin/sndiod : dev.c Log message: Initialize client rate. Fixes crashes when the client doesn't set the rate. Problem reported and analyzed by Dimitri Sokolyuk . Thanks!