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

2013-01-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 15 04:48:15 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/string: strcat_arm.S Log Message: Add missing ! on str To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/arm/string/strca

CVS commit: src/sys/dev/usb

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 15 04:02:57 UTC 2013 Modified Files: src/sys/dev/usb: ehci.c Log Message: fix printf formats To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 src/sys/dev/usb/ehci.c Please note that diffs are not public

CVS commit: src/distrib/utils/embedded/conf

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 15 03:56:20 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: rpi.conf Log Message: make autosizing work (kind of) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/embedded/conf/rpi

CVS commit: src/sys/external/bsd/ipf/netinet

2013-01-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 15 03:39:17 UTC 2013 Modified Files: src/sys/external/bsd/ipf/netinet: ip_fil_netbsd.c Log Message: Fix off-by-one read error. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/ipf/netinet

CVS commit: src/share/man/man4

2013-01-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 15 03:28:18 UTC 2013 Modified Files: src/share/man/man4: drm.4 Log Message: not sure how my name ended up in the list of authors here To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/drm

CVS commit: src/distrib/utils/embedded

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 15 03:26:28 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage src/distrib/utils/embedded/conf: rpi.conf Log Message: first step at autosizing, still does not work. To generate a diff of this commit:

CVS commit: src/sys/dev/usb

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 15 03:24:00 UTC 2013 Modified Files: src/sys/dev/usb: ehci.c Log Message: don't use kprintf() directly, it does not lock so it just garbles the output. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 sr

CVS commit: src/distrib/utils/embedded/conf

2013-01-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 15 02:51:10 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: beagleboard.conf Log Message: set kerneldir= to the path used by build.sh To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/ut

CVS commit: src/distrib/utils/embedded

2013-01-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 15 02:50:08 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage Log Message: expand set name to path when checking to see if the tgz exists To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/distr

CVS commit: src/distrib/sets

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 15 02:46:41 UTC 2013 Modified Files: src/distrib/sets: checkflist Log Message: make metalog files trully optional (don't print errors when they don't exist) To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

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

2013-01-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 15 02:04:04 UTC 2013 Added Files: src/common/lib/libc/arch/arm/string: strchr_arm.S Log Message: Add an ARM optimized version of strchr. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/common/lib/libc/arch/ar

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

2013-01-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 15 02:03:31 UTC 2013 Added Files: src/common/lib/libc/arch/arm/string: strchr_naive.S strrchr_naive.S Log Message: Add simple/small versions of strchr/strrchr for ARM. To generate a diff of this commit: cvs rdiff -u -r0 -r

CVS commit: othersrc/external/bsd/netdiff/bin/cmp

2013-01-14 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jan 15 02:02:54 UTC 2013 Modified Files: othersrc/external/bsd/netdiff/bin/cmp: Makefile Log Message: proper test for case-insensitive netcmp(1). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 othersrc/externa

CVS commit: othersrc/external/bsd/netdiff/dist

2013-01-14 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jan 15 01:57:56 UTC 2013 Modified Files: othersrc/external/bsd/netdiff/dist: cmp.c diff_subr.c diffreg.c netdiff.h Log Message: No need for a flags argument to the cmp_file() function. Check that fp isn't NULL b

CVS commit: othersrc/external/bsd/netdiff

2013-01-14 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jan 15 01:49:23 UTC 2013 Modified Files: othersrc/external/bsd/netdiff/bin: Makefile Added Files: othersrc/external/bsd/netdiff/bin/cmp: Makefile f1 f2 othersrc/external/bsd/netdiff/dist: cmp.c Log Message: A

CVS commit: othersrc/external/bsd/netdiff

2013-01-14 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Jan 15 01:46:04 UTC 2013 Modified Files: othersrc/external/bsd/netdiff/bin: Makefile othersrc/external/bsd/netdiff/dist: diff_subr.c diffreg.c netdiff.h netwdiff.1 netwdiff.c Log Message: Add support to n

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

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 15 00:25:33 UTC 2013 Modified Files: src/distrib/sets/lists/xserver: md.evbarm Log Message: more drivers To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/xserver/md.evbarm Please note

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

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 14 22:30:14 UTC 2013 Modified Files: src/distrib/sets/lists/xserver: md.alpha md.amd64 md.bebox md.cats md.dreamcast md.evbarm md.evbmips md.ews4800mips md.hp300 md.hpcarm md.hpcmips md.hpcsh md.i3

CVS commit: src/usr.sbin/makemandb

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 14 21:26:25 UTC 2013 Modified Files: src/usr.sbin/makemandb: apropos-utils.c apropos-utils.h apropos.c Log Message: - move the terminal handling in apropos-utils.c since htmp and pager are also handled there. - underli

CVS commit: src/lib/librumpuser

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 21:04:15 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser.c Log Message: Use the /proc way for counting host cores on Cygwin. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/librumpuser/rump

CVS commit: src/lib/librumpuser

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 21:00:17 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser_dl.c rumpuser_port.h rumpuser_pth.c rumpuser_sp.c sp_common.c Log Message: Support Cygwin as a hypervisor. To generate a diff of this commit:

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

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 14 20:30:01 UTC 2013 Added Files: src/distrib/sets/lists/comp: md.evbarm.armeb Log Message: fix debug build. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/comp/md.evbarm.armeb Please

CVS commit: src/distrib/sets

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 14 20:29:26 UTC 2013 Modified Files: src/distrib/sets: makeflist Log Message: there is no -X flag To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/distrib/sets/makeflist Please note that diffs are not

CVS commit: src/sys/rump/net/lib/libshmif

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 20:21:33 UTC 2013 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: fix debug printf formats To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/rump/net/lib/libshmif/if_shmem.c

CVS commit: src/etc

2013-01-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 14 20:05:43 UTC 2013 Modified Files: src/etc: Makefile Log Message: Support a release build restricted to ALL_KERNELS. This file was missed by the first commit. To generate a diff of this commit: cvs rdiff -u -r1.401 -r

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

2013-01-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 14 19:15:14 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/string: memset_arm.S Log Message: Fix two typos To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/arm/string/memset_arm.S

CVS commit: src/sys/dev/usb

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 14 18:24:14 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.627 -r1.628 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.628 -r1.629 s

CVS commit: src/sys/dev/usb

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 14 18:24:05 UTC 2013 Modified Files: src/sys/dev/usb: udl.c usbdevs Log Message: PR/47447: YAMASHIRO, Jun: New device id for udl(4) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/udl.c cvs

CVS commit: src/usr.sbin/makemandb

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 14 18:04:58 UTC 2013 Modified Files: src/usr.sbin/makemandb: Makefile apropos.c Log Message: Fix the #ifdef NOTYET, namely use the terminal standout mode to highlight the search terms. To generate a diff of this commit

CVS commit: src/usr.sbin/makemandb

2013-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 14 18:01:59 UTC 2013 Modified Files: src/usr.sbin/makemandb: Makefile apropos-utils.c makemandb.c Log Message: Since mdocml decided to name headers that conflict with system ones (term.h) move the header inclusion one up

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

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 16:52:35 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.249 -r1.250 src/sys/rump/librump/rumpkern/rump.c Please note that diffs

CVS commit: src/sys/rump/librump

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 16:50:54 UTC 2013 Modified Files: src/sys/rump/librump/rumpdev: rump_dev.c src/sys/rump/librump/rumpnet: rump_net.c Log Message: Remove routines which don't make sense (maybe they're some intermediate phase of th

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

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 16:48:08 UTC 2013 Modified Files: src/sys/rump/librump/rumpnet: rump_net.c Log Message: Set networking soft interrupt vectors earlier, just in case interface component initialization causes network traffic to be received

CVS commit: src/sys/rump/librump

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 16:45:47 UTC 2013 Modified Files: src/sys/rump/librump/rumpdev: rump_dev.c src/sys/rump/librump/rumpkern: rump.c rump_private.h vm.c src/sys/rump/librump/rumpnet: rump_net.c rump_net_private.h src/

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

2013-01-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 14 16:36:15 UTC 2013 Added Files: src/common/lib/libc/arch/arm/string: strcat_naive.S Log Message: Add a simple version of strcat. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/common/lib/libc/arch/arm/stri

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

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 16:35:06 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Add some asserts to component initialization. To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 src/sys/rump/librump/ru

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 16:00:49 UTC 2013 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: ... but make sure to unset empty before it's used as an empty variable. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 15:50:18 UTC 2013 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: Make this work with xpg4/sh where "for x in;" is an error. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 sr

CVS commit: src/tests/lib/libposix

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 13:37:58 UTC 2013 Modified Files: src/tests/lib/libposix: Makefile Log Message: Use TESTS_SUBDIRS instead of SUBDIR to make these actually run. Also, fixes build with /usr/xpg4/bin/sh To generate a diff of this commit:

CVS commit: src

2013-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 14 13:02:59 UTC 2013 Modified Files: src: build.sh Log Message: Scrub TERMINFO from host env lest it leaks into libterminfo build. To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 src/build.sh Please note

CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 14 12:28:11 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: autoconf.c device.h Log Message: Use unsigned for device address. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/luna68k/st

CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 14 12:17:17 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: autoconf.c device.h Log Message: Remove hp300 specific select code and use proper hw address to match device. To generate a diff of this commit: cvs

CVS commit: src/distrib/utils/embedded

2013-01-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 14 12:12:19 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage Log Message: move 'trap' after command args are parsed To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/distrib/utils/embedded/mki

CVS commit: src/sys/arch/luna68k/stand/boot

2013-01-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 14 11:59:18 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: autoconf.c device.h Log Message: Remove unused hw_id and hw_id2 members from device info. They are valid only on hp300. To generate a diff of this co

CVS commit: src/distrib/utils/embedded/conf

2013-01-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 14 11:32:40 UTC 2013 Added Files: src/distrib/utils/embedded/conf: beagleboard.conf Log Message: add mkimage config for generating beagleboard images To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/distri

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

2013-01-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 14 11:23:49 UTC 2013 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c Log Message: copy boot args so they dont get clobbered later, fixes root= on beagleboard To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2013-01-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 14 11:00:06 UTC 2013 Modified Files: src/doc: CHANGES Log Message: Note hp300 sti(4) at sgc driver ported by kiyohara@ from OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.1781 -r1.1782 src/doc/CHANGES Ple

CVS commit: src/sys/arch/alpha/include

2013-01-14 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Jan 14 10:46:14 UTC 2013 Modified Files: src/sys/arch/alpha/include: param.h Log Message: Copy the ALPHA_PGSHIFT value into the non-_KERNEL branch. Fixes the build. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 s

CVS commit: src/etc/etc.luna68k

2013-01-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 14 09:23:45 UTC 2013 Modified Files: src/etc/etc.luna68k: ttys Log Message: Add an entry for wscons ttyE0. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/etc/etc.luna68k/ttys Please note that diffs are

CVS commit: src/etc/etc.luna68k

2013-01-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 14 09:15:58 UTC 2013 Modified Files: src/etc/etc.luna68k: MAKEDEV.conf Log Message: Tweak ramdisk devices. - create sd2 and sd3 for external SCSI disks on LUNA-II - ipty (2 ptys) is enough for sysinst rather than opty (