svn commit: r305321 - head/sys/powerpc/mpc85xx

2016-09-02 Thread Justin Hibbits
Author: jhibbits Date: Sat Sep 3 04:21:40 2016 New Revision: 305321 URL: https://svnweb.freebsd.org/changeset/base/305321 Log: Return a NULL pointer (0 vm_offset) on error in map_dcsr(). mpc85xx_map_dcsr() returns a vm_offset_t, not an error code. Follow-up to r304069. Modified:

svn commit: r305320 - head/sys/powerpc/powerpc

2016-09-02 Thread Justin Hibbits
Author: jhibbits Date: Sat Sep 3 04:09:03 2016 New Revision: 305320 URL: https://svnweb.freebsd.org/changeset/base/305320 Log: Use the right ifdef macro. "E500" is not defined, but "BOOKE_E500" is. Without this the idle hook cannot be called. MFC after:1 week Modified:

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

2016-09-02 Thread Alan Cox
Author: alc Date: Sat Sep 3 03:14:24 2016 New Revision: 305319 URL: https://svnweb.freebsd.org/changeset/base/305319 Log: As an optimization to the machine-independent layer, change the machine- dependent pmap_ts_referenced() so that it updates the page's dirty field if a modified bit is

svn commit: r305312 - head/tools/tools/crypto

2016-09-02 Thread George V. Neville-Neil
Author: gnn Date: Sat Sep 3 00:22:42 2016 New Revision: 305312 URL: https://svnweb.freebsd.org/changeset/base/305312 Log: Add cpuset support to separate forked processes. Reviewed by: cem Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision:

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

2016-09-02 Thread Oliver Pinter
Hi! This commit never gets MFCd back to 10-STABLE. Do you still plan to do it? On 5/4/16, Roger Pau Monné wrote: > Author: royger > Date: Wed May 4 13:48:59 2016 > New Revision: 299064 > URL: https://svnweb.freebsd.org/changeset/base/299064 > > Log: > rtc: fix inverted

Re: svn commit: r305307 - head/tools/tools/crypto

2016-09-02 Thread Ngie Cooper (yaneurabeya)
> On Sep 2, 2016, at 2:35 PM, George V. Neville-Neil wrote: > > Author: gnn > Date: Fri Sep 2 21:35:32 2016 > New Revision: 305307 > URL: https://svnweb.freebsd.org/changeset/base/305307 > … >

svn commit: r305307 - head/tools/tools/crypto

2016-09-02 Thread George V. Neville-Neil
Author: gnn Date: Fri Sep 2 21:35:32 2016 New Revision: 305307 URL: https://svnweb.freebsd.org/changeset/base/305307 Log: Add a runner script for cryptotest. Althought cryptotest itself has a -z mode to test all algorithms at a variety of sizes, this script allows us to be more

svn commit: r305306 - head/sbin/dhclient

2016-09-02 Thread Conrad E. Meyer
Author: cem Date: Fri Sep 2 21:14:29 2016 New Revision: 305306 URL: https://svnweb.freebsd.org/changeset/base/305306 Log: dhclient: add support for interface-mtu (26) Make dhclient set interface MTU if it was provided. This version implements MTU setting in dhclient itself before it

svn commit: r305305 - head/bin/sh/tests/builtins

2016-09-02 Thread Jilles Tjoelker
Author: jilles Date: Fri Sep 2 21:13:46 2016 New Revision: 305305 URL: https://svnweb.freebsd.org/changeset/base/305305 Log: sh: Add some tests for non-standard features of the echo builtin. MFC after:1 week Added: head/bin/sh/tests/builtins/echo1.0 (contents, props changed)

svn commit: r305304 - head/tools/tools/crypto

2016-09-02 Thread George V. Neville-Neil
Author: gnn Date: Fri Sep 2 21:11:37 2016 New Revision: 305304 URL: https://svnweb.freebsd.org/changeset/base/305304 Log: Clean up the usage message and remove dead code. Reviewed by: cem MFC after:2 weeks Sponsored by: Rubicon Communications, LLC (Netgate) Differential

svn commit: r305303 - head/usr.sbin/ypldap

2016-09-02 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 2 20:41:43 2016 New Revision: 305303 URL: https://svnweb.freebsd.org/changeset/base/305303 Log: DIRDEPS_BUILD: Update dependencies after a 'make bootstrap-tools'. MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified:

Re: svn commit: r305290 - in head: lib lib/libifc lib/libifconfig share/examples/libifc share/examples/libifconfig share/mk

2016-09-02 Thread John Baldwin
On Friday, September 02, 2016 06:33:08 PM Kristof Provost wrote: > Author: kp > Date: Fri Sep 2 18:33:08 2016 > New Revision: 305290 > URL: https://svnweb.freebsd.org/changeset/base/305290 > > Log: > Renaming libifc to libifconfig in response to feedback on initial commit of > this library.

svn commit: r305290 - in head: lib lib/libifc lib/libifconfig share/examples/libifc share/examples/libifconfig share/mk

2016-09-02 Thread Kristof Provost
Author: kp Date: Fri Sep 2 18:33:08 2016 New Revision: 305290 URL: https://svnweb.freebsd.org/changeset/base/305290 Log: Renaming libifc to libifconfig in response to feedback on initial commit of this library. Sticking to 'libifconfig' (and 'ifconfig_' as function prefix) should reduce

svn commit: r305289 - head/usr.bin/w

2016-09-02 Thread Hajimu UMEMOTO
Author: ume Date: Fri Sep 2 18:28:14 2016 New Revision: 305289 URL: https://svnweb.freebsd.org/changeset/base/305289 Log: When -n is specified, don't make bogus DNS queries. Instead, when -n is specified more than once, hostnames stored in utmp are attempted to resolve to display them as

svn commit: r305288 - head/sys/kern

2016-09-02 Thread Brooks Davis
Author: brooks Date: Fri Sep 2 18:22:56 2016 New Revision: 305288 URL: https://svnweb.freebsd.org/changeset/base/305288 Log: Merge from CheriBSD: Rename sigprop-table constants to SIGPROP_ from SA_ to reduce the impression of a namespace collision. Submitted by: rwatson Reviewed

svn commit: r305285 - in head/sys/arm64: arm64 include

2016-09-02 Thread Andrew Turner
Author: andrew Date: Fri Sep 2 10:13:51 2016 New Revision: 305285 URL: https://svnweb.freebsd.org/changeset/base/305285 Log: Add a pc_clock pcpu field and use it to implement cpu_est_clockrate. This will allow drivers that manage the clock frequency to communicate this with the reset of

svn commit: r305284 - head/lib/libusb

2016-09-02 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 2 08:44:14 2016 New Revision: 305284 URL: https://svnweb.freebsd.org/changeset/base/305284 Log: Fix array size issue when using the pre-scaling feature for ISOCHRONOUS USB transfers. Make sure enough length and buffer pointers are allocated when setting up

svn commit: r305283 - head/lib/msun/tests

2016-09-02 Thread Ngie Cooper
Author: ngie Date: Fri Sep 2 08:17:43 2016 New Revision: 305283 URL: https://svnweb.freebsd.org/changeset/base/305283 Log: Skip :test_large on i386 More assertions are failing on ^/head now. PR: 205446 Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r305281 - head/sys/dev/hyperv/utilities

2016-09-02 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 2 06:23:28 2016 New Revision: 305281 URL: https://svnweb.freebsd.org/changeset/base/305281 Log: hyperv/ic: Cleanup timesync channel callback. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7745

svn commit: r305280 - head/sys/dev/hyperv/utilities

2016-09-02 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 2 06:15:30 2016 New Revision: 305280 URL: https://svnweb.freebsd.org/changeset/base/305280 Log: hyperv/ic: Cleanup shutdown channel callback. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7744

svn commit: r305279 - head/sys/dev/hyperv/utilities

2016-09-02 Thread Sepherosa Ziehau
Author: sephe Date: Fri Sep 2 06:08:08 2016 New Revision: 305279 URL: https://svnweb.freebsd.org/changeset/base/305279 Log: hyperv/ic: Minor style fix. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7743 Modified: