svn commit: r228946 - head/share/misc

2011-12-29 Thread Baptiste Daroussin
Author: bapt Date: Thu Dec 29 08:13:11 2011 New Revision: 228946 URL: http://svn.freebsd.org/changeset/base/228946 Log: I'm not yet an alumni, add myself in the right section Approved by: des (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src

svn commit: r228947 - head/sys/dev/uart

2011-12-29 Thread Konstantin Belousov
Author: kib Date: Thu Dec 29 08:27:37 2011 New Revision: 228947 URL: http://svn.freebsd.org/changeset/base/228947 Log: Add PCI Id for the Intel AMT serial interface as found on my DQ67OW. MFC after:1 week Modified: head/sys/dev/uart/uart_bus_pci.c Modified: head/sys/dev/uart/uart_bu

Re: svn commit: r228925 - head/sys/mips/cavium

2011-12-29 Thread Aleksandr Rybalko
On Wed, 28 Dec 2011 19:20:31 -0800 Oleksandr Tymoshenko wrote: >> On 28/12/2011 2:15 AM, Aleksandr Rybalko wrote: >> > On Wed, 28 Dec 2011 05:57:03 + (UTC) >> > Oleksandr Tymoshenko wrote: >> > >> >>> Author: gonzo >> >>> Date: Wed Dec 28 05:57:03 2011 >> >>> New Revision: 228925 >> >>> URL:

svn commit: r228966 - in head/sys: netinet netinet6

2011-12-29 Thread John Baldwin
Author: jhb Date: Thu Dec 29 18:25:18 2011 New Revision: 228966 URL: http://svn.freebsd.org/changeset/base/228966 Log: Use queue(3) macros instead of home-rolled versions in several places in the INET6 code. This includes retiring the 'ndpr_next' and 'pfr_next' macros. Submitted by: pl

Re: svn commit: r228955 - head/include

2011-12-29 Thread Steve Kargl
On Thu, Dec 29, 2011 at 07:32:13PM +0100, Ed Schouten wrote: > Hi Andreas, > > * Andreas Tobler , 20111229 18:43: > > Thank you Ed! gcc-4.6 bootstrap successful. > > But it seems GCC 4.7 is still broken. I am not planning to fix that, > because it's a shortcoming of

Re: svn commit: r228955 - head/include

2011-12-29 Thread Ed Schouten
Hi Steve, * Steve Kargl , 20111229 19:49: > Are you going to submit a bug report to GCC? Because, as of now, > you've broken my ability to do development work on bleeding edge > freebsd and bleeding edge gcc. Here you go: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51705

svn commit: r228962 - in head/sys: i386/i386 mips/mips

2011-12-29 Thread John Baldwin
Author: jhb Date: Thu Dec 29 16:40:54 2011 New Revision: 228962 URL: http://svn.freebsd.org/changeset/base/228962 Log: Use curthread rather than PCPU_GET(curthread). 'curthread' uses special-case optimizations on several platforms and is preferred. Reported by: dim (indirectly) MFC af

svn commit: r228955 - head/include

2011-12-29 Thread Ed Schouten
Author: ed Date: Thu Dec 29 14:41:17 2011 New Revision: 228955 URL: http://svn.freebsd.org/changeset/base/228955 Log: Don't define static_assert for C++. Even though _Static_assert() is pretty robust for C code, it cannot work correctly with C++ code. This is due to the fact that C++ tem

Re: svn commit: r228955 - head/include

2011-12-29 Thread Ed Schouten
Hi Andreas, * Andreas Tobler , 20111229 18:43: > Thank you Ed! gcc-4.6 bootstrap successful. But it seems GCC 4.7 is still broken. I am not planning to fix that, because it's a shortcoming of GCC. As soon as the GNU folks implement C++11 [[noreturn]], it should work again. -- Ed

Re: svn commit: r228955 - head/include

2011-12-29 Thread Andreas Tobler
Hi Ed, On 29.12.11 19:32, Ed Schouten wrote: * Andreas Tobler, 20111229 18:43: Thank you Ed! gcc-4.6 bootstrap successful. But it seems GCC 4.7 is still broken. I am not planning to fix that, because it's a shortcoming of GCC. As soon as the GNU folks implement C++11 [[noreturn]], it s

Re: svn commit: r228953 - in head/tools: regression/pthread/mutex_isowned_np tools/ansify tools/genericize tools/hcomp tools/mtxstat tools/prstats tools/whereintheworld

2011-12-29 Thread Ed Schouten
Hi Uli, * Ulrich Spoerlein , 20111229 13:33: > Reencode files from latin1 to UTF-8. I've got some more for you. ;-) crypto/openssh/FREEBSD-upgrade: line 119, char 1, byte offset 23: invalid UTF-8 code games/morse/morse.c: line 148, char 1, byte offset 4: invalid UTF-8 code gnu/usr

svn commit: r228953 - in head/tools: regression/pthread/mutex_isowned_np tools/ansify tools/genericize tools/hcomp tools/mtxstat tools/prstats tools/whereintheworld

2011-12-29 Thread Ulrich Spoerlein
Author: uqs Date: Thu Dec 29 12:33:27 2011 New Revision: 228953 URL: http://svn.freebsd.org/changeset/base/228953 Log: Reencode files from latin1 to UTF-8. Modified: head/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c head/tools/tools/ansify/ansify.pl head/tools/tools/generi

svn commit: r228957 - in head/sys: amd64/linux32 compat/linux i386/linux

2011-12-29 Thread John Baldwin
Author: jhb Date: Thu Dec 29 15:34:59 2011 New Revision: 228957 URL: http://svn.freebsd.org/changeset/base/228957 Log: Implement linux_fadvise64() and linux_fadvise64_64() using kern_posix_fadvise(). Reviewed by: silence on emulation@ MFC after:2 weeks Modified: head/sys/amd64/l

svn commit: r228952 - head/sys/sys

2011-12-29 Thread Sergey Kandaurov
Author: pluknet Date: Thu Dec 29 12:28:05 2011 New Revision: 228952 URL: http://svn.freebsd.org/changeset/base/228952 Log: Update LOCKLEAF comment: it should say "vnode". Inspired by PR docs/11596. Modified: head/sys/sys/namei.h Modified: head/sys/sys/namei.h ==

svn commit: r228963 - in head/sys/dev: ce cp

2011-12-29 Thread Dimitry Andric
Author: dim Date: Thu Dec 29 17:46:24 2011 New Revision: 228963 URL: http://svn.freebsd.org/changeset/base/228963 Log: Fix clang warnings in sys/dev/ce/if_ce.c and sys/dev/cp/if_cp.c, using jkim's last patch (reviewed by bde) from here: http://docs.freebsd.org/cgi/mid.cgi?201010141558.031

svn commit: r228956 - head/tools/tools/netrate/tcpp

2011-12-29 Thread Robert Watson
Author: rwatson Date: Thu Dec 29 15:34:59 2011 New Revision: 228956 URL: http://svn.freebsd.org/changeset/base/228956 Log: Fix typo in comment. MFC after:3 days Modified: head/tools/tools/netrate/tcpp/tcpp_client.c Modified: head/tools/tools/netrate/tcpp/tcpp_client.c ==

svn commit: r228960 - head/sys/kern

2011-12-29 Thread John Baldwin
Author: jhb Date: Thu Dec 29 16:17:16 2011 New Revision: 228960 URL: http://svn.freebsd.org/changeset/base/228960 Log: Cap the priority calculated from the current thread's running tick count at SCHED_PRI_RANGE to prevent overflows in the priority value. This can happen due to irregularitie

Re: svn commit: r228955 - head/include

2011-12-29 Thread Andreas Tobler
On 29.12.11 15:41, Ed Schouten wrote: Author: ed Date: Thu Dec 29 14:41:17 2011 New Revision: 228955 URL: http://svn.freebsd.org/changeset/base/228955 Log: Don't define static_assert for C++. Even though _Static_assert() is pretty robust for C code, it cannot work correctly with C++ co

svn commit: r228958 - in head/sys: amd64/linux32 i386/linux

2011-12-29 Thread John Baldwin
Author: jhb Date: Thu Dec 29 15:35:47 2011 New Revision: 228958 URL: http://svn.freebsd.org/changeset/base/228958 Log: Regen. Modified: head/sys/amd64/linux32/linux32_proto.h head/sys/amd64/linux32/linux32_syscall.h head/sys/amd64/linux32/linux32_syscalls.c head/sys/amd64/linux32/linux3

Re: svn commit: r228955 - head/include

2011-12-29 Thread Steve Kargl
On Thu, Dec 29, 2011 at 08:23:59PM +0100, Ed Schouten wrote: > Hi Steve, > > * Steve Kargl , 20111229 19:49: > > Are you going to submit a bug report to GCC? Because, as of now, > > you've broken my ability to do development work on bleeding edge > > freebsd and

Re: svn commit: r228953 - in head/tools: regression/pthread/mutex_isowned_np tools/ansify tools/genericize tools/hcomp tools/mtxstat tools/prstats tools/whereintheworld

2011-12-29 Thread Ulrich Spörlein
I know :) Making my way through them one subdir at a time... Cheers Uli ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r228959 - head/sys/netinet

2011-12-29 Thread Gleb Smirnoff
Author: glebius Date: Thu Dec 29 15:59:14 2011 New Revision: 228959 URL: http://svn.freebsd.org/changeset/base/228959 Log: Don't fallback to a CARP address in BACKUP state. Modified: head/sys/netinet/if_ether.c Modified: head/sys/netinet/if_ether.c ===

svn commit: r228961 - head/sys/dev/acpica

2011-12-29 Thread John Baldwin
Author: jhb Date: Thu Dec 29 16:23:14 2011 New Revision: 228961 URL: http://svn.freebsd.org/changeset/base/228961 Log: Further relax the strictness of enforcing allocations to only come from decoded ranges. Pass any request for a specific range that fails because it is not in a decoded rang

svn commit: r228967 - head/sys/net

2011-12-29 Thread Pyun YongHyeon
Author: yongari Date: Thu Dec 29 18:40:58 2011 New Revision: 228967 URL: http://svn.freebsd.org/changeset/base/228967 Log: Update if_obytes and if_omcast after successful transmit. While I'm here update if_oerrors if parent interface of vlan is not up and running. Previously it updated coll

svn commit: r228969 - head/sys/netinet

2011-12-29 Thread John Baldwin
Author: jhb Date: Thu Dec 29 20:41:16 2011 New Revision: 228969 URL: http://svn.freebsd.org/changeset/base/228969 Log: Defer the work of freeing IPv4 multicast options from a socket to an asychronous task. This avoids tearing down multicast state including sending IGMP leave messages and re

svn commit: r228970 - head/lib/libc/sys

2011-12-29 Thread Sergey Kandaurov
Author: pluknet Date: Thu Dec 29 21:12:22 2011 New Revision: 228970 URL: http://svn.freebsd.org/changeset/base/228970 Log: Fix manual section for acl_get(3) and mac_get(3) family functions. Reviewed by: rwatson MFC after:1 week Modified: head/lib/libc/sys/cap_new.2 Modified: head

Re: svn commit: r228966 - in head/sys: netinet netinet6

2011-12-29 Thread Sergey Kandaurov
On 29 December 2011 22:25, John Baldwin wrote: > Author: jhb > Date: Thu Dec 29 18:25:18 2011 > New Revision: 228966 > URL: http://svn.freebsd.org/changeset/base/228966 > > Log: >  Use queue(3) macros instead of home-rolled versions in several places in >  the INET6 code.  This includes retiring t

svn commit: r228971 - in head/sys: conf modules/ce

2011-12-29 Thread Dimitry Andric
Author: dim Date: Thu Dec 29 21:17:35 2011 New Revision: 228971 URL: http://svn.freebsd.org/changeset/base/228971 Log: For sys/dev/ce/tau32-ddk.c, disable the following warning when building with clang: sys/dev/ce/tau32-ddk.c:1228:37: warning: implicit truncation from 'int' to bitfield c

svn commit: r228972 - head/lib/libc/gen

2011-12-29 Thread Jilles Tjoelker
Author: jilles Date: Thu Dec 29 22:15:18 2011 New Revision: 228972 URL: http://svn.freebsd.org/changeset/base/228972 Log: libc: Eliminate some relative relocations in file flags table. Modified: head/lib/libc/gen/strtofflags.c Modified: head/lib/libc/gen/strtofflags.c ===

svn commit: r228973 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf

2011-12-29 Thread Robert Watson
Author: rwatson Date: Thu Dec 29 22:48:36 2011 New Revision: 228973 URL: http://svn.freebsd.org/changeset/base/228973 Log: Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernel configurations for various architectures in FreeBSD 10.x. This allows basic Capsicum function

svn commit: r228974 - head/tools/test/testfloat

2011-12-29 Thread Ulrich Spoerlein
Author: uqs Date: Fri Dec 30 00:02:56 2011 New Revision: 228974 URL: http://svn.freebsd.org/changeset/base/228974 Log: Set fbsd:nokeywords for contributed sources. Modified: Directory Properties: head/tools/test/testfloat/systemBugs.txt (props changed) head/tools/test/testfloat/testfloat-

svn commit: r228975 - in head/tools: KSE/ksetest debugscripts regression regression/bin/sh/builtins regression/fifo/fifo_io regression/file/dup regression/kthread/kld regression/lib/libc/nss regres...

2011-12-29 Thread Ulrich Spoerlein
Author: uqs Date: Fri Dec 30 00:04:11 2011 New Revision: 228975 URL: http://svn.freebsd.org/changeset/base/228975 Log: Spelling fixes for tools/ Add some $FreeBSD$ tags so svn will allow the commit. Modified: head/tools/KSE/ksetest/kse_threads_test.c head/tools/debugscripts/gdbinit.i38

svn commit: r228976 - in head/usr.sbin: acpi/acpiconf bluetooth/hccontrol burncd chkgrp kbdcontrol kldxref pkg_install/updating vidcontrol

2011-12-29 Thread Ulrich Spoerlein
Author: uqs Date: Fri Dec 30 00:59:08 2011 New Revision: 228976 URL: http://svn.freebsd.org/changeset/base/228976 Log: Reencode files to UTF-8. Drop CP1252 em-dash. Modified: head/usr.sbin/acpi/acpiconf/acpiconf.8 head/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c head/usr.sbin/

svn commit: r228977 - head/include

2011-12-29 Thread Ed Schouten
Author: ed Date: Fri Dec 30 01:37:25 2011 New Revision: 228977 URL: http://svn.freebsd.org/changeset/base/228977 Log: Extend to support GCC 4.7's __atomic. The development version of GCC also supports an atomics interface similar to Clang's. Change the header file to work as follows:

svn commit: r228978 - in head/sys: conf modules/drm/r128 modules/drm/radeon modules/drm/via

2011-12-29 Thread Dimitry Andric
Author: dim Date: Fri Dec 30 01:54:45 2011 New Revision: 228978 URL: http://svn.freebsd.org/changeset/base/228978 Log: For several files in sys/dev/drm, disable -Wunused-value when building with clang. There are several macros in these files that return values, and in some cases nothing is

svn commit: r228979 - head/sys/dev/drm

2011-12-29 Thread Dimitry Andric
Author: dim Date: Fri Dec 30 02:07:50 2011 New Revision: 228979 URL: http://svn.freebsd.org/changeset/base/228979 Log: In sys/dev/drm/radeon_state.c, use the correct printf length modifiers for ints. MFC after:1 week Modified: head/sys/dev/drm/radeon_state.c Modified: head/sys/dev

Re: svn commit: r228878 - head/include

2011-12-29 Thread Sean C. Farley
On Sun, 25 Dec 2011, Ed Schouten wrote: Author: ed Date: Sun Dec 25 20:15:41 2011 New Revision: 228878 URL: http://svn.freebsd.org/changeset/base/228878 Log: Remove unneeded guard. There is no reason why needs an include guard. It is already protected by __bool_true_false_are_defined. Mod

svn commit: r228980 - in head/sys/dev/ath/ath_hal: ar5210 ar5211

2011-12-29 Thread Dimitry Andric
Author: dim Date: Fri Dec 30 02:58:37 2011 New Revision: 228980 URL: http://svn.freebsd.org/changeset/base/228980 Log: Reapply r228785 now it has been tested by Adrian. Also add comments with the old AR_SCR_SLE_XXX values, with a short explanation why they were changed. Reviewed by: a

Re: svn commit: r228878 - head/include

2011-12-29 Thread mdf
On Thu, Dec 29, 2011 at 6:54 PM, Sean C. Farley wrote: > On Sun, 25 Dec 2011, Ed Schouten wrote: > >> Author: ed >> Date: Sun Dec 25 20:15:41 2011 >> New Revision: 228878 >> URL: http://svn.freebsd.org/changeset/base/228878 >> >> Log: >>  Remove unneeded guard. >> >>  There is no reason why needs

svn commit: r228981 - in head/sys/modules: . cfi

2011-12-29 Thread Marcel Moolenaar
Author: marcel Date: Fri Dec 30 03:48:39 2011 New Revision: 228981 URL: http://svn.freebsd.org/changeset/base/228981 Log: Add a module for cfi(4). Build only for arm and powerpc, as there are only bus attachments only for these. Added: head/sys/modules/cfi/ head/sys/modules/cfi/Makefile

svn commit: r228982 - head/sys/mips/include

2011-12-29 Thread Marcel Moolenaar
Author: marcel Date: Fri Dec 30 03:54:22 2011 New Revision: 228982 URL: http://svn.freebsd.org/changeset/base/228982 Log: Remove trailing white-space. Modified: head/sys/mips/include/intr_machdep.h Modified: head/sys/mips/include/intr_machdep.h ===

svn commit: r228983 - head/sys/dev/uart

2011-12-29 Thread Marcel Moolenaar
Author: marcel Date: Fri Dec 30 03:57:17 2011 New Revision: 228983 URL: http://svn.freebsd.org/changeset/base/228983 Log: Actually set the baudrate from the FDT. Modified: head/sys/dev/uart/uart_bus_fdt.c Modified: head/sys/dev/uart/uart_bus_fdt.c

svn commit: r228984 - head/sys/dev/fdt

2011-12-29 Thread Marcel Moolenaar
Author: marcel Date: Fri Dec 30 04:00:31 2011 New Revision: 228984 URL: http://svn.freebsd.org/changeset/base/228984 Log: DEBUG is a kernel option. Don't define it here, as it breaks LINT. Since DEBUG was subsequently undefined, this is just debugging left- over. Modified: head/sys/dev/fd

svn commit: r228985 - head/sys/boot/forth

2011-12-29 Thread Sergey Kandaurov
Author: pluknet Date: Fri Dec 30 06:24:59 2011 New Revision: 228985 URL: http://svn.freebsd.org/changeset/base/228985 Log: Unset the environment variables associated with individual menu items before invoking the kernel. Quoting submitter: The issue is with the new boot loader menu.