CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-24 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 25 07:59:03 UTC 2012 Added Files: src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp Log Message: document the status of usbmp branch. major remaining tasks: - port slhci, adm5120 usb and rump usb host controllers [*] - implement

CVS commit: src/sys/arch/x68k/x68k

2012-02-24 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Feb 25 02:43:08 UTC 2012 Modified Files: src/sys/arch/x68k/x68k: pmap_bootstrap.c Log Message: Reserve more bootstrap kernel PT pages if options EXTENDED_MEMORY is defined for VA allocation in the extended memory probe functi

CVS commit: src/sys/arch/amd64/amd64

2012-02-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 25 00:13:28 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: bios32.c Log Message: Avoid empty loop bodies. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/amd64/amd64/bios32.c Please note th

CVS commit: src/dist/nvi

2012-02-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 25 00:13:00 UTC 2012 Modified Files: src/dist/nvi/ex: ex_tag.c src/dist/nvi/vi: vs_msg.c Log Message: Don't use loops with empty body. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/dist/nvi/ex/

CVS commit: src/external/gpl3/gdb/dist/gdb

2012-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 24 22:41:12 UTC 2012 Modified Files: src/external/gpl3/gdb/dist/gdb: objfiles.c Log Message: PR/46068: Fix symbol loading on i386 kernels. On i386 lma != vma and gdb7 depends on them being != to detect overlays and avoid

CVS commit: src/usr.bin/ftp

2012-02-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Feb 24 19:53:31 UTC 2012 Modified Files: src/usr.bin/ftp: fetch.c Log Message: subtracting two pointers yields ptrdiff_t, so cast it to int. To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.197 src/usr.bin/ftp/fetch.

CVS commit: src/usr.bin/ftp

2012-02-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Feb 24 19:40:49 UTC 2012 Modified Files: src/usr.bin/ftp: fetch.c Log Message: When given an URL that contains "://" but is not recognised, print an error message. Now "ftp https://foo/bar"; prints ftp: Unsupported URL sche

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

2012-02-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 24 18:45:20 UTC 2012 Modified Files: src/sys/arch/hp700/stand/mkboot: mkboot.c src/sys/arch/hp700/stand/xxboot: iplsum.c main.c readufs.h Log Message: More u_intXX_t -> uintXX_t Same code before and after. To gen

CVS commit: src/sys/dev/ic

2012-02-24 Thread Michael L. Hitch
Module Name:src Committed By: mhitch Date: Fri Feb 24 18:04:51 UTC 2012 Modified Files: src/sys/dev/ic: ld_cac.c Log Message: Reserve a CCB for the driver. Stops the annoying cac0: unable to alloc CCB messages. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.

CVS commit: src/lib/libquota

2012-02-24 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Feb 24 18:00:09 UTC 2012 Modified Files: src/lib/libquota: quota_oldfiles.c Log Message: Check if fstab file exists before trying to parse it, to avoid warnings from {get,set}fsent() functions if missing. dholland ok. To gen

CVS commit: [netbsd-5] src/doc

2012-02-24 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Fri Feb 24 17:59:26 UTC 2012 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Ticket #1728 To generate a diff of this commit: cvs rdiff -u -r1.1.2.140 -r1.1.2.141 src/doc/CHANGES-5.2 Please note that diffs are not

CVS commit: [netbsd-5] src/sys/dev/raidframe

2012-02-24 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Fri Feb 24 17:58:45 UTC 2012 Modified Files: src/sys/dev/raidframe [netbsd-5]: rf_reconmap.c rf_reconstruct.c Log Message: Pull up the following revisions(s) (requested by oster in ticket #1728): sys/dev/raidframe/rf_rec

CVS commit: [netbsd-6] src/doc

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 17:50:35 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket #24. To generate a diff of this commit: cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-6.0 Please note that diffs are not public

CVS commit: [netbsd-6] src/external/bsd/pkg_install/dist

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 17:50:18 UTC 2012 Modified Files: src/external/bsd/pkg_install/dist/add [netbsd-6]: perform.c src/external/bsd/pkg_install/dist/lib [netbsd-6]: version.h Removed Files: src/external/bsd/pkg_install/dist/admi

CVS commit: [netbsd-5] src/doc

2012-02-24 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Fri Feb 24 17:45:53 UTC 2012 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Ticket #1730 To generate a diff of this commit: cvs rdiff -u -r1.1.2.139 -r1.1.2.140 src/doc/CHANGES-5.2 Please note that diffs are not

CVS commit: [netbsd-5] src/sys/arch/xen/xen

2012-02-24 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Fri Feb 24 17:45:29 UTC 2012 Modified Files: src/sys/arch/xen/xen [netbsd-5]: if_xennet_xenbus.c Log Message: Pull up the following revisions(s) (requested by bouyer in ticket #1730): sys/arch/xen/xen/if_xennet_xenbus.c:

CVS commit: [netbsd-5] src/doc

2012-02-24 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Fri Feb 24 17:30:24 UTC 2012 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Ticket #1729 To generate a diff of this commit: cvs rdiff -u -r1.1.2.138 -r1.1.2.139 src/doc/CHANGES-5.2 Please note that diffs are not

CVS commit: [netbsd-5] src/sys/arch

2012-02-24 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Fri Feb 24 17:29:32 UTC 2012 Modified Files: src/sys/arch/x86/x86 [netbsd-5]: pmap.c src/sys/arch/xen/x86 [netbsd-5]: x86_xpmap.c Log Message: Pull up the following revisions(s) (requested by bouyer in ticket #1729):

CVS commit: [netbsd-6] src/doc

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 17:19:14 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket 48 To generate a diff of this commit: cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-6.0 Please note that diffs are not public do

CVS commit: [netbsd-6] src

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 17:18:58 UTC 2012 Modified Files: src/external/bsd/acpica/bin/iasl [netbsd-6]: Makefile src/sys/external/bsd/acpica/dist/include [netbsd-6]: acapps.h Log Message: Pull up following revision(s) (requested by go in t

CVS commit: [netbsd-6] src/doc

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 17:00:02 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket 47. To generate a diff of this commit: cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-6.0 Please note that diffs are not public d

CVS commit: [netbsd-6] src/sys/arch/hp700/hp700

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 16:57:35 UTC 2012 Modified Files: src/sys/arch/hp700/hp700 [netbsd-6]: disksubr.c machdep.c machdep.h mainbus.c Log Message: Pull up following revision(s) (requested by skrll in ticket #47): sys/arch/hp

CVS commit: [netbsd-6] src/doc

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 16:41:05 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 43, 45, 46. To generate a diff of this commit: cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-6.0 Please note that diffs are not

CVS commit: [netbsd-6] src/sys/compat/linux/arch/powerpc

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 16:38:07 UTC 2012 Modified Files: src/sys/compat/linux/arch/powerpc [netbsd-6]: linux_exec_powerpc.c Log Message: Pull up following revision(s) (requested by rjs in ticket #46): sys/compat/linux/arch/powerpc/linux_

CVS commit: [netbsd-6] src/sys/arch/xen/x86

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 16:35:08 UTC 2012 Modified Files: src/sys/arch/xen/x86 [netbsd-6]: cpu.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #45): sys/arch/xen/x86/cpu.c: revision 1.87 sys/arch/xen/x8

CVS commit: [netbsd-6] src/external/gpl3/gcc/lib/libgomp

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 16:33:10 UTC 2012 Modified Files: src/external/gpl3/gcc/lib/libgomp [netbsd-6]: Makefile Log Message: Pull up following revision(s) (requested by nonaka in ticket #43): external/gpl3/gcc/lib/libgomp/Makefile: revis

CVS commit: [netbsd-6] src/doc

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 16:30:28 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 41, 42. To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-6.0 Please note that diffs are not pub

CVS commit: [netbsd-6] src/lib/libterminfo

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 16:29:33 UTC 2012 Modified Files: src/lib/libterminfo [netbsd-6]: term.h Log Message: Pull up following revision(s) (requested by asau in ticket #42): lib/libterminfo/term.h: revision 1.11 PR/46075: Asau: fix typo

CVS commit: [netbsd-6] src/sys/arch/hp700/gsc

2012-02-24 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 24 16:27:53 UTC 2012 Modified Files: src/sys/arch/hp700/gsc [netbsd-6]: harmony.c Log Message: Pull up following revision(s) (requested by skrll in ticket #41): sys/arch/hp700/gsc/harmony.c: revision 1.27 Don't take s

CVS commit: src/lib/libc

2012-02-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Feb 24 16:06:39 UTC 2012 Modified Files: src/lib/libc: shlib_version Log Message: Note that gets() is finally dead in C11 and can be removed if we ever bump libc. To generate a diff of this commit: cvs rdiff -u -r1.228 -r1

CVS commit: src/usr.bin/tip

2012-02-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 24 16:03:39 UTC 2012 Modified Files: src/usr.bin/tip: cmds.c Log Message: Add explicit continue to empty loop body. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/tip/cmds.c Please note that di

CVS commit: src/tests/lib/libc/stdlib

2012-02-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 24 14:02:55 UTC 2012 Modified Files: src/tests/lib/libc/stdlib: Makefile Log Message: Restrict -ffloat-store to t_strtod.c. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tests/lib/libc/stdlib/Makefile

CVS commit: src/tests/fs/nfs

2012-02-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 24 13:53:47 UTC 2012 Modified Files: src/tests/fs/nfs: Makefile t_mountd.c Log Message: Fix obvious code issues and remove the original -Wno-error for clang builds to not hide them in the future: (1) Don't use a pointer to

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

2012-02-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Feb 24 11:43:06 UTC 2012 Modified Files: src/sys/arch/xen/x86: cpu.c Log Message: Don't maintain ci_cpumask for physical CPUs, it's not used. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/arch/xen/x86

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

2012-02-24 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Fri Feb 24 11:31:23 UTC 2012 Modified Files: src/sys/arch/xen/x86: cpu.c Log Message: Get rid of phycpus_attached bitmask; it's maintained but not used and will limit the number of physical CPUs to 32 without good reasons. To ge

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

2012-02-24 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Feb 24 08:44:44 UTC 2012 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: kernel page attribute change should be reflected on all cpus, since the page is going to be released after the _dtor() hook is called. To gen

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

2012-02-24 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Feb 24 08:17:20 UTC 2012 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Revert previous To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/sys/arch/x86/x86/pmap.c Please note that diffs are not p

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

2012-02-24 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Feb 24 08:11:14 UTC 2012 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: kernel page attribute change should be reflected on all cpus, since the page is going to be released after the _dtor() hook is called. To gen

CVS commit: src/sys/arch

2012-02-24 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Feb 24 08:06:08 UTC 2012 Modified Files: src/sys/arch/amd64/amd64: locore.S src/sys/arch/i386/i386: gdt.c locore.S machdep.c src/sys/arch/xen/x86: cpu.c x86_xpmap.c xen_pmap.c Log Message: (xen) - remove the (*