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_
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
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;
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
=
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
===
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
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
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