Re: svn commit: r283842 - head/usr.sbin/pw

2015-06-02 Thread Bruce Evans
On Mon, 1 Jun 2015, Baptiste Daroussin wrote: On Mon, Jun 01, 2015 at 03:36:58PM +1000, Bruce Evans wrote: On Sun, 31 May 2015, Baptiste Daroussin wrote: Log: Remove useless cast in printf and printf-like functions: use %u for uid_t and gid_t The cast was not useless. It was to avoid the

svn commit: r283938 - head

2015-06-02 Thread Baptiste Daroussin
Author: bapt Date: Wed Jun 3 06:02:49 2015 New Revision: 283938 URL: https://svnweb.freebsd.org/changeset/base/283938 Log: mandoc's makewhatis requires gnuzip to be in the path when deadling with with compressed manpages. This should fix spam during installworld: "exec: No such file or d

svn commit: r283936 - head/sys/dev/ahci

2015-06-02 Thread Alexander Motin
Author: mav Date: Tue Jun 2 23:11:12 2015 New Revision: 283936 URL: https://svnweb.freebsd.org/changeset/base/283936 Log: Restore AHCI quirks printing as base16. smh@ at r278034 made it base17, that is somewhat odd. :) MFC after:3 days Modified: head/sys/dev/ahci/ahci.h Modifi

svn commit: r283935 - head/sys/dev/iwi

2015-06-02 Thread Gleb Smirnoff
Author: glebius Date: Tue Jun 2 22:45:28 2015 New Revision: 283935 URL: https://svnweb.freebsd.org/changeset/base/283935 Log: Make the last revision compilable. Remove extra argument from iwi_wme_setparams(), a softc has 1 to 1 accordance with ieee80211com. Modified: head/sys/dev/iwi/

svn commit: r283934 - head/sys/dev/iwi

2015-06-02 Thread Gleb Smirnoff
Author: glebius Date: Tue Jun 2 22:39:16 2015 New Revision: 283934 URL: https://svnweb.freebsd.org/changeset/base/283934 Log: The argument passed to the iwi_update_wme() is softc, not ieee80211com. This fatal mismatch appeared to be absolutely harmless, since both structs have pointer to

svn commit: r283933 - head/sys/boot/forth

2015-06-02 Thread Devin Teske
Author: dteske Date: Tue Jun 2 22:23:20 2015 New Revision: 283933 URL: https://svnweb.freebsd.org/changeset/base/283933 Log: Add comments to indicate where the flag for later abort" originates. MFC after:3 days X-MFC-to: stable/10 Modified: head/sys/boot/forth/support.4th Mod

svn commit: r283929 - head/games/grdc

2015-06-02 Thread Ed Maste
Author: emaste Date: Tue Jun 2 20:53:17 2015 New Revision: 283929 URL: https://svnweb.freebsd.org/changeset/base/283929 Log: Correct grdc(1) 12-hour display between 12:00 and 13:00 PM starts at 12:00, not 13:00. PR: 194291, 200133 Submitted by: Nick Price MFC after:1

svn commit: r283925 - head/share/mk

2015-06-02 Thread Bryan Drewery
Author: bdrewery Date: Tue Jun 2 19:05:02 2015 New Revision: 283925 URL: https://svnweb.freebsd.org/changeset/base/283925 Log: Similar to r280178, don't hide command for building static library. Modified: head/share/mk/bsd.lib.mk Modified: head/share/mk/bsd.lib.mk ==

svn commit: r283924 - in head/sys: compat/linprocfs dev/hwpmc fs/procfs kern vm

2015-06-02 Thread Eric van Gyzen
Author: vangyzen Date: Tue Jun 2 18:37:04 2015 New Revision: 283924 URL: https://svnweb.freebsd.org/changeset/base/283924 Log: Provide vnode in memory map info for files on tmpfs When providing memory map information to userland, populate the vnode pointer for tmpfs files. Set the memor

svn commit: r283923 - head/sys/dev/e1000

2015-06-02 Thread Sean Bruno
Author: sbruno Date: Tue Jun 2 18:28:41 2015 New Revision: 283923 URL: https://svnweb.freebsd.org/changeset/base/283923 Log: Simplify hang detection by stealing the techniques used in ixl(4) and applying them to em(4). Rely on iterations through the local timer, and the tx queue state to

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

2015-06-02 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jun 2 17:40:52 2015 New Revision: 283922 URL: https://svnweb.freebsd.org/changeset/base/283922 Log: Fix for control endpoint handling in the DWC OTG driver. The data stage processing is only allowed after the setup complete event has been received. Else a race may

svn commit: r283920 - head/release/arm

2015-06-02 Thread Glen Barber
Author: gjb Date: Tue Jun 2 17:03:31 2015 New Revision: 283920 URL: https://svnweb.freebsd.org/changeset/base/283920 Log: Add a configuration file to support the Cubox/Hummingboard SoC. Sponsored by: The FreeBSD Foundation Added: head/release/arm/CUBOX-HUMMINGBOARD.conf (contents, pro

svn commit: r283919 - head/release

2015-06-02 Thread Glen Barber
Author: gjb Date: Tue Jun 2 17:00:31 2015 New Revision: 283919 URL: https://svnweb.freebsd.org/changeset/base/283919 Log: Remove trailing tabs to avoid spamming stdout with long lines. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.ec2 Modif

svn commit: r283918 - head/sys/arm/broadcom/bcm2835

2015-06-02 Thread Ian Lepore
Author: ian Date: Tue Jun 2 16:07:28 2015 New Revision: 283918 URL: https://svnweb.freebsd.org/changeset/base/283918 Log: Add a missing wakeup when releasing ownership of the SPI hardware. Also, validate the chipselect parameter before grabbing ownership of the hardware, and report timeo

svn commit: r283913 - head/release/tools

2015-06-02 Thread Glen Barber
Author: gjb Date: Tue Jun 2 15:02:30 2015 New Revision: 283913 URL: https://svnweb.freebsd.org/changeset/base/283913 Log: Pass the '-b' argument to pw(8) so the '/home' directory is created in the correct place. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: hea

svn commit: r283907 - head/sbin/camcontrol

2015-06-02 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Tue Jun 2 09:05:45 2015 New Revision: 283907 URL: https://svnweb.freebsd.org/changeset/base/283907 Log: Remove unused variables reported by clang. Differential Revision:D2688 Reviewed by: rodrigc, mav Modified: head/sbin/camcontr

svn commit: r283906 - head/lib/libgssapi

2015-06-02 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Tue Jun 2 09:03:15 2015 New Revision: 283906 URL: https://svnweb.freebsd.org/changeset/base/283906 Log: Remove unused variable allocated_ctx reported by clang. Differential Revision:D2684 Reviewed by: rodrigc Modified: head/lib/l