<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS-historic &#x2013; /uspace/trunk/Makefile</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Fri, 03 Apr 2026 23:42:15 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;max=40&amp;peg=1111</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fuspace%2Ftrunk%2FMakefile&amp;peg=1111&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Thu, 16 Mar 2006 01:26:33 +0100</pubDate><dc:creator>palkovsky</dc:creator><title>Rev 1028 – Added simple testing skeleton for nameservice. Added support for ipc_connect_to_me, ...</title><description>&lt;div&gt;&lt;strong&gt;palkovsky – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added simple testing skeleton for nameservice.&lt;br /&gt;
Added support for ipc_connect_to_me, some fixes.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;~ /uspace/trunk/libipc/generic/ipc.c&lt;br /&gt;~ /uspace/trunk/libipc/include/ipc.h&lt;br /&gt;~ /uspace/trunk/libipc/include/ns.h&lt;br /&gt;~ /uspace/trunk/Makefile&lt;br /&gt;+ /uspace/trunk/ns&lt;br /&gt;+ /uspace/trunk/ns/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=1028&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=1028&amp;peg=1111</guid></item>
<item><pubDate>Wed, 15 Mar 2006 13:48:38 +0100</pubDate><dc:creator>palkovsky</dc:creator><title>Rev 1013 – Allow correct rebuilding based on boot architecture.</title><description>&lt;div&gt;&lt;strong&gt;palkovsky – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Allow correct rebuilding based on boot architecture.&lt;/div&gt;~ /uspace/trunk/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=1013&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=1013&amp;peg=1111</guid></item>
<item><pubDate>Tue, 14 Mar 2006 22:40:42 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 996 – List from LibAdt converted to userspace. Hash_table not converted yet.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;List from LibAdt converted to userspace.&lt;br /&gt;
Hash_table not converted yet.&lt;/div&gt;+ /uspace/trunk/libadt&lt;br /&gt;+ /uspace/trunk/libadt/generic&lt;br /&gt;+ /uspace/trunk/libadt/generic/hash_table.c&lt;br /&gt;+ /uspace/trunk/libadt/generic/list.c&lt;br /&gt;+ /uspace/trunk/libadt/include&lt;br /&gt;+ /uspace/trunk/libadt/include/fifo.h&lt;br /&gt;+ /uspace/trunk/libadt/include/hash_table.h&lt;br /&gt;+ /uspace/trunk/libadt/include/list.h&lt;br /&gt;+ /uspace/trunk/libadt/Makefile&lt;br /&gt;~ /uspace/trunk/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=996&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=996&amp;peg=1111</guid></item>
<item><pubDate>Tue, 14 Mar 2006 21:45:36 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 994 – Integrate softint.a into ia64 building process.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Integrate softint.a into ia64 building process.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;~ /uspace/trunk/init/Makefile&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/Makefile.inc&lt;br /&gt;~ /uspace/trunk/Makefile&lt;br /&gt;~ /uspace/trunk/softint/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=994&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=994&amp;peg=1111</guid></item>
<item><pubDate>Tue, 14 Mar 2006 21:02:21 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 991 – SoftInt ported to userspace.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;SoftInt ported to userspace.&lt;/div&gt;~ /uspace/trunk/Makefile&lt;br /&gt;+ /uspace/trunk/softint&lt;br /&gt;+ /uspace/trunk/softint/generic&lt;br /&gt;+ /uspace/trunk/softint/generic/division.c&lt;br /&gt;+ /uspace/trunk/softint/include&lt;br /&gt;+ /uspace/trunk/softint/include/division.h&lt;br /&gt;+ /uspace/trunk/softint/Makefile&lt;br /&gt;+ /uspace/trunk/softint/Makefile.toolchain&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=991&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=991&amp;peg=1111</guid></item>
<item><pubDate>Mon, 13 Mar 2006 20:37:24 +0100</pubDate><dc:creator>palkovsky</dc:creator><title>Rev 954 – Added very basic IPC userspace stuff.</title><description>&lt;div&gt;&lt;strong&gt;palkovsky – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added very basic IPC userspace stuff.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;~ /uspace/trunk/init/Makefile&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/syscall.c&lt;br /&gt;~ /uspace/trunk/libc/generic/io.c&lt;br /&gt;~ /uspace/trunk/libc/include/libc.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;+ /uspace/trunk/libipc&lt;br /&gt;+ /uspace/trunk/libipc/generic&lt;br /&gt;+ /uspace/trunk/libipc/generic/ipc.c&lt;br /&gt;+ /uspace/trunk/libipc/include&lt;br /&gt;+ /uspace/trunk/libipc/include/ipc.h&lt;br /&gt;+ /uspace/trunk/libipc/Makefile&lt;br /&gt;~ /uspace/trunk/Makefile&lt;br /&gt;~ /uspace/trunk/uspace.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=954&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=954&amp;peg=1111</guid></item>
<item><pubDate>Sat, 04 Feb 2006 13:08:50 +0100</pubDate><dc:creator>palkovsky</dc:creator><title>Rev 774 – Allow ia32 native compiler for uspace.</title><description>&lt;div&gt;&lt;strong&gt;palkovsky – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Allow ia32 native compiler for uspace.&lt;/div&gt;~ /uspace/trunk/Makefile&lt;br /&gt;~ /uspace/trunk/uspace.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=774&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=774&amp;peg=1111</guid></item>
<item><pubDate>Sun, 15 Jan 2006 15:23:08 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 706 – use new style uspace configuration</title><description>&lt;div&gt;&lt;strong&gt;decky – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;use new style uspace configuration&lt;/div&gt;x /uspace/trunk/build.ia32&lt;br /&gt;x /uspace/trunk/build.mips32&lt;br /&gt;x /uspace/trunk/build.mips32el&lt;br /&gt;x /uspace/trunk/clean&lt;br /&gt;x /uspace/trunk/clean.ia32&lt;br /&gt;x /uspace/trunk/clean.mips32&lt;br /&gt;x /uspace/trunk/clean.mips32el&lt;br /&gt;~ /uspace/trunk/Makefile&lt;br /&gt;x /uspace/trunk/tools/build&lt;br /&gt;x /uspace/trunk/tools/clean&lt;br /&gt;+ /uspace/trunk/tools/config.py&lt;br /&gt;+ /uspace/trunk/uspace.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=706&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=706&amp;peg=1111</guid></item>
<item><pubDate>Sun, 04 Dec 2005 21:07:50 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 535 – Small fix in build script. Initial work on softfloat library.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Small fix in build script.&lt;br /&gt;
Initial work on softfloat library.&lt;/div&gt;~ /uspace/trunk/Makefile&lt;br /&gt;+ /uspace/trunk/softfloat&lt;br /&gt;+ /uspace/trunk/softfloat/generic&lt;br /&gt;+ /uspace/trunk/softfloat/generic/softfloat.c&lt;br /&gt;+ /uspace/trunk/softfloat/include&lt;br /&gt;+ /uspace/trunk/softfloat/include/softfloat.h&lt;br /&gt;~ /uspace/trunk/tools/build&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=535&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=535&amp;peg=1111</guid></item>
<item><pubDate>Tue, 22 Nov 2005 16:58:55 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 502 – break up uspace into separate parts</title><description>&lt;div&gt;&lt;strong&gt;decky – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;break up uspace into separate parts&lt;/div&gt;+ /uspace/trunk/init&lt;br /&gt;x /uspace/trunk/init.c&lt;br /&gt;+ /uspace/trunk/init/init.c &lt;i&gt;(copied from /uspace/trunk/init.c@498)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/init/Makefile&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;+ /uspace/trunk/libc/Makefile.toolchain&lt;br /&gt;+ /uspace/trunk/libc/_link.ld.in &lt;i&gt;(copied from /uspace/trunk/_link.ld.in@498)&lt;/i&gt;&lt;br /&gt;~ /uspace/trunk/Makefile&lt;br /&gt;x /uspace/trunk/_link.ld.in&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=502&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=502&amp;peg=1111</guid></item>
<item><pubDate>Tue, 22 Nov 2005 14:12:26 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 500 – uspace build scripts</title><description>&lt;div&gt;&lt;strong&gt;decky – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;uspace build scripts&lt;/div&gt;+ /uspace/trunk/build.ia32&lt;br /&gt;+ /uspace/trunk/build.mips32&lt;br /&gt;+ /uspace/trunk/build.mips32el&lt;br /&gt;+ /uspace/trunk/clean&lt;br /&gt;+ /uspace/trunk/clean.ia32&lt;br /&gt;+ /uspace/trunk/clean.mips32&lt;br /&gt;+ /uspace/trunk/clean.mips32el&lt;br /&gt;~ /uspace/trunk/Makefile&lt;br /&gt;+ /uspace/trunk/tools&lt;br /&gt;+ /uspace/trunk/tools/build&lt;br /&gt;+ /uspace/trunk/tools/clean&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=500&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=500&amp;peg=1111</guid></item>
<item><pubDate>Tue, 22 Nov 2005 12:45:53 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 496 – uspace building</title><description>&lt;div&gt;&lt;strong&gt;decky – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;uspace building&lt;/div&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;+ /uspace/trunk/Makefile&lt;br /&gt;x /uspace/trunk/_link.ld&lt;br /&gt;+ /uspace/trunk/_link.ld.in &lt;i&gt;(copied from /uspace/trunk/_link.ld@494)&lt;/i&gt;&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=496&amp;peg=1111</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2FMakefile&amp;rev=496&amp;peg=1111</guid></item>
</channel></rss>