Author: adrian
Date: Sun Jun 5 07:51:36 2016
New Revision: 301433
URL: https://svnweb.freebsd.org/changeset/base/301433
Log:
[bwn] complain usefully if a PHY-N PHY is detected with no support is
compiled in.
Log something other than "error 6" if the attach fails because the
GPL PHY-N co
Author: adrian
Date: Sun Jun 5 07:55:21 2016
New Revision: 301434
URL: https://svnweb.freebsd.org/changeset/base/301434
Log:
[bwn] Enable PHY-LP 5GHz support for the one NIC I have tested it on so far.
After perusing the PHY-LP code (don't ask why; honest) I discovered that
it /has/ 5GHz
Author: adrian
Date: Sun Jun 5 07:56:28 2016
New Revision: 301435
URL: https://svnweb.freebsd.org/changeset/base/301435
Log:
[bwn] Add missing firmware release calls.
This trips me up whenever I'm fooling around with partially supported
NICs that fail to fully attach or initialise - the
note: this works on RX only; TX seems to fail right now and I'm not
yet sure why. I'll dig into it.
Thanks,
-adrian
On 5 June 2016 at 00:55, Adrian Chadd wrote:
> Author: adrian
> Date: Sun Jun 5 07:55:21 2016
> New Revision: 301434
> URL: https://svnweb.freebsd.org/changeset/base/301434
>
>
On Sat, Jun 04, 2016 at 11:34:51PM +, Bryan Drewery wrote:
> Author: bdrewery
> Date: Sat Jun 4 23:34:51 2016
> New Revision: 301414
> URL: https://svnweb.freebsd.org/changeset/base/301414
>
> Log:
> Fix build after r301404.
>
> X-MFC-With: r301404
> MFC after: 1 week
>
> Modified:
Author: trasz
Date: Sun Jun 5 08:48:37 2016
New Revision: 301437
URL: https://svnweb.freebsd.org/changeset/base/301437
Log:
Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"
and "ctladm islist -v" outputs.
MFC after:1 month
Modified:
head/sys/cam/ctl/ctl_front
Author: trasz
Date: Sun Jun 5 08:51:56 2016
New Revision: 301438
URL: https://svnweb.freebsd.org/changeset/base/301438
Log:
Remove duplicated semicolons.
MFC after:1 month
Modified:
head/usr.sbin/ctladm/ctladm.c
Modified: head/usr.sbin/ctladm/ctladm.c
==
Author: bapt
Date: Sun Jun 5 09:38:48 2016
New Revision: 301439
URL: https://svnweb.freebsd.org/changeset/base/301439
Log:
Ensure old gcc does not accidently get the attributes it does not know about
Modified:
head/contrib/libucl/src/mum.h
Modified: head/contrib/libucl/src/mum.h
===
Author: melifaro
Date: Sun Jun 5 10:33:53 2016
New Revision: 301440
URL: https://svnweb.freebsd.org/changeset/base/301440
Log:
Fix 4-byte overflow in ipv6_writemask.
This bug could cause some IPv6 table prefix delete requests to fail.
Obtained from:Yandex LLC
Modified:
head
Author: bapt
Date: Sun Jun 5 11:56:03 2016
New Revision: 301442
URL: https://svnweb.freebsd.org/changeset/base/301442
Log:
Fix build with external gcc
Completly disable some extra optimisation for very recent gcc.
They would require some updated in the runtime which we do not have yet
M
Konstantin Belousov wrote:
> > Modified: head/sys/dev/filemon/filemon_wrapper.c
> >
>
===
> >
> > +#if defined(COMPAT_IA32) || defined(COMPAT_FREEBSD32) ||
> > defined(COMPAT_ARCH32)
> What are those COMPAT_IA32 and COMPAT_
Author: ache
Date: Sun Jun 5 15:46:14 2016
New Revision: 301448
URL: https://svnweb.freebsd.org/changeset/base/301448
Log:
Reflect error indication according to POSIX and what those functions
currently do.
Modified:
head/lib/libc/stdlib/random.3
Modified: head/lib/libc/stdlib/random.3
===
Author: skra
Date: Sun Jun 5 16:07:57 2016
New Revision: 301451
URL: https://svnweb.freebsd.org/changeset/base/301451
Log:
(1) Add a new bus method to get a mapping data for an interrupt.
BUS_MAP_INTR() is used to get an interrupt mapping data according
to provided hints. The hints could
Author: jilles
Date: Sun Jun 5 16:09:31 2016
New Revision: 301452
URL: https://svnweb.freebsd.org/changeset/base/301452
Log:
sh: Improve descriptions in 'ulimit -a' output.
The format limits descriptions to 18 characters and is not changed, so
the descriptions do not describe the limits
Author: skra
Date: Sun Jun 5 16:20:12 2016
New Revision: 301453
URL: https://svnweb.freebsd.org/changeset/base/301453
Log:
INTRNG - change the way how an interrupt mapping data are provided
to the framework in OFW (FDT) case.
This is a follow-up to r301451.
Differential Revision:
Author: kib
Date: Sun Jun 5 16:55:55 2016
New Revision: 301455
URL: https://svnweb.freebsd.org/changeset/base/301455
Log:
Use ANSI function definition.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/kern_proc.c
Modified: head/sys/kern/kern_proc.c
=
Author: kib
Date: Sun Jun 5 17:04:03 2016
New Revision: 301456
URL: https://svnweb.freebsd.org/changeset/base/301456
Log:
Get rid of struct proc p_sched and struct thread td_sched pointers.
p_sched is unused.
The struct td_sched is always co-allocated with the struct thread,
except
Author: kib
Date: Sun Jun 5 17:11:23 2016
New Revision: 301457
URL: https://svnweb.freebsd.org/changeset/base/301457
Log:
Avoid spurious EINVAL in amd64 pmap_change_attr().
Do not try to change attributes for DMAP when working on a mapping
which is not covered by the DMAP. This was repor
Author: bdrewery
Date: Sun Jun 5 18:16:33 2016
New Revision: 301460
URL: https://svnweb.freebsd.org/changeset/base/301460
Log:
Cleanup COMPAT_FREEBSD32 support.
This is a NOP.
The COMPAT_IA32 was renamed in r205014 to COMPAT_FREEBSD32 and
COMPAT_ARCH32 does not seem to have existed.
> On Jun 2, 2016, at 3:06 PM, Kurt Lidl wrote:
>
> Author: lidl
> Date: Thu Jun 2 19:06:04 2016
> New Revision: 301226
> URL: https://svnweb.freebsd.org/changeset/base/301226
>
> Log:
> Add basic blacklist build support
>
[snip]
> Modified: head/etc/defaults/rc.conf
> ===
Author: pfg
Date: Sun Jun 5 19:12:52 2016
New Revision: 301461
URL: https://svnweb.freebsd.org/changeset/base/301461
Log:
libc/locale: Fix type breakage in __collate_range_cmp().
When collation support was brought in, the second and third
arguments in __collate_range_cmp() were changed f
On 05.06.2016 22:12, Pedro F. Giffuni wrote:
> --- head/lib/libc/regex/regcomp.c Sun Jun 5 18:16:33 2016
> (r301460)
> +++ head/lib/libc/regex/regcomp.c Sun Jun 5 19:12:52 2016
> (r301461)
> @@ -821,10 +821,10 @@ p_b_term(struct parse *p, cset *cs)
>
On 05.06.2016 22:12, Pedro F. Giffuni wrote:
> When collation support was brought in, the second and third
> arguments in __collate_range_cmp() were changed from int to
> wchar_t, breaking the ABI. Change them to a "char" type which
> makes more sense and keeps the ABI compatible.
Not only
Author: sjg
Date: Sun Jun 5 20:26:16 2016
New Revision: 301462
URL: https://svnweb.freebsd.org/changeset/base/301462
Log:
Import bmake-20160604
Performace improvements for meta mode.
Modified:
head/contrib/bmake/ChangeLog
head/contrib/bmake/Makefile
head/contrib/bmake/bmake.1
head
On Fri, 2016-06-03 at 08:50 +0200, Jan Beich wrote:
> Kurt Lidl writes:
>
> > Author: lidl
> > Date: Wed Jun 1 22:04:10 2016
> > New Revision: 301172
> > URL: https://svnweb.freebsd.org/changeset/base/301172
> >
> > Log:
> > Import NetBSD's blacklist source from vendor tree
> >
> > This
On 6/5/16 1:26 PM, Simon J. Gerraty wrote:
> Author: sjg
> Date: Sun Jun 5 20:26:16 2016
> New Revision: 301462
> URL: https://svnweb.freebsd.org/changeset/base/301462
>
> Log:
> Import bmake-20160604
>
> Performace improvements for meta mode.
Thanks!
--
Regards,
Bryan Drewery
_
Author: bdrewery
Date: Sun Jun 5 21:21:41 2016
New Revision: 301464
URL: https://svnweb.freebsd.org/changeset/base/301464
Log:
Import latest meta.stage.mk 1.45 (r301462)
Modified:
head/share/mk/meta.stage.mk
Modified: head/share/mk/meta.stage.mk
=
Author: bdrewery
Date: Sun Jun 5 23:04:15 2016
New Revision: 301465
URL: https://svnweb.freebsd.org/changeset/base/301465
Log:
Fix bmake version upgrade logic to use the new bmake.
Otherwise it was only used on the next build.
This was a flaw in r295980.
MFC after:3 days
Sp
Author: bdrewery
Date: Sun Jun 5 23:04:42 2016
New Revision: 301466
URL: https://svnweb.freebsd.org/changeset/base/301466
Log:
WITH_META_MODE: Enable bmake's missing meta rebuild feature
Modified:
head/Makefile
head/share/mk/local.meta.sys.mk
head/share/mk/sys.mk
head/tools/build/optio
Author: bdrewery
Date: Sun Jun 5 23:05:07 2016
New Revision: 301469
URL: https://svnweb.freebsd.org/changeset/base/301469
Log:
DIRDEPS_BUILD: Fix bootstrap-tools not handling CCACHE_DIR properly.
CCACHE_DIR needs to be resolved to its full path before processing
legacy.meta or meta mode
Author: bdrewery
Date: Sun Jun 5 23:05:10 2016
New Revision: 301470
URL: https://svnweb.freebsd.org/changeset/base/301470
Log:
Add a MINIMUM_SUPPORTED_OSREL and bump it to 900044.
This is actually a revision in the stable/9 branch released as 9.1. The
localedef build requires xlocale fr
Author: bdrewery
Date: Sun Jun 5 23:05:01 2016
New Revision: 301467
URL: https://svnweb.freebsd.org/changeset/base/301467
Log:
WITH_META_MODE: Avoid host tool timestamps causing a rebuild.
Using buildworld, installworld, buildworld. It is expected that nothing
should rebuild. However a
Author: bdrewery
Date: Sun Jun 5 23:05:04 2016
New Revision: 301468
URL: https://svnweb.freebsd.org/changeset/base/301468
Log:
WITH_SYSTEM_COMPILER: Disable with WITH_META_MODE for now.
The WITH_META_MODE build is intended to be a working incremental build.
It spies on the build command
Author: bdrewery
Date: Sun Jun 5 23:05:14 2016
New Revision: 301471
URL: https://svnweb.freebsd.org/changeset/base/301471
Log:
Use the in-tree sys/elf_common.h to build libelftc.
This fixes build failures on older releases that lack various
definitions such as EM_AARCH64 (which was unfix
Author: bdrewery
Date: Sun Jun 5 23:05:17 2016
New Revision: 301472
URL: https://svnweb.freebsd.org/changeset/base/301472
Log:
Only include bsd.compiler.mk for bmakes that use -m .../share/mk by default.
Otherwise they error when trying to include the file, which also has
its own depende
On 6/1/16 3:04 PM, Kurt Lidl wrote:
> Author: lidl
> Date: Wed Jun 1 22:04:10 2016
> New Revision: 301172
> URL: https://svnweb.freebsd.org/changeset/base/301172
>
> Log:
> Import NetBSD's blacklist source from vendor tree
no description found for WITHOUT_BLACKLIST, skipping
no description fou
Author: bdrewery
Date: Sun Jun 5 23:10:05 2016
New Revision: 301473
URL: https://svnweb.freebsd.org/changeset/base/301473
Log:
Regenerate
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: bdrewery
Date: Sun Jun 5 23:14:06 2016
New Revision: 301474
URL: https://svnweb.freebsd.org/changeset/base/301474
Log:
Document WITH_META_MODE enforcing WITHOUT_SYSTEM_COMPILER.
makeman doesn't handle this since it would need to enable all
non-default options when checking enabli
Author: bdrewery
Date: Sun Jun 5 23:16:27 2016
New Revision: 301475
URL: https://svnweb.freebsd.org/changeset/base/301475
Log:
Regenerate
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: bdrewery
Date: Sun Jun 5 23:34:19 2016
New Revision: 301476
URL: https://svnweb.freebsd.org/changeset/base/301476
Log:
Use the in-tree sys/elf_common.h
This is the same fix as r301471.
Modified:
head/usr.bin/elfcopy/Makefile
Modified: head/usr.bin/elfcopy/Makefile
=
Author: bdrewery
Date: Sun Jun 5 23:56:28 2016
New Revision: 301477
URL: https://svnweb.freebsd.org/changeset/base/301477
Log:
legacy: Avoid building/installing headers twice.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
Author: gnn
Date: Mon Jun 6 00:35:45 2016
New Revision: 301478
URL: https://svnweb.freebsd.org/changeset/base/301478
Log:
Add missing constants from RFCs 4443 and 6550
Modified:
head/sys/netinet/icmp6.h
Modified: head/sys/netinet/icmp6.h
=
Author: araujo
Date: Mon Jun 6 02:43:41 2016
New Revision: 301479
URL: https://svnweb.freebsd.org/changeset/base/301479
Log:
Install/Connect ypldap.conf(5) on examples.
Modified:
head/etc/mtree/BSD.usr.dist
head/share/examples/Makefile
Modified: head/etc/mtree/BSD.usr.dist
===
Author: araujo
Date: Mon Jun 6 03:55:00 2016
New Revision: 301480
URL: https://svnweb.freebsd.org/changeset/base/301480
Log:
Add rc.d script for ypldap(8).
Added:
head/etc/rc.d/ypldap (contents, props changed)
Modified:
head/etc/defaults/rc.conf
Modified: head/etc/defaults/rc.conf
=
Author: araujo
Date: Mon Jun 6 04:13:49 2016
New Revision: 301481
URL: https://svnweb.freebsd.org/changeset/base/301481
Log:
Connect ypldap(8) script on Makefile, forgotten on my previous commit r301480.
Modified:
head/etc/rc.d/Makefile
Modified: head/etc/rc.d/Makefile
=
Author: araujo
Date: Mon Jun 6 04:18:56 2016
New Revision: 301482
URL: https://svnweb.freebsd.org/changeset/base/301482
Log:
For pointers use NULL instead of 0.
Modified:
head/usr.sbin/bluetooth/btpand/btpand.c
Modified: head/usr.sbin/bluetooth/btpand/btpand.c
==
Author: sephe
Date: Mon Jun 6 05:55:37 2016
New Revision: 301483
URL: https://svnweb.freebsd.org/changeset/base/301483
Log:
hyperv: Move machine dependent bits into machine dependent files.
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://reviews.
06.06.2016, 04:40, "George Neville-Neil" :
> On 4 Jun 2016, at 15:05, Alexander V. Chernikov wrote:
>
>> 02.06.2016, 20:51, "George V. Neville-Neil" :
>>> Author: gnn
>>> Date: Thu Jun 2 17:51:29 2016
>>> New Revision: 301217
>>> URL: https://svnweb.freebsd.org/changeset/base/301217
>>>
>>> L
Author: sephe
Date: Mon Jun 6 06:18:18 2016
New Revision: 301484
URL: https://svnweb.freebsd.org/changeset/base/301484
Log:
hyperv/vmbus: Define type for channel messages.
And fix message processing; only channel messages are supported.
MFC after:1 week
Sponsored by: Microsoft O
49 matches
Mail list logo