svn commit: r265904 - head/usr.bin/units

2014-05-12 Thread Eitan Adler
Author: eadler Date: Mon May 12 06:14:14 2014 New Revision: 265904 URL: http://svnweb.freebsd.org/changeset/base/265904 Log: units(1): unbreak -f option, fix some style, increase compatibility. - Unbreak the -f option: it was missing a ':' - gunits -V spits out more information than just

svn commit: r265907 - head/usr.bin/units

2014-05-12 Thread Eitan Adler
Author: eadler Date: Mon May 12 07:14:09 2014 New Revision: 265907 URL: http://svnweb.freebsd.org/changeset/base/265907 Log: units(1): call el_end() Add missing el_end() call Modified: head/usr.bin/units/units.c Modified: head/usr.bin/units/units.c

svn commit: r265908 - in head/sys: dev/usb/controller modules/usb/saf1761

2014-05-12 Thread Hans Petter Selasky
Author: hselasky Date: Mon May 12 09:05:07 2014 New Revision: 265908 URL: http://svnweb.freebsd.org/changeset/base/265908 Log: Create driver file templates, kernel module Makefile and add initial version of register definitions for ISP1761 and SAF1761 compatible chips. Sponsored by:

svn commit: r265909 - head/sys/netinet

2014-05-12 Thread Michael Tuexen
Author: tuexen Date: Mon May 12 09:46:48 2014 New Revision: 265909 URL: http://svnweb.freebsd.org/changeset/base/265909 Log: Disable TX checksum offload for UDP-Lite completely. It wasn't used for partial checksum coverage, but even for full checksum coverage it doesn't work. This was

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

2014-05-12 Thread Ian Lepore
Author: ian Date: Mon May 12 13:05:03 2014 New Revision: 265913 URL: http://svnweb.freebsd.org/changeset/base/265913 Log: Interrupts need to be disabled on entry to cpu_sleep() for ARM. Given that and the need to be in a critical section when switching to idleclock mode for event timers,

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

2014-05-12 Thread Ian Lepore
Author: ian Date: Mon May 12 13:08:37 2014 New Revision: 265914 URL: http://svnweb.freebsd.org/changeset/base/265914 Log: Cleanup some style nits. Modified: head/sys/arm/arm/machdep.c Modified: head/sys/arm/arm/machdep.c

Re: svn commit: r265914 - head/sys/arm/arm

2014-05-12 Thread Hans Petter Selasky
On 05/12/14 15:08, Ian Lepore wrote: Author: ian Date: Mon May 12 13:08:37 2014 New Revision: 265914 URL: http://svnweb.freebsd.org/changeset/base/265914 Log: Cleanup some style nits. Modified: head/sys/arm/arm/machdep.c Modified: head/sys/arm/arm/machdep.c

svn commit: r265915 - head/sys/modules

2014-05-12 Thread Ian Lepore
Author: ian Date: Mon May 12 13:33:12 2014 New Revision: 265915 URL: http://svnweb.freebsd.org/changeset/base/265915 Log: Build modules in parallel. This has been tested by several people at various -j levels from 6 to 48 without problems. Modified: head/sys/modules/Makefile Modified:

svn commit: r265923 - head/sys/kern

2014-05-12 Thread Don Lewis
Author: truckman Date: Mon May 12 17:56:52 2014 New Revision: 265923 URL: http://svnweb.freebsd.org/changeset/base/265923 Log: Nuke a couple of unnecessary assigments. Nothing uses the values of rstart and rend after this point. MFC after:1 week Modified:

svn commit: r265924 - head/release/doc/en_US.ISO8859-1/readme

2014-05-12 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Mon May 12 17:58:17 2014 New Revision: 265924 URL: http://svnweb.freebsd.org/changeset/base/265924 Log: Bump copyright date Approved by: hrs@ (mentor) Modified: head/release/doc/en_US.ISO8859-1/readme/article.xml Modified:

svn commit: r265925 - in head: . contrib/llvm/include/llvm/IR contrib/llvm/include/llvm/MC contrib/llvm/lib/Analysis contrib/llvm/lib/CodeGen/AsmPrinter contrib/llvm/lib/CodeGen/SelectionDAG contri...

2014-05-12 Thread Dimitry Andric
== --- head/ObsoleteFiles.inc Mon May 12 17:58:17 2014(r265924) +++ head/ObsoleteFiles.inc Mon May 12 18:45:56 2014(r265925) @@ -38,6 +38,43 @@ # xargs -n1 | sort | uniq -d; # done +# 20140512: new clang import which bumps version from 3.4 to 3.4.1. +OLD_FILES+=usr/include

svn commit: r265926 - head/tools/tools/nanobsd

2014-05-12 Thread Thomas Quinot
Author: thomas Date: Mon May 12 19:11:39 2014 New Revision: 265926 URL: http://svnweb.freebsd.org/changeset/base/265926 Log: (NANO_CONFIG): New variable containing path of config file, so that the configuration can reference additional files relative to its own location.

svn commit: r265927 - head/sys/dev/vt

2014-05-12 Thread Aleksandr Rybalko
Author: ray Date: Mon May 12 19:29:38 2014 New Revision: 265927 URL: http://svnweb.freebsd.org/changeset/base/265927 Log: Update terminal sizes in any case when new vt(4) driver arrive. (Plus remove one unused newline) Sponsored by: The FreeBSD Foundation Modified:

svn commit: r265931 - head/sys/kern

2014-05-12 Thread Don Lewis
Author: truckman Date: Mon May 12 20:22:42 2014 New Revision: 265931 URL: http://svnweb.freebsd.org/changeset/base/265931 Log: Be even more paranoid about overflow. Requested by: ache Modified: head/sys/kern/subr_rman.c Modified: head/sys/kern/subr_rman.c

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

2014-05-12 Thread Don Lewis
On 12 May, To: src-committ...@freebsd.org wrote: Author: truckman Date: Mon May 12 20:22:42 2014 New Revision: 265931 URL: http://svnweb.freebsd.org/changeset/base/265931 Log: Be even more paranoid about overflow. Requested by: ache Modified: head/sys/kern/subr_rman.c

svn commit: r265933 - head/tools/build/mk

2014-05-12 Thread Julio Merino
Author: jmmv Date: Mon May 12 21:21:32 2014 New Revision: 265933 URL: http://svnweb.freebsd.org/changeset/base/265933 Log: Fix delete-old when WITH_TESTS is set. r265423 removed the WITHOUT_BMAKE option, which in turn broke a conditional in OptionalObsoleteFiles.inc that inspected

svn commit: r265941 - head/usr.sbin/bhyve

2014-05-12 Thread Neel Natu
Author: neel Date: Mon May 12 23:35:10 2014 New Revision: 265941 URL: http://svnweb.freebsd.org/changeset/base/265941 Log: abort(3) the process in response to a VMEXIT_ABORT. This usually happens in response to an unhandled VM exit or an unexpected error so a core is useful. Remove

svn commit: r265942 - head/sys/netinet

2014-05-12 Thread Pyun YongHyeon
Author: yongari Date: Tue May 13 05:07:03 2014 New Revision: 265942 URL: http://svnweb.freebsd.org/changeset/base/265942 Log: Fix checksum computation. Previously it didn't include carry. Reviewed by: tuexen Modified: head/sys/netinet/ip_input.c Modified: head/sys/netinet/ip_input.c

svn commit: r265943 - head/sys/dev/re

2014-05-12 Thread Pyun YongHyeon
Author: yongari Date: Tue May 13 05:19:29 2014 New Revision: 265943 URL: http://svnweb.freebsd.org/changeset/base/265943 Log: Disable TX IP/TCP/UDP checksum offloading for RTL8168C/RTL8168CP. Previously only TX IP checksum offloading was disabled but it's reported that TX checksum