CVS commit: [matt-nb5-mips64] src/gnu/dist/binutils/bfd

2014-04-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Apr 5 07:19:34 UTC 2014 Modified Files: src/gnu/dist/binutils/bfd [matt-nb5-mips64]: elf32-arm.c Log Message: When writing BE8 executables, make the PLTs are written as little endian. To generate a diff of this commit: cvs

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

2014-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 5 10:28:18 UTC 2014 Modified Files: src/sys/arch/arm/include/arm32: param.h Log Message: Drop down to 4KB pages on armv6 for now. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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

2014-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 5 10:35:09 UTC 2014 Modified Files: src/sys/arch/arm/include/arm32: param.h Log Message: On second thoughts don't do the RPI hack for everyone. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

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

2014-04-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Apr 5 11:07:30 UTC 2014 Modified Files: src/sys/arch/mvme68k/conf: Makefile.mvme68k Log Message: Specify both -Wa,-march=68030 and -Wa,-mcpu=68030 in -m68060 case for gcc45. Now VME177 builds with both gcc45 and gcc48

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

2014-04-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Apr 5 11:15:57 UTC 2014 Modified Files: src/sys/arch/playstation2/conf: Makefile.playstation2.inc build.playstation2.sh Log Message: Try with EXTERNAL_TOOLCHAIN instead of MISSING_TOOLCHAIN. Still fails the same.

CVS commit: src/doc

2014-04-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Apr 5 11:18:03 UTC 2014 Modified Files: src/doc: 3RDPARTY Log Message: Add a Location line for all three versions of gcc. Explain why both gcc.old and gcc trees are expected to persist in the future. Briefly describe how to

CVS commit: src/sbin

2014-04-05 Thread Justin Cormack
Module Name:src Committed By: justin Date: Sat Apr 5 12:32:27 UTC 2014 Modified Files: src/sbin/fsck_ffs: inode.c src/sbin/newfs: mkfs.c Log Message: Iterate over fields of struct seperately to avoid warnings from pedantic compilers To generate a diff of this

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

2014-04-05 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Apr 5 17:01:55 UTC 2014 Modified Files: src/external/mit/xorg/bin/xauth: Makefile Log Message: Force USE_SSP to no when compiling xauth(1) for now. This avoid the program to fail with error messages like this one:

CVS commit: src/doc

2014-04-05 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Apr 5 17:06:44 UTC 2014 Modified Files: src/doc: HACKS Log Message: Document xauth(1) hack. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/doc/HACKS Please note that diffs are not public domain; they

CVS commit: src/sys/miscfs/procfs

2014-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 5 18:42:32 UTC 2014 Modified Files: src/sys/miscfs/procfs: procfs.h procfs_linux.c Log Message: On my 24 proc box I got ENOSPC, so make the routine return the size it wants and try again. To generate a diff of this

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

2014-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 5 18:43:09 UTC 2014 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: make this compute the needed size instead of bailing. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch

2014-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 5 18:44:32 UTC 2014 Modified Files: src/sys/arch/alpha/alpha: procfs_machdep.c src/sys/arch/arm/arm: procfs_machdep.c src/sys/arch/hppa/hppa: procfs_machdep.c src/sys/arch/m68k/m68k:

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

2014-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 5 22:05:12 UTC 2014 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Add a missing pmap_release_page_lock To generate a diff of this commit: cvs rdiff -u -r1.280 -r1.281 src/sys/arch/arm/arm32/pmap.c Please

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

2014-04-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Apr 5 22:36:18 UTC 2014 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c arm32_machdep.c Log Message: If using arm32_kvminit, don't bother mapping msgbuf since it's already mapped. To generate a diff of this commit:

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

2014-04-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Apr 5 22:41:50 UTC 2014 Modified Files: src/sys/arch/arm/marvell: armadaxp.c Log Message: Initialize cpu_cc_freq with our CPU speed. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2014-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 5 23:33:16 UTC 2014 Modified Files: src/external/cddl/osnet/dist/tools/ctf/cvt: dwarf.c Log Message: Handle assembly code built with -g To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2014-04-05 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sat Apr 5 23:45:11 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARD OVERO Log Message: Fixed a typo To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/evbarm/conf/BEAGLEBOARD cvs rdiff -u

CVS commit: src/sys/dev/usb

2014-04-05 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sat Apr 5 23:47:26 UTC 2014 Modified Files: src/sys/dev/usb: files.usb Log Message: Fixed a typo To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/sys/dev/usb/files.usb Please note that diffs are not public

CVS commit: src/sys/dev

2014-04-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Apr 6 00:56:39 UTC 2014 Modified Files: src/sys/dev: ccd.c Log Message: Don't destroy locked mutex. Don't access freed memory. To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 src/sys/dev/ccd.c Please note

CVS commit: src/lib/libc/ssp

2014-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 6 01:01:49 UTC 2014 Modified Files: src/lib/libc/ssp: stpcpy_chk.c Log Message: fix off by one in stpcpy_chk. christos To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/ssp/stpcpy_chk.c

CVS commit: src/lib/libc/ssp

2014-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 6 01:13:59 UTC 2014 Modified Files: src/lib/libc/ssp: stpcpy_chk.c Log Message: fix the limit check. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/ssp/stpcpy_chk.c Please note that diffs

CVS commit: src/sys/dev/usb

2014-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 6 02:01:43 UTC 2014 Modified Files: src/sys/dev/usb: umodem.c Log Message: PR/48715: Ryo ONODERA: Please support more USB modems To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/dev/usb/umodem.c