CVS commit: src/doc

2011-10-25 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 25 06:03:25 UTC 2011 Modified Files: src/doc: CHANGES Log Message: add some notes about GDB 7.3.1, and the platforms that have switched. To generate a diff of this commit: cvs rdiff -u -r1.1617 -r1.1618 src/doc/CHANGES

CVS commit: othersrc/libexec/tnftpd

2011-10-25 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Tue Oct 25 06:25:10 UTC 2011 Modified Files: othersrc/libexec/tnftpd: THANKS Log Message: RIP itojun. (email address not useful) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/libexec/tnftpd/THANKS

CVS commit: src/lib/libc/sys

2011-10-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Oct 25 09:26:53 UTC 2011 Modified Files: src/lib/libc/sys: utimes.2 Log Message: Fix typo reported by Henning Petersen in PR 45515. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/sys/utimes.2

CVS commit: src/lib/libc/gen

2011-10-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Oct 25 09:28:17 UTC 2011 Modified Files: src/lib/libc/gen: glob.3 Log Message: Fix function prototype. From Henning Petersen in PR 45516. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libc/gen/glob.3

CVS commit: src/lib/libbluetooth

2011-10-25 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Tue Oct 25 09:33:55 UTC 2011 Modified Files: src/lib/libbluetooth: bluetooth.3 bt_dev.3 Log Message: remove trailing comma in NAME section To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys

2011-10-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Oct 25 11:35:49 UTC 2011 Modified Files: src/sys/kern: subr_cpufreq.c src/sys/sys: cpufreq.h Log Message: Use microsecond rather than nanosecond resolution when sampling latencies. To generate a diff of this commit:

CVS commit: src

2011-10-25 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Oct 25 14:11:27 UTC 2011 Modified Files: src/common/lib/libc/gen: radixtree.c src/sys/sys: radixtree.h Log Message: add radix_tree_empty_tagged_tree_p, a tagged variant of radix_tree_empty_tree_p. To generate a diff

CVS commit: src/sys/arch

2011-10-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Oct 25 15:01:46 UTC 2011 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: XEN3_DOM0 XEN3_DOMU Log Message: Per existing x86 GENERIC kernels, add: #options BUFQ_READPRIO options

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

2011-10-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 25 15:16:22 UTC 2011 Added Files: src/external/gpl3/gdb/lib/libbfd/arch/mipseb: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h defs.mk targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/mipsel:

CVS commit: src/sys/dev/usb

2011-10-25 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Tue Oct 25 16:09:14 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: add Sony PLAYSTATION(R)3 Controller entry To generate a diff of this commit: cvs rdiff -u -r1.597 -r1.598 src/sys/dev/usb/usbdevs Please note

CVS commit: src/sys/dev/usb

2011-10-25 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Tue Oct 25 16:10:20 UTC 2011 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.590 -r1.591 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.591 -r1.592

CVS commit: src/sys/dev/usb

2011-10-25 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Tue Oct 25 16:12:02 UTC 2011 Modified Files: src/sys/dev/usb: uhidev.c Log Message: enable Sony's Six Axis and DualShock 3 USB controllers To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/dev/usb/uhidev.c

CVS commit: src/external/mit/xorg/bin/xdm

2011-10-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 25 16:56:23 UTC 2011 Modified Files: src/external/mit/xorg/bin/xdm: Makefile Makefile.xdm Log Message: Add all the missing HAS_ so that we get back login_cap functionality. To generate a diff of this commit: cvs rdiff

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

2011-10-25 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Oct 25 17:25:47 UTC 2011 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: Fix bogus KASSERT: if there is a xbdi_io, xbdi_pendingreqs must *NOT* be 0. Not sure why it has stayed unoticed for so long ... To

CVS commit: src/sys/kern

2011-10-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 25 18:26:09 UTC 2011 Modified Files: src/sys/kern: subr_cpufreq.c Log Message: back to using timespec, but convert to microseconds to prevent overflow. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: [cherry-xenmp] src/sys/arch/i386/isa

2011-10-25 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Oct 25 20:16:13 UTC 2011 Modified Files: src/sys/arch/i386/isa [cherry-xenmp]: npx.c Log Message: Make this build without options MULTIPROCESSOR To generate a diff of this commit: cvs rdiff -u -r1.139.6.2 -r1.139.6.3

CVS commit: src/sys/dev/pci

2011-10-25 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Oct 25 21:47:38 UTC 2011 Modified Files: src/sys/dev/pci: if_age.c Log Message: age_init() is called from age_watchdog() which is interrupt context, we can't sleep here or we get a DIAGNOSTIC panic when age_watchdog() fires.

CVS commit: src/usr.bin/pmap

2011-10-25 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Oct 25 22:13:22 UTC 2011 Modified Files: src/usr.bin/pmap: main.c Log Message: kill(2) might not be a good test after all, users can send signals to setuid binaries (like SIGINT for ping(8)). So apply the exact same rights as

CVS commit: src/sys/net

2011-10-25 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Oct 25 22:26:18 UTC 2011 Modified Files: src/sys/net: if.c if.h Log Message: Document the ifioctl locking in comments. Add a missing percpu_free(9) call. To generate a diff of this commit: cvs rdiff -u -r1.254 -r1.255

CVS commit: src/usr.bin/pmap

2011-10-25 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Oct 25 23:45:19 UTC 2011 Modified Files: src/usr.bin/pmap: main.c Log Message: Move getuid() out of the loop, uid should not change behind our back. KNF. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch

2011-10-25 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 26 00:57:00 UTC 2011 Modified Files: src/sys/arch/sun2/conf: GENERIC src/sys/arch/sun2/dev: zs.c src/sys/arch/sun3/dev: zs.c Log Message: catch up with other zs ports, original commit was: add two new

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

2011-10-25 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 26 00:57:37 UTC 2011 Modified Files: src/sys/arch/sun2/conf: GENERIC Log Message: revert previous. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/arch/sun2/conf/GENERIC Please note that diffs are

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

2011-10-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 26 01:46:11 UTC 2011 Modified Files: src/sys/arch/powerpc/include: asm.h Log Message: - Indent ifdefs, comment endif and else cpp tags - Add missing END macro for LP64 - Make whitespace consistent To generate a diff

CVS commit: src/sys/arch/macppc/pci

2011-10-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Oct 26 04:56:23 UTC 2011 Modified Files: src/sys/arch/macppc/pci: bandit.c grackle.c uninorth.c Log Message: actually split device and softc To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30