CVS commit: src/sys/dev/hpc/apm

2009-03-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Mar 30 06:22:25 UTC 2009 Modified Files: src/sys/dev/hpc/apm: apmdev.c apmvar.h Log Message: Split device_t and softc, use aprint_*, rename/reformat stuff to minimize diffs to dev/apm/apm.c (even at the cost of uglification). Te

CVS commit: src/sys/dev/hpc

2009-03-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Mar 30 06:17:40 UTC 2009 Modified Files: src/sys/dev/hpc: hpcapm.c Log Message: Fix battery_state vs. battery_flags confusion. Fill all fields of struct apm_power_info in hpcapm_get_powstat. To generate a diff of this commit: c

CVS commit: src/external/mit/xorg/server/drivers

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 30 02:01:11 UTC 2009 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-radeon: Makefile src/external/mit/xorg/server/drivers/xf86-video-radeonhd: Makefile Log Message: - add X11FLAGS.DRI. - prepare for r

CVS commit: src/sys/rump/librump/rumpkern

2009-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 30 02:01:09 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: need getnanouptime not getmicrouptime To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/rump/librump/rumpkern/

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 30 01:51:40 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_vm.c Log Message: apply from sys/dev: revision 1.17 date: 2009/03/29 19:50:17; author: mrg; state: Exp; lines: +7 -7 drm_addmap(): - for _DRM

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 30 01:48:31 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_fops.c Log Message: XXX: drm_close_pid() went away, and the hack i tried to avoid it XXX: ended up looping forever. replace it with a hack that

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 30 01:47:36 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c Log Message: - set dev->device to the device_t - fix a DEBUG message - apply from sys/dev: revision 1.20 date: 2009/01/18 10:04:35; autho

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 30 01:45:42 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c Log Message: apply from sys/dev: revision 1.11 date: 2009/03/29 19:50:17; author: mrg; state: Exp; lines: +9 -6 drm_addmap(): - for _D

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 30 01:44:41 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pci.c Log Message: - apply from sys/dev: revision 1.14 date: 2009/03/29 19:39:10; author: mrg; state: Exp; lines: +4 -3 include the size in a

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 30 01:42:20 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h Log Message: - apply from sys/dev: revision 1.33 date: 2009/03/29 17:00:50; author: mrg; state: Exp; lines: +12 -4 add a comment explainin

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 30 01:38:21 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c Log Message: apply from sys/dev: revision 1.12 date: 2009/03/29 19:37:25; author: mrg; state: Exp; lines: +9 -3 XXX: for now, add

CVS commit: src/sys/rump/librump/rumpkern

2009-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 30 00:31:59 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: one more timeval -> timespec line To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/rump/librump/rumpkern/emul

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 29 23:46:34 UTC 2009 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_irq.c Log Message: fix a device_t-ification. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm/dist/bsd-cor

CVS commit: src/sys/rump/librump/rumpkern

2009-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 29 20:59:18 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Catch up with kernel changes To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/rump/librump/rumpkern/emul.c P

CVS commit: src/sys/dev/drm

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 29 19:50:17 UTC 2009 Modified Files: src/sys/dev/drm: drm_bufs.c drm_vm.c Log Message: drm_addmap(): - for _DRM_CONSISTENT mappings, keep the handle. - use DRM_HANDLE_NEEDS_MASK() drm_mapbufs(): - use DRM_HANDLE_NEEDS_MASK()

CVS commit: src/sys/dev/pci/drm

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 29 19:39:50 UTC 2009 Modified Files: src/sys/dev/pci/drm: drm_pciids.h Log Message: add a radeon-x1550 (works as well as other rv5xx i guess.) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/drm/

CVS commit: src/sys/dev/drm

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 29 19:39:10 UTC 2009 Modified Files: src/sys/dev/drm: drm_pci.c Log Message: include the size in a falled allocation message. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/drm/drm_pci.c Please n

CVS commit: src/sys/dev/pci/drm

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 29 19:37:25 UTC 2009 Modified Files: src/sys/dev/pci/drm: radeon_cp.c Log Message: XXX: for now, add the DRM_NETBSD_HANDLE2ADDR() hack in a few places. update a debug message. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys

2009-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 29 19:21:20 UTC 2009 Modified Files: src/sys/compat/common: kern_time_50.c src/sys/compat/linux/common: linux_misc.c src/sys/compat/linux32/common: linux32_unistd.c src/sys/compat/netbsd32: netbsd3

CVS commit: src

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 29 18:33:57 UTC 2009 Modified Files: src: UPDATING Log Message: add a note about needing to rebuild i386 toolchain To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/UPDATING Please note that diffs are not

CVS commit: src/sys/rump/librump/rumpkern

2009-03-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 29 18:22:08 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern misc_stub.c rump.c Log Message: include subr_evcnt To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/rump/librump/r

CVS commit: src/sys/kern

2009-03-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 29 18:21:06 UTC 2009 Modified Files: src/sys/kern: subr_evcnt.c Log Message: protect allevents list with a mutex To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/kern/subr_evcnt.c Please note that diff

CVS commit: src/sys/kern

2009-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 29 17:54:12 UTC 2009 Modified Files: src/sys/kern: sys_sig.c Log Message: - use itimespecfix to detect invalid timespecs - use tstohz instead of mstohz to prevent overflow. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/i386/conf

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 29 17:06:01 UTC 2009 Modified Files: src/sys/arch/i386/conf: MONOLITHIC Log Message: delete COMPAT_43 that is now in GENERIC To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/i386/conf/MONOLITHIC Ple

CVS commit: src/sys/dev/drm

2009-03-29 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 29 17:00:50 UTC 2009 Modified Files: src/sys/dev/drm: drmP.h Log Message: add a comment explaining DRM_NETBSD_ADDR2HANDLE/DRM_NETBSD_HANDLE2ADDR: * This hack strips the top bit from amd64 addresses, which avoid * udv_attac

CVS commit: xsrc/external/mit/xf86-video-ati/dist/src

2009-03-29 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Mar 29 16:56:31 UTC 2009 Modified Files: xsrc/external/mit/xf86-video-ati/dist/src: radeon_dri.c radeon_driver.c Log Message: use %lx instead of %x for a few varaiables that may be 64 bit. also match plain old PCI cards. with

CVS commit: [netbsd-4] src

2009-03-29 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Mar 29 16:42:42 UTC 2009 Modified Files: src/distrib/sets/lists/base [netbsd-4]: mi src/doc [netbsd-4]: CHANGES-4.1 Log Message: Apply patch, requested by msaitoh as part of ticket #1284: distrib/sets/lists/bas

CVS commit: src/sys/kern

2009-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 29 16:23:23 UTC 2009 Modified Files: src/sys/kern: sys_sig.c Log Message: PR/41094: Matteo Beccati: sigtimedwait returns EAGAIN instead of EINVAL if timeout is invalid To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/dev/pci

2009-03-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Mar 29 16:22:17 UTC 2009 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add workaround for 82543GC. We need to force speed and duplex on the MAC equal to what the PHY speed and duplex configuration is. Fixes PR#36430.

CVS commit: src/usr.sbin/puffs/mount_psshfs

2009-03-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 29 16:06:54 UTC 2009 Modified Files: src/usr.sbin/puffs/mount_psshfs: node.c Log Message: Save errno before descending to cleanup gehennom. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/usr.sbin/puffs/

CVS commit: src/etc

2009-03-29 Thread Perry E. Metzger
Module Name:src Committed By: perry Date: Sun Mar 29 16:04:15 UTC 2009 Modified Files: src/etc: daily Log Message: add ptyfs to the list of file systems that don't get put into the nightly df listing To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/etc/d

CVS commit: src/sys/arch/i386/conf

2009-03-29 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 29 15:45:08 UTC 2009 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: Unfuck compat some more To generate a diff of this commit: cvs rdiff -u -r1.930 -r1.931 src/sys/arch/i386/conf/GENERIC Please note that diffs

CVS commit: src/sys/kern

2009-03-29 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 29 15:23:54 UTC 2009 Modified Files: src/sys/kern: init_main.c Log Message: Remove debug code from previous. To generate a diff of this commit: cvs rdiff -u -r1.385 -r1.386 src/sys/kern/init_main.c Please note that diffs ar

CVS commit: src/sys/rump

2009-03-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 29 14:56:00 UTC 2009 Modified Files: src/sys/rump: TODO Log Message: remove entries which are done To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/TODO Please note that diffs are not public domai

CVS commit: src/distrib/sets/lists/base

2009-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 29 14:25:39 UTC 2009 Modified Files: src/distrib/sets/lists/base: mi Log Message: add firmware for iwl 5000 To generate a diff of this commit: cvs rdiff -u -r1.800 -r1.801 src/distrib/sets/lists/base/mi Please note th

CVS commit: src/external/intel-fw-public/iwl5000

2009-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 29 14:22:25 UTC 2009 Modified Files: src/external/intel-fw-public/iwl5000: Makefile Log Message: s/4.../5000/ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/intel-fw-public/iwl5000/Makefile P

CVS commit: src/distrib/alpha/instkernel/ramdisk

2009-03-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 29 12:19:43 UTC 2009 Modified Files: src/distrib/alpha/instkernel/ramdisk: list Log Message: Remove gnu/usr.bin from SRCDIRS. No necessary files there since we have got non-GPLed src/usr.bin/gzip. To generate a diff of

CVS commit: src/share/man/man9

2009-03-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Mar 29 11:26:05 UTC 2009 Modified Files: src/share/man/man9: kmem_alloc.9 Log Message: Spelling. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/kmem_alloc.9 Please note that diffs are not publi

CVS commit: src/sys/arch/i386/i386

2009-03-29 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 29 10:58:54 UTC 2009 Modified Files: src/sys/arch/i386/i386: machdep.c Log Message: Make i386 use banner(). amd64 not converted yet as it seems to trip into a bug in format_bytes(). To generate a diff of this commit: cvs rdi

CVS commit: src/sys

2009-03-29 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 29 10:58:28 UTC 2009 Modified Files: src/sys/kern: init_main.c src/sys/sys: systm.h Log Message: Add a cental banner() function to print the copyright and version info. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2009-03-29 Thread Andrew Doran
port amd -uu [christos 20090320] + kmem_alloc(9): Add more extensive runtime debugging facilities. + [ad 20090329]

CVS commit: src

2009-03-29 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 29 10:51:54 UTC 2009 Modified Files: src/share/man/man9: kmem_alloc.9 src/sys/kern: subr_kmem.c src/sys/uvm: files.uvm Added Files: src/sys/uvm: uvm_kmguard.c uvm_kmguard.h Log Message: kernel memory gu

CVS commit: src/sys/ufs/ffs

2009-03-29 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 29 10:29:00 UTC 2009 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c ffs_vnops.c Log Message: fsync: - atime updates were not being synced. ffs_sync: - In some cases the sync vnode was acting like now dead /usr/sbin/update.

CVS commit: src

2009-03-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 29 10:12:32 UTC 2009 Modified Files: src/distrib/alpha/instkernel/ramdisk: dot.profile list src/sys/arch/alpha/conf: INSTALL Log Message: Remove kernfs and use dmesg(8) on alpha INSTALL kernel. To generate a dif

CVS commit: src/lib/libpthread

2009-03-29 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 29 09:30:05 UTC 2009 Modified Files: src/lib/libpthread: pthread.c src/lib/libpthread/arch/i386: pthread_md.c pthread_md.h Log Message: - Make the threadreg code use _lwp_setprivate() instead of MD hooks. XXX This m

CVS commit: src/sys

2009-03-29 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Mar 29 09:24:53 UTC 2009 Modified Files: src/sys/arch/amd64/include: types.h src/sys/arch/i386/include: types.h src/sys/arch/x86/x86: sys_machdep.c src/sys/kern: sys_lwp.c src/sys/sys: cpu.h Log Mes

CVS commit: src/bin/sh

2009-03-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Mar 29 08:55:27 UTC 2009 Modified Files: src/bin/sh: sh.1 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/bin/sh/sh.1 Please note that diffs are not public domain; they ar

CVS commit: src/bin/csh

2009-03-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Mar 29 08:54:10 UTC 2009 Modified Files: src/bin/csh: csh.1 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/bin/csh/csh.1 Please note that diffs are not public domain; the

CVS commit: src/sys/rump/include/rump

2009-03-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 29 07:56:56 UTC 2009 Modified Files: src/sys/rump/include/rump: rump_syscalls.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/rump/include/rump/rump_syscalls.h Please note that

CVS commit: src/sys/kern

2009-03-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 29 07:56:20 UTC 2009 Modified Files: src/sys/kern: makesyscalls.sh Log Message: Include some headers to make rump_syscalls.h self-contained. (not strictly correct wrt portability, but there are bigger fish to saltgrill in t

CVS commit: src/sys/dev/ic

2009-03-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 29 07:33:53 UTC 2009 Modified Files: src/sys/dev/ic: hme.c Log Message: Don't assume all RX packets have VLAN headers even if vlanif is configured. Instead, always check ether_type and use appropriate offsets to adjust th

CVS commit: src/sys/dev/sbus

2009-03-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 29 07:24:56 UTC 2009 Modified Files: src/sys/dev/sbus: zx.c Log Message: Get width, height, and linebytes values from prom_getpropint(). To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/sbus/zx.

CVS commit: src/sys/arch/sparc/stand

2009-03-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 29 07:19:40 UTC 2009 Modified Files: src/sys/arch/sparc/stand: Makefile.buildboot Log Message: Use to create machine and ${MACHINE_ARCH} symlinks. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/a