On 26 June 2012 22:50, Gabor Kovesdan wrote:
> Author: gabor
> Date: Wed Jun 27 05:50:15 2012
> New Revision: 237628
> URL: http://svn.freebsd.org/changeset/base/237628
>
> Log:
> - Disable threaded sort by default
Curious, why?
> - Fix typo in the NLS support
--
Eitan Adler
Source & Port
Author: gabor
Date: Wed Jun 27 06:08:02 2012
New Revision: 237631
URL: http://svn.freebsd.org/changeset/base/237631
Log:
- Bump __FreeBSD_version: default sort is BSD sort
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==
Author: gabor
Date: Wed Jun 27 06:00:58 2012
New Revision: 237630
URL: http://svn.freebsd.org/changeset/base/237630
Log:
- Regen after BSD sort change
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: gabor
Date: Wed Jun 27 05:59:01 2012
New Revision: 237629
URL: http://svn.freebsd.org/changeset/base/237629
Log:
- Switch to BSD sort as default sort. GNU sort will still be installed as
"gnusort". Most of the BSD sort development work was done by
Oleg Moskalenko .
- GNU grep
Author: gabor
Date: Wed Jun 27 05:50:15 2012
New Revision: 237628
URL: http://svn.freebsd.org/changeset/base/237628
Log:
- Disable threaded sort by default
- Fix typo in the NLS support
Modified:
head/usr.bin/sort/Makefile
Modified: head/usr.bin/sort/Makefile
==
Author: adrian
Date: Wed Jun 27 05:23:33 2012
New Revision: 237626
URL: http://svn.freebsd.org/changeset/base/237626
Log:
Fix a subtle corner case surrounding the handling of OFDM restart along
with AMPDU aggregate delimiters.
If there's an OFDM restart during an aggregate, the hardware A
Author: obrien
Date: Wed Jun 27 04:39:30 2012
New Revision: 237625
URL: http://svn.freebsd.org/changeset/base/237625
Log:
Some amount of style(9)
-- function definitions, header ordering, and $FreeBSD$.
Modified:
head/usr.sbin/crunch/crunchgen/crunched_main.c
head/usr.sbin/crunch/crunch
Author: pfg
Date: Wed Jun 27 04:39:30 2012
New Revision: 237624
URL: http://svn.freebsd.org/changeset/base/237624
Log:
Bring llquantize support into Dtrace.
Bryan Cantrill implemented the equivalent of semi-log graph
paper for Dtrace so llquantize will use one logarithmic and
one linear
Author: alc
Date: Wed Jun 27 03:45:25 2012
New Revision: 237623
URL: http://svn.freebsd.org/changeset/base/237623
Log:
Add new pmap layer locks to the predefined lock order. Change the names
of a few existing VM locks to follow a consistent naming scheme.
Modified:
head/sys/amd64/amd64/pma
Author: adrian
Date: Wed Jun 27 03:24:27 2012
New Revision: 237622
URL: http://svn.freebsd.org/changeset/base/237622
Log:
Bring over some new typedefs as part of the AR9300 HAL import.
Modified:
head/sys/dev/ath/ath_hal/ah.h
Modified: head/sys/dev/ath/ath_hal/ah.h
===
Author: adrian
Date: Wed Jun 27 03:00:29 2012
New Revision: 237621
URL: http://svn.freebsd.org/changeset/base/237621
Log:
Remove duplicate entries.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.h
Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.h
Author: wblock (doc committer)
Date: Wed Jun 27 01:44:48 2012
New Revision: 237620
URL: http://svn.freebsd.org/changeset/base/237620
Log:
Use possessive "its", no apostrophe.
MFC after:1 day
Modified:
head/sbin/geom/class/raid/graid.8
Modified: head/sbin/geom/class/raid/graid.8
Author: julian
Date: Wed Jun 27 01:13:37 2012
New Revision: 237619
URL: http://svn.freebsd.org/changeset/base/237619
Log:
Try clean up some of my original text and neaten a table.
MFC after:1 week
Modified:
head/share/man/man9/locking.9
Modified: head/share/man/man9/locking.9
==
Author: delphij
Date: Wed Jun 27 00:50:25 2012
New Revision: 237618
URL: http://svn.freebsd.org/changeset/base/237618
Log:
Add a -I flag which requests confirmation before action, like what is done
in pkill(1).
MFC after:2 weeks
Modified:
head/usr.bin/killall/killall.1
head/usr.b
Author: delphij
Date: Tue Jun 26 23:17:33 2012
New Revision: 237613
URL: http://svn.freebsd.org/changeset/base/237613
Log:
MFV: less v449.
Modified:
head/contrib/less/LICENSE
head/contrib/less/Makefile.aut
head/contrib/less/NEWS
head/contrib/less/README
head/contrib/less/brac.c
head
Author: obrien
Date: Tue Jun 26 23:15:55 2012
New Revision: 237612
URL: http://svn.freebsd.org/changeset/base/237612
Log:
Add -DWITH_INSTALL_AS_USER to the source build (naming matches the
same functionality of The Ports Collection).
This sets BINOWN, BINGRP, etc... to match current user. T
Author: adrian
Date: Tue Jun 26 22:16:53 2012
New Revision: 237611
URL: http://svn.freebsd.org/changeset/base/237611
Log:
Bring over the initial 802.11n bluetooth coexistence support code.
The Linux ath9k btcoex code is based off of this code.
Note this doesn't actually implement funct
On Mon, Jun 25, 2012 at 02:24:24PM -0400, John Baldwin wrote:
> On Monday, June 25, 2012 1:08:11 pm Marius Strobl wrote:
> > On Mon, Jun 25, 2012 at 10:00:08AM -0400, John Baldwin wrote:
> > > On Saturday, June 23, 2012 6:16:26 pm Marius Strobl wrote:
> > > > On Wed, Jun 13, 2012 at 03:04:50PM +000
Author: takawata
Date: Tue Jun 26 18:08:03 2012
New Revision: 237605
URL: http://svn.freebsd.org/changeset/base/237605
Log:
Add nand core module and module dependency information.
Reviewed by:gber
Added:
head/sys/modules/nand/
head/sys/modules/nand/Makefile (contents, props changed)
Author: alc
Date: Tue Jun 26 16:45:18 2012
New Revision: 237604
URL: http://svn.freebsd.org/changeset/base/237604
Log:
Introduce RELEASE_PV_LIST_LOCK().
Modified:
head/sys/amd64/amd64/pmap.c
Modified: head/sys/amd64/amd64/pmap.c
===
Author: ken
Date: Tue Jun 26 14:51:35 2012
New Revision: 237601
URL: http://svn.freebsd.org/changeset/base/237601
Log:
Fix an issue that caused the kernel to panic inside CTL when trying
to attach to target capable HBAs that implement the old immediate
notify (XPT_IMMED_NOTIFY) and notify ac
On 2012-06-25 23:37, Jung-uk Kim wrote:
...
> I submitted this patch and I am waiting for confirmation:
>
> http://people.freebsd.org/~jkim/evxfgpe.diff
I've tested your diff, and it made the panic disappear for me. Thanks!
___
svn-src-head@freebsd.org
Author: adrian
Date: Tue Jun 26 07:56:15 2012
New Revision: 237593
URL: http://svn.freebsd.org/changeset/base/237593
Log:
Make sure the BAR TX session pause is correctly unpaused when a node
is reassociating.
PR: kern/169432
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: h
23 matches
Mail list logo