<?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>
    <link>http://nxr.netbsd.org/rss/src/sbin/shutdown/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Enable WARNS=4 by default except for:<br/>	dump  dump_lfs  fsck_ffs  fsck_lfs  fsdb  mount_smbfs<br/>	newfs_ext2fs  newfs_lfs  resize_lfs  setkey</title>
    <description>/src/sbin/shutdown/Makefile - 1.11</description>
    <pubDate>Sat Apr 11 07:58:13 UTC 2009</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.10.22;<br/>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the<br/>FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to<br/>various string and memory copy and set functions (as well as a few system<br/>calls and other miscellany) where known at function entry.  RedHat has<br/>evidently built all "core system packages" with this option for some time.<br/><br/>This option should be used at the top of Makefiles (or Makefile.inc where<br/>this is used for subdirectories) but after any setting of LIB.<br/><br/>This is only useful for userland code, and cannot be used in libc or in<br/>any code which includes the libc internals, because it overrides certain<br/>libc functions with macros.  Some effort has been made to make USE_FORT=yes<br/>work correctly for a full-system build by having the bsd.sys.mk logic<br/>disable the feature where it should not be used (libc, libssp iteself,<br/>the kernel) but no attempt has been made to build the entire system with<br/>USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.<br/><br/>Adjust the system build so that all programs and libraries that are setuid,<br/>directly handle network data (including serial comm data), perform<br/>authentication, or appear likely to have (or have a history of having)<br/>data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,<br/>with the exception of libc, which cannot use USE_FORT and thus uses<br/>only USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=no<br/>per-directory or in a system build will disable if desired.</title>
    <description>/src/sbin/shutdown/Makefile - 1.10</description>
    <pubDate>Mon May 28 00:06:23 UTC 2007</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>- sprinkle static<br/>- pass WARNS=4 and lint<br/>- use size_t/time_t where appropriate<br/>- get/setprogname()<br/>- before executing rc.shutdown, set the real user id to 0, because shutdown<br/>  scripts may depend on it (for example su depends on being root).<br/>- use warn instead of perror, and make sure we use the right errno.</title>
    <description>/src/sbin/shutdown/Makefile - 1.9</description>
    <pubDate>Wed Mar 14 03:52:28 UTC 2007</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.8.20;  1.8.30;  1.8.32;<br/>Make these executables world-readable.</title>
    <description>/src/sbin/shutdown/Makefile - 1.8</description>
    <pubDate>Sat Oct 11 11:05:38 UTC 1997</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>convert to new RCS Id conventions; reduce my headache</title>
    <description>/src/sbin/shutdown/Makefile - 1.7</description>
    <pubDate>Sat Mar 18 15:01:05 UTC 1995</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>specify man pages the new way.</title>
    <description>/src/sbin/shutdown/Makefile - 1.6</description>
    <pubDate>Thu Dec 22 10:48:55 UTC 1994</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>Merge with 4.4-Lite version.</title>
    <description>/src/sbin/shutdown/Makefile - 1.5</description>
    <pubDate>Sat Sep 17 00:10:08 UTC 1994</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>Add RCS indentifiers.</title>
    <description>/src/sbin/shutdown/Makefile - 1.4</description>
    <pubDate>Sat Jul 31 15:34:47 UTC 1993</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>changed "Id" to "Header" for rcsids</title>
    <description>/src/sbin/shutdown/Makefile - 1.3</description>
    <pubDate>Tue Mar 23 00:31:08 UTC 1993</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>added rcs ids to all files</title>
    <description>/src/sbin/shutdown/Makefile - 1.2</description>
    <pubDate>Mon Mar 22 08:04:00 UTC 1993</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/sbin/shutdown/Makefile - 1.1</description>
    <pubDate>Sun Mar 21 09:45:37 UTC 1993</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>Import original 4.4-Lite version.</title>
    <description>/src/sbin/shutdown/Makefile - 1.1.1.2</description>
    <pubDate>Sat Sep 17 00:08:21 UTC 1994</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>initial import of 386bsd-0.1 sources</title>
    <description>/src/sbin/shutdown/Makefile - 1.1.1.1</description>
    <pubDate>Sun Mar 21 09:45:37 UTC 1993</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>Sync w/ NetBSD-4-RC_1</title>
    <description>/src/sbin/shutdown/Makefile - 1.8.32.1</description>
    <pubDate>Mon Sep 03 07:02:52 UTC 2007</pubDate>
    <dc:creator>wrstuden</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by jnemeth in ticket #771):<br/>	sbin/shutdown/Makefile: revision 1.9<br/>	sbin/shutdown/shutdown.c: revision 1.47<br/>	sbin/shutdown/shutdown.c: revision 1.48<br/>- sprinkle static<br/>- pass WARNS=4 and lint<br/>- use size_t/time_t where appropriate<br/>- get/setprogname()<br/>- before executing rc.shutdown, set the real user id to 0, because shutdown<br/>  scripts may depend on it (for example su depends on being root).<br/>- use warn instead of perror, and make sure we use the right errno.<br/><br/>PR/36626 - Jukka Salmi -- fails to compile if DEBUG is defined</title>
    <description>/src/sbin/shutdown/Makefile - 1.8.30.1</description>
    <pubDate>Tue Jul 17 09:50:48 UTC 2007</pubDate>
    <dc:creator>liamjfoy</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by jnemeth in ticket #2019):<br/>	sbin/shutdown/Makefile: revision 1.9<br/>	sbin/shutdown/shutdown.c: revision 1.45-1.48<br/>Move WARNS=3 to the Makefile.inc, and add a little const to the remaining<br/>programs that did not compile before.<br/>PR/31531: Takahiro Kambe: shutdown(8) quietly exit if execed from login shell<br/>- sprinkle static<br/>- pass WARNS=4 and lint<br/>- use size_t/time_t where appropriate<br/>- get/setprogname()<br/>- before executing rc.shutdown, set the real user id to 0, because shutdown<br/>  scripts may depend on it (for example su depends on being root).<br/>- use warn instead of perror, and make sure we use the right errno.<br/>PR/36626 - Jukka Salmi -- fails to compile if DEBUG is defined</title>
    <description>/src/sbin/shutdown/Makefile - 1.8.20.1</description>
    <pubDate>Sat May 30 06:45:38 UTC 2009</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>Sync with HEAD.<br/><br/>Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html</title>
    <description>/src/sbin/shutdown/Makefile - 1.10.22.1</description>
    <pubDate>Wed May 13 19:19:06 UTC 2009</pubDate>
    <dc:creator>jym</dc:creator>
</item>
</channel></rss>

