CVS commit: src/sys

2013-02-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 19 09:04:55 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: emul.c rump.c rump_private.h src/sys/rump/librump/rumpkern/arch/i386: rumpcpu.c src/sys/sys: xcall.h Log Message: Stopgap fix to make

CVS commit: src

2013-02-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 19 10:57:11 UTC 2013 Modified Files: src/etc/etc.evbarm: Makefile.inc src/sys/arch/evbarm/conf: files.integrator std.rpi src/sys/arch/evbarm/ifpga: ifpga.c ifpga_clock.c ifpga_io.c ifpgamem.h

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

2013-02-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 19 10:58:36 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: std.rpi Log Message: Oops. Didn't mean to commit this with previous. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/kern

2013-02-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 19 11:20:17 UTC 2013 Modified Files: src/sys/kern: subr_xcall.c Log Message: Oops, accidently did not commit this part of pooka's change. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src

2013-02-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Feb 19 12:35:43 UTC 2013 Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/bin/clang: Makefile src/external/bsd/llvm/bin/llc: Makefile src/external/bsd/llvm/bin/llvm-mc: Makefile

CVS commit: src/sys/dev/wscons

2013-02-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 19 15:21:08 UTC 2013 Modified Files: src/sys/dev/wscons: wsdisplay_compat_usl.c Log Message: fix a bunch of _IO() ioctl()s to actually work on LP64/BE ( the data pointer is abused to pass an integer, we get a pointer to

CVS commit: src/tests

2013-02-19 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Feb 19 15:30:07 UTC 2013 Modified Files: src/tests: Makefile Removed Files: src/tests: Atffile Log Message: Auto-generate the top-level Atffile. This fixes a problem in MKKYUA=no builds in which the kyua-testers

CVS commit: src/external/bsd/atf

2013-02-19 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Feb 19 15:35:43 UTC 2013 Modified Files: src/external/bsd/atf/lib/libatf-c: Makefile src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/usr.bin/atf-sh: Makefile Log Message: Fix atf version in

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

2013-02-19 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Feb 19 15:58:19 UTC 2013 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: Implement real hardware power-off for DSM-G600 using the ZWC command. It seems that not all microcontrollers support the command,

CVS commit: src/sys/arch/arm/cortina

2013-02-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 19 16:07:23 UTC 2013 Added Files: src/sys/arch/arm/cortina: files.g2 g2_intr.h g2_reg.h Log Message: Start of Cortina CS75xx support. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

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

2013-02-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 19 16:12:36 UTC 2013 Added Files: src/sys/arch/evbarm/conf: GOLDENGATE GOLDENGATE_INSTALL files.goldengate mk.goldengate std.goldengate Log Message: More Cortina CS75xx files. To generate a diff of this

CVS commit: src/usr.bin/mail

2013-02-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 19 17:43:33 UTC 2013 Modified Files: src/usr.bin/mail: fio.c glob.h lex.c Log Message: PR/47577: Steffen Daode Nurpmeso: Keep a resolved folder name together with a display name in order to keep track of current state

CVS commit: src/tools/llvm

2013-02-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Feb 19 18:02:42 UTC 2013 Modified Files: src/tools/llvm: Makefile.inc Log Message: Replace NETBSDSRCDIR with .PARSEDIR based logic here. bsd.own.mk is included too early in the tools build, but not including it fails for

CVS commit: src/tests

2013-02-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Feb 19 21:08:26 UTC 2013 Modified Files: src/tests/dev/cgd: t_cgd.sh src/tests/dev/raidframe: t_raid.sh src/tests/net/route: t_change.sh src/tests/sbin/resize_ffs: common.sh

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

2013-02-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 19 21:16:26 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: GOLDENGATE Log Message: fix CP error To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/GOLDENGATE Please note that diffs

CVS commit: src/tests/kernel

2013-02-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Feb 19 22:44:28 UTC 2013 Modified Files: src/tests/kernel: t_lockf.c Log Message: Replace printf() in child process with a simple write(STDERR_FILNO,...) Thanks, Joerg. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/sys

2013-02-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 19 22:54:03 UTC 2013 Modified Files: src/sys/sys: kernhist.h Log Message: Fix typo. Hi matt. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/sys/kernhist.h Please note that diffs are not public

CVS commit: src/usr.bin/ftp

2013-02-19 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Feb 19 23:29:16 UTC 2013 Modified Files: src/usr.bin/ftp: util.c Log Message: When using the response to SYST to decide whether to default to 'binary' be a lot less specific. Kyocera printers report 230 Linux but really don't

CVS commit: src/sys/net/npf

2013-02-19 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Feb 19 23:57:38 UTC 2013 Modified Files: src/sys/net/npf: npf_mbuf.c Log Message: nbuf_ensure_contig: fix assert (can be equal if there is zero-length mbuf). Found by npftest on sparc64. To generate a diff of this commit:

CVS commit: src/external/bsd/libpcap/include

2013-02-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 20 01:39:02 UTC 2013 Modified Files: src/external/bsd/libpcap/include: config.h Log Message: define HAVE_CLONING_BPF. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/kernel

2013-02-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Feb 20 02:22:48 UTC 2013 Modified Files: src/tests/kernel: t_lockf.c Log Message: Fix the error message handling. Thanks to Christos for noticing. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd

2013-02-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Feb 20 03:57:37 UTC 2013 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd: bsd_VTsw.c Log Message: do ioctl(KDSETMODE) when switching in and out of the Xserver's VT now this works on

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd

2013-02-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Feb 20 04:00:48 UTC 2013 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd: bsd_VTsw.c Log Message: remove debug spam To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/sys/dev/pci

2013-02-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 20 04:40:16 UTC 2013 Modified Files: src/sys/dev/pci: pcidevs Log Message: - Add device IDs for Broadcom BCM57710, BCM57711(E), BCM57712(E) and BCM5719. - Change BCM5720's device ID from 0x1658 to 0x165f. 0x1658 is only