Re: CVS commit: src/sys/external/bsd/compiler_rt/dist/lib

2014-02-18 Thread Joerg Sonnenberger
On Tue, Feb 18, 2014 at 03:54:34PM -0500, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Tue Feb 18 20:54:34 UTC 2014 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib: int_util.h Log Message: prefer __func__ instead of __FUNCTION__ Can we

Re: CVS commit: src/sys/external/bsd/compiler_rt/dist/lib

2014-02-18 Thread Joerg Sonnenberger
On Tue, Feb 18, 2014 at 03:53:44PM -0500, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Tue Feb 18 20:53:44 UTC 2014 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib: int_util.c Log Message: - include sys/cdefs.h for compiler definitions -

CVS commit: src/common/lib/libc

2014-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 18 10:16:55 UTC 2014 Modified Files: src/common/lib/libc/arch/i386/atomic: Makefile.inc atomic.S Added Files: src/common/lib/libc/atomic: atomic_cas_64_cas.c atomic_nand_64_cas.c atomic_sub_64_cas.c

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

2014-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 18 10:27:46 UTC 2014 Modified Files: src/tests/lib/libc/sync: all_sync_ops_linkable.c Log Message: For now excempt i386 from __sync_lock_test_and_set_8 and point to PR lib/48601. Probably more architectures to follow.

CVS commit: src/common/lib/libc/atomic

2014-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 18 12:23:07 UTC 2014 Modified Files: src/common/lib/libc/atomic: atomic_cas_64_cas.c Log Message: Do not include stdbool.h in the kernel To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2014-02-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 18 12:27:15 UTC 2014 Modified Files: src/sys/arch/powerpc/oea: ofw_autoconf.c Log Message: when looking for SCSI disks in canonicalize_bootpath() also match 'disk@' since that's what at least some Adaptec firmware uses

CVS commit: src/sys/dev/pci

2014-02-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 18 12:32:13 UTC 2014 Modified Files: src/sys/dev/pci: ahc_pci.c Log Message: if MMIO is allowed and available, prefer it over PIO now my ADPT,2930CU works again To generate a diff of this commit: cvs rdiff -u -r1.68

CVS commit: src/common/lib/libc/atomic

2014-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 18 13:21:04 UTC 2014 Modified Files: src/common/lib/libc/atomic: atomic_nand_64_cas.c atomic_sub_64_cas.c atomic_xor_64_cas.c Log Message: Make the _and_fetch_8 primitives return the new value they calculated

CVS commit: src/common/lib/libc/arch/m68k/atomic

2014-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 18 16:19:28 UTC 2014 Modified Files: src/common/lib/libc/arch/m68k/atomic: atomic_add.S atomic_cas.S atomic_swap.S Log Message: Add a few __sync_* and atomic functions. To generate a diff of this commit: cvs

CVS commit: src/sys/arch

2014-02-18 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Feb 18 18:39:11 UTC 2014 Modified Files: src/sys/arch/x86/include: cpu_extended_state.h Added Files: src/sys/arch/amd64/include: fpu.h Log Message: It seems that firefox includes machine/fpu.h on amd64. Add the file back

CVS commit: src/usr.bin/xlint/lint1

2014-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 18 20:43:36 UTC 2014 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: __real__ and __imag__ produce lvalues To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/usr.bin/xlint/lint1/tree.c

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib

2014-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 18 20:53:44 UTC 2014 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib: int_util.c Log Message: - include sys/cdefs.h for compiler definitions - add a lint comment To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib

2014-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 18 20:54:34 UTC 2014 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib: int_util.h Log Message: prefer __func__ instead of __FUNCTION__ To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: src/usr.bin/xlint/lint1

2014-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 18 22:01:37 UTC 2014 Modified Files: src/usr.bin/xlint/lint1: cgram.y err.c scan.l tree.c Log Message: add __extension__ and typeof To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

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

2014-02-18 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Feb 18 22:03:52 UTC 2014 Modified Files: src/distrib/sets/lists/comp: md.amd64 Log Message: Unobsolete fpu.h To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 src/distrib/sets/lists/comp/md.amd64 Please note

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

2014-02-18 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Feb 18 22:05:56 UTC 2014 Modified Files: src/sys/arch/amd64/include: Makefile Log Message: Copy fpu.h to release To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/include/Makefile Please note

CVS commit: src/usr.sbin/npf/npfctl

2014-02-18 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Feb 19 01:43:17 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: npfctl_print_nat: fix the byte-order of the port. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/net/npf

2014-02-18 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Feb 19 03:51:31 UTC 2014 Modified Files: src/sys/net/npf: npf_alg_icmp.c npf_impl.h npf_inet.c npf_nat.c Log Message: NPF: fix the recent breakage of the traceroute ALG. Also, simplify and refactor a little bit. To generate

CVS commit: src/doc

2014-02-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 19 07:39:52 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: grep-2.17 out. To generate a diff of this commit: cvs rdiff -u -r1.1093 -r1.1094 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/common/lib/libc

2014-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 18 10:16:55 UTC 2014 Modified Files: src/common/lib/libc/arch/i386/atomic: Makefile.inc atomic.S Added Files: src/common/lib/libc/atomic: atomic_cas_64_cas.c atomic_nand_64_cas.c atomic_sub_64_cas.c

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

2014-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 18 10:27:46 UTC 2014 Modified Files: src/tests/lib/libc/sync: all_sync_ops_linkable.c Log Message: For now excempt i386 from __sync_lock_test_and_set_8 and point to PR lib/48601. Probably more architectures to follow.

CVS commit: src/common/lib/libc/atomic

2014-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 18 12:23:07 UTC 2014 Modified Files: src/common/lib/libc/atomic: atomic_cas_64_cas.c Log Message: Do not include stdbool.h in the kernel To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2014-02-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 18 12:27:15 UTC 2014 Modified Files: src/sys/arch/powerpc/oea: ofw_autoconf.c Log Message: when looking for SCSI disks in canonicalize_bootpath() also match 'disk@' since that's what at least some Adaptec firmware uses

CVS commit: src/sys/dev/pci

2014-02-18 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 18 12:32:13 UTC 2014 Modified Files: src/sys/dev/pci: ahc_pci.c Log Message: if MMIO is allowed and available, prefer it over PIO now my ADPT,2930CU works again To generate a diff of this commit: cvs rdiff -u -r1.68

CVS commit: src/common/lib/libc/atomic

2014-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 18 13:21:04 UTC 2014 Modified Files: src/common/lib/libc/atomic: atomic_nand_64_cas.c atomic_sub_64_cas.c atomic_xor_64_cas.c Log Message: Make the _and_fetch_8 primitives return the new value they calculated

CVS commit: src/common/lib/libc/arch/m68k/atomic

2014-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 18 16:19:28 UTC 2014 Modified Files: src/common/lib/libc/arch/m68k/atomic: atomic_add.S atomic_cas.S atomic_swap.S Log Message: Add a few __sync_* and atomic functions. To generate a diff of this commit: cvs

CVS commit: src/sys/arch

2014-02-18 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Feb 18 18:39:11 UTC 2014 Modified Files: src/sys/arch/x86/include: cpu_extended_state.h Added Files: src/sys/arch/amd64/include: fpu.h Log Message: It seems that firefox includes machine/fpu.h on amd64. Add the file back

CVS commit: src/usr.bin/xlint/lint1

2014-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 18 20:43:36 UTC 2014 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: __real__ and __imag__ produce lvalues To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/usr.bin/xlint/lint1/tree.c

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib

2014-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 18 20:54:34 UTC 2014 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib: int_util.h Log Message: prefer __func__ instead of __FUNCTION__ To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: src/usr.bin/xlint/lint1

2014-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 18 22:01:37 UTC 2014 Modified Files: src/usr.bin/xlint/lint1: cgram.y err.c scan.l tree.c Log Message: add __extension__ and typeof To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

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

2014-02-18 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Feb 18 22:03:52 UTC 2014 Modified Files: src/distrib/sets/lists/comp: md.amd64 Log Message: Unobsolete fpu.h To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 src/distrib/sets/lists/comp/md.amd64 Please note

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

2014-02-18 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Feb 18 22:05:56 UTC 2014 Modified Files: src/sys/arch/amd64/include: Makefile Log Message: Copy fpu.h to release To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/include/Makefile Please note

CVS commit: src/usr.sbin/npf/npfctl

2014-02-18 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Feb 19 01:43:17 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: npfctl_print_nat: fix the byte-order of the port. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/net/npf

2014-02-18 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Feb 19 03:51:31 UTC 2014 Modified Files: src/sys/net/npf: npf_alg_icmp.c npf_impl.h npf_inet.c npf_nat.c Log Message: NPF: fix the recent breakage of the traceroute ALG. Also, simplify and refactor a little bit. To generate

CVS commit: src/doc

2014-02-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 19 07:39:52 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: grep-2.17 out. To generate a diff of this commit: cvs rdiff -u -r1.1093 -r1.1094 src/doc/3RDPARTY Please note that diffs are not public domain; they are