svn commit: r251216 - head/contrib/llvm/tools/clang/lib/CodeGen

2013-06-01 Thread Ed Schouten
Author: ed Date: Sat Jun 1 08:07:09 2013 New Revision: 251216 URL: http://svnweb.freebsd.org/changeset/base/251216 Log: Pull in r183033 and r183036 from LLVM trunk: Add support for optimized (non-generic) atomic libcalls. For integer types of sizes 1, 2, 4 and 8, libcompiler-rt

Re: svn commit: r251198 - head/sys/compat/freebsd32

2013-06-01 Thread John Baldwin
On Friday, May 31, 2013 05:43:18 PM David E. O'Brien wrote: Author: obrien Date: Fri May 31 21:43:17 2013 New Revision: 251198 URL: http://svnweb.freebsd.org/changeset/base/251198 Log: Add a kern.features MIB for 32bit support under a 64bit kernel. I suggest calling it

svn commit: r251220 - head/sys/sys

2013-06-01 Thread John Baldwin
Author: jhb Date: Sat Jun 1 11:31:09 2013 New Revision: 251220 URL: http://svnweb.freebsd.org/changeset/base/251220 Log: Remove an unused macro we originally got from BSD/OS. Modified: head/sys/sys/mutex.h Modified: head/sys/sys/mutex.h

svn commit: r251221 - head/sys/kern

2013-06-01 Thread Marius Strobl
Author: marius Date: Sat Jun 1 11:42:47 2013 New Revision: 251221 URL: http://svnweb.freebsd.org/changeset/base/251221 Log: Move an assertion to the right spot; only bus_dmamap_load_mbuf(9) requires a pkthdr being present but that's not the case for either _bus_dmamap_load_mbuf_sg() or

svn commit: r251222 - head/sys/pc98/pc98

2013-06-01 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jun 1 12:21:59 2013 New Revision: 251222 URL: http://svnweb.freebsd.org/changeset/base/251222 Log: MFi386: revision 251039 Use slightly more idiomatic expression to get the address of array. Modified: head/sys/pc98/pc98/machdep.c Modified:

svn commit: r251223 - head/sys/boot/pc98/libpc98

2013-06-01 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jun 1 12:27:48 2013 New Revision: 251223 URL: http://svnweb.freebsd.org/changeset/base/251223 Log: MFi386: revision 245848 Always update the hw.uart.console hint. Modified: head/sys/boot/pc98/libpc98/comconsole.c Modified:

svn commit: r251225 - head/contrib/binutils/bfd

2013-06-01 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jun 1 14:16:51 2013 New Revision: 251225 URL: http://svnweb.freebsd.org/changeset/base/251225 Log: BFD: Use time_t instead of long for archive timestamps. This basically follows the suggestion in the binutils code and is more in line with what BSD ar(1) does.

Re: svn commit: r251225 - head/contrib/binutils/bfd

2013-06-01 Thread Peter Wemm
FYI, this broke i386 builds. Please fix it. /scratch/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/bfdio.c:389:1: error: conflicting types for 'bfd_get_mtime' bfd_get_mtime (bfd *abfd) ^ /scratch/src/gnu/usr.bin/binutils/libbfd/bfd.h:1150:6: note: previous declaration is here

Re: svn commit: r251225 - head/contrib/binutils/bfd

2013-06-01 Thread Pedro Giffuni
On 01.06.2013 12:39, Peter Wemm wrote: FYI, this broke i386 builds. Please fix it. /scratch/src/gnu/usr.bin/binutils/libbfd/../../../../contrib/binutils/bfd/bfdio.c:389:1: error: conflicting types for 'bfd_get_mtime' bfd_get_mtime (bfd *abfd) ^

svn commit: r251227 - head/contrib/binutils/bfd

2013-06-01 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jun 1 18:03:01 2013 New Revision: 251227 URL: http://svnweb.freebsd.org/changeset/base/251227 Log: Revert: Use time_t instead of long for archive timestamps. Back out for now: this breaks the i386 build and requires some revision. Modified:

svn commit: r251229 - head/sys/vm

2013-06-01 Thread Alan Cox
Author: alc Date: Sat Jun 1 20:32:34 2013 New Revision: 251229 URL: http://svnweb.freebsd.org/changeset/base/251229 Log: Now that access to the page's act_count field is synchronized by the page lock instead of the object lock, there is no reason for vm_page_activate() to assert that the

svn commit: r251230 - in head: include sys/sys

2013-06-01 Thread Ed Schouten
Author: ed Date: Sat Jun 1 21:02:26 2013 New Revision: 251230 URL: http://svnweb.freebsd.org/changeset/base/251230 Log: Move stdatomic.h into sys/sys/. This will allow us to use C11 atomics in kernelspace, although it will need to be included as sys/stdatomic.h. Added:

svn commit: r251233 - head/usr.sbin/bsdconfig/timezone

2013-06-01 Thread Devin Teske
Author: dteske Date: Sat Jun 1 22:12:53 2013 New Revision: 251233 URL: http://svnweb.freebsd.org/changeset/base/251233 Log: Fix a typo introduced by r251190. Modified: head/usr.sbin/bsdconfig/timezone/timezone Modified: head/usr.sbin/bsdconfig/timezone/timezone

svn commit: r251236 - in head/usr.sbin/bsdconfig: . console mouse networking networking/share security share share/media share/packages startup startup/share timezone usermgmt usermgmt/share

2013-06-01 Thread Devin Teske
Author: dteske Date: Sat Jun 1 23:58:44 2013 New Revision: 251236 URL: http://svnweb.freebsd.org/changeset/base/251236 Log: Improve portion of the dialog(1) API in dialog.subr responsible for retrieving stored data (for the --menu, --calendar, --timebox, --checklist, and --radiolist

svn commit: r251237 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sdt sys/cddl/dev/dtrace sys/modules/dtrace/dtrace_test

2013-06-01 Thread Mark Johnston
Author: markj Date: Sun Jun 2 00:33:36 2013 New Revision: 251237 URL: http://svnweb.freebsd.org/changeset/base/251237 Log: Port the SDT test now that it's possible to create SDT probes that take seven arguments. The original test uses Solaris' uadmin system call to trigger the test

svn commit: r251238 - in head/sys/cddl/dev: dtrace/amd64 sdt

2013-06-01 Thread Mark Johnston
Author: markj Date: Sun Jun 2 01:05:36 2013 New Revision: 251238 URL: http://svnweb.freebsd.org/changeset/base/251238 Log: SDT probes can directly pass up to five arguments as arguments to dtrace_probe(). Arguments beyond these five must be obtained in an architecture-specific way; this

svn commit: r251239 - head/tools/test/dtrace

2013-06-01 Thread Mark Johnston
Author: markj Date: Sun Jun 2 01:07:38 2013 New Revision: 251239 URL: http://svnweb.freebsd.org/changeset/base/251239 Log: This test is working now, so remove it from NOTWORK. Modified: head/tools/test/dtrace/Makefile Modified: head/tools/test/dtrace/Makefile

svn commit: r251240 - head/usr.sbin/newsyslog

2013-06-01 Thread Mark Johnston
Author: markj Date: Sun Jun 2 01:10:49 2013 New Revision: 251240 URL: http://svnweb.freebsd.org/changeset/base/251240 Log: We want to stat the archived log file rather than the logfile itself. PR: bin/179122 Submitted by: Oliver Fromme o...@secnetix.de MFC after:3 days

svn commit: r251241 - head/tools/regression/lib/msun

2013-06-01 Thread David Schultz
Author: das Date: Sun Jun 2 04:30:03 2013 New Revision: 251241 URL: http://svnweb.freebsd.org/changeset/base/251241 Log: Factor out some common code from the libm tests. This is a bit messy because different tests have different ideas about what it means to be close enough to the right

svn commit: r251242 - in head/usr.sbin/bsdconfig: console mouse networking/share password/share share share/media startup startup/share usermgmt/share

2013-06-01 Thread Devin Teske
Author: dteske Date: Sun Jun 2 05:45:25 2013 New Revision: 251242 URL: http://svnweb.freebsd.org/changeset/base/251242 Log: Similar to r251236, improve the portion of dialog(1) API in dialog.subr responsible for retrieving stored input (for the --inputbox and --password widgets). When