Author: bdrewery
Date: Tue Jun 14 16:20:05 2016
New Revision: 301884
URL: https://svnweb.freebsd.org/changeset/base/301884
Log:
WITH_META_MODE: Fix rebuilding maketab outside of build-tools.
The bsd.dep.mk yacc targets rely on only the .c file getting a .meta
file. However the previous c
Author: bdrewery
Date: Tue Jun 14 16:20:14 2016
New Revision: 301887
URL: https://svnweb.freebsd.org/changeset/base/301887
Log:
WITH_META_MODE: Whitelist targets that are meta-mode-safe.
META_TGT_WHITELIST is added to define which build targets are safe for
meta mode. See comments for mo
Author: bdrewery
Date: Tue Jun 14 16:20:11 2016
New Revision: 301886
URL: https://svnweb.freebsd.org/changeset/base/301886
Log:
WITH_META_MODE: Set MK_META_MODE=no with -B.
Using -B already sets .MAKE.MODE=compat but it was leaving
MK_META_MODE set which could still cause other MK_META_MO
Author: bdrewery
Date: Tue Jun 14 16:19:49 2016
New Revision: 301881
URL: https://svnweb.freebsd.org/changeset/base/301881
Log:
WITH_META_MODE: Fix bin/csh rebuilding tc.const.h
This is the same issue as r297997, but was missed in it.
The WARNS value changes between 'build-tools' (MK_W
Author: bdrewery
Date: Tue Jun 14 16:20:19 2016
New Revision: 301888
URL: https://svnweb.freebsd.org/changeset/base/301888
Log:
WITH_META_MODE: Lessen the filemon(4) requirement scope.
- Move the sys.mk filemon requirement to bsd.init.mk as a warning.
This is intended only to show when
Author: bdrewery
Date: Tue Jun 14 16:20:08 2016
New Revision: 301885
URL: https://svnweb.freebsd.org/changeset/base/301885
Log:
Add more missing .PHONY
Approved by: re (implicit)
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Makefile
Modified: head/Makefile
=
Author: bdrewery
Date: Tue Jun 14 16:19:59 2016
New Revision: 301883
URL: https://svnweb.freebsd.org/changeset/base/301883
Log:
Define targets in same order as .ORDER
This is a NOP but is done for style and to reduce confusion.
Approved by: re (implicit)
Sponsored by: EMC / Isilon S
Author: bdrewery
Date: Tue Jun 14 16:20:25 2016
New Revision: 301889
URL: https://svnweb.freebsd.org/changeset/base/301889
Log:
WITH_META_MODE: Enable printing of some of make's environment on error.
This will print a set of variables from make on error using
MAKE_PRINT_VAR_ON_ERROR. It
detect when the system ABI changes without relying on
__FreeBSD_version. Bumped libraries would have to be one of them.
--
Regards,
Bryan Drewery
signature.asc
Description: OpenPGP digital signature
On 6/14/2016 9:37 AM, Bryan Drewery wrote:
> On 6/14/2016 9:25 AM, Ngie Cooper wrote:
>> On Wed, Jun 8, 2016 at 4:47 AM, Dag-Erling Smørgrav wrote:
>>> Author: des
>>> Date: Wed Jun 8 11:47:19 2016
>>> New Revision: 301602
>>> URL: https://svnweb.
Author: bdrewery
Date: Tue Jun 14 16:55:05 2016
New Revision: 301891
URL: https://svnweb.freebsd.org/changeset/base/301891
Log:
DIRDEPS_BUILD: Update dependencies
Approved by: re (gjb)
Sponsored by: EMC / Isilon Storage Division
Modified:
head/gnu/usr.bin/groff/src/libs/libbib/Makefil
Author: bdrewery
Date: Tue Jun 14 17:15:36 2016
New Revision: 301892
URL: https://svnweb.freebsd.org/changeset/base/301892
Log:
Bump __FreeBSD_version for r301602.
Reported by: ngie, Ben Lavery
PR: 210229
Approved by: re (gjb)
Modified:
head/sys/sys/param.h
Modified: hea
Author: bdrewery
Date: Tue Jun 14 17:23:22 2016
New Revision: 301893
URL: https://svnweb.freebsd.org/changeset/base/301893
Log:
Fix build from stable/10 with fmake.
This was broken in r301888.
fmake does not look in share/mk by default and thus does not yet
have MK_META_MODE set with
Author: bdrewery
Date: Tue Jun 14 18:37:33 2016
New Revision: 301894
URL: https://svnweb.freebsd.org/changeset/base/301894
Log:
Fix makeman showing dependency of DIRDEPS_BUILD->META_MODE.
This broke in r301887 with the meta mode whitelist. 'make showconfig'
still needs WITH_META_MODE sup
Author: bdrewery
Date: Tue Jun 14 18:41:18 2016
New Revision: 301895
URL: https://svnweb.freebsd.org/changeset/base/301895
Log:
Renegerate for WITH_META_MODE updates.
Approved by: re (implicit)
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/man/man5/src.conf.5
Modif
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: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: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: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: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
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: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: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
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:
>&g
long in head right now for 11.0 or
should it wait until after the stable/11 branching?
> Relnotes: yes
--
Regards,
Bryan Drewery
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
On 6/16/2016 5:52 PM, Devin Teske wrote:
> On Thu, 2016-06-16 at 14:28 -0700, Bryan Drewery wrote:
>> On 6/16/16 2:14 PM, Devin Teske wrote:
>>> Author: dteske
>>> Date: Thu Jun 16 21:14:25 2016
>>> New Revision: 301973
>>> URL: https://svnweb.
Author: bdrewery
Date: Fri Jun 17 16:44:31 2016
New Revision: 301992
URL: https://svnweb.freebsd.org/changeset/base/301992
Log:
Import ClangFormat.cpp from ^/vendor/clang/clang-release_380-r262564
Discussed with: dim
Approved by: re (gjb)
Added:
head/contrib/llvm/tools/clang/too
Author: bdrewery
Date: Fri Jun 17 16:46:58 2016
New Revision: 301993
URL: https://svnweb.freebsd.org/changeset/base/301993
Log:
Add clang-format under WITH_CLANG_EXTRAS.
Reviewed by: dim
Approved by: re (gjb)
Sponsored by: EMC / Isilon Storage Division
Differential Revision:
s not end in break.
> Look at the switch() example right after the FALLTHROUGH requirement
> in the style(9), which shows case '?'.
>
Yes the example shows code in both cases, but the text about it is more
strict "Elements in a switch statement that cascade should have a
On 6/17/2016 9:51 AM, Bryan Drewery wrote:
> On 6/16/2016 11:13 PM, Konstantin Belousov wrote:
>> On Thu, Jun 16, 2016 at 10:17:19AM -0700, Conrad Meyer wrote:
>>> style(9) nit: /* FALLTHROUGH */
>>
>> FALLTHROUGH is only applicable when there are executable statement
Author: bdrewery
Date: Tue Jun 21 20:13:19 2016
New Revision: 302066
URL: https://svnweb.freebsd.org/changeset/base/302066
Log:
MFC r297156,r297157,r297158,r297159,r297161,r297172,r297200,r297201,r297202,
r297203,r297256:
r297156:
Track filemon usage via a proc.p_filemon point
Author: bdrewery
Date: Tue Jun 21 20:14:32 2016
New Revision: 302067
URL: https://svnweb.freebsd.org/changeset/base/302067
Log:
Fix top-level builds with fmake / 9.x.
Reported by: allanjude
Approved by: re (marius)
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Makefile
Author: bdrewery
Date: Tue Jun 21 20:15:30 2016
New Revision: 302068
URL: https://svnweb.freebsd.org/changeset/base/302068
Log:
MFC r271049:
Note that script(1) consumes filemon(4).
Modified:
stable/10/share/man/man4/filemon.4
Directory Properties:
stable/10/ (props changed)
Modif
Author: bdrewery
Date: Tue Jun 21 20:20:30 2016
New Revision: 302070
URL: https://svnweb.freebsd.org/changeset/base/302070
Log:
MFC r297160,r297196:
r297160:
Document openat(2) behavior.
r297196:
Spell out 'system calls'.
Modified:
stable/10/share/man/man4/filemon.4
Dir
Author: bdrewery
Date: Tue Jun 21 20:32:34 2016
New Revision: 302072
URL: https://svnweb.freebsd.org/changeset/base/302072
Log:
MFC r300892,r300893,r301130,r301404,r301414,r301460:
r300892:
Rename function to be less generic.
r300893:
Don't truncate existing error when wri
Author: bdrewery
Date: Tue Jun 21 21:55:03 2016
New Revision: 302073
URL: https://svnweb.freebsd.org/changeset/base/302073
Log:
META_MODE: Don't generate or read _EXTRADEPEND dependencies when using
filemon.
The DPADD data in .depend will be redundant with what is in the .meta file.
A
Author: bdrewery
Date: Wed Jun 22 19:07:41 2016
New Revision: 302088
URL: https://svnweb.freebsd.org/changeset/base/302088
Log:
WITH_META_MODE: Whitelist 'make kernel-toolchain'
Approved by: re (blanket, META_MODE)
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Makefile
M
Author: bdrewery
Date: Wed Jun 22 20:31:49 2016
New Revision: 302090
URL: https://svnweb.freebsd.org/changeset/base/302090
Log:
Add AFLAGS.IMPSRC and document A[C]FLAGS
Approved by: re (gjb)
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/bsd.README
head/share/mk
Author: bdrewery
Date: Fri Jun 24 19:55:59 2016
New Revision: 302177
URL: https://svnweb.freebsd.org/changeset/base/302177
Log:
WITH_SYSTEM_COMPILER: Enable by default
This improves buildworld, toolchain, kernel-toolchain, and universe targets.
See r300354 or src.conf(5) for more details.
Author: bdrewery
Date: Fri Jun 24 20:00:39 2016
New Revision: 302178
URL: https://svnweb.freebsd.org/changeset/base/302178
Log:
Regenerate
Approved by: re (implicit, r302177)
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
=
Author: bdrewery
Date: Mon Jun 27 20:31:56 2016
New Revision: 302226
URL: https://svnweb.freebsd.org/changeset/base/302226
Log:
MFC r296285:
Correct a comment.
Modified:
stable/10/sys/kern/kern_exec.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/kern/ke
Author: bdrewery
Date: Mon Jun 27 20:38:38 2016
New Revision: 302227
URL: https://svnweb.freebsd.org/changeset/base/302227
Log:
MFC r280121:
audit: fix cred assignment when A_SETPMASK is used
Modified:
stable/10/sys/security/audit/audit_syscalls.c
Directory Properties:
stable/10/ (
Author: bdrewery
Date: Mon Jun 27 21:25:01 2016
New Revision: 302229
URL: https://svnweb.freebsd.org/changeset/base/302229
Log:
MFC r280130:
cred: add proc_set_cred helper
Modified:
stable/10/sys/compat/linux/linux_misc.c
stable/10/sys/compat/linux/linux_uid16.c
stable/10/sys/kern/
Author: bdrewery
Date: Mon Jun 27 21:30:37 2016
New Revision: 302230
URL: https://svnweb.freebsd.org/changeset/base/302230
Log:
MFC r273351:
Plug unnecessary binvp NULL initialization and test.
Modified:
stable/10/sys/kern/kern_exec.c
Directory Properties:
stable/10/ (props changed
Author: bdrewery
Date: Mon Jun 27 21:35:19 2016
New Revision: 302231
URL: https://svnweb.freebsd.org/changeset/base/302231
Log:
MFC r285512:
exec plug a redundant vref + vrele of the image vnode
Modified:
stable/10/sys/kern/kern_exec.c
Directory Properties:
stable/10/ (props change
Author: bdrewery
Date: Mon Jun 27 21:37:30 2016
New Revision: 302232
URL: https://svnweb.freebsd.org/changeset/base/302232
Log:
MFC r285513:
exec: textvp -> oldtextvp; binvp -> newtextvp
Modified:
stable/10/sys/kern/kern_exec.c
Directory Properties:
stable/10/ (props changed)
Modi
Author: bdrewery
Date: Mon Jun 27 21:44:27 2016
New Revision: 302233
URL: https://svnweb.freebsd.org/changeset/base/302233
Log:
MFC r297391:
Remove some NULL checks for M_WAITOK allocations.
Modified:
stable/10/sys/kern/imgact_elf.c
stable/10/sys/kern/kern_exec.c
stable/10/sys/kern
Author: bdrewery
Date: Mon Jun 27 21:50:30 2016
New Revision: 302234
URL: https://svnweb.freebsd.org/changeset/base/302234
Log:
MFC r298819:
sys/kern: spelling fixes in comments.
Modified:
stable/10/sys/kern/bus_if.m
stable/10/sys/kern/imgact_binmisc.c
stable/10/sys/kern/inflate.c
Author: bdrewery
Date: Mon Jun 27 22:10:07 2016
New Revision: 302237
URL: https://svnweb.freebsd.org/changeset/base/302237
Log:
MFC r292384:
Fix style issues around existing SDT probes.
** Changes to sys/netinet/in_kdtrace.c and sys/netinet/in_kdtrace.h skipped.
Modified:
stable
Author: bdrewery
Date: Mon Jun 27 22:12:11 2016
New Revision: 302238
URL: https://svnweb.freebsd.org/changeset/base/302238
Log:
MFC r300792,r300851,r301580:
r300792:
exec: Add credential change information into imgp for process_exec hook.
r300851:
exec: get rid of one vnod
Author: bdrewery
Date: Mon Jun 27 22:13:43 2016
New Revision: 302239
URL: https://svnweb.freebsd.org/changeset/base/302239
Log:
MFC r300793:
exec: Provide execpath in imgp for the process_exec hook.
Modified:
stable/10/sys/kern/kern_exec.c
Directory Properties:
stable/10/ (props ch
Author: bdrewery
Date: Mon Jun 27 22:18:52 2016
New Revision: 302240
URL: https://svnweb.freebsd.org/changeset/base/302240
Log:
Mark filemon(4) as "experimental" for 9 since it has many unfixed
stability, performance, and audit issues that have not been MFC'd.
Modified:
stable/9/share/man/m
Author: bdrewery
Date: Mon Jun 27 22:21:29 2016
New Revision: 302241
URL: https://svnweb.freebsd.org/changeset/base/302241
Log:
MFC r300809,r300890,r300891:
r300809:
filemon exec: Use imgp->execpath rather than vn_fullpath(9).
r300890:
exec: Cease tracing if credentials wi
Author: bdrewery
Date: Tue Jun 28 19:53:16 2016
New Revision: 302255
URL: https://svnweb.freebsd.org/changeset/base/302255
Log:
Use on crypto.x and rpc.x from the source tree.
This fixes the build when DESTDIR may be blank or not yet populated.
It also fixes reproducibility.
Submitte
Author: bdrewery
Date: Wed Jun 29 01:50:30 2016
New Revision: 302257
URL: https://svnweb.freebsd.org/changeset/base/302257
Log:
WITH_SYSTEM_COMPILER: Avoid using GCC4.8+ logic on native GCC4.2 platforms.
As the XXX notes, these should really be checking MK_GNUCXX since there is
already a
Author: bdrewery
Date: Wed Jun 29 16:45:01 2016
New Revision: 302282
URL: https://svnweb.freebsd.org/changeset/base/302282
Log:
Don't warn about needing filemon for makeman.
r287879 wasn't quite enough here since Makefile.inc1 is running
'make -C release -V VERSION' and hitting the warnin
On 6/29/16 10:25 AM, Andriy Voskoboinyk wrote:
> NOTE: Since this change breaks KBI, all wireless drivers need to be
> recompiled.
__FreeBSD_version should probably be bumped in sys/sys/param.h
--
Regards,
Bryan Drewery
___
svn-src-all@freeb
Author: bdrewery
Date: Wed Jun 29 22:39:22 2016
New Revision: 302285
URL: https://svnweb.freebsd.org/changeset/base/302285
Log:
WITH_META_MODE: Avoid false-positive error due to missing .meta with build
commands.
Sponsored by: EMC / Isilon Storage Division
Approved by: re (blanket, META
Author: bdrewery
Date: Wed Jun 29 22:54:01 2016
New Revision: 302286
URL: https://svnweb.freebsd.org/changeset/base/302286
Log:
Flush every line when using meta mode and no -j or with -B.
Otherwise the output is buffered and it appears that make is stuck on
something
long-running. This
segment I/Os. Disable this
> - # by default for now.
> - echo 'hw.xbd.xbd_enable_indirect="0"' >> ${DESTDIR}/boot/loader.conf
> -
> # Some EC2 instances run on a version of Xen which has a bug relating
> # to the migration of MSI-X
Author: bdrewery
Date: Sun Jul 3 17:28:39 2016
New Revision: 302325
URL: https://svnweb.freebsd.org/changeset/base/302325
Log:
Fix race for incrementally rebuilding VERSION_MAP.
The dependency is needed in PROG_FULL since only the build of PROG_FULL
is using the LDFLAGS and depending on
;:
/builds/FreeBSD_HEAD_amd64_gcc/usr.sbin/bhyve/rfb.c:885:17: error:
'bit_SSE42' undeclared (first use in this function)
return ((ecx & bit_SSE42) != 0);
^
https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc/1334/console
--
Regards,
Bryan Drewery
signature.asc
Description: OpenPGP digital signature
"powerpc" && ${TARGET_ARCH} != "powerpc64" &&
${TARGET_ARCH} != "sparc64")
make[1]: Fatal errors encountered -- cannot continue
make[1]: stopped in /root/git/freebsd
> +${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "powe
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 (
/* We don't need one for now. */
>
lib/clang/freebsd_cc_version.h has the clang equivalent
--
Regards,
Bryan Drewery
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
.elif ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 30600
> FORMAT_EXTENSIONS= -D__printf__=__freebsd_kprintf__
> -.elif ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} == 40201
> +.else
> FORMAT_EXTENSIONS= -fformat-extensions
> .endif
>
Author: bdrewery
Date: Fri Jul 8 20:15:58 2016
New Revision: 302449
URL: https://svnweb.freebsd.org/changeset/base/302449
Log:
Use TARGET here to fix check/delete-old after r302391.
usr.bin/Makefie.arm is used to install ofwdump so TARGET=arm should cover
all of the cases.
MFC after
Author: bdrewery
Date: Fri Jul 8 21:19:48 2016
New Revision: 302457
URL: https://svnweb.freebsd.org/changeset/base/302457
Log:
MFC r302449:
Use TARGET here to fix check/delete-old after r302391.
Approved by: re (gjb)
Modified:
stable/11/ObsoleteFiles.inc
Directory Properties:
tion does state 'head'. The only exception I know of is
merging to releng/ which originates from stable.
https://www.freebsd.org/doc/en/articles/committers-guide/article.html
"For instance, you will always merge stable/7/lib/libc/ from
head/lib/libc/."
>
&
Author: bdrewery
Date: Tue Jul 12 17:22:13 2016
New Revision: 302665
URL: https://svnweb.freebsd.org/changeset/base/302665
Log:
MFC r302439:
iflib: Fix typo in 'iflib_rx_miss_bufs' sysctl name
Approved by: re (gjb)
Modified:
stable/11/sys/net/iflib.c
Directory Properties:
stabl
Author: bdrewery
Date: Tue Jul 12 18:57:25 2016
New Revision: 302670
URL: https://svnweb.freebsd.org/changeset/base/302670
Log:
Create one list of replacements for MACHINE_CPUARCH as MACHINE_CPUARCH_SUB.
This also adds missing s/aarch64/arm64 to the sys.mk version and also
adds back armv6
Author: bdrewery
Date: Tue Jul 12 18:57:28 2016
New Revision: 302671
URL: https://svnweb.freebsd.org/changeset/base/302671
Log:
Create a TARGET_CPUARCH thing to go with MACHINE_CPUARCH.
MFC after:3 days
Sponsored by: EMC / Isilon Storage Division
Differential Revision:https:
Author: bdrewery
Date: Tue Jul 12 19:47:01 2016
New Revision: 302674
URL: https://svnweb.freebsd.org/changeset/base/302674
Log:
META_MODE: Don't require filemon(4) for mergemaster(8)/etcupdate(8)
New .meta files will be created without filemon data, but any future build
that wants filemon
On 7/12/2016 11:57 AM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Jul 12 18:57:25 2016
> New Revision: 302670
> URL: https://svnweb.freebsd.org/changeset/base/302670
>
> Log:
> Create one list of replacements for MACHINE_CPUARCH as MACHINE_CPUARCH_SUB.
>
>
On 7/12/2016 6:32 PM, Bryan Drewery wrote:
> On 7/12/2016 11:57 AM, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Tue Jul 12 18:57:25 2016
>> New Revision: 302670
>> URL: https://svnweb.freebsd.org/changeset/base/302670
>>
>> Log:
>> Create on
Author: bdrewery
Date: Wed Jul 13 01:35:53 2016
New Revision: 302690
URL: https://svnweb.freebsd.org/changeset/base/302690
Log:
Revert r302670 and r302671 for now.
MACHINE_CPUARCH smells like MACHINE except for arm64/aarch64 which
has it backwards.
Modified:
head/Makefile
head/Makefi
Author: bdrewery
Date: Fri Jul 15 19:07:00 2016
New Revision: 302908
URL: https://svnweb.freebsd.org/changeset/base/302908
Log:
Fix dlsym(RTLD_NEXT) handling to only return the next library in last library
cases.
The root of the problem here is that TAILQ_FOREACH_FROM will default to
the
Author: bdrewery
Date: Fri Jul 15 19:58:05 2016
New Revision: 302912
URL: https://svnweb.freebsd.org/changeset/base/302912
Log:
MFC r302674:
META_MODE: Don't require filemon(4) for mergemaster(8)/etcupdate(8)
Approved by: re (gjb)
Modified:
stable/11/usr.sbin/etcupdate/etcupdate.
Author: bdrewery
Date: Wed Jul 20 00:06:03 2016
New Revision: 303051
URL: https://svnweb.freebsd.org/changeset/base/303051
Log:
Only build makewhatis(1)/apropos(1) with MAN_UTILS.
This is what src.conf(5) documents and is what the older non-mandoc
versions respected.
Sponsored by: EM
Felix
>>> Reviewed by:wblock, cem
>>> Tested by: Dave Cottlehuber
>>
>> Can MFC?
>>
>> There are high hopes for this coming out in 11.0 / next 10.x
>>
>> re is cc'd on the original bugzilla issue
>
> If you would
nts that were
seemingly ignored, and more that are still being ignored. The constant
churn and reverts on this API is not acceptable.
--
Regards,
Bryan Drewery
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-al
Author: bdrewery
Date: Thu Jul 21 06:06:11 2016
New Revision: 303130
URL: https://svnweb.freebsd.org/changeset/base/303130
Log:
Add LOCAL_XTOOL_DIRS to add into cross-tools.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Makefile.inc1
head/share/man/man7/build.7
Modified:
s for some kernel events, mostly intended for the use of
> obsoleted or otherwise undersired interfaces.
>
> This is an abstracted and race-expelled code from compat pty driver.
This is great. Thanks for this.
--
Regards,
Bryan Drewery
signature.asc
Description: OpenPGP digital signature
Author: bdrewery
Date: Fri Jul 22 00:43:32 2016
New Revision: 303169
URL: https://svnweb.freebsd.org/changeset/base/303169
Log:
MFC r302908:
Fix dlsym(RTLD_NEXT) handling to only return the next library in last
library
cases.
Modified:
stable/10/libexec/rtld-elf/rtld.c
Directory P
On 5/20/16 6:32 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Sat May 21 01:32:07 2016
> New Revision: 300349
> URL: https://svnweb.freebsd.org/changeset/base/300349
>
> Log:
> Enable and utilize WITHOUT_CROSS_COMPILER logic for external CC.
>
> This is a
Author: bdrewery
Date: Fri Jul 22 17:24:36 2016
New Revision: 303193
URL: https://svnweb.freebsd.org/changeset/base/303193
Log:
MFC r302908:
Fix dlsym(RTLD_NEXT) handling to only return the next library in last
library
cases.
Approved by: re (gjb)
Modified:
stable/11/libexec
Author: bdrewery
Date: Fri Jul 22 17:31:14 2016
New Revision: 303195
URL: https://svnweb.freebsd.org/changeset/base/303195
Log:
Don't run find(1) for __MPATH with NO_MODULES set.
It's a waste of time when it won't be used.
Submitted by: bde
MFC after:3 days
Modified:
head/sys/
itor search function to check if it had a trailing
> '=' using a regexp, and none was found.
It's not a mail issue. It is in the actual file. See
https://svnweb.freebsd.org/base/head/share/mk/bsd.sys.mk?r1=303188&r2=303187&pathrev=303188
and
https://svnweb.freebsd.org/base/head/share/mk/bsd.sys.mk?revision=303188&view=markup&pathrev=303188#l119
Specifically "-Wno-error=unused-const-variable=", the first value.
--
Regards,
Bryan Drewery
signature.asc
Description: OpenPGP digital signature
Author: bdrewery
Date: Sat Jul 23 05:49:18 2016
New Revision: 303212
URL: https://svnweb.freebsd.org/changeset/base/303212
Log:
Move chown tests to proper path
Sponsored by: EMC / Isilon Storage Division
Modified:
head/etc/mtree/BSD.tests.dist
head/tools/build/mk/OptionalObsoleteFiles.
Author: bdrewery
Date: Tue Oct 4 21:44:20 2016
New Revision: 306689
URL: https://svnweb.freebsd.org/changeset/base/306689
Log:
Correct some comments after r294299.
Sponsored by: Dell EMC Isilon
Modified:
head/sys/kern/vfs_subr.c
Modified: head/sys/kern/vfs_subr.c
==
var#MK_}
> + if [ $opt = "$prev_opt" ]; then
> + echo "$target: ignoring duplicate option $opt"
> >&2
> + continue
> + fi
> + prev_opt=$
Author: bdrewery
Date: Thu Oct 6 17:35:50 2016
New Revision: 306771
URL: https://svnweb.freebsd.org/changeset/base/306771
Log:
Improve grammar.
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/sys/kqueue.2
Modified: head/lib/libc/sys/kqueue.2
===
Author: bdrewery
Date: Thu Oct 6 18:05:25 2016
New Revision: 306773
URL: https://svnweb.freebsd.org/changeset/base/306773
Log:
Add link for vrefl(9).
Sponsored by: Dell EMC Isilon
MFC after:1 week
Modified:
head/share/man/man9/Makefile
Modified: head/share/man/man9/Makefile
=
Author: bdrewery
Date: Thu Oct 6 18:09:22 2016
New Revision: 306774
URL: https://svnweb.freebsd.org/changeset/base/306774
Log:
Add vrecyclel() to vrecycle() a vnode with the interlock already held.
Obtained from:OneFS
Sponsored by: Dell EMC Isilon
MFC after:2 weeks
Modifie
Author: bdrewery
Date: Thu Oct 6 18:10:19 2016
New Revision: 306775
URL: https://svnweb.freebsd.org/changeset/base/306775
Log:
vrefl: Assert that the interlock is held.
Sponsored by: Dell EMC Isilon
MFC after:2 weeks
Modified:
head/sys/kern/vfs_subr.c
Modified: head/sys/kern/vfs_
Author: bdrewery
Date: Tue Oct 25 03:55:56 2016
New Revision: 307897
URL: https://svnweb.freebsd.org/changeset/base/307897
Log:
Use proper if_getdrvflags() API.
This is a NOP.
Sponsored by: Dell EMC Isilon
Modified:
head/sys/dev/bxe/bxe.c
Modified: head/sys/dev/bxe/bxe.c
==
Author: bdrewery
Date: Wed Oct 26 23:40:07 2016
New Revision: 307979
URL: https://svnweb.freebsd.org/changeset/base/307979
Log:
Remove excess CTLFLAG_VNET
Sponsored by: Dell EMC Isilon
Modified:
head/sys/net/if_bridge.c
Modified: head/sys/net/if_bridge.c
On 5/22/2018 5:30 PM, Bryan Drewery wrote:
> On 5/22/2018 1:22 PM, Jilles Tjoelker wrote:
>> On Tue, May 22, 2018 at 10:17:41AM +0200, O. Hartmann wrote:
>>> On Mon, 21 May 2018 21:45:53 -0700
>>> Cy Schubert wrote:
>>>> In message <20180522061339.21
Author: bdrewery
Date: Thu May 24 18:49:19 2018
New Revision: 334177
URL: https://svnweb.freebsd.org/changeset/base/334177
Log:
rescue: Restore 'make depend' call to fix WITH_META_MODE after r334008.
The rescue/crunchgen build avoids linking binaries for the objects it is
building by doin
501 - 600 of 2772 matches
Mail list logo