<?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 id.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>92a533ed1d3c81a772815f90cc9aff9237a4429c - id: Fix WITHOUT_AUDIT build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#92a533ed1d3c81a772815f90cc9aff9237a4429c</link>
        <description>id: Fix WITHOUT_AUDIT buildRather than add more ifdefs, trust the compiler to optimize Aflag away.Fixes:		70b72ede982f (&quot;id: Clean up&quot;)PR:		290740MFC after:	3 days

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Sun, 02 Nov 2025 14:45:12 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f41b1eb637f576634be0df9d657f46aa57afea59 - id: Add -d and -s options</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#f41b1eb637f576634be0df9d657f46aa57afea59</link>
        <description>id: Add -d and -s optionsThese options may not be combined with any other options and print thecurrent or specified user&apos;s home directory and shell respectively.Reviewed by:	imp, bcrDifferential Revision:	https://reviews.freebsd.org/D53301

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Tue, 28 Oct 2025 17:51:56 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70b72ede982f3aebe03a2bf7a8245ee6bcde352c - id: Clean up</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#70b72ede982f3aebe03a2bf7a8245ee6bcde352c</link>
        <description>id: Clean upNo functional change intended.Reviewed by:	impDifferential Revision:	https://reviews.freebsd.org/D53300

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Tue, 28 Oct 2025 17:51:50 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90b315233a3362b7427e2d2649eaa8acf0da197a - id: revert to historical and documented behavior for `id`</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#90b315233a3362b7427e2d2649eaa8acf0da197a</link>
        <description>id: revert to historical and documented behavior for `id`The manpage claims that we display the credentials for the callingprocess if no user/flags are specified, but this has not been true sincer145628 / 68b9b81e792a9108d.  Currently, we display: - uid from the calling process - gid from /etc/passwd - egid from the calling process, if different from that gid - supplementary groups from the calling processThis doesn&apos;t really match the description in the manpage, and it doesn&apos;tmatch other implementations.  Fix it to use the current processcredentials for the gid as well.Drop the extra arguments to id_print(), since these facts can be derivedfrom whether we&apos;re displaying live data (`pw == NULL`) or not.Reviewed by:	olceDifferential Revision:	https://reviews.freebsd.org/D51689

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Tue, 05 Aug 2025 01:09:58 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481 - Remove copyright strings ifdef&apos;d out</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481</link>
        <description>Remove copyright strings ifdef&apos;d outWe&apos;ve ifdef&apos;d out the copyright strings for some time now. Go ahead andremove the ifdefs. Plus whatever other detritis was left over from otherrecent removals. These copyright strings are present in the comments andare largely from CSRG&apos;s attempt at adding their copyright to everybinary file (which modern interpretations of the license doesn&apos;trequire).Sponsored by:		Netflix

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Fri, 24 Nov 2023 08:45:36 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdcbfde31e8e9b343f113a1956384bdf30d1ed62 - usr.bin: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#bdcbfde31e8e9b343f113a1956384bdf30d1ed62</link>
        <description>usr.bin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1d386b48a555f61cb7325543adbbb5c3f3407a66 - Remove $FreeBSD$: one-line .c pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#1d386b48a555f61cb7325543adbbb5c3f3407a66</link>
        <description>Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\(&quot;\$FreeBSD\$&quot;\);?\s*\n/

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Wed, 16 Aug 2023 19:54:42 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a06e9377398b34922f8a67d7cb3ea980b95bde8 - id: sanitize arguments better</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#4a06e9377398b34922f8a67d7cb3ea980b95bde8</link>
        <description>id: sanitize arguments betterThe -[AMc] flags ignore the user argument.  Better if id rejectsinvocations that include a user argument along with any of those flags.PR:		256554MFC after:	2 weeksReviewed by:	traszSponsored by:	AxcientDifferential Revision: https://reviews.freebsd.org/D30734

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Fri, 11 Jun 2021 18:38:07 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82725ba9bf1fd59746a4006a06f24d4d61d142f2 - Merge ^/head r325999 through r326131.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#82725ba9bf1fd59746a4006a06f24d4d61d142f2</link>
        <description>Merge ^/head r325999 through r326131.

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Thu, 23 Nov 2017 15:28:14 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a16b7a18f5d0b031f09832fd7752fba717e2a97 - General further adoption of SPDX licensing ID tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#8a16b7a18f5d0b031f09832fd7752fba717e2a97</link>
        <description>General further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 3-Clause license.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.Special thanks to Wind River for providing access to &quot;The Duke ofHighlander&quot; tool: an older (2014) run over FreeBSD tree was useful as astarting point.

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Mon, 20 Nov 2017 20:49:47 +0100</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>348238dbd42306d9fb5d89ab393b840572cfeb0f - Merge ^/head r314420 through r314481.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#348238dbd42306d9fb5d89ab393b840572cfeb0f</link>
        <description>Merge ^/head r314420 through r314481.

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Wed, 01 Mar 2017 09:22:51 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fbbd9655e5107c68e4e0146ff22b73d7350475bc - Renumber copyright clause 4</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#fbbd9655e5107c68e4e0146ff22b73d7350475bc</link>
        <description>Renumber copyright clause 4Renumber cluase 4 to 3, per what everybody else did when BSD grantedthem permission to remove clause 3. My insistance on keeping the samenumbering for legal reasons is too pedantic, so give up on that point.Submitted by:	Jan Schaumann &lt;jschauma@stevens.edu&gt;Pull Request:	https://github.com/freebsd/freebsd/pull/96

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Wed, 01 Mar 2017 00:42:47 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>afbe8aa46f0a566ac0a67e4bf71a97a6d730bd30 - MFhead @ r275911 (also, sort out MK_* flags in BMAKE, etc on this branch)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#afbe8aa46f0a566ac0a67e4bf71a97a6d730bd30</link>
        <description>MFhead @ r275911 (also, sort out MK_* flags in BMAKE, etc on this branch)

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Thu, 18 Dec 2014 19:46:08 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e65720e1ac61514414de80e262fc7111ead4dc4d - Merge ^/head r275759 through r275911.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#e65720e1ac61514414de80e262fc7111ead4dc4d</link>
        <description>Merge ^/head r275759 through r275911.

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Thu, 18 Dec 2014 19:44:22 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b3370541180604458bbc768f3fa6839ed4d938e - Adjust printf format specifiers for dev_t and ino_t in user space.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#9b3370541180604458bbc768f3fa6839ed4d938e</link>
        <description>Adjust printf format specifiers for dev_t and ino_t in user space.ino_t and dev_t are about to become uint64_t.Reviewed by:	kib, mckusick

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Wed, 17 Dec 2014 08:10:48 +0100</pubDate>
        <dc:creator>Gleb Kurtsou &lt;gleb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fa0b743820f61c661ba5f3ea0e3be0dc137910e - IFC @230489 (pending review).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#8fa0b743820f61c661ba5f3ea0e3be0dc137910e</link>
        <description>IFC @230489 (pending review).

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Mon, 23 Jan 2012 20:46:36 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ee1a36e2ef343e0af2cf0389c268695aba14eac - IFC @ r227804</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/id/id.c#3ee1a36e2ef343e0af2cf0389c268695aba14eac</link>
        <description>IFC @ r227804Pull in the virtio drivers from head.

            List of files:
            /freebsd/usr.bin/id/id.c</description>
        <pubDate>Tue, 22 Nov 2011 03:27:59 +0100</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
