Author: mjg
Date: Wed Jun 15 08:34:36 2016
New Revision: 301922
URL: https://svnweb.freebsd.org/changeset/base/301922
Log:
sdt: annotate the probe test as likely to fail
This saves a jump in plenty of cases.
Approved by: re (kib)
MFC after:1 week
Modified:
head/sys/sys/sdt.h
Author: kib
Date: Wed Jun 15 15:55:14 2016
New Revision: 301928
URL: https://svnweb.freebsd.org/changeset/base/301928
Log:
Another follow-up to r291460. Only access vp->v_rdev for VCHR vnodes
in devfs_reclaim().
Reported and tested by: pho
Sponsored by: The FreeBSD Foundation
Ap
Author: kib
Date: Wed Jun 15 15:56:03 2016
New Revision: 301929
URL: https://svnweb.freebsd.org/changeset/base/301929
Log:
Do not assume that we own the use reference on the covered vnode until
we set MNTK_UNMOUNT flag on the mp. Otherwise parallel unmount which
wins race with us could dere
Author: jhb
Date: Wed Jun 15 20:56:45 2016
New Revision: 301930
URL: https://svnweb.freebsd.org/changeset/base/301930
Log:
Move backend-specific fields of kaiocb into a union.
This reduces the size of kaiocb slightly. I've also added some generic
fields that other backends can use in plac
Author: jhb
Date: Wed Jun 15 21:01:53 2016
New Revision: 301931
URL: https://svnweb.freebsd.org/changeset/base/301931
Log:
Add a tool to decode ioctl commands.
One or more ioctl command values can be passed as arguments on the command
line. For each value, the command is broken down into
Author: jhb
Date: Wed Jun 15 21:08:51 2016
New Revision: 301932
URL: https://svnweb.freebsd.org/changeset/base/301932
Log:
Use sbused() instead of sbspace() to avoid signed issues.
Inserting a full mbuf with an external cluster into the socket buffer
resulted in sbspace() returning -MLEN.
On Wednesday, June 15, 2016 09:01:53 PM John Baldwin wrote:
> Author: jhb
> Date: Wed Jun 15 21:01:53 2016
> New Revision: 301931
> URL: https://svnweb.freebsd.org/changeset/base/301931
>
> Log:
> Add a tool to decode ioctl commands.
>
> One or more ioctl command values can be passed as arg
On Wednesday, June 15, 2016 09:08:51 PM John Baldwin wrote:
> Author: jhb
> Date: Wed Jun 15 21:08:51 2016
> New Revision: 301932
> URL: https://svnweb.freebsd.org/changeset/base/301932
>
> Log:
> Use sbused() instead of sbspace() to avoid signed issues.
>
> Inserting a full mbuf with an ex
Author: bdrewery
Date: Wed Jun 15 23:58:00 2016
New Revision: 301938
URL: https://svnweb.freebsd.org/changeset/base/301938
Log:
tinderbox/universe: Only show arm64 warning if it was in the TARGETS list.
This was a flaw in my change in r287903 but also in the original change
in r282156 sin
Author: bdrewery
Date: Wed Jun 15 23:57:50 2016
New Revision: 301935
URL: https://svnweb.freebsd.org/changeset/base/301935
Log:
WITH_META_MODE: Do include headers for specific guessed dependencies
This is a follow-up to r300343.
This is important for the OBJS_DEPEND_GUESS usage in
gn
Author: bdrewery
Date: Wed Jun 15 23:57:57 2016
New Revision: 301937
URL: https://svnweb.freebsd.org/changeset/base/301937
Log:
WITH_META_MODE: Keep .MAKE.MODE/META_MODE clean
Due to META_MODE being passed into the environment it tends
to keep growing with the defaults.
Approved by:
Author: bdrewery
Date: Wed Jun 15 23:57:32 2016
New Revision: 301933
URL: https://svnweb.freebsd.org/changeset/base/301933
Log:
Don't truncate OBJS_DEPEND_GUESS.target from Makefile
This is important to allow a Makefile to override OBJS_DEPEND_GUESS for
handling in META_MODE when its depe
Author: bdrewery
Date: Wed Jun 15 23:57:53 2016
New Revision: 301936
URL: https://svnweb.freebsd.org/changeset/base/301936
Log:
WITH_META_MODE: Don't expect a .meta file for side-effect generated files.
This is the same as r301285.
Approved by: re (implicit)
Sponsored by: EMC / Isil
Author: bdrewery
Date: Wed Jun 15 23:58:03 2016
New Revision: 301939
URL: https://svnweb.freebsd.org/changeset/base/301939
Log:
Fix native powerpc64 build of lib32 with in-tree GCC.
- This was broken by r300350 and r300885.
- Add some comments around the external GCC logic since it is spr
Author: bdrewery
Date: Wed Jun 15 23:57:46 2016
New Revision: 301934
URL: https://svnweb.freebsd.org/changeset/base/301934
Log:
Convert to new FAST_DEPEND syntax for guessed dependencies.
This OBJS_DEPEND_GUESS is needed since each target gets its
own .depend.target.o file but also becaus
Author: bdrewery
Date: Wed Jun 15 23:58:09 2016
New Revision: 301941
URL: https://svnweb.freebsd.org/changeset/base/301941
Log:
Mark targets with _SUBDIR as .PHONY.
This is mostly fixing META_MODE with realinstall wanting a .meta
file when it does not need one. These targets really shoul
Author: bdrewery
Date: Wed Jun 15 23:58:06 2016
New Revision: 301940
URL: https://svnweb.freebsd.org/changeset/base/301940
Log:
WITH_META_MODE: Whitelist 'make kernel' and 'make world'.
installkernel is technically META_MODE safe but doesn't need an explicit
approval to use it since it's
On 6/12/2016 1:02 PM, Andreas Tobler wrote:
> Hi Bryan,
>
> On 29.05.16 08:20, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Sun May 29 06:20:15 2016
>> New Revision: 300943
>> URL: https://svnweb.freebsd.org/changeset/base/300943
>>
>> Log:
>> GCC External: Revert r300886, r300904, r300917,
On Thu, Jun 16, 2016 at 5:12 AM, John Baldwin wrote:
> On Wednesday, June 15, 2016 09:01:53 PM John Baldwin wrote:
>> Author: jhb
>> Date: Wed Jun 15 21:01:53 2016
>> New Revision: 301931
>> URL: https://svnweb.freebsd.org/changeset/base/301931
>>
>> Log:
>> Add a tool to decode ioctl commands.
Author: gjb
Date: Thu Jun 16 03:00:10 2016
New Revision: 301944
URL: https://svnweb.freebsd.org/changeset/base/301944
Log:
Fix zoneinfo file packaging.
This change fixes 468 of 488 zoneinfo file packaging issues,
the rest still to be investigated.
Approved by: re (blanket, pkgbase)
Author: manu
Date: Thu Jun 16 03:02:27 2016
New Revision: 301945
URL: https://svnweb.freebsd.org/changeset/base/301945
Log:
Bump /tmp from 30m to 50m for ARM release images.
30m isn't enough for pkg anymore to extract packagesite.txz.
40m is fine for now but let's take a safer way as we d
21 matches
Mail list logo