svn commit: r245942 - head/sys/arm/arm

2013-01-26 Thread Andrew Turner
Author: andrew Date: Sat Jan 26 08:55:04 2013 New Revision: 245942 URL: http://svnweb.freebsd.org/changeset/base/245942 Log: Align td_frame as it will be placed into the sp register which must be 8 byte aligned on ARM EABI. Modified: head/sys/arm/arm/vm_machdep.c Modified:

svn commit: r245943 - stable/9/sys/boot/sparc64/loader

2013-01-26 Thread Andriy Gapon
Author: avg Date: Sat Jan 26 09:55:51 2013 New Revision: 245943 URL: http://svnweb.freebsd.org/changeset/base/245943 Log: MFC r245697: zfs/sparc64 boot: fix booting after r242230 Modified: stable/9/sys/boot/sparc64/loader/main.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r245944 - stable/8/sys/boot/sparc64/loader

2013-01-26 Thread Andriy Gapon
Author: avg Date: Sat Jan 26 09:56:06 2013 New Revision: 245944 URL: http://svnweb.freebsd.org/changeset/base/245944 Log: MFC r245697: zfs/sparc64 boot: fix booting after r242230 Modified: stable/8/sys/boot/sparc64/loader/main.c Directory Properties: stable/8/sys/ (props changed)

Re: svn commit: r245850 - in head/sys/sparc64: include sparc64

2013-01-26 Thread Andriy Gapon
on 24/01/2013 00:52 Marius Strobl said the following: This is due to the fact that on sparc64, spinlock_enter() only raises the PIL but doesn't disable interrupts completely. John, I wonder if you are considering pushing your amd64 TPR patch some day... -- Andriy Gapon

svn commit: r245945 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-01-26 Thread Andriy Gapon
Author: avg Date: Sat Jan 26 10:34:17 2013 New Revision: 245945 URL: http://svnweb.freebsd.org/changeset/base/245945 Log: spa_generate_rootconf: add support for old vdev labels It seems that old ZFS versions (v15) completely omit vdev_children property when there is a single child.

svn commit: r245946 - head/sys/geom/mirror

2013-01-26 Thread Andriy Gapon
Author: avg Date: Sat Jan 26 10:50:04 2013 New Revision: 245946 URL: http://svnweb.freebsd.org/changeset/base/245946 Log: g_mirror: g_getattr() failure should not be fatal This allows to use gmirror e.g. on top of ZVOLs. PR: kern/175323 Submitted by:

svn commit: r245947 - in head/sys/dev/usb: . quirk

2013-01-26 Thread Hans Petter Selasky
Author: hselasky Date: Sat Jan 26 13:44:24 2013 New Revision: 245947 URL: http://svnweb.freebsd.org/changeset/base/245947 Log: Add new USB quirk. PR: usb/175599 Submitted by: Juan J Lopez MFC after:1 week Modified: head/sys/dev/usb/quirk/usb_quirk.c

svn commit: r245948 - head/sys/arm/arm

2013-01-26 Thread Ian Lepore
Author: ian Date: Sat Jan 26 20:16:58 2013 New Revision: 245948 URL: http://svnweb.freebsd.org/changeset/base/245948 Log: Fix a buffer overrun while pre-formatting the names array, perpetrated in the prior commit. Use essentially the same sprintf() statement for both formatting and

svn commit: r245949 - head/usr.sbin/watchdogd

2013-01-26 Thread Ian Lepore
Author: ian Date: Sat Jan 26 21:29:45 2013 New Revision: 245949 URL: http://svnweb.freebsd.org/changeset/base/245949 Log: Reduce watchdogd's memory footprint when running daemonized. This uses the recently-added jemalloc(3) feature of setting the lg_chunk tuning option to zero to request

Re: svn commit: r245949 - head/usr.sbin/watchdogd

2013-01-26 Thread Andriy Gapon
on 26/01/2013 23:29 Ian Lepore said the following: @@ -188,7 +196,7 @@ watchdog_loop(void) if (watchdog_onoff(0) == 0) { end_program = 2; } else { - warnx(Could not stop the watchdog, not

svn commit: r245950 - head/sys/fs/ext2fs

2013-01-26 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 26 21:50:52 2013 New Revision: 245950 URL: http://svnweb.freebsd.org/changeset/base/245950 Log: Cosmetical off-by-one Technically, the case when all the blocks are released is not a sanity check. Move further the comment while here. Suggested by: bde

Re: svn commit: r245949 - head/usr.sbin/watchdogd

2013-01-26 Thread Eitan Adler
@@ -188,7 +196,7 @@ watchdog_loop(void) if (watchdog_onoff(0) == 0) { end_program = 2; } else { - warnx(Could not stop the watchdog, not exiting); +

Re: svn commit: r245949 - head/usr.sbin/watchdogd

2013-01-26 Thread Ian Lepore
On Sat, 2013-01-26 at 16:52 -0500, Eitan Adler wrote: @@ -188,7 +196,7 @@ watchdog_loop(void) if (watchdog_onoff(0) == 0) { end_program = 2; } else { - warnx(Could not stop the

svn commit: r245951 - head/usr.sbin/watchdogd

2013-01-26 Thread Ian Lepore
Author: ian Date: Sat Jan 26 22:02:40 2013 New Revision: 245951 URL: http://svnweb.freebsd.org/changeset/base/245951 Log: Revert accidental regression to previous misspelling. Approved by: cognet (mentor) Modified: head/usr.sbin/watchdogd/watchdogd.c Modified:

svn commit: r245952 - in head: contrib/binutils/config contrib/bsnmp/lib contrib/bsnmp/snmp_target contrib/bsnmp/snmp_usm contrib/bsnmp/snmp_vacm contrib/dialog/samples/copifuncs contrib/ee contrib...

2013-01-26 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 26 22:08:21 2013 New Revision: 245952 URL: http://svnweb.freebsd.org/changeset/base/245952 Log: Clean some 'svn:executable' properties in the tree. Submitted by: Christoph Mallon MFC after:3 days Modified: Directory Properties:

svn commit: r245953 - head/sys/dev/nand

2013-01-26 Thread Ian Lepore
Author: ian Date: Sun Jan 27 00:16:36 2013 New Revision: 245953 URL: http://svnweb.freebsd.org/changeset/base/245953 Log: Add the chip used in recent GlobalScale Technologies *Plug computers Approved by: cognet (mentor) Modified: head/sys/dev/nand/nand_id.c Modified:

svn commit: r245954 - in head/sys/arm: conf mv mv/kirkwood

2013-01-26 Thread Ian Lepore
Author: ian Date: Sun Jan 27 00:39:02 2013 New Revision: 245954 URL: http://svnweb.freebsd.org/changeset/base/245954 Log: Add a default do-nothing implementation of fdt_pci_devmap() using a weak alias, so that we don't need an empty implementation of it for every Marvell platform that has

svn commit: r245955 - in head/sys: arm/conf boot/fdt/dts

2013-01-26 Thread Ian Lepore
Author: ian Date: Sun Jan 27 01:17:37 2013 New Revision: 245955 URL: http://svnweb.freebsd.org/changeset/base/245955 Log: Add support for the GlobalScale Technologies DreamPlug computer. This adds support for version 10, revision 01, but it should also work without changes for the 0901

svn commit: r245956 - head/usr.bin/truss

2013-01-26 Thread Mateusz Guzik
Author: mjg Date: Sun Jan 27 03:14:54 2013 New Revision: 245956 URL: http://svnweb.freebsd.org/changeset/base/245956 Log: truss: if file requested with -o flag could not be opened print the reason MFC after:3 days Modified: head/usr.bin/truss/main.c Modified:

svn commit: r245957 - head/usr.bin/truss

2013-01-26 Thread Mateusz Guzik
Author: mjg Date: Sun Jan 27 03:17:35 2013 New Revision: 245957 URL: http://svnweb.freebsd.org/changeset/base/245957 Log: truss: use 'e' flag for fopen instead of fcntl(.., FD_CLOEXEC) Modified: head/usr.bin/truss/main.c Modified: head/usr.bin/truss/main.c

svn commit: r245960 - head/bin/cp

2013-01-26 Thread Mark Johnston
Author: markj Date: Sun Jan 27 05:59:28 2013 New Revision: 245960 URL: http://svnweb.freebsd.org/changeset/base/245960 Log: Return with an error from copy_link(), copy_fifo() and copy_special() if the -n option is specified and the destination file exists. PR: bin/174489

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

2013-01-26 Thread Mark Johnston
Author: markj Date: Sun Jan 27 06:01:35 2013 New Revision: 245961 URL: http://svnweb.freebsd.org/changeset/base/245961 Log: When the 'R' flag is used with a newsyslog.conf entry, some fields of the corresponding struct sigwork_entry were left uninitialized, potentially causing an early

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

2013-01-26 Thread Mark Johnston
Author: markj Date: Sun Jan 27 06:02:38 2013 New Revision: 245962 URL: http://svnweb.freebsd.org/changeset/base/245962 Log: Ensure that newsyslog -n prints the correct message for a rotation rule that uses the 'R' flag. Reviewed by: gad Approved by: rstone (co-mentor) MFC after:

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

2013-01-26 Thread Mark Johnston
Author: markj Date: Sun Jan 27 06:03:57 2013 New Revision: 245963 URL: http://svnweb.freebsd.org/changeset/base/245963 Log: Rename the run_cmd field to sw_runcmd to make it consistent with the other fields in struct sigwork_entry. Approved by: rstone (co-mentor) MFC after:1 week