CVS commit: src/sys/dev

2011-01-22 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sat Jan 22 08:13:47 UTC 2011 Modified Files: src/sys/dev/mii: atphy.c src/sys/dev/pci: if_ale.c Log Message: Fixes from PR kern/44395 Masanori Kanaoka: - Fix register address in ale_phy_reset(). from linux - Fix mask value

CVS commit: src/sys/sys

2011-01-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jan 22 09:40:51 UTC 2011 Modified Files: src/sys/sys: systm.h Log Message: move outside of _KERNEL since the bulk of the previous change depends upon "device_t" being defined. fixes sparc/stand build. To generate a diff of th

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

2011-01-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jan 22 10:37:23 UTC 2011 Modified Files: src/sys/arch/sparc/sparc: intr.c Log Message: XXX: in strayintr() don't print about stray zs inters in MP case. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/a

CVS commit: src/sys/arch

2011-01-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 22 10:57:08 UTC 2011 Modified Files: src/sys/arch/hp700/hp700: genassym.cf locore.S src/sys/arch/hp700/include: cpu.h src/sys/arch/hppa/hppa: trap.S Log Message: Fix MULTIPROCESSOR curlwp/curcpu handling.

CVS commit: src/sys/lib/libkern/arch/hppa

2011-01-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 22 10:58:44 UTC 2011 Modified Files: src/sys/lib/libkern/arch/hppa: bcopy.S Log Message: Fix MULTIPROCESSOR curlwp/curcpu handling... missed in previous commit. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.1

CVS commit: src/sys/compat/ndis

2011-01-22 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Jan 22 12:06:51 UTC 2011 Modified Files: src/sys/compat/ndis: nbcompat.h Log Message: Fix build of ndiscvt(8). Not sure what broke it in the first place. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/co

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

2011-01-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jan 22 12:13:26 UTC 2011 Modified Files: src/sys/arch/sparc/sparc: cpu.c Log Message: convert xpmsg_lock to IPL_SCHED. the old spl/simple_lock code ran at splsched(), and this significantly helps with stability under load when r

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

2011-01-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 22 13:13:46 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Add a comment explaning why uvm_reclaim_hook is not currently necessary for rump. XXX: strictly speaking, the zfs implementation does no

CVS commit: src

2011-01-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 22 13:41:22 UTC 2011 Modified Files: src/lib/librumpuser: rumpuser_sp.c sp_common.c src/sys/rump/include/rump: rumpuser.h src/sys/rump/librump/rumpkern: rump.c Log Message: In case sys_reboot() was called by

CVS commit: src/usr.bin/rump_halt

2011-01-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 22 13:43:08 UTC 2011 Modified Files: src/usr.bin/rump_halt: rump.halt.c Log Message: Check sys_reboot() return value now that it's possible. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/rump_hal

CVS commit: src/sys/arch/x86/x86

2011-01-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 22 14:01:28 UTC 2011 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Fix wrong function names in messages by using __func__. PR kern/44431 To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys

CVS commit: src/lib/librumpuser

2011-01-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 22 14:18:55 UTC 2011 Modified Files: src/lib/librumpuser: rumpuser_daemonize.c Log Message: shush lint To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/librumpuser/rumpuser_daemonize.c Please note that

CVS commit: src/lib/librumpuser

2011-01-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 22 14:22:10 UTC 2011 Modified Files: src/lib/librumpuser: rumpuser.c Log Message: happiness is a quiet lint To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/librumpuser/rumpuser.c Please note that di

CVS commit: src/sys/arch/mips/mips

2011-01-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 22 14:47:21 UTC 2011 Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Whitespace nits. To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232 src/sys/arch/mips/mips/mips_machdep.c Please not

CVS commit: src/sys/fs/udf

2011-01-22 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 22 14:51:43 UTC 2011 Modified Files: src/sys/fs/udf: udf_subr.c Log Message: Lookup the physical partition backing up the logical one when searching for the metadata partition overlap for BD-R. Fixes a kernel panic on mo

CVS commit: src/sys/dev

2011-01-22 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sat Jan 22 15:14:28 UTC 2011 Modified Files: src/sys/dev/pci: chipsfb.c files.pci genfb_pci.c machfb.c pm2fb.c r128fb.c radeonfb.c tga.c unichromefb.c vga_pci.c voodoofb.c voyagerfb.c wcfb.c src/sys/

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2011-01-22 Thread Christoph Egger
Module Name:xsrc Committed By: cegger Date: Sat Jan 22 15:18:57 UTC 2011 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: Implement pci_device_is_boot_vga() for NetBSD using new WSDISPLAYIO_GET_BUSID ioctl. This lets Xorg start on machine

CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/common

2011-01-22 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sat Jan 22 15:21:37 UTC 2011 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/common: Makefile Log Message: Define HAVE_PCI_DEVICE_IS_BOOT_VGA. Makes Xorg use of pci_device_is_boot_vga. First discussed with mac

CVS commit: src/lib/libc/gen

2011-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 22 16:24:44 UTC 2011 Modified Files: src/lib/libc/gen: glob.c Log Message: remove stray printf. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/glob.c Please note that diffs are not publ

CVS commit: src/sys/net

2011-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 22 16:54:48 UTC 2011 Modified Files: src/sys/net: bpf.c Log Message: fix comment To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/sys/net/bpf.c Please note that diffs are not public domain; they are

CVS commit: src/sys/dev/ic

2011-01-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 22 16:59:27 UTC 2011 Modified Files: src/sys/dev/ic: com.c Log Message: Revert part of changes in rev 1.298: - it breaks cobalt's serial console as mentioned in PR port-cobalt/44292 - MCR_PRESCALE doesn't affect unless

CVS commit: src/sys/arch/amiga/dev

2011-01-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 22 17:10:21 UTC 2011 Modified Files: src/sys/arch/amiga/dev: com_supio.c Log Message: Adjust sc_frequency in MD attachment as quirks. It is not applicable to all 1665x variants. XXX: It looks IOBlix board actually has 22

CVS commit: src/sys/arch/mips/mips

2011-01-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 22 17:31:31 UTC 2011 Modified Files: src/sys/arch/mips/mips: locore.S Log Message: Fix a fatal typo that causes TLB miss panic in MachFPInterrupt(). Reported in followups of PR port-cobalt/44292. To generate a diff of t

CVS commit: src/sys/fs/udf

2011-01-22 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 22 18:02:18 UTC 2011 Modified Files: src/sys/fs/udf: udf_subr.c Log Message: A not rewritable disc can be pseudo-overwritable. A pseudo-overwritable disc can overwrite its logical volume integrity sequence so no need to m

CVS commit: src/sys/dev/mii

2011-01-22 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sat Jan 22 18:26:12 UTC 2011 Modified Files: src/sys/dev/mii: atphy.c Log Message: fix comment. from PR kern/44395 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/mii/atphy.c Please note that diffs are n

CVS commit: src/sys/netinet6

2011-01-22 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 22 18:26:36 UTC 2011 Modified Files: src/sys/netinet6: frag6.c Log Message: When deleting a fragment header use the simple copy operation only if it fits completely into the mbuf. To generate a diff of this commit: cvs

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

2011-01-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 22 18:33:25 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: inverse inversely incorrect comment To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/sys/rump/librump/rumpkern/rum

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

2011-01-22 Thread Adam Hoka
Module Name:xsrc Committed By: ahoka Date: Sat Jan 22 18:57:36 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-intel/dist/src: i830_bios.c Log Message: add an ifndef __linux__ requested by mrg To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/e

CVS commit: src/sys/arch/hppa/hppa

2011-01-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 22 19:10:17 UTC 2011 Modified Files: src/sys/arch/hppa/hppa: lock_stubs.S Log Message: First attempt at MP _lock_cas. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hppa/hppa/lock_stubs.S Plea

CVS commit: src/sys/net

2011-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 22 19:12:58 UTC 2011 Modified Files: src/sys/net: bpf.c Log Message: undo previous. Read the diff wrong. To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/net/bpf.c Please note that diffs are not

CVS commit: src/sys/arch/hppa/hppa

2011-01-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 22 19:21:40 UTC 2011 Modified Files: src/sys/arch/hppa/hppa: db_interface.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hppa/hppa/db_interface.c Please note that di

CVS commit: src/sys/arch/hppa/hppa

2011-01-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 22 19:25:01 UTC 2011 Modified Files: src/sys/arch/hppa/hppa: db_interface.c Log Message: Have the register number and usage available. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hppa/hppa/d

CVS commit: src/sys/arch/hp700/hp700

2011-01-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 22 19:27:44 UTC 2011 Modified Files: src/sys/arch/hp700/hp700: genassym.cf Log Message: Make __SIMPLELOCK_RAW_UNLOCKED available. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/hp700/hp700/gena

CVS commit: src/usr.sbin/ldpd

2011-01-22 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Sat Jan 22 19:35:01 UTC 2011 Modified Files: src/usr.sbin/ldpd: socketops.c Log Message: use SLIST_FOREACH_SAFE when deleting a peer in loop To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/ldpd/socketops

CVS commit: src/sys/arch

2011-01-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 22 19:35:48 UTC 2011 Modified Files: src/sys/arch/hp700/hp700: genassym.cf src/sys/arch/hppa/hppa: db_interface.c db_machdep.c kgdb_hppa.c trap.S src/sys/arch/hppa/include: frame.h Log Message: Save CR24 and

CVS commit: src/usr.sbin/ldpd

2011-01-22 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Sat Jan 22 19:46:46 UTC 2011 Modified Files: src/usr.sbin/ldpd: socketops.c Log Message: avoid advertising 0/8 transport address (conforming RFC1122 Section 3.2.1.3) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 sr

CVS commit: src/sys/arch/hppa/hppa

2011-01-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jan 22 20:24:48 UTC 2011 Modified Files: src/sys/arch/hppa/hppa: db_interface.c Log Message: A couple more registers and their common usage. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hppa/hppa

CVS commit: src/sys/compat/netbsd32

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jan 22 20:51:21 UTC 2011 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: Fix c&p error. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/compat/netbsd32/netbsd32_ioctl.c Please note

CVS commit: src/sys

2011-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 22 20:54:44 UTC 2011 Modified Files: src/sys/kern: init_sysctl.c src/sys/sys: sysctl.h Log Message: Use the L_ flags instead of the P_ flags for lwps. To generate a diff of this commit: cvs rdiff -u -r1.175 -r1

CVS commit: src/bin/ps

2011-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 22 20:55:58 UTC 2011 Modified Files: src/bin/ps: print.c Log Message: Make printing of lwp flags similar to the process one, identifying (O)nproc (K)ernel threads and scheduler (a)ctivations. To generate a diff of this

CVS commit: src/bin/ps

2011-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 22 21:09:52 UTC 2011 Modified Files: src/bin/ps: print.c Log Message: fix previous. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src/bin/ps/print.c Please note that diffs are not public domain; they

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

2011-01-22 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Sat Jan 22 21:15:16 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-intel/dist/src/xvmc: intel_xvmc.c intel_xvmc.h Log Message: stop screaming: s/DEBUG/debug/g To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jan 22 22:26:10 UTC 2011 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_fs.c src/sys/nfs: nfsmount.h Log Message: Add the ability to mount NFS filesystems in COMPAT_NETBSD32 If in the kernel and NFS_ARGS_ON

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-01-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Jan 23 01:32:08 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: dsk.c globals.h printf.c Added Files: src/sys/arch/sandpoint/stand/altboot: newvers.sh version Log Message: - add "ll" modifier to printf

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-01-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Jan 23 02:08:24 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: printf.c Log Message: fix a failure in the sign extension consideration. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/ar

CVS commit: src/sys/dev/pci

2011-01-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 23 03:15:06 UTC 2011 Modified Files: src/sys/dev/pci: if_nfe.c Log Message: Pull the following fix from OpenBSD: http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_nfe.c#rev1.97 >> Some nfe(4)/rlphy(4) combos don't

CVS commit: src/lib/csu/mips

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 23 06:25:58 UTC 2011 Modified Files: src/lib/csu/mips: crt0.c Log Message: Use uintptr_t instead of u_long. When fetching argc use off the stack, use *(long *) instead of *(int *) because on mips64 BE system, that int defere

CVS commit: src/lib/libc/gmon

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 23 06:27:32 UTC 2011 Modified Files: src/lib/libc/gmon: Makefile.inc Log Message: Instead of testing for all mips variants, just use MACHINE_CPU. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gm

CVS commit: src/lib/libkvm

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 23 06:28:53 UTC 2011 Modified Files: src/lib/libkvm: kvm_mips.c Log Message: Teach libkvm how kernel virtual memory is laided on 64-bit MIPS kernels. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/li

CVS commit: src/gnu/dist/gcc4/gcc

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 23 06:29:53 UTC 2011 Modified Files: src/gnu/dist/gcc4/gcc: config.gcc Log Message: Default mips64 to softfloat. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/gnu/dist/gcc4/gcc/config.gcc Please note t

CVS commit: src/gnu/usr.bin/gcc4/arch

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 23 06:31:39 UTC 2011 Modified Files: src/gnu/usr.bin/gcc4/arch/mips64eb: defs.mk tm.h src/gnu/usr.bin/gcc4/arch/mips64el: defs.mk tm.h Log Message: mips64 gcc now defaults to soft-float To generate a diff of this c

CVS commit: src/common/lib/libc/arch/mips/string

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 23 06:47:14 UTC 2011 Modified Files: src/common/lib/libc/arch/mips/string: ffs.S Log Message: Add a new O(log(2) implementation. On mips32/mips64, use clz/dclz. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 23 06:50:54 UTC 2011 Modified Files: src: build.sh Log Message: Add arc64 alias To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243 src/build.sh Please note that diffs are not public domain; they are subject t

CVS commit: src/sys/kern

2011-01-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 23 07:30:07 UTC 2011 Modified Files: src/sys/kern: tty.c Log Message: Change ^T/SIGINFO to print the PC/CPU# or PC instead of "running"/"runable" if a port provide LWP_PC. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-01-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Jan 23 07:41:38 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile main.c version Removed Files: src/sys/arch/sandpoint/stand/altboot: newvers.sh Log Message: switch to use newvers_stand.sh as su