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

            List of files:
            /freebsd-14.2/sys/modules/kbdmux/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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-14.2/sys/modules/kbdmux/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-14.2/sys/modules/kbdmux/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>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/kbdmux/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-14.2/sys/modules/kbdmux/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>97fc5dbe - [evdev] Add evdev support to kbdmux(4) driver</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/kbdmux/Makefile#97fc5dbe</link>
        <description>[evdev] Add evdev support to kbdmux(4) driverTo enable event sourcing from kbdmux(4) kern.evdev.rcpt_mask valueshould have bit 1 set (this is default)Submitted by:	Vladimir Kondratiev &lt;wulf@cicgroup.ru&gt;MFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D8437

            List of files:
            /freebsd-14.2/sys/modules/kbdmux/Makefile</description>
        <pubDate>Tue, 15 Nov 2016 04:12:19 +0000</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46360281 - Add option to specify built-in keymap for kbdmux</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/kbdmux/Makefile#46360281</link>
        <description>Add option to specify built-in keymap for kbdmuxPR:		153459Submitted by:	swell.k@gmail.com

            List of files:
            /freebsd-14.2/sys/modules/kbdmux/Makefile</description>
        <pubDate>Thu, 07 Apr 2016 20:12:45 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9fddcc66 - Fix our ioctl(2) implementation when the argument is &quot;int&quot;.  New</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/kbdmux/Makefile#9fddcc66</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-14.2/sys/modules/kbdmux/Makefile</description>
        <pubDate>Wed, 27 Sep 2006 19:57:02 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b569776d - Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled=&quot;1&quot; hint.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/kbdmux/Makefile#b569776d</link>
        <description>Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled=&quot;1&quot; hint.Document hint in the kbdmux(4) man page.Requested by:	scottlMFC after:	1 day

            List of files:
            /freebsd-14.2/sys/modules/kbdmux/Makefile</description>
        <pubDate>Wed, 01 Mar 2006 18:34:48 +0000</pubDate>
        <dc:creator>Maksim Yevmenkin &lt;emax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82292344 - Let modules use the kernel&apos;s opt_*.h files if built along with</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/kbdmux/Makefile#82292344</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-14.2/sys/modules/kbdmux/Makefile</description>
        <pubDate>Fri, 14 Oct 2005 23:30:17 +0000</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dfa49439 - kbdmux(4) keyboard multiplexer integration</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/kbdmux/Makefile#dfa49439</link>
        <description>kbdmux(4) keyboard multiplexer integrationo Add sys/dev/kbdmux/kbdmux.c to the source treeo Add sys/modules/kbdmux/Makefile to the source treeThese are not yet connected to the build. Man page and other changes to follow.MFC after:	1 week

            List of files:
            /freebsd-14.2/sys/modules/kbdmux/Makefile</description>
        <pubDate>Thu, 14 Jul 2005 17:48:04 +0000</pubDate>
        <dc:creator>Maksim Yevmenkin &lt;emax@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
