svn commit: r268735 - head/sys/dev/usb/controller

2014-07-16 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jul 16 06:14:41 2014 New Revision: 268735 URL: http://svnweb.freebsd.org/changeset/base/268735 Log: Improve support for Intel Lynx Point USB 3.0 controllers by using the USB 2.0 port mask in addition to the USB 3.0 port mask. The hardware does not always accept

svn commit: r268736 - stable/9/sys/dev/usb/net

2014-07-16 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jul 16 06:18:02 2014 New Revision: 268736 URL: http://svnweb.freebsd.org/changeset/base/268736 Log: MFC r268582: Fix performance problems with AXGE network adapter in RX direction: - Remove 4 extra bytes from the ethernet payload. - The maximum RX buffer was

svn commit: r268737 - stable/10/sys/dev/usb/net

2014-07-16 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jul 16 06:20:18 2014 New Revision: 268737 URL: http://svnweb.freebsd.org/changeset/base/268737 Log: MFC r268582: Fix performance problems with AXGE network adapter in RX direction: - Remove 4 extra bytes from the ethernet payload. - The maximum RX buffer was

svn commit: r268738 - stable/10/sys/dev/usb/input

2014-07-16 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jul 16 06:22:35 2014 New Revision: 268738 URL: http://svnweb.freebsd.org/changeset/base/268738 Log: MFC r268583: Turn off blinking device leds at attach. PR: 183735 Modified: stable/10/sys/dev/usb/input/uhid.c Directory Properties: stable/10/

svn commit: r268740 - stable/8/sys/dev/usb/input

2014-07-16 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jul 16 06:25:44 2014 New Revision: 268740 URL: http://svnweb.freebsd.org/changeset/base/268740 Log: MFC r268583: Turn off blinking device leds at attach. PR: 183735 Modified: stable/8/sys/dev/usb/input/uhid.c Directory Properties: stable/8/sys/

Re: svn commit: r268641 - head/usr.sbin/service

2014-07-16 Thread Mateusz Guzik
On Tue, Jul 15, 2014 at 07:48:46PM -0700, dte...@freebsd.org wrote: -Original Message- From: owner-src-committ...@freebsd.org [mailto:owner-src- committ...@freebsd.org] On Behalf Of Mateusz Guzik Sent: Tuesday, July 15, 2014 12:16 PM Indeed, the whole point is to NOT inherit

Re: svn commit: r268600 - in head/sys: amd64/amd64 cddl/dev/dtrace/amd64 cddl/dev/dtrace/i386 cddl/dev/dtrace/mips cddl/dev/dtrace/powerpc i386/i386 mips/mips powerpc/aim sys

2014-07-16 Thread Konstantin Belousov
On Wed, Jul 16, 2014 at 12:11:23AM -0400, Mark Johnston wrote: On Mon, Jul 14, 2014 at 11:10:50AM +0300, Konstantin Belousov wrote: On Mon, Jul 14, 2014 at 04:38:17AM +, Mark Johnston wrote: Author: markj Date: Mon Jul 14 04:38:17 2014 New Revision: 268600 URL:

svn commit: r268741 - stable/10/lib/libc/gen

2014-07-16 Thread Konstantin Belousov
Author: kib Date: Wed Jul 16 08:52:44 2014 New Revision: 268741 URL: http://svnweb.freebsd.org/changeset/base/268741 Log: MFC r268467: Implement sysconf(_SC_GETGR_R_SIZE_MAX) and sysconf(_SC_GETPW_R_SIZE_MAX). Modified: stable/10/lib/libc/gen/sysconf.c Directory Properties: stable/10/

svn commit: r268742 - stable/10/sys/amd64/amd64

2014-07-16 Thread Konstantin Belousov
Author: kib Date: Wed Jul 16 08:55:53 2014 New Revision: 268742 URL: http://svnweb.freebsd.org/changeset/base/268742 Log: MFC r268471: For safety, ensure that any consumer of the set_regs() and ptrace_set_pc() use the correct return to userspace using iret. Modified:

Re: svn commit: r268641 - head/usr.sbin/service

2014-07-16 Thread O'Connor, Daniel
On 16 Jul 2014, at 14:49, Adrian Chadd adr...@freebsd.org wrote: On 15 July 2014 22:08, Mark Linimon lini...@lonesome.com wrote: On Tue, Jul 15, 2014 at 07:13:44PM -0700, dte...@freebsd.org wrote: destroying all vestiges of that environment purely for the sake of saying it's clean seems

svn commit: r268743 - stable/9/lib/libc/gen

2014-07-16 Thread Konstantin Belousov
Author: kib Date: Wed Jul 16 08:58:38 2014 New Revision: 268743 URL: http://svnweb.freebsd.org/changeset/base/268743 Log: MFC r268467: Implement sysconf(_SC_GETGR_R_SIZE_MAX) and sysconf(_SC_GETPW_R_SIZE_MAX). Modified: stable/9/lib/libc/gen/sysconf.c Directory Properties:

svn commit: r268744 - stable/9/sys/amd64/amd64

2014-07-16 Thread Konstantin Belousov
Author: kib Date: Wed Jul 16 08:59:44 2014 New Revision: 268744 URL: http://svnweb.freebsd.org/changeset/base/268744 Log: MFC r268471: For safety, ensure that any consumer of the set_regs() and ptrace_set_pc() use the correct return to userspace using iret. Modified:

svn commit: r268745 - in head/usr.bin: . timeout

2014-07-16 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 16 09:55:36 2014 New Revision: 268745 URL: http://svnweb.freebsd.org/changeset/base/268745 Log: New BSDL timeout(1) utility compatible with GNU timeout it fully passes the GNU timeout regression tests, it is written in a mostly portable way (only signal parsing

Re: svn commit: r268745 - in head/usr.bin: . timeout

2014-07-16 Thread Jan Beich
Baptiste Daroussin b...@freebsd.org writes: Author: bapt Date: Wed Jul 16 09:55:36 2014 New Revision: 268745 URL: http://svnweb.freebsd.org/changeset/base/268745 Log: New BSDL timeout(1) utility compatible with GNU timeout it fully passes the GNU timeout regression tests, it is

Re: svn commit: r268745 - in head/usr.bin: . timeout

2014-07-16 Thread Mateusz Guzik
On Wed, Jul 16, 2014 at 09:55:36AM +, Baptiste Daroussin wrote: Author: bapt Date: Wed Jul 16 09:55:36 2014 New Revision: 268745 URL: http://svnweb.freebsd.org/changeset/base/268745 Log: New BSDL timeout(1) utility compatible with GNU timeout it fully passes the GNU timeout

Re: svn commit: r268745 - in head/usr.bin: . timeout

2014-07-16 Thread Baptiste Daroussin
On Wed, Jul 16, 2014 at 12:25:33PM +0200, Jan Beich wrote: Baptiste Daroussin b...@freebsd.org writes: Author: bapt Date: Wed Jul 16 09:55:36 2014 New Revision: 268745 URL: http://svnweb.freebsd.org/changeset/base/268745 Log: New BSDL timeout(1) utility compatible with GNU

Re: svn commit: r268745 - in head/usr.bin: . timeout

2014-07-16 Thread Baptiste Daroussin
On Wed, Jul 16, 2014 at 12:29:08PM +0200, Mateusz Guzik wrote: On Wed, Jul 16, 2014 at 09:55:36AM +, Baptiste Daroussin wrote: Author: bapt Date: Wed Jul 16 09:55:36 2014 New Revision: 268745 URL: http://svnweb.freebsd.org/changeset/base/268745 Log: New BSDL timeout(1)

svn commit: r268746 - head/usr.bin/timeout

2014-07-16 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 16 10:34:55 2014 New Revision: 268746 URL: http://svnweb.freebsd.org/changeset/base/268746 Log: Fix indentation Modified: head/usr.bin/timeout/timeout.c Modified: head/usr.bin/timeout/timeout.c

svn commit: r268747 - head/usr.bin/timeout

2014-07-16 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 16 10:37:05 2014 New Revision: 268747 URL: http://svnweb.freebsd.org/changeset/base/268747 Log: Fix build with gcc Modified: head/usr.bin/timeout/timeout.c Modified: head/usr.bin/timeout/timeout.c

Re: svn commit: r268745 - in head/usr.bin: . timeout

2014-07-16 Thread Mateusz Guzik
On Wed, Jul 16, 2014 at 12:34:11PM +0200, Baptiste Daroussin wrote: On Wed, Jul 16, 2014 at 12:29:08PM +0200, Mateusz Guzik wrote: On Wed, Jul 16, 2014 at 09:55:36AM +, Baptiste Daroussin wrote: +static void +usage(void) +{ + fprintf(stderr, Usage: %s [--signal sig | -s sig]

svn commit: r268748 - head/usr.bin/timeout

2014-07-16 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 16 11:28:53 2014 New Revision: 268748 URL: http://svnweb.freebsd.org/changeset/base/268748 Log: Style(9) fix Modified: head/usr.bin/timeout/timeout.c Modified: head/usr.bin/timeout/timeout.c

Re: svn commit: r268745 - in head/usr.bin: . timeout

2014-07-16 Thread Baptiste Daroussin
On Wed, Jul 16, 2014 at 12:45:12PM +0200, Mateusz Guzik wrote: On Wed, Jul 16, 2014 at 12:34:11PM +0200, Baptiste Daroussin wrote: On Wed, Jul 16, 2014 at 12:29:08PM +0200, Mateusz Guzik wrote: On Wed, Jul 16, 2014 at 09:55:36AM +, Baptiste Daroussin wrote: +static void

svn commit: r268749 - head/usr.bin/timeout

2014-07-16 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 16 11:30:04 2014 New Revision: 268749 URL: http://svnweb.freebsd.org/changeset/base/268749 Log: Fix typo Modified: head/usr.bin/timeout/timeout.1 Modified: head/usr.bin/timeout/timeout.1

Re: svn commit: r268745 - in head/usr.bin: . timeout

2014-07-16 Thread Konstantin Belousov
On Wed, Jul 16, 2014 at 09:55:36AM +, Baptiste Daroussin wrote: +#include sys/types.h +#include sys/time.h +#include sys/wait.h +#include signal.h +#include stdio.h +#include stdlib.h +#include string.h +#include sysexits.h +#include unistd.h +#include getopt.h +#include err.h

Re: svn commit: r268745 - in head/usr.bin: . timeout

2014-07-16 Thread Konstantin Belousov
On Wed, Jul 16, 2014 at 01:29:14PM +0200, Baptiste Daroussin wrote: On Wed, Jul 16, 2014 at 12:45:12PM +0200, Mateusz Guzik wrote: On Wed, Jul 16, 2014 at 12:34:11PM +0200, Baptiste Daroussin wrote: On Wed, Jul 16, 2014 at 12:29:08PM +0200, Mateusz Guzik wrote: On Wed, Jul 16, 2014 at

svn commit: r268750 - head/usr.bin/timeout

2014-07-16 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 16 11:41:28 2014 New Revision: 268750 URL: http://svnweb.freebsd.org/changeset/base/268750 Log: Sort headers Constify long options Remove useless call to sigemptyset properly check errno when waiting for a process status when a SIGCHLD is received Modified:

Re: svn commit: r268745 - in head/usr.bin: . timeout

2014-07-16 Thread Sergey Kandaurov
On Wed, Jul 16, 2014 at 09:55:36AM +, Baptiste Daroussin wrote: Author: bapt Date: Wed Jul 16 09:55:36 2014 New Revision: 268745 URL: http://svnweb.freebsd.org/changeset/base/268745 Log: New BSDL timeout(1) utility compatible with GNU timeout The purpose of this utility is unclear.

svn commit: r268751 - head/usr.bin/timeout

2014-07-16 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 16 12:09:12 2014 New Revision: 268751 URL: http://svnweb.freebsd.org/changeset/base/268751 Log: White space fixes Modified: head/usr.bin/timeout/timeout.c Modified: head/usr.bin/timeout/timeout.c

Re: svn commit: r268750 - head/usr.bin/timeout

2014-07-16 Thread Konstantin Belousov
On Wed, Jul 16, 2014 at 11:41:28AM +, Baptiste Daroussin wrote: Author: bapt Date: Wed Jul 16 11:41:28 2014 New Revision: 268750 URL: http://svnweb.freebsd.org/changeset/base/268750 Log: Sort headers Constify long options Remove useless call to sigemptyset properly check

Re: svn commit: r268750 - head/usr.bin/timeout

2014-07-16 Thread Alexey Dokuchaev
On Wed, Jul 16, 2014 at 03:19:00PM +0300, Konstantin Belousov wrote: The curious tendency of late is people committing changes without getting final confirmation from reviewer. Asking to look at the patch before commit would avoid repo churn. Big +1. ./danfe

Re: svn commit: r268750 - head/usr.bin/timeout

2014-07-16 Thread Baptiste Daroussin
On Wed, Jul 16, 2014 at 03:19:00PM +0300, Konstantin Belousov wrote: G On Wed, Jul 16, 2014 at 11:41:28AM +, Baptiste Daroussin wrote: Author: bapt Date: Wed Jul 16 11:41:28 2014 New Revision: 268750 URL: http://svnweb.freebsd.org/changeset/base/268750 Log: Sort headers

Re: svn commit: r268745 - in head/usr.bin: . timeout

2014-07-16 Thread Sergey Kandaurov
On 16 July 2014 13:55, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Wed Jul 16 09:55:36 2014 New Revision: 268745 URL: http://svnweb.freebsd.org/changeset/base/268745 Log: New BSDL timeout(1) utility compatible with GNU timeout [...] (sorry, missed this in a previous

svn commit: r268753 - stable/9/usr.bin/calendar/calendars

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:38:46 2014 New Revision: 268753 URL: http://svnweb.freebsd.org/changeset/base/268753 Log: Merge r268292 from head: Dominion Day became Canada Day in 1982, update the holiday calendar. PR: 191533 Submitted by: db Modified:

svn commit: r268754 - stable/9/games/fortune/datfiles

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:41:49 2014 New Revision: 268754 URL: http://svnweb.freebsd.org/changeset/base/268754 Log: Merge r268295 from head: Fix equation and limerick to be correct. NetBSD fixed this 14 years ago (src/games/fortune/datfiles/fortunes2 1.7). PR:

svn commit: r268755 - stable/10/games/fortune/datfiles

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:41:50 2014 New Revision: 268755 URL: http://svnweb.freebsd.org/changeset/base/268755 Log: Merge r268295 from head: Fix equation and limerick to be correct. NetBSD fixed this 14 years ago (src/games/fortune/datfiles/fortunes2 1.7). PR:

svn commit: r268756 - stable/10

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:45:13 2014 New Revision: 268756 URL: http://svnweb.freebsd.org/changeset/base/268756 Log: Merge r268342 from head: Remove /usr/share/doc/psd/28.cvs/paper.ps.gz if it exists, as it is obsolete since r251794. PR: 191003 Submitted by: Vick

svn commit: r268758 - stable/10/share/examples/etc

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:49:56 2014 New Revision: 268758 URL: http://svnweb.freebsd.org/changeset/base/268758 Log: Merge r267865 from head: Drop example variables for updating over csup. These have not functioned since r251084 Modified:

svn commit: r268757 - stable/9/share/examples/etc

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:49:42 2014 New Revision: 268757 URL: http://svnweb.freebsd.org/changeset/base/268757 Log: Merge r267865 from head: Drop example variables for updating over csup. These have not functioned since r252305. Modified:

svn commit: r268759 - stable/10/share/man/man7

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:51:29 2014 New Revision: 268759 URL: http://svnweb.freebsd.org/changeset/base/268759 Log: Merge r267866 from head: Drop references to updating over csup from build(7). Modified: stable/10/share/man/man7/build.7 Directory Properties: stable/10/ (props

svn commit: r268760 - stable/9/share/man/man7

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:52:05 2014 New Revision: 268760 URL: http://svnweb.freebsd.org/changeset/base/268760 Log: Merge r267866 from head: Drop references to updating over csup from build(7). Modified: stable/9/share/man/man7/build.7 Directory Properties:

svn commit: r268761 - stable/9/usr.sbin/uhsoctl

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:57:50 2014 New Revision: 268761 URL: http://svnweb.freebsd.org/changeset/base/268761 Log: Merge r268298,r268299 from head: Correct format string to fix build of uhsoctl when DEBUG is defined PR: 185007 Submitted by: saper saper.info

svn commit: r268762 - stable/10/usr.sbin/uhsoctl

2014-07-16 Thread Gavin Atkinson
Author: gavin Date: Wed Jul 16 12:57:53 2014 New Revision: 268762 URL: http://svnweb.freebsd.org/changeset/base/268762 Log: Merge r268298,r268299 from head: Correct format string to fix build of uhsoctl when DEBUG is defined PR: 185007 Submitted by: saper saper.info

svn commit: r268763 - head/usr.bin/timeout

2014-07-16 Thread Baptiste Daroussin
Author: bapt Date: Wed Jul 16 13:52:05 2014 New Revision: 268763 URL: http://svnweb.freebsd.org/changeset/base/268763 Log: Sort properly the headers While here space/tabs cleanup Reviewed by: kib Modified: head/usr.bin/timeout/timeout.c Modified: head/usr.bin/timeout/timeout.c

svn commit: r268764 - in head/sys: fs/ext2fs fs/nandfs fs/nfsclient fs/nullfs fs/tmpfs kern ufs/ufs

2014-07-16 Thread Konstantin Belousov
Author: kib Date: Wed Jul 16 14:04:46 2014 New Revision: 268764 URL: http://svnweb.freebsd.org/changeset/base/268764 Log: Check for the cross-device cross-link attempt in the VFS, instead of forcing filesystem VOP_LINK() methods to repeat the code. In tmpfs_link(), remove redundand check

svn commit: r268765 - head/sys/fs/tmpfs

2014-07-16 Thread Konstantin Belousov
Author: kib Date: Wed Jul 16 14:06:16 2014 New Revision: 268765 URL: http://svnweb.freebsd.org/changeset/base/268765 Log: Remove unused header. Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:2 weeks Modified: head/sys/fs/tmpfs/tmpfs_vnops.c Modified:

svn commit: r268766 - head/sys/fs/tmpfs

2014-07-16 Thread Konstantin Belousov
Author: kib Date: Wed Jul 16 14:08:01 2014 New Revision: 268766 URL: http://svnweb.freebsd.org/changeset/base/268766 Log: Do not ignore error from tmpfs_alloc_vp(). It results in access to the random memory. Reported and tested by: pho Sponsored by: The FreeBSD Foundation MFC

svn commit: r268767 - in head: sys/cam/ctl sys/cam/scsi sys/conf sys/modules/ctl usr.sbin/ctladm

2014-07-16 Thread Alexander Motin
Author: mav Date: Wed Jul 16 15:57:17 2014 New Revision: 268767 URL: http://svnweb.freebsd.org/changeset/base/268767 Log: Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone. This allows to clone VMs and move them between LUNs inside one storage host without

RE: svn commit: r268641 - head/usr.sbin/service

2014-07-16 Thread dteske
-Original Message- From: owner-src-committ...@freebsd.org [mailto:owner-src- committ...@freebsd.org] On Behalf Of O'Connor, Daniel Sent: Wednesday, July 16, 2014 1:58 AM To: Adrian Chadd Cc: Mark Linimon; Mateusz Guzik; svn-src-all@freebsd.org; Bryan Drewery;

Re: Phabric IDs / URLs in commits

2014-07-16 Thread John Baldwin
On Wednesday, July 16, 2014 09:27:57 AM Kubilay Kocak wrote: On 16/07/2014 1:12 AM, John Baldwin wrote: On Friday, July 11, 2014 1:54:42 pm Baptiste Daroussin wrote: On Fri, Jul 11, 2014 at 12:38:23PM -0400, John Baldwin wrote: On Friday, July 11, 2014 12:16:26 pm John Baldwin wrote:

Re: Phabric IDs / URLs in commits

2014-07-16 Thread Baptiste Daroussin
On Wed, Jul 16, 2014 at 11:41:34AM -0400, John Baldwin wrote: On Wednesday, July 16, 2014 09:27:57 AM Kubilay Kocak wrote: On 16/07/2014 1:12 AM, John Baldwin wrote: On Friday, July 11, 2014 1:54:42 pm Baptiste Daroussin wrote: On Fri, Jul 11, 2014 at 12:38:23PM -0400, John Baldwin wrote:

svn commit: r268770 - head/libexec/rtld-elf/tests/libpythagoras

2014-07-16 Thread Julio Merino
Author: jmmv Date: Wed Jul 16 16:42:58 2014 New Revision: 268770 URL: http://svnweb.freebsd.org/changeset/base/268770 Log: libpythagoras needs libm. This fixes make tinderbox failures on various architectures when WITH_TESTS=yes is enabled. Problem introduced in r267679. Modified:

Re: svn commit: r267679 - in head: etc/mtree libexec/rtld-elf libexec/rtld-elf/tests libexec/rtld-elf/tests/libpythagoras libexec/rtld-elf/tests/target

2014-07-16 Thread Julio Merino
On Mon, Jul 14, 2014 at 7:35 PM, Julio Merino j...@freebsd.org wrote: On Fri, Jun 20, 2014 at 1:14 PM, Jonathan Anderson jonat...@freebsd.org wrote: Author: jonathan Date: Fri Jun 20 17:14:59 2014 New Revision: 267679 URL: http://svnweb.freebsd.org/changeset/base/267679 Log: Test

svn commit: r268771 - in head/sys: dev/fb dev/vt/hw/fb sys

2014-07-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jul 16 18:49:46 2014 New Revision: 268771 URL: http://svnweb.freebsd.org/changeset/base/268771 Log: Allow console drivers active from early boot to be used with xf86-video-scfb, rather than only drivers attached later on. This involves a small amount of code

svn commit: r268772 - head/sys/dev/vt/hw/efifb

2014-07-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Jul 16 18:52:21 2014 New Revision: 268772 URL: http://svnweb.freebsd.org/changeset/base/268772 Log: Allow efifb to be used with xf86-video-scfb. This is important for EFI systems without either a CSM or real graphics drivers, such as my Lenovo Haswell laptop.

svn commit: r268773 - head/usr.sbin/service

2014-07-16 Thread Devin Teske
Author: dteske Date: Wed Jul 16 19:02:30 2014 New Revision: 268773 URL: http://svnweb.freebsd.org/changeset/base/268773 Log: Revert previous revision (r268461) for reasons documented in PR. To use tmux in an rc.d script, use the new-session flag -d. To use screen in an rc.d script, use the

RE: svn commit: r268641 - head/usr.sbin/service

2014-07-16 Thread dteske
-Original Message- From: Devin Teske [mailto:de...@shxd.cx] Sent: Wednesday, July 16, 2014 9:20 AM To: 'O'Connor, Daniel'; 'Adrian Chadd' Cc: 'Mark Linimon'; 'Mateusz Guzik'; 'svn-src-all@freebsd.org'; 'Bryan Drewery'; 'src-committ...@freebsd.org'; 'svn-src-h...@freebsd.org';

Re: svn commit: r268773 - head/usr.sbin/service

2014-07-16 Thread Mateusz Guzik
On Wed, Jul 16, 2014 at 07:02:31PM +, Devin Teske wrote: Author: dteske Date: Wed Jul 16 19:02:30 2014 New Revision: 268773 URL: http://svnweb.freebsd.org/changeset/base/268773 Log: Revert previous revision (r268461) for reasons documented in PR. To use tmux in an rc.d script, use

svn commit: r268774 - head/sys/conf

2014-07-16 Thread Dimitry Andric
Author: dim Date: Wed Jul 16 20:37:03 2014 New Revision: 268774 URL: http://svnweb.freebsd.org/changeset/base/268774 Log: After r261991, clang warnings about unused functions in the kernel were completely silenced. Make sure these warnings appear again, so there is some incentive to fix

svn commit: r268775 - stable/10/lib/libproc

2014-07-16 Thread Dimitry Andric
Author: dim Date: Wed Jul 16 21:04:31 2014 New Revision: 268775 URL: http://svnweb.freebsd.org/changeset/base/268775 Log: MFC r268463: In libproc, avoid calling __cxa_demangle(), and thus depending on either libcxxrt or libsupc++, if WITHOUT_CXX is defined. [1] Noticed by: sbruno

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

2014-07-16 Thread Alan Cox
Author: alc Date: Wed Jul 16 21:06:43 2014 New Revision: 268776 URL: http://svnweb.freebsd.org/changeset/base/268776 Log: Implement pmap_unwire(). See r268327 for the motivation behind this change. Modified: head/sys/arm/arm/pmap-v6.c head/sys/arm/arm/pmap.c Modified:

svn commit: r268777 - in head: sys/amd64/include sys/amd64/vmm/intel usr.sbin/bhyve

2014-07-16 Thread Neel Natu
Author: neel Date: Wed Jul 16 21:26:26 2014 New Revision: 268777 URL: http://svnweb.freebsd.org/changeset/base/268777 Log: Add emulation for legacy x86 task switching mechanism. FreeBSD/i386 uses task switching to handle double fault exceptions and this change enables that to work.

svn commit: r268778 - in head: share/mk tools/build/options

2014-07-16 Thread Julio Merino
Author: jmmv Date: Wed Jul 16 21:40:11 2014 New Revision: 268778 URL: http://svnweb.freebsd.org/changeset/base/268778 Log: Enable MK_TESTS by default, take 2. This is a redo of r267424, which was reverted in r267432 because it broke make buildworld from FreeBSD 9.x. This issue has been

svn commit: r268779 - head/share/man/man5

2014-07-16 Thread Julio Merino
Author: jmmv Date: Wed Jul 16 21:43:24 2014 New Revision: 268779 URL: http://svnweb.freebsd.org/changeset/base/268779 Log: Regen after r268778 to replace WITH_TESTS with WITHOUT_TESTS. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

Re: svn commit: r268779 - head/share/man/man5

2014-07-16 Thread Baptiste Daroussin
On Wed, Jul 16, 2014 at 09:43:24PM +, Julio Merino wrote: Author: jmmv Date: Wed Jul 16 21:43:24 2014 New Revision: 268779 URL: http://svnweb.freebsd.org/changeset/base/268779 Log: Regen after r268778 to replace WITH_TESTS with WITHOUT_TESTS. Modified:

svn commit: r268780 - in head: share/man/man9 sys/kern sys/sys

2014-07-16 Thread Don Lewis
Author: truckman Date: Wed Jul 16 22:18:19 2014 New Revision: 268780 URL: http://svnweb.freebsd.org/changeset/base/268780 Log: Nuke the never-used RF_TIMESHARE feature, reducing the complexity of the code. The consensus on arch@ is that this feature might have been useful in the distant

svn commit: r268781 - in head: . share/man/man9

2014-07-16 Thread Alan Cox
+38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20140716: Remove an incorrectly named man page +OLD_FILES+=usr/share/man/man9/pmap_ts_modified.9.gz # 20140712: Removal of bsd.dtrace.mk OLD_FILES+=usr/share/mk/bsd.dtrace.mk # 20140705: turn libreadline into an internal lib Modified: head

Re: svn commit: r268779 - head/share/man/man5

2014-07-16 Thread Julio Merino
On Wed, Jul 16, 2014 at 6:16 PM, Baptiste Daroussin b...@freebsd.org wrote: On Wed, Jul 16, 2014 at 09:43:24PM +, Julio Merino wrote: Author: jmmv Date: Wed Jul 16 21:43:24 2014 New Revision: 268779 URL: http://svnweb.freebsd.org/changeset/base/268779 Log: Regen after r268778 to

Re: svn commit: r267760 - head/sys/kern

2014-07-16 Thread Konstantin Belousov
On Sun, Jul 13, 2014 at 11:36:24PM +0200, Mateusz Guzik wrote: On Sun, Jul 13, 2014 at 04:26:52PM +0300, Konstantin Belousov wrote: On Fri, Jul 11, 2014 at 01:19:25PM +0200, Mateusz Guzik wrote: On Fri, Jul 11, 2014 at 12:55:51PM +0300, Konstantin Belousov wrote: The nolock version

svn commit: r268782 - in stable/10/lib/libedit: . TEST

2014-07-16 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jul 17 02:14:25 2014 New Revision: 268782 URL: http://svnweb.freebsd.org/changeset/base/268782 Log: MFC r268502: Sync some (mostly cosmetical) changes from NetBSD Makefile,v 1.37 tc1.c v 1.3 Rename TEST/test.c tc1.c common.c,v 1.23 pass lint on _LP64.

svn commit: r268783 - in stable/9/lib/libedit: . TEST

2014-07-16 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jul 17 02:22:03 2014 New Revision: 268783 URL: http://svnweb.freebsd.org/changeset/base/268783 Log: MFC r268502: Sync some (mostly cosmetical) changes from NetBSD Makefile,v 1.37 tc1.c v 1.3 Rename TEST/test.c tc1.c common.c,v 1.23 pass lint on _LP64.

svn commit: r268784 - stable/10/sbin/fsck_msdosfs

2014-07-16 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jul 17 02:33:40 2014 New Revision: 268784 URL: http://svnweb.freebsd.org/changeset/base/268784 Log: MFC r268628, r268631, r268635: Convert *rootDir from external to static. fsck_msdosfs: be a bit more permissive. The free space value in the FSInfo block is

svn commit: r268785 - stable/9/sbin/fsck_msdosfs

2014-07-16 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jul 17 02:43:53 2014 New Revision: 268785 URL: http://svnweb.freebsd.org/changeset/base/268785 Log: MFC r268628, r268631, r268635: Convert *rootDir from external to static. fsck_msdosfs: be a bit more permissive. The free space value in the FSInfo block is

svn commit: r268786 - in stable/10: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-07-16 Thread Xin LI
Author: delphij Date: Thu Jul 17 05:20:18 2014 New Revision: 268786 URL: http://svnweb.freebsd.org/changeset/base/268786 Log: MFC r268116: - Fix handling of new style of ioctl in compatiblity mode [1]; - Reorganize code and reduce diff from upstream; - Improve forward compatibility

svn commit: r268787 - in head/sys: kern net

2014-07-16 Thread Kevin Lo
Author: kevlo Date: Thu Jul 17 05:21:16 2014 New Revision: 268787 URL: http://svnweb.freebsd.org/changeset/base/268787 Log: Deprecate m_act. Use m_nextpkt always. Modified: head/sys/kern/uipc_usrreq.c head/sys/net/if.c head/sys/net/if_spppsubr.c Modified: head/sys/kern/uipc_usrreq.c

svn commit: r268788 - head/sys/netinet

2014-07-16 Thread Adrian Chadd
Author: adrian Date: Thu Jul 17 05:45:54 2014 New Revision: 268788 URL: http://svnweb.freebsd.org/changeset/base/268788 Log: Oops - somehow I missed the IP option numbers clashing with the multicast numbers below. Move them to a new set of non-clashing numbers. Modified: