CVS: cvs.openbsd.org: src

2009-04-03 Thread Joris Vink
CVSROOT:/cvs Module name:src Changes by: jo...@cvs.openbsd.org 2009/04/03 02:18:44 Modified files: usr.bin/cvs: diff.c Log message: my last commit to diff.c broke diffing in some cases, noticed the hard way here at work. commiting with opencvs, permission by

CVS: cvs.openbsd.org: src

2009-04-03 Thread Artur Grabowski
CVSROOT:/cvs Module name:src Changes by: a...@cvs.openbsd.org2009/04/03 03:29:15 Modified files: sys/kern : kern_sched.c sys/sys: proc.h sched.h Log message: sched_peg_curproc_to_cpu() - function to force a proc to stay on a cpu forever.

CVS: cvs.openbsd.org: src

2009-04-03 Thread Artur Grabowski
CVSROOT:/cvs Module name:src Changes by: a...@cvs.openbsd.org2009/04/03 03:30:15 Modified files: sys/kern : kern_xxx.c Log message: Make sure that sys_reboot runs on the primary cpu. Won't hurt when not needed, but some machines seem to work much better with

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 05:31:36 Modified files: sys/dev/pci/drm: drmP.h drm_irq.c i915_irq.c mga_irq.c radeon_irq.c Log message: Convert DRM_WAIT_ON to take additional parameters, the wmsg for

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 05:34:49 Modified files: sys/dev/pci/drm: i915_irq.c Log message: use i915_pipe_enabled() to test to see if the pipe is lit up, instead of expanding the function in line here.

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 06:25:04 Modified files: sys/dev/pci/drm: radeon_drv.c radeon_drv.h radeon_irq.c Log message: Add a lock to protect races for the software interrupt on radeon chips (vblank is already protected

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 06:41:20 Modified files: sys/dev/pci/drm: mga_drv.c mga_drv.h mga_irq.c mga_state.c Log message: Same as just done for radeon. Add and use a lock for procecting against races when waiting on

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 06:50:27 Modified files: sys/dev/pci/drm: mach64_irq.c Log message: Convert machdrm to not have to user drm_irq_handler. Since the only interrupt we provide is vblank, it's just switching the

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 06:54:24 Modified files: sys/dev/pci/drm: r128_irq.c Log message: Same as just done for machdrm, just convert us over to using our irq handler directly, no fences to worry about right now.

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 07:38:53 Modified files: sys/dev/pci/drm: i915_irq.c Log message: Final irq_lock piece. Switch inteldrm over like radeomdrm and the rest. We already have a lock protecting the irq registers, so

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 07:47:04 Modified files: sys/dev/pci/drm: drmP.h drm_irq.c i915_drv.c i915_drv.h i915_irq.c mach64_drv.c mach64_drv.h mach64_irq.c mga_drv.c

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 07:51:45 Modified files: sys/dev/pci/drm: drmP.h i915_irq.c mach64_irq.c mga_irq.c r128_irq.c radeon_irq.c Log message: kill the stupid DRM_IRQ_ARGS macros and

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 07:56:23 Modified files: sys/dev/pci/drm: drmP.h i915_irq.c mach64_irq.c mga_irq.c r128_irq.c radeon_irq.c Log message: More compat crud bites the dust: Remove the

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 08:01:40 Modified files: sys/dev/pci/drm: i915_irq.c mach64_irq.c mga_irq.c r128_irq.c radeon_irq.c Log message: ${XORGNAME}_driver_irq_handler() is a stupid name for an

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 08:16:23 Modified files: sys/dev/pci/drm: drmP.h drm_drv.c i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c radeon_state.c savage_drv.c

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 08:31:53 Modified files: sys/dev/pci/drm: drmP.h Log message: unused type.

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 08:34:39 Modified files: sys/dev/pci/drm: mga_drv.c Log message: dead function.

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 08:30:57 Modified files: sys/dev/pci/drm: drmP.h drm_drv.c i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 08:34:11 Modified files: sys/dev/pci/drm: i915_drv.h Log message: Dead prototype

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 08:41:23 Modified files: sys/dev/pci/drm: drmP.h i915_dma.c mga_state.c r128_cce.c radeon_cp.c Log message: Change a bunch of printk in commented out debug code into

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 09:04:46 Modified files: sys/dev/pci/drm: drmP.h drm_bufs.c Log message: detypedef drm_buf_entry_t too.

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 08:59:27 Modified files: sys/dev/pci/drm: drmP.h drm_bufs.c Log message: detypedef struct drm_buf from the dma_buffers api. Just because it's dying as soon as I can make it doesn't mean I

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 08:36:24 Modified files: sys/dev/pci/drm: drmP.h Log message: More dead typdefs and defines.

CVS: cvs.openbsd.org: src

2009-04-03 Thread Owain Ainsworth
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2009/04/03 09:22:31 Modified files: sys/dev/pci/drm: drmP.h drm_bufs.c drm_drv.c drm_memory.c i915_drv.h mach64_drv.h mga_drv.h r128_drv.h radeon_cp.c

CVS: cvs.openbsd.org: www

2009-04-03 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:www Changes by: tob...@cvs.openbsd.org 2009/04/03 10:26:36 Modified files: . : translation-explained.html translation.html Log message: The translation server has been moved to steelix.bsdfrog.org after access to steelix.kd85.com

CVS: cvs.openbsd.org: www

2009-04-03 Thread Austin Hook
CVSROOT:/cvs Module name:www Changes by: aus...@cvs.openbsd.org 2009/04/03 11:37:57 Modified files: . : orders.html Log message: Softpro needs sameday shipping orders before noon.

CVS: cvs.openbsd.org: src

2009-04-03 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2009/04/03 17:18:11 Modified files: sbin/disklabel : editor.c Log message: Bring comment into line with other docs. -E(dit) is not just for new labels.

CVS: cvs.openbsd.org: src

2009-04-03 Thread Jacob Meuser
CVSROOT:/cvs Module name:src Changes by: jake...@cvs.openbsd.org 2009/04/03 20:59:39 Modified files: sys/dev/pci: azalia.c Log message: - make sure codec-nsense_pins is initilized to 0 - don't mix use of const and non-const pointers problem noted by Jordi Beltran

CVS: cvs.openbsd.org: src

2009-04-03 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2009/04/03 21:22:30 Modified files: sys/dev/ic : mfi.c Log message: scrub more fields in the ccb when returning them to the free list after theyve been used, in particular the mfi header flags which has

CVS: cvs.openbsd.org: src

2009-04-03 Thread Can Erkin Acar
CVSROOT:/cvs Module name:src Changes by: cana...@cvs.openbsd.org 2009/04/03 21:29:53 Modified files: usr.bin/systat : pftop.c Log message: Fix the byte order of the rule field in state view. Reported by Kamil Mielcarek