svn commit: r281404 - head/tools/regression/sockets/zerosend

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 05:20:01 2015 New Revision: 281404 URL: https://svnweb.freebsd.org/changeset/base/281404 Log: Generate temporary files with mkstemp instead of mktemp MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r281405 - in head: . etc/mtree

2015-04-10 Thread Jung-uk Kim
== --- head/ObsoleteFiles.inc Sat Apr 11 05:20:01 2015(r281404) +++ head/ObsoleteFiles.inc Sat Apr 11 05:38:07 2015(r281405) @@ -38,6 +38,18 @@ # xargs -n1 | sort | uniq -d; # done +# 20150410 +OLD_FILES+=usr/share/doc/usd/10

svn commit: r281400 - head/tools/regression/sockets/unix_close_race

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 03:43:43 2015 New Revision: 281400 URL: https://svnweb.freebsd.org/changeset/base/281400 Log: - Garbage collect argc/argv; bump WARNS to 6 - Make the socket path random and move it out of /tmp as that's outside ATF's prescribed path MFC after: 1 week

svn commit: r281401 - head/tools/regression/sockets/unix_sendtorace

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 03:54:43 2015 New Revision: 281401 URL: https://svnweb.freebsd.org/changeset/base/281401 Log: - Garbage collect argc/argv - Use random paths instead of one in /tmp MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r281402 - head/tools/regression/sockets/unix_socket

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 03:56:23 2015 New Revision: 281402 URL: https://svnweb.freebsd.org/changeset/base/281402 Log: Garbage collect argc/argv and bump WARNS to 6 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r281403 - head/tools/regression/sockets/unix_sorflush

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 03:57:35 2015 New Revision: 281403 URL: https://svnweb.freebsd.org/changeset/base/281403 Log: Garbage collect argc/argv and bump WARNS to 6 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

Re: svn commit: r281373 - in head: contrib/nvi contrib/nvi/catalog contrib/nvi/cl contrib/nvi/common contrib/nvi/docs contrib/nvi/docs/USD.doc contrib/nvi/docs/internals contrib/nvi/docs/interp contri

2015-04-10 Thread Baptiste Daroussin
On Fri, Apr 11, 2015 at 09:19:39PM +0300, Dmitry Morozovsky wrote: Bapt, On Fri, 10 Apr 2015, Baptiste Daroussin wrote: Author: bapt Date: Fri Apr 10 17:50:28 2015 New Revision: 281373 URL: https://svnweb.freebsd.org/changeset/base/281373 Log: Update nvi to 2.1.3 which fixes

svn commit: r281382 - stable/10

2015-04-10 Thread Dimitry Andric
Author: dim Date: Fri Apr 10 20:38:31 2015 New Revision: 281382 URL: https://svnweb.freebsd.org/changeset/base/281382 Log: MFC r272814 (by bapt): Add OBJCOPY to the list of external tools MFC r272815 (by bapt): Fix typo This should fix the build troubles some people have

Re: svn commit: r281373 - in head: contrib/nvi contrib/nvi/catalog contrib/nvi/cl contrib/nvi/common contrib/nvi/docs contrib/nvi/docs/USD.doc contrib/nvi/docs/internals contrib/nvi/docs/interp contri

2015-04-10 Thread Dmitry Morozovsky
On Fri, 10 Apr 2015, Baptiste Daroussin wrote: Update nvi to 2.1.3 which fixes the data corruption when locale conversion failed Thank you very much for this import. Any MFC Planned please? Not before I find how to readd the lost documentations Fair enough; thanks

svn commit: r281383 - in head/sys: dev/iwn net80211

2015-04-10 Thread Eitan Adler
Author: eadler Date: Fri Apr 10 20:55:17 2015 New Revision: 281383 URL: https://svnweb.freebsd.org/changeset/base/281383 Log: iwn, wlan: fix typos Fxi tow typos Obtained from:DragonFlyBSD MFC after:3 days Modified: head/sys/dev/iwn/if_iwn.c

Re: svn commit: r281372 - head/lib/liblzma

2015-04-10 Thread Rui Paulo
On Apr 10, 2015, at 10:22 AM, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri Apr 10 17:21:47 2015 New Revision: 281372 URL: https://svnweb.freebsd.org/changeset/base/281372 Log: For reasons that I am not understand yet, using the libmd version of SHA256 would make libarchive based

svn commit: r281384 - in head: share/mk usr.sbin/fifolog/fifolog_reader usr.sbin/fifolog/fifolog_writer

2015-04-10 Thread Ed Maste
Author: emaste Date: Fri Apr 10 21:24:38 2015 New Revision: 281384 URL: https://svnweb.freebsd.org/changeset/base/281384 Log: Fix libfifolog dependency on libz Consumers should not need to encode fifolog's dependency on libz. Handle it automatically in src.libnames.mk. Differential

svn commit: r281385 - stable/9/sys/fs/nfsclient

2015-04-10 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 10 22:53:07 2015 New Revision: 281385 URL: https://svnweb.freebsd.org/changeset/base/281385 Log: MFC: r276347 r245508 modified the NFS client's Setattr RPC to use VA_UTIMES_NULL to indicate whether it should set the time to the current tod on the server.

svn commit: r281386 - stable/10/sys/fs/nfsclient

2015-04-10 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 10 23:43:01 2015 New Revision: 281386 URL: https://svnweb.freebsd.org/changeset/base/281386 Log: MFC: r276347 r245508 modified the NFS client's Setattr RPC to use VA_UTIMES_NULL to indicate whether it should set the time to the current tod on the server.

svn commit: r281387 - head/sys/dev/hptnr

2015-04-10 Thread Xin LI
Author: delphij Date: Sat Apr 11 00:45:03 2015 New Revision: 281387 URL: https://svnweb.freebsd.org/changeset/base/281387 Log: Merge changes from vendor driver version 1.1.1: v1.1.1 2015-03-26 * Support 4Kn drive. * Change the SCSI target ID of the disk to be the index of physical

svn commit: r281388 - head/sys/netinet

2015-04-10 Thread Xin LI
Author: delphij Date: Sat Apr 11 01:06:59 2015 New Revision: 281388 URL: https://svnweb.freebsd.org/changeset/base/281388 Log: Attempt to fix build after 281351 by defining full prototype for the functions that were moved to ip_reass.c. Modified: head/sys/netinet/ip_input.c Modified:

svn commit: r281389 - in stable: 10/usr.sbin/acpi/acpiconf 8/usr.sbin/acpi/acpiconf 9/usr.sbin/acpi/acpiconf

2015-04-10 Thread Jung-uk Kim
Author: jkim Date: Sat Apr 11 01:17:19 2015 New Revision: 281389 URL: https://svnweb.freebsd.org/changeset/base/281389 Log: MFC: r281171 Tidy up battery status information. Remove a trailing white space. PR: 193671 Modified: stable/10/usr.sbin/acpi/acpiconf/acpiconf.c

svn commit: r281389 - in stable: 10/usr.sbin/acpi/acpiconf 8/usr.sbin/acpi/acpiconf 9/usr.sbin/acpi/acpiconf

2015-04-10 Thread Jung-uk Kim
Author: jkim Date: Sat Apr 11 01:17:19 2015 New Revision: 281389 URL: https://svnweb.freebsd.org/changeset/base/281389 Log: MFC: r281171 Tidy up battery status information. Remove a trailing white space. PR: 193671 Modified: stable/8/usr.sbin/acpi/acpiconf/acpiconf.c

svn commit: r281389 - in stable: 10/usr.sbin/acpi/acpiconf 8/usr.sbin/acpi/acpiconf 9/usr.sbin/acpi/acpiconf

2015-04-10 Thread Jung-uk Kim
Author: jkim Date: Sat Apr 11 01:17:19 2015 New Revision: 281389 URL: https://svnweb.freebsd.org/changeset/base/281389 Log: MFC: r281171 Tidy up battery status information. Remove a trailing white space. PR: 193671 Modified: stable/9/usr.sbin/acpi/acpiconf/acpiconf.c

svn commit: r281390 - stable/10/sys/dev/usb/wlan

2015-04-10 Thread Rui Paulo
Author: rpaulo Date: Sat Apr 11 02:23:59 2015 New Revision: 281390 URL: https://svnweb.freebsd.org/changeset/base/281390 Log: MFC r281070: urtwn: blink the LED when scanning. Modified: stable/10/sys/dev/usb/wlan/if_urtwn.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r281391 - head/tools/regression/sockets/reconnect

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 02:50:44 2015 New Revision: 281391 URL: https://svnweb.freebsd.org/changeset/base/281391 Log: - Use static buffers for temporary file paths instead of strdup of constant strings - Don't use /tmp because it's outside ATF's prescribed sandbox - Use mkstemp

svn commit: r281392 - head/tools/regression/sockets/rtsocket

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 02:59:45 2015 New Revision: 281392 URL: https://svnweb.freebsd.org/changeset/base/281392 Log: - Garbage collect argc/argv (-Wunused) - Bump WARNS to 6 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r281393 - head/tools/regression/sockets/sblock

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 03:13:09 2015 New Revision: 281393 URL: https://svnweb.freebsd.org/changeset/base/281393 Log: Fix warnings and bump WARNS to 6 - Garbage collect argc/argv (-Wunused) - sleep(3) will always return an unsigned int; don't check for return codes 0

svn commit: r281394 - head/tools/regression/sockets/sendfile

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 03:18:14 2015 New Revision: 281394 URL: https://svnweb.freebsd.org/changeset/base/281394 Log: - Don't use /tmp because it's outside ATF's prescribed sandbox - Replace a hardcoded PATH_MAX value with sizeof(path) - Use path like an array, not a pointer, and

svn commit: r281395 - head/tools/regression/sockets/shutdown

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 03:19:48 2015 New Revision: 281395 URL: https://svnweb.freebsd.org/changeset/base/281395 Log: Fix a -Wuninitialized warning by setting the socket to -1 and bump WARNS to 6 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r281396 - in head/sys: contrib/dev/acpica contrib/dev/acpica/common contrib/dev/acpica/compiler contrib/dev/acpica/components/debugger contrib/dev/acpica/components/disassembler contrib...

2015-04-10 Thread Jung-uk Kim
Author: jkim Date: Sat Apr 11 03:23:41 2015 New Revision: 281396 URL: https://svnweb.freebsd.org/changeset/base/281396 Log: Merge ACPICA 20150410. Modified: head/sys/contrib/dev/acpica/acpica_prep.sh head/sys/contrib/dev/acpica/changes.txt head/sys/contrib/dev/acpica/common/adfile.c

svn commit: r281397 - head/tools/regression/sockets/sigpipe

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 03:24:49 2015 New Revision: 281397 URL: https://svnweb.freebsd.org/changeset/base/281397 Log: Mark signum unused in signal_handler; bump WARNS to 6 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r281398 - head/tools/regression/sockets/socketpair

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 03:35:33 2015 New Revision: 281398 URL: https://svnweb.freebsd.org/changeset/base/281398 Log: Garbage collect argc/argv and bump WARNS to 6 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r281399 - head/tools/regression/sockets/unix_bindconnect

2015-04-10 Thread Garrett Cooper
Author: ngie Date: Sat Apr 11 03:38:49 2015 New Revision: 281399 URL: https://svnweb.freebsd.org/changeset/base/281399 Log: Fix warnings and bump WARNS to 6 - Staticize variables as needed - Garbage collect argc/argv - Fix -Wsign-compare warnings by casting small sizeof to (int) MFC