CVS commit: src/external/gpl3/gdb/dist/gdb

2014-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 30 07:55:44 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: sparc-nat.c Log Message: Cleanup the confusion with getting the pid of a sparc debugged process. If the comments were correct, then this should be

CVS commit: src/sys/sys

2014-08-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 30 09:23:29 UTC 2014 Modified Files: src/sys/sys: disk.h Log Message: Ensure each symbol used in FSTYPE_DEFN in sys/disklabel.h has a corresponding DKW_PTYPE_* definition, by adding some aliases. XXX: Compatibility between

CVS commit: src/sys/dev/dkwedge

2014-08-30 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Aug 30 09:35:10 UTC 2014 Modified Files: src/sys/dev/dkwedge: dkwedge_bsdlabel.c Log Message: When converting a disklabel partition type integer to a wedge partition type string, use the strings defined in DKW_PTYPE_* in

CVS commit: src/tests/rump/rumpkern

2014-08-30 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Aug 30 12:14:17 UTC 2014 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: On systems that have only 32M of memory, the stress_short and stress_long tests thrash a lot, and the stress_long test sometimes times out,

CVS commit: src/sys/lib/libsa

2014-08-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 30 12:23:38 UTC 2014 Modified Files: src/sys/lib/libsa: subr_prf.c Log Message: Rename padding macros to reflect and clarify the original intention. No binary changes on luna68k (which has -DLIBSA_PRINTF_WIDTH_SUPPORT).

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

2014-08-30 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Aug 30 13:02:01 UTC 2014 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: It expects return value 'va != NULL' from uvm_km_alloc(). To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298

CVS commit: src/sys/lib/libsa

2014-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 30 13:09:27 UTC 2014 Modified Files: src/sys/lib/libsa: subr_prf.c Log Message: remove extra copy of the macro. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/lib/libsa/subr_prf.c Please note

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

2014-08-30 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Aug 30 13:15:52 UTC 2014 Modified Files: src/sys/arch/evbarm/marvell: marvell_machdep.c Log Message: Use armreg_ttbr_read() instead of __asm(mrc ...). To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

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

2014-08-30 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Aug 30 13:19:52 UTC 2014 Modified Files: src/sys/arch/evbarm/marvell: marvell_machdep.c Log Message: Support __HAVE_MM_MD_DIRECT_MAPPED_PHYS. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

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

2014-08-30 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Aug 30 13:24:44 UTC 2014 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Fix broken registers. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2014-08-30 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Aug 30 13:28:07 UTC 2014 Modified Files: src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Fix initialize PJ4B. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2014-08-30 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Aug 30 13:40:18 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: OPENBLOCKS_AX3 Log Message: Add options __HAVE_MM_MD_DIRECT_MAPPED_PHYS and set KERNEL_BASE_{EXT,VIRT}. And support VFP. To generate a diff of this

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

2014-08-30 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Aug 30 13:45:56 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: ARMADAXP MIRABOX Log Message: Move options __HAVE_MM_MD_DIRECT_MAPPED_PHYS from MIRABOX to ARMADAXP. It is must required. To generate a diff of this

CVS commit: [netbsd-7] src/usr.bin/flock

2014-08-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 30 14:06:55 UTC 2014 Modified Files: src/usr.bin/flock [netbsd-7]: flock.1 flock.c Log Message: Pull up following revision(s) (requested by manu in ticket #68): usr.bin/flock/flock.c: revision 1.9 - 1.11

CVS commit: [netbsd-7] src/sys/kern

2014-08-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 30 14:09:53 UTC 2014 Modified Files: src/sys/kern [netbsd-7]: subr_tftproot.c Log Message: Pull up following revision(s) (requested by manu in ticket #69): sys/kern/subr_tftproot.c: revision 1.13 Fix build with

CVS commit: [netbsd-7] src/external/gpl3/gdb/dist/gdb

2014-08-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 30 14:13:08 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb [netbsd-7]: sparc-nat.c Log Message: Pull up following revision(s) (requested by christos in ticket #70): external/gpl3/gdb/dist/gdb/sparc-nat.c:

CVS commit: [netbsd-7] src/doc

2014-08-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 30 14:16:12 UTC 2014 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Tickets 68 - 70 To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-7.0 Please note that diffs are not

CVS commit: src/sys/lib/libsa

2014-08-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 30 14:24:02 UTC 2014 Modified Files: src/sys/lib/libsa: subr_prf.c Log Message: Revert stupid and untested changes. There was no extra copy in the macros. Christos, you should reread our commit guideline as a Core

CVS commit: src/share/man/man9

2014-08-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 30 14:48:10 UTC 2014 Modified Files: src/share/man/man9: todr.9 Log Message: clock_secs_to_ymdhms(9) takes seconds as a time_t, not int. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2014-08-30 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Aug 30 15:21:17 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARD BEAGLEBOARDXM IGEPV2 N900 OVERO PANDABOARD Log Message: Pad L4 WAKEUP to 1M, like omap2_reg.h. To generate a diff of this commit:

CVS commit: src/gnu/dist/texinfo

2014-08-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 30 19:22:50 UTC 2014 Modified Files: src/gnu/dist/texinfo: config.guess Log Message: recognize cygwin64 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/gnu/dist/texinfo/config.guess Please note that

CVS commit: [netbsd-7] src/lib/libperfuse

2014-08-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 30 19:30:29 UTC 2014 Modified Files: src/lib/libperfuse [netbsd-7]: ops.c Log Message: Pull up following revision(s) (requested by manu in ticket #71): lib/libperfuse/ops.c: revision 1.70 We used to remove the

CVS commit: [netbsd-7] src/doc

2014-08-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 30 19:34:04 UTC 2014 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Ticket 71 To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-7.0 Please note that diffs are not

CVS commit: src/external/gpl3/gcc/dist/gcc

2014-08-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 30 22:05:30 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc: config.host Log Message: cygwin64 support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/config.host

CVS commit: src/usr.bin/make/unit-tests

2014-08-30 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Aug 30 22:21:08 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: impsrc.mk posix1.exp posix1.mk suffixes.mk sysv.mk varmisc.mk Log Message: Replace use of $() with ${} $() means something special to the shell,