svn commit: r290540 - head/lib/libc/tests/stdio

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 08:27:51 2015 New Revision: 290540 URL: https://svnweb.freebsd.org/changeset/base/290540 Log: printfloat_test and scanfloat_test need symbols from msun; these are automatically provided on amd64, but not i386. Add libm to DPADD/LDADD to unbreak the i386 tinderb

svn commit: r290541 - in head/sys/arm: arm include

2015-11-08 Thread Svatopluk Kraus
Author: skra Date: Sun Nov 8 08:31:34 2015 New Revision: 290541 URL: https://svnweb.freebsd.org/changeset/base/290541 Log: Make usermode variable the bool type. It's already used that way. Suggested by: kib Approved by: kib (mentor) Modified: head/sys/arm/arm/pmap-v6-new.c head/sys

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

2015-11-08 Thread Hans Petter Selasky
Author: hselasky Date: Sun Nov 8 09:37:26 2015 New Revision: 290542 URL: https://svnweb.freebsd.org/changeset/base/290542 Log: Avoid using the bounce buffer when the source or destination buffer is 32-bits aligned. Merge the two bounce buffers into a single one. Some rough tests showed that

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

2015-11-08 Thread Hans Petter Selasky
On 11/07/15 19:26, Conrad Meyer wrote: Can do — fixed in r290505. Thanks, Conrad Thank you. Looks good! --HPS ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-

Re: svn commit: r290522 - head/share/timedef

2015-11-08 Thread Hajimu UMEMOTO
Hi, > On Sun, 8 Nov 2015 01:08:18 +0100 > Baptiste Daroussin said: bapt> They are auto generated, I will try to have a look to fix the generation tool so bapt> we won't get hit by it next time. Oops, I dodn't notice that. It seems that Linux does similar way. I think it should be fixed

svn commit: r290543 - head/sys/netpfil/ipfw

2015-11-08 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Nov 8 12:24:19 2015 New Revision: 290543 URL: https://svnweb.freebsd.org/changeset/base/290543 Log: Fix setfib target. Problem was introduced in r272840 when converting tablearg value to 0. Submitted by: Denis Schneider Modified: head/sys/netpfil/ipfw/ip_fw

svn commit: r290544 - in stable/10: include lib/libc/stdio

2015-11-08 Thread Andrey A. Chernov
Author: ache Date: Sun Nov 8 13:37:16 2015 New Revision: 290544 URL: https://svnweb.freebsd.org/changeset/base/290544 Log: MFC: r289863,r289931,r290110,r290230,r290231,r290232 r290232: Microoptimize. r290231: Addition to prev. commit. In some edge cases fp->_p can be chan

svn commit: r290545 - head/sys/netpfil/ipfw

2015-11-08 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Nov 8 13:44:21 2015 New Revision: 290545 URL: https://svnweb.freebsd.org/changeset/base/290545 Log: Print proper setfib values in ipfw log. Submitted by: Denis Schneider Modified: head/sys/netpfil/ipfw/ip_fw_log.c Modified: head/sys/netpfil/ipfw/ip_fw_log.c

svn commit: r290546 - stable/10/usr.bin/bsdiff/bsdiff

2015-11-08 Thread Andrey A. Chernov
Author: ache Date: Sun Nov 8 14:22:57 2015 New Revision: 290546 URL: https://svnweb.freebsd.org/changeset/base/290546 Log: MFC: r290329,r290336 PR: 204230 r290329: Use meaningful errno for ssize_t overflow in read(). Catch size_t overflow in malloc(). r290336: Check for

svn commit: r290547 - in head/sys: arm/annapurna/alpine arm/mv/armadaxp arm/qemu arm/ti/omap4 arm/xilinx kern x86/x86

2015-11-08 Thread Tijl Coosemans
Author: tijl Date: Sun Nov 8 14:26:50 2015 New Revision: 290547 URL: https://svnweb.freebsd.org/changeset/base/290547 Log: Since r289279 bufinit() uses mp_ncpus, but some architectures set this variable during mp_start() which is too late. Move this to mp_setmaxid() where other architectur

svn commit: r290548 - in head/sbin: init reboot

2015-11-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 8 17:33:48 2015 New Revision: 290548 URL: https://svnweb.freebsd.org/changeset/base/290548 Log: Userspace part of reroot support. This makes it possible to change the root filesystem without full reboot, using "reboot -r". This can be used to to eg. boot from a t

Re: svn commit: r290522 - head/share/timedef

2015-11-08 Thread Baptiste Daroussin
On Sun, Nov 08, 2015 at 08:49:42PM +0900, Hajimu UMEMOTO wrote: > Hi, > > > On Sun, 8 Nov 2015 01:08:18 +0100 > > Baptiste Daroussin said: > > bapt> They are auto generated, I will try to have a look to fix the > generation tool so > bapt> we won't get hit by it next time. > > Oops, I

Re: svn commit: r290522 - head/share/timedef

2015-11-08 Thread Baptiste Daroussin
On Sat, Nov 07, 2015 at 04:15:08PM -0800, Bryan Drewery wrote: > On 11/7/2015 4:08 PM, Baptiste Daroussin wrote: > > On Sat, Nov 07, 2015 at 11:54:14PM +, Hajimu UMEMOTO wrote: > >> Author: ume > >> Date: Sat Nov 7 23:54:14 2015 > >> New Revision: 290522 > >> URL: https://svnweb.freebsd.org/ch

svn commit: r290549 - head/lib/libc/stdio

2015-11-08 Thread Andrey A. Chernov
Author: ache Date: Sun Nov 8 18:00:44 2015 New Revision: 290549 URL: https://svnweb.freebsd.org/changeset/base/290549 Log: Reorganize code to elimitate one _sseek() call for append modes. MFC after: 1 week Modified: head/lib/libc/stdio/ftell.c Modified: head/lib/libc/stdio/ftell.c

svn commit: r290550 - head/release/tools

2015-11-08 Thread Glen Barber
Author: gjb Date: Sun Nov 8 18:02:39 2015 New Revision: 290550 URL: https://svnweb.freebsd.org/changeset/base/290550 Log: Use tmpfs(5) instead of md(4) for '/tmp' mount. Submitted by: Nikolai Lifanov Differential Revision:D3506 MFC after:3 days Sponsored b

svn commit: r290551 - in head/sys: kern sys

2015-11-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 8 18:08:31 2015 New Revision: 290551 URL: https://svnweb.freebsd.org/changeset/base/290551 Log: Speed up rctl(8) rule retrieval; the difference shows mostly in "rctl -n", as otherwise most of the time is spent resolving UIDs to names. Reviewed by: mjg@ MFC

svn commit: r290552 - head/sys/kern

2015-11-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 8 18:11:24 2015 New Revision: 290552 URL: https://svnweb.freebsd.org/changeset/base/290552 Log: Make naming more consistent; no functional changes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/kern_rctl.c Modified: hea

svn commit: r290553 - head/sys/contrib/vchiq/interface/vchiq_arm

2015-11-08 Thread Svatopluk Kraus
Author: skra Date: Sun Nov 8 18:48:35 2015 New Revision: 290553 URL: https://svnweb.freebsd.org/changeset/base/290553 Log: Fix pagelist bus_dmamap_t map handling. Memory for pagelist is allocated by bus_dmamem_alloc() which creates associated bus_dmamap_t map for us. When this memory is fre

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-11-08 Thread Oliver Pinter
On 8/19/15, Renato Botelho wrote: >> On Aug 19, 2015, at 18:31, Adrian Chadd wrote: >> >> jim asked me again to do the MFC, so once I've finished doing some >> more tidying up of bits and pieces I'll do the MFC. What's the status of this MFC? You need a tester or you have a patch? > > Thank you

svn commit: r290554 - head/tools/tools/locale/tools

2015-11-08 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 8 19:08:38 2015 New Revision: 290554 URL: https://svnweb.freebsd.org/changeset/base/290554 Log: Modify the tool that generates the locales so that the generated CJK locales are padded as expected by the users Submitted by: marino Obtained from:Dragonf

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-11-08 Thread Adrian Chadd
i'm burnt out and still too busy fixing issues introduced into -head (both wifi and low-memory platform support.) Someone else at this stage has to MFC things :( Sorry, -a On 8 November 2015 at 10:49, Oliver Pinter wrote: > On 8/19/15, Renato Botelho wrote: >>> On Aug 19, 2015, at 18:31, Ad

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-11-08 Thread Oliver Pinter
On Sun, Nov 8, 2015 at 8:26 PM, Oliver Pinter wrote: > On Sun, Nov 8, 2015 at 8:24 PM, Adrian Chadd wrote: >> i'm burnt out and still too busy fixing issues introduced into -head >> (both wifi and low-memory platform support.) > > That's bad to read. :( > >> >> Someone else at this stage has to M

Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300

2015-11-08 Thread Oliver Pinter
On Sun, Nov 8, 2015 at 8:24 PM, Adrian Chadd wrote: > i'm burnt out and still too busy fixing issues introduced into -head > (both wifi and low-memory platform support.) That's bad to read. :( > > Someone else at this stage has to MFC things :( Renator, Avos anyone else? > > Sorry, > > > -a >

svn commit: r290555 - head/sys/dev/drm2/i915

2015-11-08 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Sun Nov 8 19:29:34 2015 New Revision: 290555 URL: https://svnweb.freebsd.org/changeset/base/290555 Log: drm/i915: Reduce diff with Linux 3.8 There is no functional change. The goal is to ease the future update to Linux 3.8's i915 driver. MFC after:2 months

Re: svn commit: r290512 - head/usr.bin/localedef

2015-11-08 Thread Adrian Chadd
hiya, not enough! On 7 November 2015 at 12:31, Baptiste Daroussin wrote: > Author: bapt > Date: Sat Nov 7 20:31:23 2015 > New Revision: 290512 > URL: https://svnweb.freebsd.org/changeset/base/290512 > > Log: > Bump warning level > > Modified: > head/usr.bin/localedef/Makefile > > Modified

svn commit: r290556 - head/usr.sbin

2015-11-08 Thread Ed Maste
Author: emaste Date: Sun Nov 8 20:56:04 2015 New Revision: 290556 URL: https://svnweb.freebsd.org/changeset/base/290556 Log: arm64: build usr.sbin/acpi subdirectory The arm64 platform will in general use ACPI so we want these tools built there. Sponsored by: The FreeBSD Foundation

svn commit: r290557 - head/sys/dev/ofw

2015-11-08 Thread Andreas Tobler
Author: andreast Date: Sun Nov 8 21:06:51 2015 New Revision: 290557 URL: https://svnweb.freebsd.org/changeset/base/290557 Log: Improve r290373, do a runtime check rather than a compile time switch. I learned that the Power8 and the PS3 have a mix of OFW and FDT. Both have AIM defined. But c

svn commit: r290558 - head/sys/arm64/conf

2015-11-08 Thread Ed Maste
Author: emaste Date: Sun Nov 8 21:08:31 2015 New Revision: 290558 URL: https://svnweb.freebsd.org/changeset/base/290558 Log: Sync arm64 GENERIC whitespace/comments with amd64 Sponsored by: The FreeBSD Foundation Modified: head/sys/arm64/conf/GENERIC Modified: head/sys/arm64/conf/GENERI

svn commit: r290559 - head/usr.bin/localedef

2015-11-08 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 8 21:22:24 2015 New Revision: 290559 URL: https://svnweb.freebsd.org/changeset/base/290559 Log: Eliminate some gcc pragmas Modified: head/usr.bin/localedef/collate.c head/usr.bin/localedef/wide.c Modified: head/usr.bin/localedef/collate.c ===

svn commit: r290560 - head/lib/libc/tests/stdio

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 21:38:46 2015 New Revision: 290560 URL: https://svnweb.freebsd.org/changeset/base/290560 Log: Convert print_positional_test over to ATF Somehow missed in r290537 X-MFC with: r290537 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modifie

Re: svn commit: r290494 - in head: . contrib/ipfilter contrib/llvm/lib/Target/Sparc/AsmParser contrib/llvm/lib/Target/Sparc/Disassembler contrib/llvm/lib/Target/Sparc/InstPrinter contrib/netbsd-tests/

2015-11-08 Thread Baptiste Daroussin
On Sun, Nov 08, 2015 at 11:04:36PM +0300, Andrey Chernov wrote: > On 07.11.2015 15:43, Baptiste Daroussin wrote: > > Log: > > Improve collation string and locales support > ... > > Deleted: > > head/lib/libc/locale/ascii.c > > BTW, why this one is deleted (along with ASCII locales)? It serves

svn commit: r290561 - head/lib/libc/tests/locale

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 21:57:35 2015 New Revision: 290561 URL: https://svnweb.freebsd.org/changeset/base/290561 Log: Delete leftover printfs from when these were TAP tests MFC after: 1 week X-MFC with: r290532 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc

Re: svn commit: r290494 - in head: . contrib/ipfilter contrib/llvm/lib/Target/Sparc/AsmParser contrib/llvm/lib/Target/Sparc/Disassembler contrib/llvm/lib/Target/Sparc/InstPrinter contrib/netbsd-tests/

2015-11-08 Thread Andrey Chernov
On 07.11.2015 15:43, Baptiste Daroussin wrote: > Log: > Improve collation string and locales support ... > Deleted: > head/lib/libc/locale/ascii.c BTW, why this one is deleted (along with ASCII locales)? It serves its job as "strict ASCII checker" right. -- http://ache.vniz.net/

Re: svn commit: r290494 - in head: . contrib/ipfilter contrib/llvm/lib/Target/Sparc/AsmParser contrib/llvm/lib/Target/Sparc/Disassembler contrib/llvm/lib/Target/Sparc/InstPrinter contrib/netbsd-tests/

2015-11-08 Thread Andrey Chernov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09.11.2015 0:41, Baptiste Daroussin wrote: >>> Deleted: head/lib/libc/locale/ascii.c >> >> BTW, why this one is deleted (along with ASCII locales)? It >> serves its job as "strict ASCII checker" right. >> > The ASCII locales are still there, jus

svn commit: r290562 - head/usr.bin/localedef

2015-11-08 Thread Baptiste Daroussin
Author: bapt Date: Sun Nov 8 22:23:21 2015 New Revision: 290562 URL: https://svnweb.freebsd.org/changeset/base/290562 Log: lower again the warnings and remove the pragmas unsupported by gcc 4.2.1 Modified: head/usr.bin/localedef/Makefile head/usr.bin/localedef/monetary.c head/usr.bin/loc

Re: svn commit: r290494 - in head: . contrib/ipfilter contrib/llvm/lib/Target/Sparc/AsmParser contrib/llvm/lib/Target/Sparc/Disassembler contrib/llvm/lib/Target/Sparc/InstPrinter contrib/netbsd-tests/

2015-11-08 Thread Baptiste Daroussin
On Mon, Nov 09, 2015 at 01:23:21AM +0300, Andrey Chernov wrote: > On 09.11.2015 0:41, Baptiste Daroussin wrote: > >>> Deleted: head/lib/libc/locale/ascii.c > >> > >> BTW, why this one is deleted (along with ASCII locales)? It > >> serves its job as "strict ASCII checker" right. > >> > > The ASCII

Re: svn commit: r290562 - head/usr.bin/localedef

2015-11-08 Thread NGie Cooper
> On Nov 8, 2015, at 14:23, Baptiste Daroussin wrote: > > Author: bapt > Date: Sun Nov 8 22:23:21 2015 > New Revision: 290562 > URL: https://svnweb.freebsd.org/changeset/base/290562 > > Log: > lower again the warnings and remove the pragmas unsupported by gcc 4.2.1 Thank you. Hopefully this

svn commit: r290563 - in head: lib/libc/tests/net tools/regression/lib/libc/net

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Sun Nov 8 23:06:40 2015 New Revision: 290563 URL: https://svnweb.freebsd.org/changeset/base/290563 Log: Integrate tools/regression/lib/libc/net into the FreeBSD test suite as lib/libc/tests/net Also, fix eui64_aton_test:test_str(..). The test was comparing the result

svn commit: r290564 - head/sys/dev/usb/wlan

2015-11-08 Thread Andriy Voskoboinyk
Author: avos Date: Sun Nov 8 23:21:54 2015 New Revision: 290564 URL: https://svnweb.freebsd.org/changeset/base/290564 Log: urtwn(4): improve RX filter. - Filter out unneeded frames in STA mode. - Implement ic_promisc() call. Tested with RTL8188EU, STA and MONITOR modes. Reviewe

svn commit: r290565 - head/release/scripts

2015-11-08 Thread Simon J. Gerraty
Author: sjg Date: Sun Nov 8 23:46:05 2015 New Revision: 290565 URL: https://svnweb.freebsd.org/changeset/base/290565 Log: Ensure TEMPROOT is unique, to guard against multiple builds on same machine. Differential Revision:D3002 Reviewed by: gjb Modified: head/release/scripts/m

Re: svn commit: r290565 - head/release/scripts

2015-11-08 Thread Glen Barber
On Sun, Nov 08, 2015 at 11:46:05PM +, Simon J. Gerraty wrote: > Author: sjg > Date: Sun Nov 8 23:46:05 2015 > New Revision: 290565 > URL: https://svnweb.freebsd.org/changeset/base/290565 > > Log: > Ensure TEMPROOT is unique, to guard against multiple builds on same machine. > > Differe

svn commit: r290566 - in head/sys/dev: re rl

2015-11-08 Thread Marius Strobl
Author: marius Date: Mon Nov 9 00:19:04 2015 New Revision: 290566 URL: https://svnweb.freebsd.org/changeset/base/290566 Log: - Although it doesn't make a whole lot of sense to enable RX and TX before their initial configuration is done, it turns out that r281337 has the inverse effect o

svn commit: r290567 - in head: etc/mtree usr.bin/limits usr.bin/limits/tests

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 01:05:31 2015 New Revision: 290567 URL: https://svnweb.freebsd.org/changeset/base/290567 Log: Add some basic tests that exercise cputime limits with limits(1) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Added: head/usr.bin/limits/tests/

svn commit: r290568 - head/sys/arm64/arm64

2015-11-08 Thread Ed Maste
Author: emaste Date: Mon Nov 9 01:49:25 2015 New Revision: 290568 URL: https://svnweb.freebsd.org/changeset/base/290568 Log: Fix typo in message from arm64 ITS workaround Modified: head/sys/arm64/arm64/gic_v3_its.c Modified: head/sys/arm64/arm64/gic_v3_its.c

svn commit: r290569 - stable/10/usr.bin/gzip

2015-11-08 Thread Xin LI
Author: delphij Date: Mon Nov 9 01:53:54 2015 New Revision: 290569 URL: https://svnweb.freebsd.org/changeset/base/290569 Log: MFC r290024,290073: In gunzip(1), treat trailing garbage as a warning and not an error. This allows scripts to distinguish it between real fatal errors, for inst

svn commit: r290570 - head/cddl/usr.sbin/dtrace/tests

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 02:29:38 2015 New Revision: 290570 URL: https://svnweb.freebsd.org/changeset/base/290570 Log: Reduce the Makefile snippet complexity a bit - Set BINDIR to TESTSDIR globally (and subsequently, remove all `${FILESGROUP}DIR` setting because BINDIR is set to `T

Re: svn commit: r290550 - head/release/tools

2015-11-08 Thread Howard Su
tmpfs doesn't support noatime option. please remove it. On Mon, Nov 9, 2015 at 2:02 AM, Glen Barber wrote: > Author: gjb > Date: Sun Nov 8 18:02:39 2015 > New Revision: 290550 > URL: https://svnweb.freebsd.org/changeset/base/290550 > > Log: > Use tmpfs(5) instead of md(4) for '/tmp' mount. >

svn commit: r290571 - head/lib/libc/tests/gen

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 06:16:38 2015 New Revision: 290571 URL: https://svnweb.freebsd.org/changeset/base/290571 Log: Fix some TAP -> ATF conversion errors - Remove a leftover printf from when this was a TAP based testcase - Catch mmap failures properly MFC after: 3 days Spon

svn commit: r290572 - in head: lib/libc/tests/gen tools/regression/lib/libc/gen

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 06:24:11 2015 New Revision: 290572 URL: https://svnweb.freebsd.org/changeset/base/290572 Log: Integrate tools/regression/lib/libc/gen into the FreeBSD test suite as lib/libc/tests/gen The code in test-fnmatch that was used for generating: - bin/sh/tests/

svn commit: r290573 - head/release/tools

2015-11-08 Thread Glen Barber
Author: gjb Date: Mon Nov 9 06:30:26 2015 New Revision: 290573 URL: https://svnweb.freebsd.org/changeset/base/290573 Log: Remove noatime from tmpfs(5) fstab(5) entry. Submitted by: Howard Su MFC after:3 days X-MFC-With: r290550 Sponsored by: The FreeBSD

Re: svn commit: r290550 - head/release/tools

2015-11-08 Thread Glen Barber
You are correct, thank you for noticing. I've committed the fix as r290573, which will be merged to stable/10 along with r290550. Glen On Mon, Nov 09, 2015 at 01:49:29PM +0800, Howard Su wrote: > tmpfs doesn't support noatime option. please remove it. > > On Mon, Nov 9, 2015 at 2:02 AM, Glen Ba

svn commit: r290574 - in stable/10: bin/dd bin/dd/tests contrib/netbsd-tests/bin/dd etc/mtree

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 06:50:42 2015 New Revision: 290574 URL: https://svnweb.freebsd.org/changeset/base/290574 Log: MFC r289487: Integrate contrib/netbsd-tests/bin/dd into the FreeBSD test suite as bin/dd/tests Ensure fdescfs is mounted on /dev/fd/ for the length testcase as

svn commit: r290575 - stable/10/secure/lib/libcrypto/engines/libgost

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 06:55:04 2015 New Revision: 290575 URL: https://svnweb.freebsd.org/changeset/base/290575 Log: MFC r290178: Fix GOST engine cipher linkage by adding e_gost_err.c to SRCS so it picks up undefined symbols, like "ERR_load_GOST_strings" PR: 184805 Submitted

svn commit: r290576 - stable/10/usr.sbin/rtsold

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:07:25 2015 New Revision: 290576 URL: https://svnweb.freebsd.org/changeset/base/290576 Log: MFC r290182: Fix rtsold's usage message - Remove -a from the usage message example dealing with specific interfaces. -a only makes sense when not specifying a

svn commit: r290577 - stable/9/usr.sbin/rtsold

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:10:32 2015 New Revision: 290577 URL: https://svnweb.freebsd.org/changeset/base/290577 Log: MFstable/10 r290576: MFC r290182: Fix rtsold's usage message - Remove -a from the usage message example dealing with specific interfaces. -a only makes s

svn commit: r290578 - stable/10/contrib/netbsd-tests/lib/libc/ssp

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:16:17 2015 New Revision: 290578 URL: https://svnweb.freebsd.org/changeset/base/290578 Log: MFC r290184: Fix a set but not used variable warning flagged by gcc 4.9 with lib/libc/ssp/h_readlink Sponsored by: EMC / Isilon Storage Division Modified: st

svn commit: r290579 - stable/10/tools/build/mk

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:18:09 2015 New Revision: 290579 URL: https://svnweb.freebsd.org/changeset/base/290579 Log: MFC r289903: Add libvmmapi to OptionalObsoleteFiles.inc when MK_BHYVE == no Sponsored by: EMC / Isilon Storage Division Modified: stable/10/tools/build/mk/Opti

svn commit: r290580 - stable/10/tools/regression/security/open_to_operation

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:26:34 2015 New Revision: 290580 URL: https://svnweb.freebsd.org/changeset/base/290580 Log: MFC r290190,r290251: r290190: Fix compiler warnings with open_to_operation.c Other sidenotes: - Remove unused variables with main(..) - Convert errx/exit

svn commit: r290581 - stable/9/tools/regression/security/open_to_operation

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:28:17 2015 New Revision: 290581 URL: https://svnweb.freebsd.org/changeset/base/290581 Log: MFstable/10 r290580: MFC r290190,r290251: r290190: Fix compiler warnings with open_to_operation.c Other sidenotes: - Remove unused variables with main

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

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:34:30 2015 New Revision: 290582 URL: https://svnweb.freebsd.org/changeset/base/290582 Log: MFC r290179: Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ warning Sponsored by: EMC / Isilon Storage Division Modified: stable/1

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

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:36:55 2015 New Revision: 290583 URL: https://svnweb.freebsd.org/changeset/base/290583 Log: MFstable/10 r290582: MFC r290179: Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ warning Sponsored by: EMC / Isilon Storage Divi

svn commit: r290584 - in stable/10: etc/mtree lib/libc/tests

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:41:28 2015 New Revision: 290584 URL: https://svnweb.freebsd.org/changeset/base/290584 Log: MFC r290177: Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suite as lib/libc/rpc This testcase requires rpcbind be up in running; otherwise

svn commit: r290585 - in stable/10: etc/mtree tests/sys tests/sys/posixshm tools/regression/posixshm tools/test/posixshm

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:49:39 2015 New Revision: 290585 URL: https://svnweb.freebsd.org/changeset/base/290585 Log: MFC r289441: Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD test suite as tests/sys/posixshm Some other highlights: - Convert th

svn commit: r290586 - in stable/10: etc/mtree usr.sbin/makefs usr.sbin/makefs/tests

2015-11-08 Thread Garrett Cooper
Author: ngie Date: Mon Nov 9 07:56:06 2015 New Revision: 290586 URL: https://svnweb.freebsd.org/changeset/base/290586 Log: MFC r289739,r289743,r289897,r289901: r289739: Correctly reintroduce the rudimentary smoke tests I botched up in r289684 Sponsored by: EMC / Isilon Storage