<?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 makelintstub</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ace5b9b5feb0e7608bd2da7a617428d2e1cf8aa3 - Catch up with all the lint warnings since exit on warning was disabled.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#ace5b9b5feb0e7608bd2da7a617428d2e1cf8aa3</link>
        <description>Catch up with all the lint warnings since exit on warning was disabled.Disable &apos;missing header declaration&apos; and &apos;nested extern&apos; warnings for now.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Sat, 20 Jan 2024 14:52:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9aa2a9c323eb12a08584c70d6ea91d316703d3fe - Add ACL support for FFS. From FreeBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#9aa2a9c323eb12a08584c70d6ea91d316703d3fe</link>
        <description>Add ACL support for FFS. From FreeBSD.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Sat, 16 May 2020 18:31:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aad157eb21d2865fab7d098b45be9b27181a288b - add idtype.h to mklintstub and say who generates it.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#aad157eb21d2865fab7d098b45be9b27181a288b</link>
        <description>add idtype.h to mklintstub and say who generates it.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Sun, 03 Apr 2016 00:48:29 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fcb69016569bdf16e6fb09fa11ab007da4b10312 - Add missing &lt;sys/spawn.h&gt; include</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#fcb69016569bdf16e6fb09fa11ab007da4b10312</link>
        <description>Add missing &lt;sys/spawn.h&gt; include

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Sun, 12 Feb 2012 01:46:05 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>59b296daa791bbc901611368081fd58de91bfc66 - Change the syscall API for quotas over to the new non-proplib one.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#59b296daa791bbc901611368081fd58de91bfc66</link>
        <description>Change the syscall API for quotas over to the new non-proplib one.   - struct vfs_quotactl_args -&gt; struct quotactl_args   - add sys/stdint.h to sys/quotactl.h for clean userland build   - install sys/quotactl.h in /usr/include   - update set lists for same   - add new marshalling code in libquota   - add new unmarshalling code in vfs_syscalls.c   - discard proplib interpreter code in vfs_quotactl.c   - add dispatching code for the 14 quotactl ops in vfs_quotactl.c   - mark the proplib quotactl syscall obsolete   - add a new syscall number for the new quotactl syscall   - change the name of the syscall to __quotactl()   - remove the decl of the old quotactl from quota/quotaprop.h   - add a decl of the new quotactl to sys/quotactl.h   - update the libc build   - update ktruss   - remove proplib marshalling code from libquota   - update copy of syscall table in gdb ppc sources   - hack rumphijack to accomodate new quotactl name (as I recall,     pooka wanted such a name change to simplify something, but I     don&apos;t really see what/how)This change appears to require a kernel version bump for rumpishreasons.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Wed, 01 Feb 2012 05:34:38 +0000</pubDate>
        <dc:creator>dholland &lt;dholland@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c15f2bdde0129ac0f2c443943dcf43dcc65742de - Revert previous addition of &apos;-e sedcmd&apos;.  Still retain the usage improvements.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#c15f2bdde0129ac0f2c443943dcf43dcc65742de</link>
        <description>Revert previous addition of &apos;-e sedcmd&apos;.  Still retain the usage improvements.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Tue, 05 Aug 2008 02:08:13 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3eb13d0734c62d86ff61d45f4f59bd55d15587f - Add &apos;-e sedcmd&apos; to makelintstub, to translate filename to syscall name.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#d3eb13d0734c62d86ff61d45f4f59bd55d15587f</link>
        <description>Add &apos;-e sedcmd&apos; to makelintstub, to translate filename to syscall name.Improve usage, etc.Invoke makelintstub with -e &apos;s/^tmp_//&apos; when building LintSysNormal.cFixes build problem that matt@ highlighted to me.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Tue, 05 Aug 2008 01:54:47 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c71a4d49f042160ded4f3877b9040440c8f9a32 - Implementation of processor-sets, affinity and POSIX real-time extensions.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#5c71a4d49f042160ded4f3877b9040440c8f9a32</link>
        <description>Implementation of processor-sets, affinity and POSIX real-time extensions.Add schedctl(8) - a program to control scheduling of processes and threads.Notes:- This is supported only by SCHED_M2;- Migration of LWP mechanism will be revisited;Proposed on: &lt;tech-kern&gt;. Reviewed by: &lt;ad&gt;.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Tue, 15 Jan 2008 03:37:10 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b9b3c5341e53b9bf8f4eba718ed52bc4c0f742c - We now need &lt;sys/lwpctl.h&gt; included in order to lint LintSysNormal.c.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#3b9b3c5341e53b9bf8f4eba718ed52bc4c0f742c</link>
        <description>We now need &lt;sys/lwpctl.h&gt; included in order to lint LintSysNormal.c.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Tue, 13 Nov 2007 09:07:33 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>25e540085b355354e68842ad1fe312203313f74a - Add cancellation stubs in libpthread for POSIX messages queues and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#25e540085b355354e68842ad1fe312203313f74a</link>
        <description>Add cancellation stubs in libpthread for POSIX messages queues andasynchronous I/O.OK by &lt;ad&gt;.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Tue, 09 Oct 2007 18:18:33 +0000</pubDate>
        <dc:creator>rmind &lt;rmind@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>401499f30e43e9ebf55c065c70fbb3c8d2ea39cd - Sync with kernel changes introduced by merging the newlock2 branch.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#401499f30e43e9ebf55c065c70fbb3c8d2ea39cd</link>
        <description>Sync with kernel changes introduced by merging the newlock2 branch.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Fri, 09 Feb 2007 22:08:48 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d89021fe177ed47033491bb5b483654c70f2b287 - Modernize:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#d89021fe177ed47033491bb5b483654c70f2b287</link>
        <description>Modernize:	getopt -&gt; getopts	`` -&gt; $()	YES/NO -&gt; true/false	[ x$f = x ] -&gt; [ -z $f ]	test -&gt; [	errors to stderr

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Sun, 18 Jun 2006 14:28:12 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>72489e1ea02ba9f4bcdb02593f9c6b467d05f77d - uuidgen(2) syscall.  Originally from FreeBSD, ported by John Franklin in</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#72489e1ea02ba9f4bcdb02593f9c6b467d05f77d</link>
        <description>uuidgen(2) syscall.  Originally from FreeBSD, ported by John Franklin inPR#23470, with minor updates by me. This is only the syscall supportfrom that PR, for now.Changes: port over fix from FreeBSD for multicast address generation.Changed bcopy to memcpy.  For now, #ifdef notyet the portions ofkern_uuid.c that are meant to be used by (currently nonexistent) otherthings in the kernel.  Added syscall to COMPAT_FREEBSD as well, thoughthat&apos;s currently not useful, as any program new enough to use this callalso uses other syscalls we don&apos;t (yet) emulate.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Thu, 29 Jan 2004 02:00:02 +0000</pubDate>
        <dc:creator>tsarna &lt;tsarna@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e10887300d69d129582a4c3d5bb076e7fce6138 - Pass -D_LIBC</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#3e10887300d69d129582a4c3d5bb076e7fce6138</link>
        <description>Pass -D_LIBC

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Tue, 30 Sep 2003 22:30:16 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>99410184e77999def7f79bcb565a0342c7911c98 - netbsd.org-&gt;NetBSD.org</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#99410184e77999def7f79bcb565a0342c7911c98</link>
        <description>netbsd.org-&gt;NetBSD.org

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Sat, 26 Jul 2003 19:24:24 +0000</pubDate>
        <dc:creator>salo &lt;salo@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3fdac2b8c50898b48f2ca25502d8dd95e58978e8 - Merge the nathanw_sa branch.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#3fdac2b8c50898b48f2ca25502d8dd95e58978e8</link>
        <description>Merge the nathanw_sa branch.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Sat, 18 Jan 2003 10:52:16 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>358b1841ab3590171e0baab6ba4378b1b30d1b0a - Make sure there is a newline at the end of CPP input.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#358b1841ab3590171e0baab6ba4378b1b30d1b0a</link>
        <description>Make sure there is a newline at the end of CPP input.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Mon, 11 Nov 2002 00:54:57 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5259d0266dccada193d32bfed5705381bcabf1e - make support for kqueue(2) and kevent(2) unconditional, the kqueue branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#d5259d0266dccada193d32bfed5705381bcabf1e</link>
        <description>make support for kqueue(2) and kevent(2) unconditional, the kqueue branchwas merged

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Wed, 23 Oct 2002 09:25:48 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f28ce5424303db1220ddbb75c7bb28e294c62791 - if WITH_KQUEUE is defined and &lt;sys/event.h&gt; exists in DESTDIR, compile</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#f28ce5424303db1220ddbb75c7bb28e294c62791</link>
        <description>if WITH_KQUEUE is defined and &lt;sys/event.h&gt; exists in DESTDIR, compile  support for kqueue(2) and kevent(2) inthis is temporary measure to ease testing of kqueue branch; the support  will be made unconditional once kqueue branch would be merged

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Sat, 12 Oct 2002 17:41:20 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>daf4d5c635c15e74bb72c0d2b634b8d8ea41722c - Fix some problems using makelintstub as a cross-tool:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/lib/libc/sys/makelintstub#daf4d5c635c15e74bb72c0d2b634b8d8ea41722c</link>
        <description>Fix some problems using makelintstub as a cross-tool:* Require that the path to the C preprocessor be passed in the CPP  environemnt variable, and use it rather than hard-coding &quot;cpp&quot;.  Provide the target&apos;s preprocessor when invoking makelintstub.* Fix some quoting issues that turned up with Solaris 8&apos;s XPG4 sh and sed.* Don&apos;t use echo -n.  Instead, don&apos;t bother making the output pretty; the  whitespace isn&apos;t supposed to be syntactically significant anyhow.

            List of files:
            /netbsd-src/lib/libc/sys/makelintstub</description>
        <pubDate>Sat, 14 Sep 2002 03:14:14 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
