<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>dd2350f9 - MFC: r351429,351430,351485,351497,351498</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#dd2350f9</link>
        <description>MFC: r351429,351430,351485,351497,351498Merge changes to turn off -Werror for gcc 4.2.1 by default as part ofthe plan to deorbit gcc 4.2.1 from -head before 13.0.Relnotes: Yes

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 18:27:52 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>beacac45 - MFC r347196:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#beacac45</link>
        <description>MFC r347196:The build process generates assym.inc from genassym.o, so don&apos;t forgetto clean genassym.o

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Wed, 22 May 2019 05:33:47 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ccca101f - All genassym.sh usage need offset.inc</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#ccca101f</link>
        <description>All genassym.sh usage need offset.inc

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Tue, 03 Jul 2018 21:02:25 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0cde66af - Fix futexes on i386 after the 4/4G split.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#0cde66af</link>
        <description>Fix futexes on i386 after the 4/4G split.Use proper method to access userspace.  For now, only the slow copyoutpath is implemented.Reported and tested by:	tijl (previous version)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Tue, 24 Apr 2018 12:50:21 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6469bdcd - Move most of the contents of opt_compat.h to opt_global.h.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#6469bdcd</link>
        <description>Move most of the contents of opt_compat.h to opt_global.h.opt_compat.h is mentioned in nearly 180 files. In-progress networkdriver compabibility improvements may add over 100 more so this iscloser to &quot;just about everywhere&quot; than &quot;only some files&quot; per theguidance in sys/conf/options.Keep COMPAT_LINUX32 in opt_compat.h as it is confined to a subset ofsys/compat/linux/*.c.  A fake _COMPAT_LINUX option ensure opt_compat.his created on all architectures.Move COMPAT_LINUXKPI to opt_dontuse.h as it is only used to control theset of compiled files.Reviewed by:	kib, cem, jhb, jtlSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D14941

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Fri, 06 Apr 2018 17:35:35 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fc2a8776 - Rename assym.s to assym.inc</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#fc2a8776</link>
        <description>Rename assym.s to assym.incassym is only to be included by other .s files, and should neveractually be assembled by itself.Reviewed by:	imp, bdrewery (earlier)Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D14180

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Tue, 20 Mar 2018 17:58:51 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e481f83 - Share a single bsd-linux errno table across MD consumers</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#6e481f83</link>
        <description>Share a single bsd-linux errno table across MD consumersThree copies of the linuxulator linux_sysvec.c contained identicalBSD to Linux errno translation tables, and future work to support otherarchitectures will also use the same table.  Move the table to a commonfile to be used by all.  Make it &apos;const int&apos; to place it in .rodata.(Some existing Linux architectures use MD errno values, but x86 and Armshare the generic set.)This change should introduce no functional change; a followup will addmissing errno values.MFC after:	3 weeksSponsored by:	Turing Robotic Industries Inc.Differential Revision:	https://reviews.freebsd.org/D14665

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Fri, 16 Mar 2018 14:46:38 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85059bc4 - Move assym.s to DPSRCS in linux modules</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#85059bc4</link>
        <description>Move assym.s to DPSRCS in linux modulesassym.s exists only to be included by other .s files, and should notactually be assembled by itself.Sponsored by:	Turing Robotic Industries Inc.

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Mon, 05 Feb 2018 14:53:18 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2e6a2a1 - Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#e2e6a2a1</link>
        <description>Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.hcontains such fundamental settings as e.g. SMP option and fakeopt_global.h almost never match real configured kernels.Reported by:	kib@

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Sun, 04 Jun 2017 18:24:41 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ecc1abc - On success, getrandom() Linux system call returns the number of bytes that</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#9ecc1abc</link>
        <description>On success, getrandom() Linux system call returns the number of bytes thatwere copied to the buffer supplied by the user.Also fix getrandom() if Linuxulator modules are built without the kernel.PR:		219464Submitted by:	Maciej PasternackiReported by:	Maciej PasternackiMFC after:	1 week

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Sun, 28 May 2017 07:40:09 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a8ea9fb - Strip _binary_linux_locore_o_size from ${VDSO}.so as it is a low absolute</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#1a8ea9fb</link>
        <description>Strip _binary_linux_locore_o_size from ${VDSO}.so as it is a low absolutesymbol, and this breaks symbol lookup in ddb.Requested by:	bde@MFC after:	1 week

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Sun, 28 May 2017 07:37:40 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0e8b3ab3 - Exclude -flto when building *genassym.o</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#0e8b3ab3</link>
        <description>Exclude -flto when building *genassym.oThe build process generates *assym.h using nm from *genassym.o (which isin turn created from *genassym.c).When compiling with link-time optimization (LTO) using -flto, .o filesare LLVM bitcode, not ELF objects. This is not usable by genassym.sh,so remove -flto from those ${CC} invocations.Submitted by:	George RimarReviewed by:	dimMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D9659

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Tue, 21 Feb 2017 18:59:17 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>97d06da6 - Fix a copy/paste bug introduced during X86_64 Linuxulator work.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#97d06da6</link>
        <description>Fix a copy/paste bug introduced during X86_64 Linuxulator work.FreeBSD support NX bit on X86_64 processors out of the box, for i386 emulationuse READ_IMPLIES_EXEC flag, introduced in r302515.While here move common part of mmap() and mprotect() code to the files in compat/linuxto reduce code dupcliation between Linuxulator&apos;s.Reported by:    Johannes Jost Meixner, Shawn WebbMFC after:	1 weekXMFC with:	r302515, r302516

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Sun, 10 Jul 2016 08:22:04 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>621a9c54 - pass -fPIC to the assembler, not linker</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#621a9c54</link>
        <description>pass -fPIC to the assembler, not linker-fPIC has no effect on linking although it seems to be ignored byGNU ld.bfd.  However, it causes ld.lld to terminate with an invalidargument error.Reviewed by:	dchagin, kibMFC after:	1 monthSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D5444

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Thu, 25 Feb 2016 19:26:14 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c5d87f33 - For objcopy, use --input-target and --output-target</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#c5d87f33</link>
        <description>For objcopy, use --input-target and --output-targetWhen building with gcc 4.9 and binutils 2.25,using &apos;--input&apos; and &apos;--output&apos; returns an errormessage:   objcopy: option `--input&apos; is ambiguousReported by:  Jenkins

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Mon, 25 May 2015 01:07:55 +0000</pubDate>
        <dc:creator>Craig Rodrigues &lt;rodrigc@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ab7403b - Rework signal code to allow using it by other modules, like linprocfs:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#4ab7403b</link>
        <description>Rework signal code to allow using it by other modules, like linprocfs:1. Linux sigset always 64 bit on all platforms. In order to move Linuxsigset code to the linux_common module define it as 64 bit int. MoveLinux sigset manipulation routines to the MI path.2. Move Linux signal number definitions to the MI path. In general, theyare the same on all platforms except for a few signals.3. Map Linux RT signals to the FreeBSD RT signals and hide signal conversiontables to avoid conversion errors.4. Emulate Linux SIGPWR signal via FreeBSD SIGRTMIN signal which is outsideof allowed on Linux signal numbers.PR:		197216

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Sun, 24 May 2015 17:47:20 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e16fe1c7 - Implement epoll family system calls. This is a tiny wrapper</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#e16fe1c7</link>
        <description>Implement epoll family system calls. This is a tiny wrapperaround kqueue() to implement epoll subset of functionality.The kqueue user data are 32bit on i386 which is not enough forepoll user data, so we keep user data in the proc emuldata.Initial patch developed by rdivacky@ in 2007, then extendedby Yuri Victorovich @ r255672 and finished by mein collaboration with mjg@ and jillies@.Differential Revision:	https://reviews.freebsd.org/D1092

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Sun, 24 May 2015 16:41:39 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bc273677 - Refund the proc emuldata struct for future use. For now move flags from</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#bc273677</link>
        <description>Refund the proc emuldata struct for future use. For now move flags fromthread emuldata to proc emuldata as it was originally intended.As we can have both 64 &amp; 32 bit Linuxulator running any eventhandlercan be called twice for us. To prevent this move eventhandlers codefrom linux_emul.c to the linux_common.ko module.Differential Revision:	https://reviews.freebsd.org/D1073

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Sun, 24 May 2015 15:54:58 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67d39748 - Introduce a new module linux_common.ko which is intended for the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/linux/Makefile#67d39748</link>
        <description>Introduce a new module linux_common.ko which is intended for thefollowing primary purposes:1. Remove the dependency of linsysfs and linprocfs modules from linux.ko,which will be architecture specific on amd64.2. Incorporate into linux_common.ko general code for platforms on whichwe&apos;ll support two Linuxulator modules (for both instruction set - 32 &amp; 64 bit).3. Move malloc(9) declaration to linux_common.ko, to enable getting memoryusage statistics properly.Currently linux_common.ko incorporates a code from linux_mib.c and linux_util.cand linprocfs, linsysfs and linux kernel modules depend on linux_common.ko.Temporarily remove dtrace garbage from linux_mib.c and linux_util.cDifferential Revision:	https://reviews.freebsd.org/D1072In collaboration with:	Vassilis Laganakos.Reviewed by:	trasz

            List of files:
            /freebsd-12.1/sys/modules/linux/Makefile</description>
        <pubDate>Sun, 24 May 2015 15:51:18 +0000</pubDate>
        <dc:creator>Dmitry Chagin &lt;dchagin@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
