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

2014-08-19 Thread Kevin Lo
Author: kevlo Date: Wed Aug 20 01:32:04 2014 New Revision: 270192 URL: http://svnweb.freebsd.org/changeset/base/270192 Log: If eapol packets are sent at the lowest rate, key negotiation will become more reliable. Submitted by: Akinori Furukoshi Modified: head/sys/dev/usb/wlan/if_run.c

svn commit: r270191 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan

2014-08-19 Thread Kevin Lo
Author: kevlo Date: Wed Aug 20 01:26:27 2014 New Revision: 270191 URL: http://svnweb.freebsd.org/changeset/base/270191 Log: Add the D-Link DWA-125 rev D1. Tested by myself. Modified: head/share/man/man4/urtwn.4 head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_urtwn.c Modified: head

svn commit: r270190 - head/tools/build/make_check

2014-08-19 Thread Ian Lepore
Author: ian Date: Wed Aug 20 00:33:37 2014 New Revision: 270190 URL: http://svnweb.freebsd.org/changeset/base/270190 Log: Don't stop other legs of a parallel build due to a failure in make_check. The whole point is to see if there's any failure, which is handled by building a newer version o

svn commit: r270189 - head/rescue/rescue

2014-08-19 Thread Xin LI
Author: delphij Date: Wed Aug 20 00:14:41 2014 New Revision: 270189 URL: http://svnweb.freebsd.org/changeset/base/270189 Log: Add zdb into rescue environment. On amd64, this would increase the binary size by 1.1MiB and make it possible to examine zpool status offline, useful for recover

Re: svn commit: r270183 - head/usr.sbin/mountd

2014-08-19 Thread Bryan Drewery
On 8/19/2014 4:04 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Aug 19 21:04:31 2014 > New Revision: 270183 > URL: http://svnweb.freebsd.org/changeset/base/270183 > > Log: > Avoid showing stale errors when nmount(2) fails. > > Sometimes nmount(2) will fail without setting errmsg.

Re: svn commit: r270183 - head/usr.sbin/mountd

2014-08-19 Thread Garrett Cooper
On Tue, Aug 19, 2014 at 2:04 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Aug 19 21:04:31 2014 > New Revision: 270183 > URL: http://svnweb.freebsd.org/changeset/base/270183 > > Log: > Avoid showing stale errors when nmount(2) fails. > > Sometimes nmount(2) will fail without setting

svn commit: r270183 - head/usr.sbin/mountd

2014-08-19 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 19 21:04:31 2014 New Revision: 270183 URL: http://svnweb.freebsd.org/changeset/base/270183 Log: Avoid showing stale errors when nmount(2) fails. Sometimes nmount(2) will fail without setting errmsg. The previous (ignored) error would then be shown as the rea

svn commit: r270181 - head/share/misc

2014-08-19 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 19 20:35:09 2014 New Revision: 270181 URL: http://svnweb.freebsd.org/changeset/base/270181 Log: Add recent DragonFly releases. Submitted by: Zach Crownover MFC after:1 week Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-fami

Re: svn commit: r270117 - head/sbin/hastd

2014-08-19 Thread Mikolaj Golub
On Mon, Aug 18, 2014 at 12:50:09AM +, Garrett Cooper wrote: Hi Garrett, > Log: > Add -ll to LDADD to fix "make checkdpadd" > Modified: head/sbin/hastd/Makefile > == > --- head/sbin/hastd/Makefile Sun Aug 17 23:30:

Re: svn commit: r269729 - in head/usr.bin/sed: . tests

2014-08-19 Thread Jean-Sébastien Pédron
On 11.08.2014 22:29, Jeremie Le Hen wrote: >> sed(1): Don't force a newline on last line, if input stream doesn't have >> one > > Any plan to MFC this? Sorry Jérémie, I missed your mail... I'm not sure what to think because the out-of-the-box behavior differs from previous version. This could

svn commit: r270180 - head/usr.sbin/nmtree

2014-08-19 Thread Garrett Cooper
Author: ngie Date: Tue Aug 19 18:47:47 2014 New Revision: 270180 URL: http://svnweb.freebsd.org/changeset/base/270180 Log: Add LIBMD and LIBUTIL to DPADD to fix "make checkdpadd" Approved by: jmmv (mentor) MFC after: 5 days Phabric: D633 PR: 192763 Modified: head/usr.sbin/nmtree/Ma

svn commit: r270179 - head/usr.sbin/ctld

2014-08-19 Thread Garrett Cooper
Author: ngie Date: Tue Aug 19 18:31:20 2014 New Revision: 270179 URL: http://svnweb.freebsd.org/changeset/base/270179 Log: Add missing libraries to DPADD; sort DPADD so DPADD and LDADD match up This fixes "make checkdpadd" Approved by: jmmv (mentor) MFC after: 2 weeks Phabric: D630

svn commit: r270178 - head/secure/usr.bin/ssh

2014-08-19 Thread Garrett Cooper
Author: ngie Date: Tue Aug 19 18:27:43 2014 New Revision: 270178 URL: http://svnweb.freebsd.org/changeset/base/270178 Log: Fix typo (LIBLDNSADD -> LIBLDNS) to fix "make checkdpadd" X-MFC with: r269648 Phabric: D634 Approved by: jmmv (mentor) Modified: head/secure/usr.bin/ssh/Makefile

svn commit: r270176 - head/sys/cam/ctl

2014-08-19 Thread Alexander Motin
Author: mav Date: Tue Aug 19 17:04:18 2014 New Revision: 270176 URL: http://svnweb.freebsd.org/changeset/base/270176 Log: Fix lock recursion on LUN shutdown, introduced on r269497. MFC after:3 days Modified: head/sys/cam/ctl/ctl_tpc.c Modified: head/sys/cam/ctl/ctl_tpc.c ===

svn commit: r270173 - head/sys/sys

2014-08-19 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 19 15:47:51 2014 New Revision: 270173 URL: http://svnweb.freebsd.org/changeset/base/270173 Log: Bump __FreeBSD_version after r269489 so ports can use it. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h =

svn commit: r270172 - head/share/man/man5

2014-08-19 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 19 15:46:40 2014 New Revision: 270172 URL: http://svnweb.freebsd.org/changeset/base/270172 Log: Regen after r270171 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

Re: svn commit: r267440 - in head: lib share/mk sys/modules sys/sys

2014-08-19 Thread Bryan Drewery
On 8/19/2014 10:41 AM, Hans Petter Selasky wrote: > Hi, > >> You forgot to define a tools/build/options/WITHOUT_CUSE so it is added >> to src.conf(5). >> >> ~/svn/base/tools/build/options # ./makeman > >> ../../../share/man/man5/src.conf.5 >> no description found for WITHOUT_CUSE, skipping >> >> >

Re: svn commit: r267440 - in head: lib share/mk sys/modules sys/sys

2014-08-19 Thread Hans Petter Selasky
Hi, You forgot to define a tools/build/options/WITHOUT_CUSE so it is added to src.conf(5). ~/svn/base/tools/build/options # ./makeman > ../../../share/man/man5/src.conf.5 no description found for WITHOUT_CUSE, skipping See: http://svnweb.freebsd.org/changeset/base/270171 Thank you! --HPS

svn commit: r270171 - head/tools/build/options

2014-08-19 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 19 15:40:26 2014 New Revision: 270171 URL: http://svnweb.freebsd.org/changeset/base/270171 Log: Add missing WITHOUT_CUSE file. Added: head/tools/build/options/WITHOUT_CUSE (contents, props changed) Added: head/tools/build/options/WITHOUT_CUSE

svn commit: r270170 - head/lib/csu/i386-elf

2014-08-19 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 19 15:30:56 2014 New Revision: 270170 URL: http://svnweb.freebsd.org/changeset/base/270170 Log: Use bsd.lib.mk here as all other csu Makefiles do. This effectively reverts r124752. There's no reason this should be different. It resulted in needing NO_PIE

Re: svn commit: r270168 - in head: . bin/rmail gnu/usr.bin/binutils/addr2line gnu/usr.bin/binutils/nm gnu/usr.bin/binutils/objcopy gnu/usr.bin/binutils/objdump gnu/usr.bin/binutils/readelf gnu/usr.bin

2014-08-19 Thread Konstantin Belousov
On Tue, Aug 19, 2014 at 03:04:33PM +, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Aug 19 15:04:32 2014 > New Revision: 270168 > URL: http://svnweb.freebsd.org/changeset/base/270168 > > Log: > Revert r267233 for now. PIE support needs to be reworked. Thank you. pgppwTRsEfb7m.pgp Des

Re: svn commit: r267440 - in head: lib share/mk sys/modules sys/sys

2014-08-19 Thread Bryan Drewery
On 6/13/2014 3:53 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Fri Jun 13 08:53:49 2014 > New Revision: 267440 > URL: http://svnweb.freebsd.org/changeset/base/267440 > > Log: > Attach the CUSE library and kernel module to the default FreeBSD > builds. Bump the FreeBSD version numb

svn commit: r270169 - head/share/man/man5

2014-08-19 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 19 15:09:24 2014 New Revision: 270169 URL: http://svnweb.freebsd.org/changeset/base/270169 Log: Regen after r270168 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r270168 - in head: . bin/rmail gnu/usr.bin/binutils/addr2line gnu/usr.bin/binutils/nm gnu/usr.bin/binutils/objcopy gnu/usr.bin/binutils/objdump gnu/usr.bin/binutils/readelf gnu/usr.bin/...

2014-08-19 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 19 15:04:32 2014 New Revision: 270168 URL: http://svnweb.freebsd.org/changeset/base/270168 Log: Revert r267233 for now. PIE support needs to be reworked. 1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other build-only utility libraries.

svn commit: r270165 - head/sys/dev/usb

2014-08-19 Thread Kevin Lo
Author: kevlo Date: Tue Aug 19 09:02:58 2014 New Revision: 270165 URL: http://svnweb.freebsd.org/changeset/base/270165 Log: Sort ASUS section and add USB device ID of ASUS USB-AC51. Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs