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
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
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:
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
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
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
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
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
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
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
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
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
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
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
==
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
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
==
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
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
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
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
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"
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
===
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
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
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
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
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
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
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
===
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
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-
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
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/
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:
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
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
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
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
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
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
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
===
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
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
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.
44 matches
Mail list logo