svn commit: r258541 - in head/sys: amd64/amd64 amd64/linux32 cam/ctl cddl/dev/dtrace cddl/dev/lockstat cddl/dev/sdt compat/linux conf dev/sfxge/common dev/xen/blkback fs/nfs fs/nfsclient i386/i386 ...

2013-11-24 Thread Attilio Rao
Author: attilio Date: Mon Nov 25 07:38:45 2013 New Revision: 258541 URL: http://svnweb.freebsd.org/changeset/base/258541 Log: - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging option, unbreak the lock tracing release semantic by embedding calls to LOCKSTAT_PROFILE_

svn commit: r258537 - in head: include lib/libc/iconv lib/libiconv_modules/iconv_std

2013-11-24 Thread Hiroki Sato
Author: hrs Date: Mon Nov 25 01:26:06 2013 New Revision: 258537 URL: http://svnweb.freebsd.org/changeset/base/258537 Log: Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQ when there is an invalid character in the output codeset while it is valid in the input. However, P

svn commit: r258535 - in head: bin/sh tools/regression/bin/sh/execution

2013-11-24 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 24 23:12:13 2013 New Revision: 258535 URL: http://svnweb.freebsd.org/changeset/base/258535 Log: sh: Make <&0 disable the renamed[i] = EMPTY; + sv->fd0_redirected = fd0_redirected; sv->next = redirlist; redirlist = sv;

svn commit: r258534 - head/sys/arm/s3c2xx0

2013-11-24 Thread Gavin Atkinson
Author: gavin Date: Sun Nov 24 22:53:49 2013 New Revision: 258534 URL: http://svnweb.freebsd.org/changeset/base/258534 Log: Fix typo in comment. Modified: head/sys/arm/s3c2xx0/s3c24x0_machdep.c Modified: head/sys/arm/s3c2xx0/s3c24x0_machdep.c =

svn commit: r258533 - head/tools/regression/bin/sh/execution

2013-11-24 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 24 22:45:49 2013 New Revision: 258533 URL: http://svnweb.freebsd.org/changeset/base/258533 Log: sh: Add more tests for the /dev/null; { cat & wait; }' Added: head/tools/regression/bin/sh/execution/bg9.0 ===

svn commit: r258531 - in head/sys/arm: include mv

2013-11-24 Thread Gavin Atkinson
Author: gavin Date: Sun Nov 24 22:01:15 2013 New Revision: 258531 URL: http://svnweb.freebsd.org/changeset/base/258531 Log: platform_devmap_init() was renamed initarm_devmap_init() in r257669, update comments to match. Modified: head/sys/arm/include/machdep.h head/sys/arm/mv/mv_machdep.c

svn commit: r258530 - head/contrib/gcclibs/libcpp

2013-11-24 Thread Pedro F. Giffuni
Author: pfg Date: Sun Nov 24 20:54:52 2013 New Revision: 258530 URL: http://svnweb.freebsd.org/changeset/base/258530 Log: libcpp: Keep a record of changes from upstream GCC (pre-43). This makes it easier to track the changes in the rare event of the code being distributed without access t

svn commit: r258527 - head/sys/boot/arm/uboot

2013-11-24 Thread Andrew Turner
Author: andrew Date: Sun Nov 24 20:33:38 2013 New Revision: 258527 URL: http://svnweb.freebsd.org/changeset/base/258527 Log: Recent versions of U-Boot require us to also backup and restore r9 for API calls to work. Modified: head/sys/boot/arm/uboot/start.S Modified: head/sys/boot/arm/uboot