<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bb3134a8c21cb87b30e135ef168483f0333dabb - Fix some modules to export more used symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#5bb3134a8c21cb87b30e135ef168483f0333dabb</link>
        <description>Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by:	emasteSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D32878

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Sun, 07 Nov 2021 09:42:24 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59838c1a1979924f3904536f2e6d5a771e185c14 - Retire procfs-based process debugging.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#59838c1a1979924f3904536f2e6d5a771e185c14</link>
        <description>Retire procfs-based process debugging.Modern debuggers and process tracers use ptrace() rather than procfsfor debugging.  ptrace() has a supserset of functionality availablevia procfs and new debugging features are only added to ptrace().While the two debugging services share some fields in struct proc,they each use dedicated fields and separate code.  This results inextra complexity to support a feature that hasn&apos;t been enabled in thedefault install for several years.PR:		244939 (exp-run)Reviewed by:	kib, mjg (earlier version)Relnotes:	yesDifferential Revision:	https://reviews.freebsd.org/D23837

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Wed, 01 Apr 2020 21:22:09 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd - Move most of the contents of opt_compat.h to opt_global.h.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd</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/sys/modules/procfs/Makefile</description>
        <pubDate>Fri, 06 Apr 2018 19:35:35 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>99b14d9f1bdd6a455774a41e28a6c8e81e82c94b - remove procfs ctl interface</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#99b14d9f1bdd6a455774a41e28a6c8e81e82c94b</link>
        <description>remove procfs ctl interfaceThis interface has no in-tree consumers and has been more or lessnon-functional for several releases.Remove manpage note that the procfs special file &apos;mem&apos; is grouped tokmem. This hasn&apos;t been true since r81107.Remove procfs&apos; README file. It is an out of date duplication of the manpage(quoth the README: &quot;since the bsd kernel is single-processor...&quot;).Reviewed by:	vangyzen, bcr (manpage)Approved by:	des (procfs maintainer), vangyzen (mentor)Differential Revision:	https://reviews.freebsd.org/D9802

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Sun, 05 Mar 2017 04:05:24 +0100</pubDate>
        <dc:creator>Eric Badger &lt;badger@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</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/sys/modules/procfs/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f3544cd7084abbadd83637993a4f41fd30e6ccd - Merge svn+ssh://svn.freebsd.org/base/head@214309</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#6f3544cd7084abbadd83637993a4f41fd30e6ccd</link>
        <description>Merge svn+ssh://svn.freebsd.org/base/head@214309

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Tue, 26 Oct 2010 04:34:47 +0200</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c09808d0d611d103bece3d41886b87de160900c0 - MFtbemd:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#c09808d0d611d103bece3d41886b87de160900c0</link>
        <description>MFtbemd:Use MACHINE_CPUARCH in preference to MACHINE_ARCH.  The former is thesource code location of the machine, the latter the binary output.  Ingeneral, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unlesswe&apos;re tesitng for a specific target.  The isn&apos;t even moot fori386/amd64 where there&apos;s momemntum towards a MACHINE_CPUARCH == x86,although a specific cleanup for that likely would be needed...

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Mon, 23 Aug 2010 08:13:29 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4bf5fb987611aeb78c422312b63b185e39982d7 - Update to current version of head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#a4bf5fb987611aeb78c422312b63b185e39982d7</link>
        <description>Update to current version of head.

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Wed, 28 Apr 2010 07:33:59 +0200</pubDate>
        <dc:creator>Kirk McKusick &lt;mckusick@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ccf64eb2bb126b295631f77a22b60a34abd8f79 - MFC r205014,205015:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#4ccf64eb2bb126b295631f77a22b60a34abd8f79</link>
        <description>MFC r205014,205015:Provide groundwork for 32-bit binary compatibility on non-x86 platforms,for upcoming 64-bit PowerPC and MIPS support. This renames the COMPAT_IA32option to COMPAT_FREEBSD32, removes some IA32-specific code from MI partsof the kernel and enhances the freebsd32 compatibility code to supportbig-endian platforms.This MFC is required for MFCs of later changes to the freebsd32compatibility from HEAD.Requested by:	kib

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Wed, 07 Apr 2010 04:24:41 +0200</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbf9f56d67682661f841a9a434375a0b5a0d693a - Merge svn+ssh://svn.freebsd.org/base/head@205234</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#dbf9f56d67682661f841a9a434375a0b5a0d693a</link>
        <description>Merge svn+ssh://svn.freebsd.org/base/head@205234

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Wed, 17 Mar 2010 01:53:58 +0100</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>841c0c7ec75bef3c9920cd811270f9f84791ee04 - Provide groundwork for 32-bit binary compatibility on non-x86 platforms,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#841c0c7ec75bef3c9920cd811270f9f84791ee04</link>
        <description>Provide groundwork for 32-bit binary compatibility on non-x86 platforms,for upcoming 64-bit PowerPC and MIPS support. This renames the COMPAT_IA32option to COMPAT_FREEBSD32, removes some IA32-specific code from MI partsof the kernel and enhances the freebsd32 compatibility code to supportbig-endian platforms.Reviewed by:	kib, jhb

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Thu, 11 Mar 2010 15:49:06 +0100</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce8e32de5ccdbe10861b83c22489c6de573a8ca7 - MFC r197428:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#ce8e32de5ccdbe10861b83c22489c6de573a8ca7</link>
        <description>MFC r197428:Add per-process osrel node to the procfs, to allow read and set p_osrelvalue for the process.

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Thu, 29 Oct 2009 17:19:58 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ee774f614e70c52baafdf8b7e9013b545d36f2b - - MFC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#1ee774f614e70c52baafdf8b7e9013b545d36f2b</link>
        <description>- MFC

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Fri, 02 Oct 2009 21:51:03 +0200</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0fbc5fbedf3eeaac0575646816c8f9cf0e937861 - Sync with head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#0fbc5fbedf3eeaac0575646816c8f9cf0e937861</link>
        <description>Sync with head

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Sat, 26 Sep 2009 00:45:59 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17dfbc1c43467f952aabe4c72744b33a258a6488 - Add per-process osrel node to the procfs, to allow read and set p_osrel</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#17dfbc1c43467f952aabe4c72744b33a258a6488</link>
        <description>Add per-process osrel node to the procfs, to allow read and set p_osrelvalue for the process.Approved by:	des (procfs maintainer)MFC after:	3 weeks

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Wed, 23 Sep 2009 14:08:08 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9fddcc6661d2cf7bb8e704308437d2b1674b50be - Fix our ioctl(2) implementation when the argument is &quot;int&quot;.  New</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#9fddcc6661d2cf7bb8e704308437d2b1674b50be</link>
        <description>Fix our ioctl(2) implementation when the argument is &quot;int&quot;.  Newioctls passing integer arguments should use the _IOWINT() macro.This fixes a lot of ioctl&apos;s not working on sparc64, most notablebeing keyboard/syscons ioctls.Full ABI compatibility is provided, with the bonus of fixing thehandling of old ioctls on sparc64.Reviewed by:	bde (with contributions)Tested by:	emax, mariusMFC after:	1 week

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Wed, 27 Sep 2006 21:57:02 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>252b6fe8b28e89d4b79f71c7892cc51a6fccf72e - Define the target for opt_compat.h only if KERNBUILDDIR</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#252b6fe8b28e89d4b79f71c7892cc51a6fccf72e</link>
        <description>Define the target for opt_compat.h only if KERNBUILDDIRis not defined, so that the module will get thecompatibility options from the current kernel configurationif built with the latter, not with the world.[Some other modules seem in need of fixing WRT this, too.]Add more compatibility options found in GENERIC to the defaultopt_compat.h.  While not all of them are used in the procfs code,we can&apos;t tell for sure if the system .h files don&apos;t need them either,so let&apos;s stay on the safe side.Submitted by:	kensmithReviewed by:	ru

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Thu, 18 Aug 2005 16:50:08 +0200</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>421298311ae95e3e21e273c25d40df7c85176d58 - Don&apos;t break local style.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/procfs/Makefile#421298311ae95e3e21e273c25d40df7c85176d58</link>
        <description>Don&apos;t break local style.

            List of files:
            /freebsd/sys/modules/procfs/Makefile</description>
        <pubDate>Thu, 18 Aug 2005 16:28:20 +0200</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
