<?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>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/vkbd/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/vkbd/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>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/vkbd/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/vkbd/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>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/vkbd/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/vkbd/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>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/vkbd/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/vkbd/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>822923447e454b30d310cb46903c9ddeca9f0a7a - Let modules use the kernel&apos;s opt_*.h files if built along with</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/vkbd/Makefile#822923447e454b30d310cb46903c9ddeca9f0a7a</link>
        <description>Let modules use the kernel&apos;s opt_*.h files if built along withthe kernel by wrapping all targets for fake opt_*.h files in.if defined(KERNBUILDDIR).  Thus, such fake files won&apos;t becreated at all if modules are built with the kernel.Some modules undergo cleanup like removing unused or unneededoptions or .h files, without which they wouldn&apos;t build this wayor the other.Reviewed by:	ruTested by:	no binary changes in modules built aloneTested on:	i386 sparc64 amd64

            List of files:
            /freebsd/sys/modules/vkbd/Makefile</description>
        <pubDate>Sat, 15 Oct 2005 01:30:17 +0200</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4c16ce4d87b7509aa8ab7453a6aa311e68cbd644 - No need to generate vnode_if.h anymore</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/vkbd/Makefile#4c16ce4d87b7509aa8ab7453a6aa311e68cbd644</link>
        <description>No need to generate vnode_if.h anymore

            List of files:
            /freebsd/sys/modules/vkbd/Makefile</description>
        <pubDate>Wed, 29 Dec 2004 09:44:30 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f89a7b24b488f013f8f209521ccbbd1207c11a89 - Add virtual AT keyboard driver vkbd(4).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/vkbd/Makefile#f89a7b24b488f013f8f209521ccbbd1207c11a89</link>
        <description>Add virtual AT keyboard driver vkbd(4).Not yet connected to the build.

            List of files:
            /freebsd/sys/modules/vkbd/Makefile</description>
        <pubDate>Tue, 16 Nov 2004 17:59:23 +0100</pubDate>
        <dc:creator>Maksim Yevmenkin &lt;emax@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/vkbd/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/vkbd/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>822923447e454b30d310cb46903c9ddeca9f0a7a - Let modules use the kernel&apos;s opt_*.h files if built along with</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/vkbd/Makefile#822923447e454b30d310cb46903c9ddeca9f0a7a</link>
        <description>Let modules use the kernel&apos;s opt_*.h files if built along withthe kernel by wrapping all targets for fake opt_*.h files in.if defined(KERNBUILDDIR).  Thus, such fake files won&apos;t becreated at all if modules are built with the kernel.Some modules undergo cleanup like removing unused or unneededoptions or .h files, without which they wouldn&apos;t build this wayor the other.Reviewed by:	ruTested by:	no binary changes in modules built aloneTested on:	i386 sparc64 amd64

            List of files:
            /freebsd/sys/modules/vkbd/Makefile</description>
        <pubDate>Sat, 15 Oct 2005 01:30:17 +0200</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4c16ce4d87b7509aa8ab7453a6aa311e68cbd644 - No need to generate vnode_if.h anymore</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/vkbd/Makefile#4c16ce4d87b7509aa8ab7453a6aa311e68cbd644</link>
        <description>No need to generate vnode_if.h anymore

            List of files:
            /freebsd/sys/modules/vkbd/Makefile</description>
        <pubDate>Wed, 29 Dec 2004 09:44:30 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f89a7b24b488f013f8f209521ccbbd1207c11a89 - Add virtual AT keyboard driver vkbd(4).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/vkbd/Makefile#f89a7b24b488f013f8f209521ccbbd1207c11a89</link>
        <description>Add virtual AT keyboard driver vkbd(4).Not yet connected to the build.

            List of files:
            /freebsd/sys/modules/vkbd/Makefile</description>
        <pubDate>Tue, 16 Nov 2004 17:59:23 +0100</pubDate>
        <dc:creator>Maksim Yevmenkin &lt;emax@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
