Re: svn commit: r352707 - in head/sys: conf kern net sys

2019-09-26 Thread Charlie Li via svn-src-all
Kyle Evans wrote: > On Thu, Sep 26, 2019 at 9:49 AM Charlie Li wrote: >> This breaks building the drm-kmod ports, as the build cannot find >> opt_epoch.h (drm-devel-kmod example shown, drm-current-kmod dies the >> exact same way): >> >> --- linux_anon_inodes.o --- >> cc -O2 -pipe

Re: svn commit: r352707 - in head/sys: conf kern net sys

2019-09-26 Thread Charlie Li via svn-src-all
Gleb Smirnoff wrote: > Modified: head/sys/conf/options > == > --- head/sys/conf/options Wed Sep 25 18:09:19 2019(r352706) > +++ head/sys/conf/options Wed Sep 25 18:26:31 2019(r352707) > @@ -712,6

Re: svn commit: r352275 - in head/lib/libedit: . TEST edit readline

2019-09-13 Thread Charlie Li via svn-src-all
Baptiste Daroussin wrote: > Author: bapt > Date: Fri Sep 13 06:50:02 2019 > New Revision: 352275 > URL: https://svnweb.freebsd.org/changeset/base/352275 > > Log: > Update libedit to a snapshot from 2019-09-10 > Reviewed by:Yuichiro Naito > MFC after: 3 weeks > Differential

Re: svn commit: r346410 - in head: lib/libc/gen share/man/man9 sys/conf sys/libkern sys/sys

2019-09-03 Thread Charlie Li via svn-src-all
O. Hartmann wrote: > Am Fri, 19 Apr 2019 20:05:48 + (UTC) Conrad Meyer schrieb: >> Modified: head/lib/libc/gen/Makefile.inc >> == >> --- head/lib/libc/gen/Makefile.inc Fri Apr 19 19:45:19 2019 >> (r346409) >>

Re: svn commit: r346023 - head/usr.bin/strings

2019-09-03 Thread Charlie Li via svn-src-all
Shawn Webb wrote: > On Mon, Apr 08, 2019 at 03:35:48AM +, Mariusz Zaborski wrote: >> Author: oshogbo >> Date: Mon Apr 8 03:35:47 2019 >> New Revision: 346023 >> URL: https://svnweb.freebsd.org/changeset/base/346023 >> >> Log: >> strings: disable Casper support while building native-xtools >

Re: svn commit: r345875 - in head: contrib/elftoolchain/strings usr.bin/strings

2019-09-03 Thread Charlie Li via svn-src-all
Mariusz Zaborski wrote: > Log: > strings: capsicumize it > > Reviewed by:cem > Discussed with: emaste > Differential Revision: https://reviews.freebsd.org/D18038 > > Modified: > head/contrib/elftoolchain/strings/strings.c > head/usr.bin/strings/Makefile > This change

Re: svn commit: r346410 - in head: lib/libc/gen share/man/man9 sys/conf sys/libkern sys/sys

2019-04-19 Thread Charlie Li via svn-src-all
O. Hartmann wrote: > Am Fri, 19 Apr 2019 20:05:48 + (UTC) Conrad Meyer schrieb: >> Modified: head/lib/libc/gen/Makefile.inc >> == >> --- head/lib/libc/gen/Makefile.inc Fri Apr 19 19:45:19 2019 >> (r346409) >>

Re: svn commit: r346023 - head/usr.bin/strings

2019-04-08 Thread Charlie Li via svn-src-all
Shawn Webb wrote: > On Mon, Apr 08, 2019 at 03:35:48AM +, Mariusz Zaborski wrote: >> Author: oshogbo >> Date: Mon Apr 8 03:35:47 2019 >> New Revision: 346023 >> URL: https://svnweb.freebsd.org/changeset/base/346023 >> >> Log: >> strings: disable Casper support while building native-xtools >

Re: svn commit: r345875 - in head: contrib/elftoolchain/strings usr.bin/strings

2019-04-06 Thread Charlie Li via svn-src-all
Mariusz Zaborski wrote: > Log: > strings: capsicumize it > > Reviewed by:cem > Discussed with: emaste > Differential Revision: https://reviews.freebsd.org/D18038 > > Modified: > head/contrib/elftoolchain/strings/strings.c > head/usr.bin/strings/Makefile > This change

Re: svn commit: r341825 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/include/xray contrib/compiler-rt/lib/BlocksRuntime contrib/compiler-rt/lib/asan contr

2019-02-18 Thread Charlie Li via svn-src-all
On 18/02/2019 06:49, Dimitry Andric wrote: > On 18 Feb 2019, at 12:40, Charlie Li via freebsd-toolchain wrote: >> >> On 11/12/2018 14:05, Dimitry Andric wrote: >>> head/contrib/libc++/include/type_traits >>> >> The change to the above named file breaks building any C++ code >> containing _Float16

Re: svn commit: r341825 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/include/xray contrib/compiler-rt/lib/BlocksRuntime contrib/compiler-rt/lib/asan contr

2019-02-18 Thread Charlie Li via svn-src-all
On 11/12/2018 14:05, Dimitry Andric wrote: > head/contrib/libc++/include/type_traits > The change to the above named file breaks building any C++ code containing _Float16 with devel/llvm80-8.0.0.r2 (and probably later, but not 8.0.0.r1 or any earlier LLVM) on head (but not

Re: svn commit: r343111 - in head: cddl/lib/libdtrace contrib/libc++/include contrib/libxo/tests/gettext contrib/libxo/tests/gettext/po/pig_latin contrib/openbsm/libbsm contrib/openbsm/sys/bsm lib/lib

2019-01-16 Thread Charlie Li via svn-src-all
On 17/01/2019 01:35, Kirk McKusick wrote: > Modified: head/contrib/libc++/include/errno.h > == > --- head/contrib/libc++/include/errno.h Thu Jan 17 06:34:39 2019 > (r343110) > +++