<?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.bin/users/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/users/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>0c6b2a91 - pkgbase: Put accounting utilities in the acct package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#0c6b2a91</link>
        <description>pkgbase: Put accounting utilities in the acct package

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Thu, 21 Jul 2022 15:09:34 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ecebb3cc - Only set WARNS if not defined</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#ecebb3cc</link>
        <description>Only set WARNS if not definedThis would allow interested parties to do experimental runs with anenvironment set appropriately to raise all the warnings throughout thebuild; e.g. env WARNS=6 NO_WERROR=yes buildworld.Not currently touching the numerous instances in ^/tools.MFC after:	1 week

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Fri, 11 Sep 2020 13:28:37 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d218733 - Unbreak the build by re-enabling exceptions.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#2d218733</link>
        <description>Unbreak the build by re-enabling exceptions.Disabling them breaks build on archs using GCC. The problem is at line 156 ofbits/basic_ios.h:	if (this-&gt;exceptions() &amp; __state)		__throw_exception_again;With exceptions disabled __throw_exception_again is defined as#define __throw_exception_againat line 45 of exception_defines.h and the code results in an empty loop body,which fails because of -Werror.Approved by:	cognet

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Mon, 14 Jul 2014 12:24:38 +0000</pubDate>
        <dc:creator>Pietro Cerutti &lt;gahr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f2b893a0 - Turn off exceptions and rtti when building the c++ version of users.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#f2b893a0</link>
        <description>Turn off exceptions and rtti when building the c++ version of users.Neither is used in the program and this saves us 10KB (around 40%) in binarysize.

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Sat, 12 Jul 2014 07:47:50 +0000</pubDate>
        <dc:creator>David Chisnall &lt;theraven@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>33aa643f - Reimplements users(1) in C++.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#33aa643f</link>
        <description>Reimplements users(1) in C++.This reduces the lines of code by roughly 50% (not counting the COPYRIGHTheader) and makes it more readable by using standard algorithms.Approved by:	bapt

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Thu, 10 Jul 2014 12:15:02 +0000</pubDate>
        <dc:creator>Pietro Cerutti &lt;gahr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab90a4d1 - Perform all trivial ports to utmpx for usr.bin/.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#ab90a4d1</link>
        <description>Perform all trivial ports to utmpx for usr.bin/.They were already converted to use libulog, so it&apos;s easy to convert themto utmpx.

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Wed, 13 Jan 2010 18:09:54 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b7946da9 - Build usr.bin/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#b7946da9</link>
        <description>Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 10:27:05 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6951e12e - Add WARNS?=6, because it seems to build out of the box.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#6951e12e</link>
        <description>Add WARNS?=6, because it seems to build out of the box.

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Sat, 05 Dec 2009 19:55:26 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>42b525af - Port users(1) to libulog.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#42b525af</link>
        <description>Port users(1) to libulog.Instead of digging through the utmp database by hand, use proper APIcalls to do so.  Instead of parsing entries with a non-empty ut_user, wenow look at LOGIN_PROCESS entries.

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Thu, 03 Dec 2009 16:42:18 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e52b238 - WARNS=2 is going to become the default, so remove it from here.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#7e52b238</link>
        <description>WARNS=2 is going to become the default, so remove it from here.

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Tue, 11 Dec 2001 23:27:23 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0caf2ae8 - Remove a bogus cast and lockdown users(1) with WARNS?=2</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#0caf2ae8</link>
        <description>Remove a bogus cast and lockdown users(1) with WARNS?=2Submitted by:	David Hill &lt;david@phobia.ms&gt;Reviewed by:	-auditMFC after:	1 week

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Sun, 09 Sep 2001 00:40:04 +0000</pubDate>
        <dc:creator>Mike Barcroft &lt;mike@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b50d902 - BSD 4.4 Lite Usr.bin Sources</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/users/Makefile#9b50d902</link>
        <description>BSD 4.4 Lite Usr.bin Sources

            List of files:
            /freebsd-14.2/usr.bin/users/Makefile</description>
        <pubDate>Fri, 27 May 1994 12:33:43 +0000</pubDate>
        <dc:creator>Rodney W. Grimes &lt;rgrimes@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
