svn commit: r244078 - head/sys/net80211

2012-12-09 Thread Adrian Chadd
Author: adrian Date: Mon Dec 10 07:00:46 2012 New Revision: 244078 URL: http://svnweb.freebsd.org/changeset/base/244078 Log: Adjust the channel to correctly setup the HT flags when transitioning an IBSS VAP to RUN. An 11n IBSS was beaconing HTINFO/HTCAP IE's that didn't have any HT info

svn commit: r244077 - head/sys/amd64/amd64

2012-12-09 Thread Konstantin Belousov
Author: kib Date: Mon Dec 10 05:14:34 2012 New Revision: 244077 URL: http://svnweb.freebsd.org/changeset/base/244077 Log: Add amd64-specific ddb command "show pte". The command displays the hierarchy of the page table entries which map the specified address. Reviewed by: alc (previous v

svn commit: r244076 - head/sys/kern

2012-12-09 Thread Konstantin Belousov
Author: kib Date: Mon Dec 10 05:14:04 2012 New Revision: 244076 URL: http://svnweb.freebsd.org/changeset/base/244076 Log: Do not ignore zero address, possibly returned by the vm_map_find() call. The function indicates a failure by the TRUE return value. To be extra safe, assert that the re

svn commit: r244063 - head/usr.bin/locate/locate

2012-12-09 Thread Eitan Adler
Author: eadler Date: Mon Dec 10 02:26:01 2012 New Revision: 244063 URL: http://svnweb.freebsd.org/changeset/base/244063 Log: Give users a hint when their locate database is too small. Reviewed by: wblock, gcooper Reviewed by: "Lowell Gilbert" Approved by: cperciva (implicit) MFC a

Re: svn commit: r243668 - in head/sys: kern sys

2012-12-09 Thread Bruce Evans
On Sun, 9 Dec 2012, Andre Oppermann wrote: On 09.12.2012 21:35, Alan Cox wrote: ... I believe that this change did not actually correct the overflow problem. See below for an explanation. On 11/29/2012 01:30, Andre Oppermann wrote: ... Please trim quotes. Log: Using a long is the wr

svn commit: r244062 - head/sys/net80211

2012-12-09 Thread Adrian Chadd
Author: adrian Date: Mon Dec 10 00:16:38 2012 New Revision: 244062 URL: http://svnweb.freebsd.org/changeset/base/244062 Log: Update the aggressive mode logic to also enable aggressive mode parameters in IBSSes. IBSS was just being plainly ignored here even though aggressive mode was 'on

svn commit: r244061 - head/sys/net80211

2012-12-09 Thread Adrian Chadd
Author: adrian Date: Sun Dec 9 23:56:29 2012 New Revision: 244061 URL: http://svnweb.freebsd.org/changeset/base/244061 Log: Undo the previous adhoc commit - doing the WME IE handling here is totally wrong. If we parse the WME IE here, we'll be constantly updating the WME configuration

Re: svn commit: r243147 - head/usr.bin/fetch

2012-12-09 Thread Andre Oppermann
On 09.12.2012 20:01, Mateusz Guzik wrote: On Sun, Dec 09, 2012 at 07:42:02PM +0100, Florian Smeets wrote: On 09.12.12 19:27, Mateusz Guzik wrote: On Sun, Dec 09, 2012 at 07:06:22PM +0100, Florian Smeets wrote: On 16.11.12 13:05, Andre Oppermann wrote: Author: andre Date: Fri Nov 16 12:05:10 2

svn commit: r244060 - head/sys/net80211

2012-12-09 Thread Adrian Chadd
Author: adrian Date: Sun Dec 9 22:56:29 2012 New Revision: 244060 URL: http://svnweb.freebsd.org/changeset/base/244060 Log: Handle ath-specific and WME IE's in adhoc mode. The Adhoc support wasn't parsing and handling the ath specific and WME IEs, thus the atheros vendor support and WME

svn commit: r244059 - head/usr.sbin/bsdinstall/scripts

2012-12-09 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Sun Dec 9 22:55:51 2012 New Revision: 244059 URL: http://svnweb.freebsd.org/changeset/base/244059 Log: Add missed BETA* to list. Approved by: simon (implicit) MFC after:3 days X-MFC-With: r244058 Modified: head/usr.sbin/bsdinstall/scrip

svn commit: r244058 - head/usr.bin/fetch

2012-12-09 Thread Andre Oppermann
Author: andre Date: Sun Dec 9 22:54:03 2012 New Revision: 244058 URL: http://svnweb.freebsd.org/changeset/base/244058 Log: Fix bandwidth reporting when doing a restarted download with "-r". The offset is already accounted for in xs->lastrcvd and doesn't have to be subtracted again. Rep

svn commit: r244057 - head/usr.sbin/bsdinstall/scripts

2012-12-09 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Sun Dec 9 22:53:53 2012 New Revision: 244057 URL: http://svnweb.freebsd.org/changeset/base/244057 Log: Get 'uname -r' earlier, so it can be used to determine what branch is being run to set BSDINSTALL_DISTSITE accordingly. This change allows non-RELE

Re: svn commit: r243668 - in head/sys: kern sys

2012-12-09 Thread Andre Oppermann
On 09.12.2012 21:35, Alan Cox wrote: Andre, I believe that this change did not actually correct the overflow problem. See below for an explanation. On 11/29/2012 01:30, Andre Oppermann wrote: Author: andre Date: Thu Nov 29 07:30:42 2012 New Revision: 243668 URL: http://svnweb.freebsd.org/chan

svn commit: r244056 - head/sys/fs/nfsclient

2012-12-09 Thread Rick Macklem
Author: rmacklem Date: Sun Dec 9 22:23:50 2012 New Revision: 244056 URL: http://svnweb.freebsd.org/changeset/base/244056 Log: Add "nfsstat -m" support for the two new NFS mount options added by r244042. Modified: head/sys/fs/nfsclient/nfs_clvfsops.c Modified: head/sys/fs/nfsclient/nfs_clv

svn commit: r244055 - head/sbin/mount_nfs

2012-12-09 Thread Rick Macklem
Author: rmacklem Date: Sun Dec 9 21:26:47 2012 New Revision: 244055 URL: http://svnweb.freebsd.org/changeset/base/244055 Log: Document the new NFS mount options added by r244042. This is a content change. Modified: head/sbin/mount_nfs/mount_nfs.8 Modified: head/sbin/mount_nfs/mount_nfs.8

Re: svn commit: r243668 - in head/sys: kern sys

2012-12-09 Thread Alan Cox
Andre, I believe that this change did not actually correct the overflow problem. See below for an explanation. On 11/29/2012 01:30, Andre Oppermann wrote: > Author: andre > Date: Thu Nov 29 07:30:42 2012 > New Revision: 243668 > URL: http://svnweb.freebsd.org/changeset/base/243668 > > Log: > U

svn commit: r244054 - head/sys/kern

2012-12-09 Thread Konstantin Belousov
Author: kib Date: Sun Dec 9 20:34:11 2012 New Revision: 244054 URL: http://svnweb.freebsd.org/changeset/base/244054 Log: Remove useless comment. MFC after:3 days Modified: head/sys/kern/vfs_bio.c Modified: head/sys/kern/vfs_bio.c

svn commit: r244053 - head/sys/kern

2012-12-09 Thread Konstantin Belousov
Author: kib Date: Sun Dec 9 20:26:51 2012 New Revision: 244053 URL: http://svnweb.freebsd.org/changeset/base/244053 Log: Fix typo. MFC after:3 days Modified: head/sys/kern/vfs_mount.c Modified: head/sys/kern/vfs_mount.c ==

Re: svn commit: r243147 - head/usr.bin/fetch

2012-12-09 Thread Florian Smeets
On 09.12.12 20:01, Mateusz Guzik wrote: > On Sun, Dec 09, 2012 at 07:42:02PM +0100, Florian Smeets wrote: >> On 09.12.12 19:27, Mateusz Guzik wrote: >>> On Sun, Dec 09, 2012 at 07:06:22PM +0100, Florian Smeets wrote: On 16.11.12 13:05, Andre Oppermann wrote: > Author: andre > Date: Fri

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

2012-12-09 Thread Kenneth D. Merry
Author: ken Date: Sun Dec 9 19:53:21 2012 New Revision: 244052 URL: http://svnweb.freebsd.org/changeset/base/244052 Log: Fix a couple of CTL locking issues and clean up some duplicated code. ctl_frontend_cam_sim.c: Coalesce cfcs_online() and cfcs_offline() int

svn commit: r244051 - head/sys/net80211

2012-12-09 Thread Adrian Chadd
Author: adrian Date: Sun Dec 9 19:20:28 2012 New Revision: 244051 URL: http://svnweb.freebsd.org/changeset/base/244051 Log: Atheros SuperG bug fixes, as part of hunting down kern/174283. The stageqdepth (global, over all staging queues) was being kept incorrectly. It was being increment

Re: svn commit: r243147 - head/usr.bin/fetch

2012-12-09 Thread Mateusz Guzik
On Sun, Dec 09, 2012 at 07:42:02PM +0100, Florian Smeets wrote: > On 09.12.12 19:27, Mateusz Guzik wrote: > > On Sun, Dec 09, 2012 at 07:06:22PM +0100, Florian Smeets wrote: > >> On 16.11.12 13:05, Andre Oppermann wrote: > >>> Author: andre > >>> Date: Fri Nov 16 12:05:10 2012 > >>> New Revision: 2

Re: svn commit: r243147 - head/usr.bin/fetch

2012-12-09 Thread Florian Smeets
On 09.12.12 19:27, Mateusz Guzik wrote: > On Sun, Dec 09, 2012 at 07:06:22PM +0100, Florian Smeets wrote: >> On 16.11.12 13:05, Andre Oppermann wrote: >>> Author: andre >>> Date: Fri Nov 16 12:05:10 2012 >>> New Revision: 243147 >>> URL: http://svnweb.freebsd.org/changeset/base/243147 >>> >>> Log:

Re: svn commit: r243147 - head/usr.bin/fetch

2012-12-09 Thread Mateusz Guzik
On Sun, Dec 09, 2012 at 07:06:22PM +0100, Florian Smeets wrote: > On 16.11.12 13:05, Andre Oppermann wrote: > > Author: andre > > Date: Fri Nov 16 12:05:10 2012 > > New Revision: 243147 > > URL: http://svnweb.freebsd.org/changeset/base/243147 > > > > Log: > > Change fetch(1) to: > > > > o R

Re: svn commit: r243147 - head/usr.bin/fetch

2012-12-09 Thread Florian Smeets
On 16.11.12 13:05, Andre Oppermann wrote: > Author: andre > Date: Fri Nov 16 12:05:10 2012 > New Revision: 243147 > URL: http://svnweb.freebsd.org/changeset/base/243147 > > Log: > Change fetch(1) to: > > o Report the instantaneous bandwidth instead of an average since the > beginning of

Re: svn commit: r236938 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include x86/acpica

2012-12-09 Thread Attilio Rao
On Tue, Jun 12, 2012 at 1:14 AM, Mitsuru IWASAKI wrote: > Author: iwasaki > Date: Tue Jun 12 00:14:54 2012 > New Revision: 236938 > URL: http://svn.freebsd.org/changeset/base/236938 > > Log: > Share IPI init and startup code of mp_machdep.c with acpi_wakeup.c > as ipi_startup(). > > Modified:

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

2012-12-09 Thread Attilio Rao
On Sun, Nov 25, 2012 at 2:22 PM, Andriy Gapon wrote: > Author: avg > Date: Sun Nov 25 14:22:08 2012 > New Revision: 243515 > URL: http://svnweb.freebsd.org/changeset/base/243515 > > Log: > remove stop_scheduler_on_panic knob > > There has not been any complaints about the default behavior, so

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

2012-12-09 Thread Devin Teske
Author: dteske Date: Sun Dec 9 15:25:34 2012 New Revision: 244048 URL: http://svnweb.freebsd.org/changeset/base/244048 Log: Use ASCII characters for box/line characters in frames.4th Committed with changes to support the following from loader.conf(5): + console="vidconsole comconsole" (n

svn commit: r244047 - in head/sys/dev/usb: . serial

2012-12-09 Thread Hans Petter Selasky
Author: hselasky Date: Sun Dec 9 09:58:44 2012 New Revision: 244047 URL: http://svnweb.freebsd.org/changeset/base/244047 Log: Add new USB ID. MFC after:1 week Submitted by: Artyom Mirgorodskiy Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdevs Modified: head/sys/d