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

2013-10-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 21 06:11:49 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: - Add Intel Deterministic Cache Parameter Leaf (CPUID leaf 4). This definitions are required to know chache information of

CVS commit: src

2013-10-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 21 06:33:11 UTC 2013 Modified Files: src/sys/arch/x86/x86: identcpu.c src/usr.sbin/cpuctl/arch: i386.c Log Message: Check cpuid leaf 4 for newer Intel CPU to know the cache information. To generate a diff of

CVS commit: src/lib/libc/arch/arm/gen

2013-10-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 08:28:14 UTC 2013 Modified Files: src/lib/libc/arch/arm/gen: _setjmp.S Log Message: Fix bug introduced in revision 1.13 which meant longjmp would never work on EABI where VFP didn't exist. Hi gimpy! To generate a

CVS commit: src/tools/gcc

2013-10-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 08:59:29 UTC 2013 Modified Files: src/tools/gcc: Makefile Log Message: Move the GNUHOSTDIST assignment back to the top of the Makefile. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/tools/gcc

2013-10-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 21 09:02:08 UTC 2013 Modified Files: src/tools/gcc: README.mknative Log Message: Improve wording and remove typos To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tools/gcc/README.mknative Please note

CVS commit: src/sys/netinet

2013-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 14:25:14 UTC 2013 Modified Files: src/sys/netinet: in_selsrc.c Log Message: fix type of sysctl, from nisimura@ To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/netinet/in_selsrc.c Please note

CVS commit: src/usr.bin/tip

2013-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 14:47:46 UTC 2013 Modified Files: src/usr.bin/tip: remote.c tip.c tip.h value.c Log Message: get rid of equal(), use {s,g}etprogname(). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/dist/smbfs/lib/smb

2013-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 14:57:56 UTC 2013 Modified Files: src/dist/smbfs/lib/smb: rap.c subr.c Log Message: remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/smbfs/lib/smb/rap.c \

CVS commit: src/sys/dev/nand

2013-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 15:13:09 UTC 2013 Modified Files: src/sys/dev/nand: nand_bbt.c Log Message: remove DIAGNOSTIC ifdef in preparation of a KASSERT that consumes its arguments To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2013-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 15:31:26 UTC 2013 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_znode.c Log Message: NetBSD does not have vn_in_dnlc To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 \

CVS commit: src/dist/smbfs/lib/smb

2013-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 15:32:41 UTC 2013 Modified Files: src/dist/smbfs/lib/smb: rap.c Log Message: add a gcc XXX initialization To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/dist/smbfs/lib/smb/rap.c Please note that

CVS commit: src/usr.sbin/installboot/arch

2013-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 21 15:37:46 UTC 2013 Modified Files: src/usr.sbin/installboot/arch: pmax.c Log Message: XXX: gcc initialize a variable To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/installboot/arch/pmax.c

CVS commit: src/sys/sys

2013-10-21 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 21 16:15:44 UTC 2013 Modified Files: src/sys/sys: module.h Log Message: add MODULE_CLASS_LUA_BINDING To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/sys/module.h Please note that diffs are not

CVS commit: src/sbin/modstat

2013-10-21 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 21 17:14:06 UTC 2013 Modified Files: src/sbin/modstat: main.c modstat.8 Log Message: properly display Lua modules To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sbin/modstat/main.c cvs rdiff -u

CVS commit: src/sys/dev/nand

2013-10-21 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Mon Oct 21 17:47:28 UTC 2013 Modified Files: src/sys/dev/nand: nand_bbt.c Log Message: chip unused variable; let the system build again To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/nand/nand_bbt.c

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

2013-10-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 21 19:11:17 UTC 2013 Modified Files: src/tests/lib/libc/tls_dso: h_tls_dynamic.c Log Message: Revert, init-exec in combination with initalised TLS variables is not supported. To generate a diff of this commit: cvs rdiff

CVS commit: src

2013-10-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 21 19:14:16 UTC 2013 Modified Files: src/libexec/ld.elf_so: tls.c src/tests/lib/libc/tls/dso: h_tls_dlopen.c Log Message: Only initialise TLS space from the PT_TLS segment, if the size is positive and the offset

CVS commit: src/external/bsd/llvm

2013-10-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 21 19:27:55 UTC 2013 Modified Files: src/external/bsd/llvm: Makefile.inc Log Message: Update LLVM/Clang snapshot to r193064 for another bugfix related to exception handling. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/arm/arm

2013-10-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 21 20:05:50 UTC 2013 Modified Files: src/sys/arch/arm/arm: cpu_exec.c Log Message: Missing subject. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm/cpu_exec.c Please note that diffs are

CVS commit: src/sys/dev/nand

2013-10-21 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Tue Oct 22 01:01:27 UTC 2013 Modified Files: src/sys/dev/nand: nand_bbt.c Log Message: Fix build for missing chip. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/nand/nand_bbt.c Please note that diffs