Author: trasz
Date: Thu Jul 7 09:03:57 2016
New Revision: 302388
URL: https://svnweb.freebsd.org/changeset/base/302388
Log:
Add new unmount(2) flag, MNT_NONBUSY, to check whether there are
any open vnodes before proceeding. Make autounmound(8) use this flag.
Without it, even an unsuccessful
Author: skreuzer (doc,ports committer)
Date: Thu Jul 7 14:29:23 2016
New Revision: 302390
URL: https://svnweb.freebsd.org/changeset/base/302390
Log:
Document 299786, Support for X-Powers AXP813 and AXP818 PMIC
Approved by: re (gjb, implicit, relnotes)
Modified:
head/release/doc/en_US.I
Author: andrew
Date: Thu Jul 7 15:25:14 2016
New Revision: 302391
URL: https://svnweb.freebsd.org/changeset/base/302391
Log:
Stop deleting ofwdump.8.gz on arm and arm64 when running make delete-old,
it is installed on these architectures.
Approved by: re (kib)
Sponsored by: ABT System
Author: adrian
Date: Thu Jul 7 17:22:13 2016
New Revision: 302392
URL: https://svnweb.freebsd.org/changeset/base/302392
Log:
[ath] obey the short-GI vap config flag when transmitting.
This makes 'ifconfig wlanX -shortgi' work correctly.
Tested:
* AR9380, STA mode
Approved by
On 7 July 2016 at 11:25, Andrew Turner wrote:
> Author: andrew
> Date: Thu Jul 7 15:25:14 2016
> New Revision: 302391
> URL: https://svnweb.freebsd.org/changeset/base/302391
>
> Log:
> Stop deleting ofwdump.8.gz on arm and arm64 when running make delete-old,
> it is installed on these archite
On 7/7/16 8:25 AM, Andrew Turner wrote:
> Author: andrew
> Date: Thu Jul 7 15:25:14 2016
> New Revision: 302391
> URL: https://svnweb.freebsd.org/changeset/base/302391
>
> Log:
> Stop deleting ofwdump.8.gz on arm and arm64 when running make delete-old,
> it is installed on these architectures
On Thu, Jul 7, 2016 at 12:08 PM, Bryan Drewery wrote:
> On 7/7/16 8:25 AM, Andrew Turner wrote:
>> Author: andrew
>> Date: Thu Jul 7 15:25:14 2016
>> New Revision: 302391
>> URL: https://svnweb.freebsd.org/changeset/base/302391
>>
>> Log:
>> Stop deleting ofwdump.8.gz on arm and arm64 when runn
Author: cperciva
Date: Thu Jul 7 18:37:12 2016
New Revision: 302393
URL: https://svnweb.freebsd.org/changeset/base/302393
Log:
Autotune the number of pages set aside for UMA startup based on the number
of CPUs present. On amd64 this unbreaks the boot for systems with 92 or
more CPUs; the l
Author: loos
Date: Thu Jul 7 20:01:03 2016
New Revision: 302394
URL: https://svnweb.freebsd.org/changeset/base/302394
Log:
Fix a lockup in tx path for cspw.
Sometimes the software loses the race when appending more descriptors to
the tx ring and the tx queue stops.
This commit detec
Author: imp
Date: Thu Jul 7 20:31:35 2016
New Revision: 302396
URL: https://svnweb.freebsd.org/changeset/base/302396
Log:
Tidy up loose ends from Netflix I/O sched rename to dynamic I/O sched.
Rename kern.cam.do_netflix_iosched sysctl to
kern.cam.do_dynamic_iosched.
Approved by: re (ki
Author: emaste
Date: Thu Jul 7 20:50:59 2016
New Revision: 302398
URL: https://svnweb.freebsd.org/changeset/base/302398
Log:
lorder: produce locale-independent symbol ordering
Found by the Debian reproducible builds effort -- Debian bug 830259.
Reported by: Reiner Herrmann
Approve
Author: alc
Date: Thu Jul 7 20:58:16 2016
New Revision: 302399
URL: https://svnweb.freebsd.org/changeset/base/302399
Log:
Change the type of the map entry's next_read field from a vm_pindex_t to a
vm_offset_t. (This field is used to detect sequential access to the virtual
address range rep
Author: bdrewery
Date: Thu Jul 7 21:03:50 2016
New Revision: 302400
URL: https://svnweb.freebsd.org/changeset/base/302400
Log:
WITH_SYSTEM_COMPILER: Don't enable for xdev or native-xtools.
Otherwise they get no compiler.
Reported by: swills
Tested by:swills
Approved by: re (
Author: jilles
Date: Thu Jul 7 21:44:59 2016
New Revision: 302401
URL: https://svnweb.freebsd.org/changeset/base/302401
Log:
fcntl(2): Document interrupt/restart for file locks.
Since r302216, thread suspension causes advisory file locks to restart
(instead of continuing to wait) and for
Author: mav
Date: Thu Jul 7 22:10:10 2016
New Revision: 302402
URL: https://svnweb.freebsd.org/changeset/base/302402
Log:
Fix ahci(4) driver attach to controller with 32 ports.
Incorrect sign expansion in variables that supposed to be a bit fields
caused infinite loop. Fixing this allow
Author: ngie
Date: Thu Jul 7 22:44:23 2016
New Revision: 302403
URL: https://svnweb.freebsd.org/changeset/base/302403
Log:
Do not use -fformat-extensions with non-base versions of gcc
Ports versions of gcc do not have -fformat-extensions support.
This unbreaks compiling the kernel/mod
Author: gjb
Date: Fri Jul 8 00:12:29 2016
New Revision: 302409
URL: https://svnweb.freebsd.org/changeset/base/302409
Log:
Reflect head is now 12.0-CURRENT.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/UPDATING
head/gnu/usr.bin/cc/cc_tools/freebsd-n
Author: gjb
Date: Fri Jul 8 00:52:53 2016
New Revision: 302413
URL: https://svnweb.freebsd.org/changeset/base/302413
Log:
Spell 120 correctly.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/gnu/usr.bin/cc/cc_tools/freebsd-native.h
Modified: head/g
Author: gjb
Date: Fri Jul 8 00:54:21 2016
New Revision: 302414
URL: https://svnweb.freebsd.org/changeset/base/302414
Log:
Default manual pages to 12.0 in head, and add missing 10.x
releases.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/gnu/usr.bin/
On 7/7/16 5:52 PM, Glen Barber wrote:
> Author: gjb
> Date: Fri Jul 8 00:52:53 2016
> New Revision: 302413
> URL: https://svnweb.freebsd.org/changeset/base/302413
>
> Log:
> Spell 120 correctly.
>
> Approved by:re (implicit)
> Sponsored by: The FreeBSD Foundation
>
> M
Author: gjb
Date: Fri Jul 8 01:47:01 2016
New Revision: 302417
URL: https://svnweb.freebsd.org/changeset/base/302417
Log:
Bump FREEBSD_CC_VERSION in lib/clang/freebsd_cc_version.h
Submitted by: bdrewery
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/
On Thu, Jul 07, 2016 at 06:43:08PM -0700, Bryan Drewery wrote:
> On 7/7/16 5:52 PM, Glen Barber wrote:
> > Author: gjb
> > Date: Fri Jul 8 00:52:53 2016
> > New Revision: 302413
> > URL: https://svnweb.freebsd.org/changeset/base/302413
> >
> > Log:
> > Spell 120 correctly.
> >
> > Appr
Author: gjb
Date: Fri Jul 8 01:56:52 2016
New Revision: 302418
URL: https://svnweb.freebsd.org/changeset/base/302418
Log:
Add freebsd12 to contrib/gcc/config.gcc.
Submitted by: bdrewery
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/gcc/confi
Author: gjb
Date: Fri Jul 8 02:03:42 2016
New Revision: 302419
URL: https://svnweb.freebsd.org/changeset/base/302419
Log:
Spell 10.2, 10.3, 12.0 correctly in various places.
Submitted by: markj
Approved by: re (implicit)
Pointyhat:gjb (myself)
Sponsored by: The FreeBSD Foundatio
On 07/07/16 20:56, Glen Barber wrote:
Author: gjb
Date: Fri Jul 8 01:56:52 2016
New Revision: 302418
URL: https://svnweb.freebsd.org/changeset/base/302418
Log:
Add freebsd12 to contrib/gcc/config.gcc.
Submitted by: bdrewery
Approved by: re (implicit)
Sponsored by: The FreeBSD Founda
Author: gjb
Date: Fri Jul 8 02:19:09 2016
New Revision: 302420
URL: https://svnweb.freebsd.org/changeset/base/302420
Log:
Spell '12.x' correctly in UPDATING.
Submitted by: lidl
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
head/UPDATING
Modified: head/U
On Thu, Jul 07, 2016 at 09:16:18PM -0500, Pedro Giffuni wrote:
> On 07/07/16 20:56, Glen Barber wrote:
> >Author: gjb
> >Date: Fri Jul 8 01:56:52 2016
> >New Revision: 302418
> >URL: https://svnweb.freebsd.org/changeset/base/302418
> >
> >Log:
> > Add freebsd12 to contrib/gcc/config.gcc.
> >
> >
27 matches
Mail list logo