<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9553ea80 - pkgbase: Add a FreeBSD-bluetooth package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#9553ea80</link>
        <description>pkgbase: Add a FreeBSD-bluetooth packageMove the bluetooth related files from FreeBSD-runtime to a new package namedFreeBSD-bluetoothThe FreeBSD runtime is only intended to have everything for a workingFreeBSD installation and bluetooth isn&apos;t needed for that.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D20959

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Fri, 19 Jul 2019 15:10:03 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44af5666 - bthidd(8): Add evdev protocol support for bluetooth keyboards and mouses</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#44af5666</link>
        <description>bthidd(8): Add evdev protocol support for bluetooth keyboards and mousesUser-visible changes:&quot;-u&quot; is added to to list of command line options supported by bthidd.Use it to enable evdev support. uinput and evdev modules should bekld-loaded or compiled into the kernel in that case.bthidd_evdev_support rc.conf variable is added to control enabling ofevdev support in bthidd startup script. Possible values are: &quot;YES&quot;, &quot;NO&quot;,&quot;AUTO&quot;(default). Setting bthidd_evdev_support to &quot;AUTO&quot; inserts &quot;-u&quot; optionif kernel is compiled with EVDEV_SUPPORT option enabled.Support for consumer HID usage page keyboard events is implemented. Most ofthem are available only through evdev protocol.kern.evdev.rcpt_mask sysctl is checked, so &quot;sysctl kern.evdev.rcpt_mask=12&quot;should be executed if EVDEV_SUPPORT is compiled into kernel.It is recommended to regenerate bthidd.conf entries with bthidcontrol(8)&quot;Query&quot; command to set user-friendly names of bluetooth devices.Reviewed by:	emax, gonzo, wblock (docs), bcr (docs, early version)Differential Revision:	https://reviews.freebsd.org/D13456

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Mon, 30 Apr 2018 12:16:54 +0000</pubDate>
        <dc:creator>Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d57a59a - Remove stray DEBUG_FLAGS=-g that snuck in with r137868</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#4d57a59a</link>
        <description>Remove stray DEBUG_FLAGS=-g that snuck in with r137868

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Thu, 21 May 2015 14:36:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e659f94 - Add the Clang specific -Wmissing-variable-declarations to WARNS=6.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#7e659f94</link>
        <description>Add the Clang specific -Wmissing-variable-declarations to WARNS=6.This compiler flag enforces that that people either mark variablesstatic or use an external declarations for the variable, similar to how-Wmissing-prototypes works for functions.Due to the fact that Yacc/Lex generate code that cannot trivially bechanged to not warn because of this (lots of yy* variables), add aNO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off thisspecific compiler warning.Announced on:	toolchain@

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Fri, 19 Apr 2013 19:45:00 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7729e3ba - Remove redundant WARNS?=6 overrides and inherit the WARNS setting from</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#7729e3ba</link>
        <description>Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromthe toplevel directory.This does not change any WARNS level and survives a make universe.Approved by:        ed (co-mentor)

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Tue, 02 Mar 2010 18:44:08 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ce49ae - Fixed &quot;make checkdpadd&quot; (missing library dependencies).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#71ce49ae</link>
        <description>Fixed &quot;make checkdpadd&quot; (missing library dependencies).Approved by:	re (kensmith)

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Mon, 01 Oct 2007 18:15:11 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7aebfa93 - Update bthidd(8) code and hook it up to the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#7aebfa93</link>
        <description>Update bthidd(8) code and hook it up to the build.bthidd(8) now was integrated with vkbd(4) and supportsmultiple keyboards via vkbd(4)/kbdmux(4).The code was tested with Apple Bluetooth keyboard andSE k700i cell phone (remote control feature).MFC after:	1 month

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Thu, 07 Sep 2006 21:47:49 +0000</pubDate>
        <dc:creator>Maksim Yevmenkin &lt;emax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6aebd02a - Style: NO_MAN doesn&apos;t need any value.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#6aebd02a</link>
        <description>Style: NO_MAN doesn&apos;t need any value.

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Wed, 15 Mar 2006 10:46:38 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e653b48c - Start the dreaded NOFOO -&gt; NO_FOO conversion.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#e653b48c</link>
        <description>Start the dreaded NOFOO -&gt; NO_FOO conversion.OK&apos;ed by:	core

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 08:47:35 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3adfd74a - Check in updated bthidd(8). This is still work in progress.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#3adfd74a</link>
        <description>Check in updated bthidd(8). This is still work in progress.

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Thu, 18 Nov 2004 18:05:15 +0000</pubDate>
        <dc:creator>Maksim Yevmenkin &lt;emax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35d8893 - For variables that are only checked with defined(), don&apos;t provide</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#a35d8893</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Sun, 24 Oct 2004 15:33:08 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6490c2ff - Start committing Bluetooth HID (Human Interface Device) support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile#6490c2ff</link>
        <description>Start committing Bluetooth HID (Human Interface Device) support.Note: bthidd(8) is still not complete. Need to commit kernelsupport (a-la Linux /dev/input) to feed HID events into kernel.Also need to write bthidd(8) and bthidd.conf(5) man pages.

            List of files:
            /freebsd-14.2/usr.sbin/bluetooth/bthidd/Makefile</description>
        <pubDate>Sat, 10 Apr 2004 00:18:00 +0000</pubDate>
        <dc:creator>Maksim Yevmenkin &lt;emax@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
