svn commit: r267715 - in head: contrib/wpa/src/utils usr.sbin/wpa/hostapd usr.sbin/wpa/hostapd_cli usr.sbin/wpa/wpa_cli usr.sbin/wpa/wpa_passphrase usr.sbin/wpa/wpa_supplicant

2014-06-22 Thread John-Mark Gurney
Author: jmg Date: Sun Jun 22 10:00:33 2014 New Revision: 267715 URL: http://svnweb.freebsd.org/changeset/base/267715 Log: convert to using pidfile... This prevents multiple wpa_supplicants running at the same time causing problems w/ wifi not working.. the patch will be submitted upstrea

svn commit: r267716 - in head/sys: kern sys

2014-06-22 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Jun 22 11:32:23 2014 New Revision: 267716 URL: http://svnweb.freebsd.org/changeset/base/267716 Log: Permit changing cpu mask for cpu set 1 in presence of drivers binding their threads to particular CPU. Changing ithread cpu mask is now performed by special cpuse

svn commit: r267719 - in head/sys/arm: conf tegra

2014-06-22 Thread Andrew Turner
Author: andrew Date: Sun Jun 22 15:15:52 2014 New Revision: 267719 URL: http://svnweb.freebsd.org/changeset/base/267719 Log: Remove the incomplete Tegra 2 code, nobody was maintaining it. The AC100 never booted to single user mode. It can be brought back if someone is willing to get it in

svn commit: r267727 - in head/tools/tools: . prstats

2014-06-22 Thread Gavin Atkinson
Author: gavin Date: Sun Jun 22 16:35:03 2014 New Revision: 267727 URL: http://svnweb.freebsd.org/changeset/base/267727 Log: With the migration from GNATS to Bugzilla, we no longer need a tool to graph GNATS PR statistics. It would be nice to have a similar tool for the new bug database, but

svn commit: r267745 - head/lib/libc/stdlib

2014-06-22 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jun 22 20:13:57 2014 New Revision: 267745 URL: http://svnweb.freebsd.org/changeset/base/267745 Log: getopt(3): recognize option:: as GNU extension for "optional options". Also ANSIfy a function declaration. While here update the OpenBSD patch level in getopt_long.

svn commit: r267755 - head/sys/kern

2014-06-22 Thread Mateusz Guzik
Author: mjg Date: Sun Jun 22 21:37:27 2014 New Revision: 267755 URL: http://svnweb.freebsd.org/changeset/base/267755 Log: Don't take filedesc lock in fdunshare(). We can read refcnt safely and only care if it is equal to 1. If it could suddenly change from 1 to something bigger the cod

svn commit: r267756 - head/lib/libc/stdlib

2014-06-22 Thread Andrey A. Chernov
Author: ache Date: Sun Jun 22 21:54:57 2014 New Revision: 267756 URL: http://svnweb.freebsd.org/changeset/base/267756 Log: Merge intermediate OpenBSD v1.25 changes (almost identical to ours) to reduce diff and bump OpenBSD patch level to v1.26. MFC after: 2 weeks Modified: head/li

Re: svn commit: r267745 - head/lib/libc/stdlib

2014-06-22 Thread Baptiste Daroussin
On Sun, Jun 22, 2014 at 08:13:58PM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Jun 22 20:13:57 2014 > New Revision: 267745 > URL: http://svnweb.freebsd.org/changeset/base/267745 > > Log: > getopt(3): recognize option:: as GNU extension for "optional options". > Will that allow t

Re: svn commit: r267745 - head/lib/libc/stdlib

2014-06-22 Thread Pedro Giffuni
Il giorno 22/giu/2014, alle ore 18:48, Baptiste Daroussin ha scritto: > On Sun, Jun 22, 2014 at 08:13:58PM +, Pedro F. Giffuni wrote: >> Author: pfg >> Date: Sun Jun 22 20:13:57 2014 >> New Revision: 267745 >> URL: http://svnweb.freebsd.org/changeset/base/267745 >> >> Log: >> getopt(3): r

svn commit: r267758 - head

2014-06-22 Thread Andrey A. Chernov
Author: ache Date: Mon Jun 23 00:54:56 2014 New Revision: 267758 URL: http://svnweb.freebsd.org/changeset/base/267758 Log: Change suggestion how to set MAKESYSPATH as broken incremental build workaround. Magic ".../share/mk" (search directories up to /) does not work for f.e. /usr/src/gnu/li

svn commit: r267759 - head/sys/cddl/dev/dtrace/amd64

2014-06-22 Thread Mark Johnston
Author: markj Date: Mon Jun 23 01:10:56 2014 New Revision: 267759 URL: http://svnweb.freebsd.org/changeset/base/267759 Log: Fix a couple of bugs on amd64 when fetching probe arguments beyond the first five for probes entered through a UD fault (i.e. FBT probes). Specifically, handle the f

svn commit: r267760 - head/sys/kern

2014-06-22 Thread Mateusz Guzik
Author: mjg Date: Mon Jun 23 01:28:18 2014 New Revision: 267760 URL: http://svnweb.freebsd.org/changeset/base/267760 Log: Tidy up fd-related functions called by do_execve o assert in each one that fdp is not shared o remove unnecessary NULL checks - all userspace processes have fdtables

svn commit: r267761 - in head/sys/cddl: contrib/opensolaris/uts/common/sys dev/dtrace/i386

2014-06-22 Thread Mark Johnston
Author: markj Date: Mon Jun 23 02:00:14 2014 New Revision: 267761 URL: http://svnweb.freebsd.org/changeset/base/267761 Log: Fix some bugs when fetching probe arguments in i386. Firstly ensure that the 4 byte-aligned dtrace_invop_callsite can be found and that it immediately follows the call

Re: svn commit: r267581 - in head/sys/dev/sound: pci pci/hda pcm

2014-06-22 Thread Hans Petter Selasky
Hi, Looks like this patch cause instant panic at USB audio detach: usbconfig -d 0.4 reset uaudio0: at uhub1, port 2, addr 4 (disconnected) vm_fault(0xc0661400, 0, 1, 0) -> 1 Fatal kernel mode data abort: 'Translation Fault (P)' trapframe: 0xd28b8b58 FSR=0017, FAR=002c, spsr=6113 r0

svn commit: r267762 - head/sys/dev/sound/pcm

2014-06-22 Thread Alexander Kabaev
Author: kan Date: Mon Jun 23 03:45:39 2014 New Revision: 267762 URL: http://svnweb.freebsd.org/changeset/base/267762 Log: Restore the check for non-NULL dmatag in sndbuf_free. The sound drivers that use own buffer management can use sndbuf_setup and not do any busdma allocation, so the dr

svn commit: r267763 - in head: share/man/man9 sys/netinet6

2014-06-22 Thread Kevin Lo
Author: kevlo Date: Mon Jun 23 05:17:39 2014 New Revision: 267763 URL: http://svnweb.freebsd.org/changeset/base/267763 Log: Catch up with r186809, correct comments. Modified: head/share/man/man9/domain.9 head/sys/netinet6/ip6protosw.h Modified: head/share/man/man9/domain.9

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

2014-06-22 Thread Konstantin Belousov
On Mon, Jun 23, 2014 at 01:28:18AM +, Mateusz Guzik wrote: > + KASSERT(fdp->fd_refcnt == 1, ("the fdtable should not be shared")); > FILEDESC_XLOCK(fdp); This is at least weird. Not incorrect, but the code now looks strange. The fd_refcnt == 1 assert just states the circumstances of