<?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/libc/arch/ia32/src/entry.s</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Sun, 05 Apr 2026 11:30:35 +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%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;max=40&amp;peg=1371</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;peg=1371&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Wed, 17 May 2006 23:52:56 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1367 – create special entry point for drivers (don&apos;t initialize I/O)</title><description>&lt;div&gt;&lt;strong&gt;decky – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;create special entry point for drivers (don&apos;t initialize I/O)&lt;/div&gt;~ /uspace/trunk/fb/Makefile&lt;br /&gt;~ /uspace/trunk/kbd/Makefile&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ppc32/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/generic/libc.c&lt;br /&gt;~ /uspace/trunk/ns/Makefile&lt;br /&gt;~ /uspace/trunk/pci/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=1367&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=1367&amp;peg=1371</guid></item>
<item><pubDate>Thu, 23 Mar 2006 11:33:55 +0100</pubDate><dc:creator>palkovsky</dc:creator><title>Rev 1113 – Added symbolic links &apos;libarch&apos;,&apos;libadt&apos;,&apos;libipc&apos; into libc/include, so that it can ...</title><description>&lt;div&gt;&lt;strong&gt;palkovsky – 44 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added symbolic links &apos;libarch&apos;,&apos;libadt&apos;,&apos;libipc&apos; into libc/include,&lt;br /&gt;
so that it can be easily used from anywhere.&lt;br /&gt;
Renamed thread_main to __thread_main.&lt;br /&gt;
Allowed MIPS to compile with -O0.&lt;br /&gt;
Added non-preemptible threads support (not yet secured by futexes).&lt;br /&gt;
Added simple way to hold Thread Local Storage. Support for compiler&lt;br /&gt;
will be added later.&lt;br /&gt;
This update breaks IA64 uspace.&lt;br /&gt;
&lt;br /&gt;
There is some forgotten spinlock_lock() in futexes, amd64 gets locked&lt;br /&gt;
in the secod uspace thread probably with preemption disabled.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/include/atomic.h &lt;i&gt;(copied from /uspace/trunk/libc/arch/amd64/include/atomic_arch.h@1111)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/amd64/include/atomic_arch.h&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/include/context_offset.h&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/include/psthread.h&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/src/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/src/psthread.S&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/src/thread_entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/include/atomic.h &lt;i&gt;(copied from /uspace/trunk/libc/arch/ia32/include/atomic_arch.h@1111)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/ia32/include/atomic_arch.h&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/src/thread_entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/include/atomic.h &lt;i&gt;(copied from /uspace/trunk/libc/arch/ia64/include/atomic_arch.h@1111)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/ia64/include/atomic_arch.h&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/src/thread_entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include/atomic.h &lt;i&gt;(copied from /uspace/trunk/libc/arch/mips32/include/atomic_arch.h@1111)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/mips32/include/atomic_arch.h&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include/context_offset.h&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include/psthread.h&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/src/psthread.S&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/src/thread_entry.s&lt;br /&gt;~ /uspace/trunk/libc/generic/libc.c&lt;br /&gt;+ /uspace/trunk/libc/generic/psthread.c&lt;br /&gt;~ /uspace/trunk/libc/generic/thread.c&lt;br /&gt;~ /uspace/trunk/libc/include/atomic.h&lt;br /&gt;~ /uspace/trunk/libc/include/io/io.h&lt;br /&gt;~ /uspace/trunk/libc/include/libc.h&lt;br /&gt;+ /uspace/trunk/libc/include/psthread.h&lt;br /&gt;~ /uspace/trunk/libc/include/stdarg.h&lt;br /&gt;~ /uspace/trunk/libc/include/stdint.h&lt;br /&gt;~ /uspace/trunk/libc/include/thread.h&lt;br /&gt;+ /uspace/trunk/libc/include/types.h&lt;br /&gt;~ /uspace/trunk/libc/include/unistd.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;~ /uspace/trunk/libc/Makefile.toolchain&lt;br /&gt;~ /uspace/trunk/libc/malloc/malloc.c&lt;br /&gt;~ /uspace/trunk/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=1113&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=1113&amp;peg=1371</guid></item>
<item><pubDate>Mon, 13 Mar 2006 13:29:56 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 948 – Unify init linker scripts to contain two properly aligned and ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Unify init linker scripts to contain two properly aligned and properly flagged segments.&lt;/div&gt;~ /uspace/trunk/libc/arch/amd64/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/_link.ld.in&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=948&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=948&amp;peg=1371</guid></item>
<item><pubDate>Wed, 21 Dec 2005 00:18:23 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 656 – user space init working</title><description>&lt;div&gt;&lt;strong&gt;decky – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;user space init working&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/src/syscall.c&lt;br /&gt;~ /uspace/trunk/libc/_link.ld.in&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=656&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=656&amp;peg=1371</guid></item>
<item><pubDate>Tue, 22 Nov 2005 18:07:38 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 504 – uspace work</title><description>&lt;div&gt;&lt;strong&gt;decky – 26 file(s) modified&lt;/strong&gt;&lt;br/&gt;uspace work&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;x /uspace/trunk/libc/arch/ia32/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/include&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/include/types.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/src&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/src/entry.s &lt;i&gt;(copied from /uspace/trunk/libc/arch/ia32/entry.s@498)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/src/syscall.c &lt;i&gt;(copied from /uspace/trunk/libc/arch/ia32/syscall.c@499)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/ia32/syscall.c&lt;br /&gt;x /uspace/trunk/libc/arch/mips32/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/src&lt;br /&gt;x /uspace/trunk/libc/arch/mips32/syscall.c&lt;br /&gt;x /uspace/trunk/libc/arch/mips32el/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32el/include&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32el/include/types.h&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32el/src&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32el/src/entry.s &lt;i&gt;(copied from /uspace/trunk/libc/arch/mips32el/entry.s@498)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32el/src/syscall.c &lt;i&gt;(copied from /uspace/trunk/libc/arch/mips32el/syscall.c@499)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/arch/mips32el/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/include/stdio.h &lt;i&gt;(copied from /uspace/trunk/libc/include/unistd.h@498)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/include/unistd.h&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;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=504&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=504&amp;peg=1371</guid></item>
<item><pubDate>Wed, 16 Nov 2005 15:13:31 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 491 – initial uspace build system</title><description>&lt;div&gt;&lt;strong&gt;decky – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;initial uspace build system&lt;/div&gt;+ /uspace/trunk/libc/arch&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/entry.s &lt;i&gt;(copied from /uspace/trunk/libc/entry.s@490)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/Makefile.inc&lt;br /&gt;x /uspace/trunk/libc/entry.s&lt;br /&gt;+ /uspace/trunk/libc/generic&lt;br /&gt;+ /uspace/trunk/libc/generic/libc.c &lt;i&gt;(copied from /uspace/trunk/libc/libc.c@490)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/generic/libc.h &lt;i&gt;(copied from /uspace/trunk/libc/libc.h@490)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/include&lt;br /&gt;+ /uspace/trunk/libc/include/unistd.h &lt;i&gt;(copied from /uspace/trunk/libc/unistd.h@490)&lt;/i&gt;&lt;br /&gt;x /uspace/trunk/libc/libc.c&lt;br /&gt;x /uspace/trunk/libc/libc.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;x /uspace/trunk/libc/unistd.h&lt;br /&gt;x /uspace/trunk/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=491&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=491&amp;peg=1371</guid></item>
<item><pubDate>Mon, 07 Nov 2005 18:24:44 +0100</pubDate><dc:creator>decky</dc:creator><title>Rev 447 – Initial import of user-space stuff</title><description>&lt;div&gt;&lt;strong&gt;decky – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Initial import of user-space stuff&lt;/div&gt;+ /uspace&lt;br /&gt;+ /uspace/trunk&lt;br /&gt;+ /uspace/trunk/init.c&lt;br /&gt;+ /uspace/trunk/libc&lt;br /&gt;+ /uspace/trunk/libc/entry.s&lt;br /&gt;+ /uspace/trunk/libc/libc.c&lt;br /&gt;+ /uspace/trunk/libc/libc.h&lt;br /&gt;+ /uspace/trunk/libc/Makefile&lt;br /&gt;+ /uspace/trunk/libc/unistd.h&lt;br /&gt;+ /uspace/trunk/Makefile&lt;br /&gt;+ /uspace/trunk/_link.ld&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=447&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia32%2Fsrc%2Fentry.s&amp;rev=447&amp;peg=1371</guid></item>
</channel></rss>