<?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>67177861a26949f9ed4a6f24531cdc833c5eee8e - Dedup and add the small jemalloc implementation so our install media has</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#67177861a26949f9ed4a6f24531cdc833c5eee8e</link>
        <description>Dedup and add the small jemalloc implementation so our install media hasa chance to fit again.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Thu, 28 Mar 2019 15:04:41 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a05c304af28376f577d638a6a95db63747dc33e - Make shared -DSMALL libc buildable without breaking libhack</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#6a05c304af28376f577d638a6a95db63747dc33e</link>
        <description>Make shared -DSMALL libc buildable without breaking libhackWe used -DSMALL to exclude code from libc in order to buildlibhack. Introduce -DLIBHACK to do this without so that-DSMALL does not remove code necessary for building a shared libc

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Sun, 18 Jun 2017 03:56:39 +0000</pubDate>
        <dc:creator>manu &lt;manu@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27af00aa70102e40ed43892e36844a7291cf2437 - avoid copying most of libc (except gethostent_r, which unfortunately</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#27af00aa70102e40ed43892e36844a7291cf2437</link>
        <description>avoid copying most of libc (except gethostent_r, which unfortunatelyadds a resolver dependency) by callling the internal nsswitch functions.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Tue, 27 Aug 2013 09:53:33 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f6e747aed2daae486078a1fbf8574d884b0c15e4 - make libhack&apos;s syslog.c produce exactly the same symbols as libc&apos;s syslog.c,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#f6e747aed2daae486078a1fbf8574d884b0c15e4</link>
        <description>make libhack&apos;s syslog.c produce exactly the same symbols as libc&apos;s syslog.c,so that in the future we can keep them synced. Avoid strong_alias since itdoes not play well with symbol renaming.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Thu, 11 Oct 2012 17:11:16 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>52ed7b035ff6e5fc73eada9c5ce08f7fa154eb8c - Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#52ed7b035ff6e5fc73eada9c5ce08f7fa154eb8c</link>
        <description>Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format.ok&apos;ed by core and releng.(thanks for agc@, snj@ and i&apos;m sorry for long time patience).[libc]- localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by  new locale-db implementation using citrus_db backend,  see src/lib/libc/citrus/citrus_lc_*.[ch].- add citrus_bcs_strtou?l.c. don&apos;t use strtou?l locale implementation  internally, because they&apos;re locale-aware function.- add some stubs for multi-locale issue, see {current,global}_locale.c.- remove some obsolete file, setrunelocale.c, ___runetype_mb.c.- remove __savectype() from ctypeio.[ch].[tools]- mklocale(1): add new option ``-t&apos;&apos; that generates new style  LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format.- chrtbl(1): added ctypeio.[ch] for __savectype().[locale-db]- added en_US.US-ASCII locale.- removed some shareable locale definition file:    en_US.US-ASCII -&gt; en_US.ISO8859-1, en_US.UTF-8    zh_CN.eucCN -&gt; zh_CN.GB18030    and more...see src/share/locale/*/Makefile.- remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS.- change locale name ja_JP.ISO2022-JP* -&gt; ja_JP.ISO-2022-JP*  for X11&apos;s locale.alias file alignments.- fix regression test, wrong wcs?width(3), NAN/INF usage.i tested release-build following arch:  i386, amd64, hpc{mips,arm,sh}, sparc64, vax.citrus_lc_*.[ch] also can read old-plain-text style locale-db.so that backward compatibility is keeped, but lc*.[ch] can&apos;t readnew citrus_db&apos;ed locale-db and localeio.c never check sanity,so forward compatibility is broken ;-&lt;old mklocale(1) doesn&apos;t know -t option, so you have to rebuild toolchain.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Fri, 02 Jan 2009 00:20:18 +0000</pubDate>
        <dc:creator>tnozaki &lt;tnozaki@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c6288880973fb7b425ba16b433bcf2690d4f419 - Compile a special version of the default locale into libhack - we can</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#6c6288880973fb7b425ba16b433bcf2690d4f419</link>
        <description>Compile a special version of the default locale into libhack - we cannot use real locales, but this at least allows single byte characterlocales to work as expected (i.e. the existing translations for sysinst).Once we get a sysinst translation that needs more, we&apos;ll have to drop thisand the castrated setlocale(), and go for a real solution.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Tue, 06 Nov 2007 19:27:07 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3845a8924c9f2572ab57d1955045a433ec6d914 - Merge the multibyte routines into one file, and add stub implementations</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#e3845a8924c9f2572ab57d1955045a433ec6d914</link>
        <description>Merge the multibyte routines into one file, and add stub implementationsfor one more that is needed, and commented out partial implementations forthe test of the functions. This should stop the re-defined symbol errorsfor now.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Mon, 02 Apr 2007 15:53:25 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32b2149aa41097f9f9ab9662800adfe83f2f654a - we need wcrtomb now too.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#32b2149aa41097f9f9ab9662800adfe83f2f654a</link>
        <description>we need wcrtomb now too.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Sat, 03 Feb 2007 19:55:51 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>148ea123268654ef35379d8b644f5179b5ba701e - Stub out mbrtowc(), removes all the citrus_xxx stuff from libc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#148ea123268654ef35379d8b644f5179b5ba701e</link>
        <description>Stub out mbrtowc(), removes all the citrus_xxx stuff from libc.rescue_tiny fits again...

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Sun, 15 May 2005 10:15:47 +0000</pubDate>
        <dc:creator>dsl &lt;dsl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0f6740656b2562656fbe89d1509f414d3adcd662 - Include a fake syslog that does only printf; saves 4K.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#0f6740656b2562656fbe89d1509f414d3adcd662</link>
        <description>Include a fake syslog that does only printf; saves 4K.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Sun, 06 Jun 2004 07:03:53 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6101c5d9b577319938401e28e0e53de8530c78bd - arrange for libc&apos;s getcap to be used instead of a local copy.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#6101c5d9b577319938401e28e0e53de8530c78bd</link>
        <description>arrange for libc&apos;s getcap to be used instead of a local copy.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Sun, 25 Apr 2004 06:45:02 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>25c4cc30b283c083bd65c567f8aacbe54d17dd5b - Disable libhack&apos;s gethost.o (replacement gethostby{name,addr}()) by default,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#25c4cc30b283c083bd65c567f8aacbe54d17dd5b</link>
        <description>Disable libhack&apos;s gethost.o (replacement gethostby{name,addr}()) by default,as they only support reading /etc/hosts, and its the &quot;least useful&quot; ofthe libhack routines.  Add gethost.o back to Really Small media whichappears to need the space savings.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Mon, 25 Mar 2002 07:43:39 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a23934fd2af128ef673c21912d8f1e6b224989e8 - permanently disable opendir.o until its link bugs (on ELF platforms</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#a23934fd2af128ef673c21912d8f1e6b224989e8</link>
        <description>permanently disable opendir.o until its link bugs (on ELF platformsonly?) are sorted out.  speculation (based on some analysis by simonb)is that it&apos;s because fts calls _opendir2 directly, which forces boththe libhack and the libc versions of opendir.o to be linked in.in any case, there&apos;s space saves to be had elsewhere...

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Sun, 03 Feb 2002 22:39:52 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ec460046da824676c46f59dc391555b225258dd - Major readability cleanup; nuke redundancies; MKfoo=no -&gt; NOfoo=.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#7ec460046da824676c46f59dc391555b225258dd</link>
        <description>Major readability cleanup; nuke redundancies; MKfoo=no -&gt; NOfoo=.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Wed, 12 Dec 2001 00:05:09 +0000</pubDate>
        <dc:creator>tv &lt;tv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0eadbed94dca7b36d8f1edd61d8de816783bf800 - Change all COPTS+=-Os to DBG=-Os as that var actually controls the optimization</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#0eadbed94dca7b36d8f1edd61d8de816783bf800</link>
        <description>Change all COPTS+=-Os to DBG=-Os as that var actually controls the optimizationlevels

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Fri, 05 Oct 2001 01:17:27 +0000</pubDate>
        <dc:creator>jmc &lt;jmc@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c45ea630d31471a54bfd6e1a3d6c945c6323f2e7 - Drop ``-Os&apos;&apos; on sparc64 due to toolchain issues.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#c45ea630d31471a54bfd6e1a3d6c945c6323f2e7</link>
        <description>Drop ``-Os&apos;&apos; on sparc64 due to toolchain issues.The same change has already been applied on the 1.5 branch. The problems(i.e. ifconfig not showing IP addresses) have been verified to still existwith the new toolchain.

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Mon, 20 Aug 2001 12:19:43 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e123fd0f5acf27b708a186b48770e9a933528ddf - Compile things with -Os.  I wonder if compiling -Mno-pic for mips and vax</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#e123fd0f5acf27b708a186b48770e9a933528ddf</link>
        <description>Compile things with -Os.  I wonder if compiling -Mno-pic for mips and vaxwould shrink them even more?

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Thu, 18 May 2000 00:43:05 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>800ff533b4ab1855fcb2e03122fe4fda724e5683 - Combine the Makefile.inc and Makefile, and specify the $(HACKOBJS)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#800ff533b4ab1855fcb2e03122fe4fda724e5683</link>
        <description>Combine the Makefile.inc and Makefile, and specify the $(HACKOBJS)directly to work around the fact that $(OBJS) seems to produce a double list ofeach .o for some reason.XXX Why does $(OBJS) list doubles?

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Sun, 26 Sep 1999 04:49:37 +0000</pubDate>
        <dc:creator>dan &lt;dan@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e7e33e213622ef8a4f7948f4be9c6c9e58dc6e06 - miniroot changes:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#e7e33e213622ef8a4f7948f4be9c6c9e58dc6e06</link>
        <description>miniroot changes:    install.sub:	- fix interface grovelling, ifmedia support, allow ifmedia and link	  to have a &quot;none&quot; (-&gt; &quot;&quot;) answer (which lets you give nothing when	  a default answer is given)	- allow installing more than one set at a time, including &quot;all&quot; as	  a synonym for all remaining sets	- mount -o async when extracting sets    makeconf.awk:	- put default &quot;libs&quot; section at the end rather than the start, so	  you can put other &quot;libs&quot; in before this list	- minor cleanup    mtree.conf:	- create /kern    sparc install.md:	- MDSETS are now &quot;kern xbase xcomp xcontrib xfont xserver&quot;	- use /kern &amp; kernfs (replaces dmesg)	- replace grep &amp; cut pipe lines with sed	- replace grep hackery with sed hackery	- grep and cut are no longer required!  yay!	- deal with no /usr/bin/vi -- call disklabel -i	- in md_copy_kern() link the netbsd.GENERIC we got from the kern set,	  rather than the miniroot kernel    sparc miniroot list:	- no more dmesg, cut or grepsparc ramdisk changes:    Makefile:	- `ramdiskbin.conf&apos; is now generated by makeconf.awk	- don&apos;t use libhack&apos;s opendir, it breaks    dot.profile:	- don&apos;t assume terminal is `sun&apos;	- set EDITOR=ed	-    list:	- instbin -&gt; ramdiskbin to make `makeconf.awk&apos; work	- CRUNCHSPECIAL those special dirs	- add our LIBS as necessarylibhack changes:	- if NOLIBHACKOPENDIR is set, don&apos;t build opendir.o

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Sun, 27 Jun 1999 12:55:58 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb4c388e4ee2df9a6a6ef11d082af73ebe0036cf - New files...</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/utils/libhack/Makefile#bb4c388e4ee2df9a6a6ef11d082af73ebe0036cf</link>
        <description>New files...

            List of files:
            /netbsd-src/distrib/utils/libhack/Makefile</description>
        <pubDate>Wed, 19 May 1999 03:58:13 +0000</pubDate>
        <dc:creator>gwr &lt;gwr@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
