# # ChangeLog for uspace/lib/libc/arch in mainline # # Generated by Trac 1.6 # 2026-03-17T04:13:47Z Wed, 27 Jan 2010 21:44:52 GMT Jiri Svoboda [fb6f1a5] * uspace/app/mkfat/mkfat.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/libc/arch/amd64/include/inttypes.h (added) * uspace/lib/libc/arch/arm32/include/inttypes.h (added) * uspace/lib/libc/arch/ia32/include/inttypes.h (added) * uspace/lib/libc/arch/ia64/include/inttypes.h (added) * uspace/lib/libc/arch/mips32/include/inttypes.h (added) * uspace/lib/libc/arch/mips32eb/include/inttypes.h (added) * uspace/lib/libc/arch/ppc32/include/inttypes.h (added) * uspace/lib/libc/arch/sparc64/include/inttypes.h (added) * uspace/lib/libc/include/inttypes.h (added) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/loader/elf_load.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/taskmon/taskmon.c (modified) Implement some of C99 inttypes.h header (formatting macros for ... Tue, 26 Jan 2010 22:46:29 GMT Jiri Svoboda [3698e44] * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/app/taskdump/Makefile (modified) * uspace/app/taskdump/include/elf.h (added) * uspace/app/taskdump/include/symtab.h (added) * uspace/app/taskdump/symtab.c (added) * uspace/app/taskdump/taskdump.c (modified) * uspace/lib/libc/arch/amd64/include/types.h (modified) * uspace/lib/libc/arch/arm32/include/types.h (modified) * uspace/lib/libc/arch/ia32/include/types.h (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/mips32/include/types.h (modified) * uspace/lib/libc/arch/ppc32/include/types.h (modified) * uspace/lib/libc/arch/sparc64/include/types.h (modified) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/include/udebug.h (modified) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) Add ability to determine task name and load symbol table from the ... Tue, 26 Jan 2010 21:31:56 GMT Jiri Svoboda [e515b21a] * uspace/app/taskdump/Makefile (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/src/stacktrace.c (added) * uspace/lib/libc/arch/amd64/src/stacktrace_asm.S (moved) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/src/stacktrace.c (added) * uspace/lib/libc/arch/arm32/src/stacktrace_asm.S (moved) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/src/stacktrace.c (added) * uspace/lib/libc/arch/ia32/src/stacktrace_asm.S (moved) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/src/stacktrace.c (added) * uspace/lib/libc/arch/ia64/src/stacktrace_asm.S (moved) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/src/stacktrace.c (added) * uspace/lib/libc/arch/mips32/src/stacktrace_asm.S (moved) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/src/stacktrace.c (added) * uspace/lib/libc/arch/ppc32/src/stacktrace_asm.S (moved) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/src/stacktrace.S (deleted) * uspace/lib/libc/arch/sparc64/src/stacktrace.c (added) * uspace/lib/libc/arch/sparc64/src/stacktrace_asm.S (added) * uspace/lib/libc/generic/stacktrace.c (modified) * uspace/lib/libc/include/stacktrace.h (modified) * uspace/lib/libc/include/stdlib.h (modified) Make stacktrace implementation in C library more generic. Use it in ... Mon, 25 Jan 2010 21:40:13 GMT Jiri Svoboda [80487bc5] * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/lib/libc/arch/amd64/include/istate.h (added) * uspace/lib/libc/arch/arm32/include/istate.h (added) * uspace/lib/libc/arch/ia32/include/istate.h (added) * uspace/lib/libc/arch/ia64/include/istate.h (added) * uspace/lib/libc/arch/mips32/include/istate.h (added) * uspace/lib/libc/arch/mips32eb/include/istate.h (added) * uspace/lib/libc/arch/ppc32/include/istate.h (added) * uspace/lib/libc/arch/sparc64/include/istate.h (added) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/include/udebug.h (modified) Allow taskdump to read register state and extract PC, FP (not ... Mon, 11 Jan 2010 19:43:13 GMT Jakub Jermar [405f759] * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) Fix mips32eb build. Sat, 02 Jan 2010 18:50:48 GMT Jakub Jermar [c6d130c] * uspace/lib/libc/arch/ppc32/src/entry.s (modified) * uspace/lib/libc/arch/ppc32/src/thread_entry.s (modified) Create the initial stack frame in task and thread entry points. Sat, 02 Jan 2010 17:52:54 GMT Jakub Jermar [c83d2b4] * uspace/lib/libc/arch/ppc32/src/stacktrace.S (modified) Support for stack traces on ppc32. Fri, 01 Jan 2010 20:54:24 GMT Jakub Jermar [50286ec] * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/include/fibril.h (modified) * uspace/lib/libc/arch/arm32/src/entry.s (modified) * uspace/lib/libc/arch/arm32/src/stacktrace.S (modified) * uspace/lib/libc/arch/arm32/src/thread_entry.s (modified) Userspace support for stack traces on arm32. Wed, 30 Dec 2009 19:20:02 GMT Jakub Jermar [f0452536] * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/src/stacktrace.S (added) Dummy support for stack traces on ia64. Wed, 30 Dec 2009 19:07:43 GMT Jakub Jermar [72f8856] * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/src/stacktrace.S (added) Dummy support for stack traces on ppc32. Wed, 30 Dec 2009 19:02:09 GMT Jakub Jermar [01fda09] * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/src/stacktrace.S (added) Dummy support for stack traces on mips32. Wed, 30 Dec 2009 18:34:15 GMT Jakub Jermar [47246f4] * uspace/lib/libc/arch/amd64/src/entry.s (modified) * uspace/lib/libc/arch/amd64/src/stacktrace.S (modified) * uspace/lib/libc/arch/amd64/src/thread_entry.s (modified) * uspace/lib/libc/arch/arm32/src/stacktrace.S (modified) * uspace/lib/libc/arch/ia32/src/entry.s (modified) * uspace/lib/libc/arch/ia32/src/stacktrace.S (modified) * uspace/lib/libc/arch/ia32/src/thread_entry.s (modified) * uspace/lib/libc/arch/sparc64/include/fibril.h (modified) * uspace/lib/libc/arch/sparc64/src/entry.s (modified) * uspace/lib/libc/arch/sparc64/src/stacktrace.S (modified) * uspace/lib/libc/arch/sparc64/src/thread_entry.s (modified) * uspace/lib/libc/generic/stacktrace.c (modified) * uspace/lib/libc/include/stacktrace.h (modified) Pair the stack frame address and the return address in a more ... Wed, 30 Dec 2009 00:56:38 GMT Jakub Jermar [ee2f1aae] * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/src/stacktrace.S (added) Dummy support for stack traces on arm32. Wed, 30 Dec 2009 00:49:32 GMT Jakub Jermar [b2a5b41] * uspace/lib/libc/arch/sparc64/include/fibril.h (modified) Start each sparc64 fibril with zero %i7 to stop tracing stack at the ... Wed, 30 Dec 2009 00:33:22 GMT Jakub Jermar [4074601] * uspace/lib/libc/arch/sparc64/src/entry.s (modified) * uspace/lib/libc/arch/sparc64/src/stacktrace.S (modified) * uspace/lib/libc/arch/sparc64/src/thread_entry.s (modified) Clear the %i7 register in the task and thread entry functions to stop ... Tue, 29 Dec 2009 23:55:12 GMT Jakub Jermar [e84037f] * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/src/stacktrace.S (added) Add sparc64 support for stack traces. Tue, 29 Dec 2009 21:30:34 GMT Jakub Jermar [3c4762c] * uspace/lib/libc/arch/amd64/include/fibril.h (modified) Start each amd64 fibril with zero RBP to stop tracing stack at the ... Tue, 29 Dec 2009 21:24:44 GMT Jakub Jermar [62e1e1d] * uspace/lib/libc/arch/amd64/src/entry.s (modified) * uspace/lib/libc/arch/amd64/src/thread_entry.s (modified) Clear the RBP register in the task and thread entry functions to stop ... Tue, 29 Dec 2009 21:23:34 GMT Jakub Jermar [d6ff0fc5] * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/src/stacktrace.S (added) Add amd64 support for stack traces. Tue, 29 Dec 2009 17:58:34 GMT Jakub Jermar [83a0e47] * uspace/lib/libc/arch/ia32/include/fibril.h (modified) Start each ia32 fibril with zero EBP to stop tracing stack at the ... Mon, 28 Dec 2009 20:37:44 GMT Jakub Jermar [b9b105e1] * uspace/lib/libc/arch/ia32/src/entry.s (modified) * uspace/lib/libc/arch/ia32/src/thread_entry.s (modified) Clear the EBP register in the task and thread entry functions to stop ... Mon, 28 Dec 2009 20:36:06 GMT Jakub Jermar [a6aef4e] * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/src/stacktrace.S (added) Add ia32 support for stack traces. Fri, 25 Dec 2009 19:38:36 GMT Jakub Jermar [eacb957] * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/trap/trap_table.S (modified) * uspace/lib/libc/arch/sparc64/src/fibril.S (modified) Merge fix for ticket #149. Fri, 25 Dec 2009 19:17:27 GMT Jakub Jermar [245e8399] * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/trap/trap_table.S (modified) * uspace/lib/libc/arch/sparc64/src/fibril.S (modified) Flush windows in context_save_arch() instead of context_restore_arch(). Wed, 09 Dec 2009 14:39:57 GMT Martin Decky [63c4e28] * uspace/lib/libc/arch/arm32/src/syscall.c (modified) 'swi' instruction should have an immed_24 argument (according to ARM ... Mon, 07 Dec 2009 21:57:22 GMT Jakub Jermar [cd769305] * uspace/lib/libc/arch/arm32/include/atomic.h (modified) Implement userspace arm32 cas() and atomic_add() using RAS. Mon, 07 Dec 2009 21:55:56 GMT Jakub Jermar [82a04c6] * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/ras.h (added) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/ras.c (added) * kernel/arch/arm32/src/userspace.c (modified) * uspace/lib/libc/arch/arm32/src/entry.s (modified) * uspace/srv/loader/arch/arm32/arm32.s (modified) Support for RAS on arm32. Wed, 02 Dec 2009 23:26:20 GMT Jakub Jermar [8d04f709] * uspace/lib/libc/arch/arm32/include/atomic.h (modified) Add dummy implementation of arm32 cas. The arm32 uspace atomic ... Wed, 02 Dec 2009 22:29:46 GMT Jakub Jermar [e15e0e8] * uspace/lib/libc/arch/amd64/include/atomic.h (modified) * uspace/lib/libc/arch/ia32/include/atomic.h (modified) * uspace/lib/libc/arch/ia64/include/atomic.h (modified) * uspace/lib/libc/arch/mips32/include/atomic.h (modified) * uspace/lib/libc/arch/ppc32/include/atomic.h (modified) * uspace/lib/libc/arch/sparc64/include/atomic.h (modified) * uspace/lib/libc/include/atomic.h (modified) * uspace/lib/libc/include/atomicdflt.h (added) Make provisions for different implementations of atomic_t. This ... Wed, 02 Dec 2009 18:11:02 GMT Jakub Jermar [12bef5b] * uspace/lib/libc/arch/ia32/Makefile.inc (modified) Build the ia32 uspace with -march=pentium so that gcc cas built-in ... Thu, 22 Oct 2009 17:35:18 GMT Jakub Jermar [3cc110f] * kernel/arch/ia32/src/userspace.c (modified) * uspace/lib/libc/arch/ia32/src/entry.s (modified) * uspace/srv/loader/arch/ia32/ia32.s (modified) Autodetect SYSENTER support in uspace. Thu, 22 Oct 2009 16:22:53 GMT Jakub Jermar [8e000b8d] * uspace/lib/libc/arch/ia32/include/syscall.h (modified) * uspace/lib/libc/arch/ia32/src/syscall.S (modified) Rename __syscall_{int,sysenter} to __syscall_{slow,fast}. Syscalls ... Wed, 07 Oct 2009 14:03:35 GMT Martin Decky [6ab8697] * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arg.h (deleted) * kernel/arch/arm32/include/arg.h (deleted) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arg.h (deleted) * kernel/arch/ia64/include/arg.h (deleted) * kernel/arch/mips32/include/arg.h (deleted) * kernel/arch/ppc32/include/arg.h (deleted) * kernel/arch/sparc64/include/arg.h (deleted) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/printf_core.h (modified) * kernel/generic/include/stackarg.h (deleted) * kernel/generic/include/stdarg.h (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/include/stackarg.h (deleted) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/include/stackarg.h (deleted) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/include/stackarg.h (deleted) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/include/stdarg.h (modified) use __builtin_va_* for va_* functions and va_list type (this is ... Tue, 06 Oct 2009 15:06:15 GMT Martin Decky [f563126] * kernel/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/arch/ia32/_link.ld.in (modified) make uspace pass compilation with clang Wed, 02 Sep 2009 15:23:09 GMT Martin Decky [e86a849a] * kernel/arch/ia64/include/atomic.h (modified) * uspace/lib/libc/arch/ia64/include/atomic.h (modified) use fetchadd8.rel directly, not via atomic_add() (3rd operand of ... Thu, 27 Aug 2009 12:33:45 GMT Martin Decky [ff211d2] * boot/arch/arm32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * contrib/toolchain.sh (added) * contrib/toolchain/toolchain.amd64.sh (deleted) * contrib/toolchain/toolchain.arm32.sh (deleted) * contrib/toolchain/toolchain.ia32.sh (deleted) * contrib/toolchain/toolchain.ia64.sh (deleted) * contrib/toolchain/toolchain.mipseb32.sh (deleted) * contrib/toolchain/toolchain.mipsel32.sh (deleted) * contrib/toolchain/toolchain.ppc32.sh (deleted) * contrib/toolchain/toolchain.ppc64.sh (deleted) * contrib/toolchain/toolchain.sparc64.sh (deleted) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) progress to GCC 4.4.1 use a single script to build cross-compilers ... Sat, 11 Jul 2009 20:55:41 GMT Jakub Jermar [4b2c458c] * kernel/arch/sparc64/include/context.h (modified) * uspace/lib/libc/arch/sparc64/include/fibril.h (modified) * uspace/lib/libc/arch/sparc64/include/stack.h (modified) sparc64's SP_DELTA needs more space. Tue, 30 Jun 2009 15:53:15 GMT Martin Decky [db24058] * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/generic/as.c (modified) * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/errno.c (added) * uspace/lib/libc/generic/getopt.c (modified) * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/mman.c (modified) * uspace/lib/libc/include/adt/gcdlcm.h (added) * uspace/lib/libc/include/async.h (modified) * uspace/lib/libc/include/bitops.h (modified) * uspace/lib/libc/include/errno.h (modified) * uspace/lib/libc/include/getopt.h (modified) * uspace/lib/libc/include/macros.h (modified) * uspace/lib/libc/include/mem.h (modified) * uspace/lib/libc/include/stdio.h (modified) * uspace/lib/libc/include/stdlib.h (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/lib/libc/include/vfs/vfs.h (modified) small fixes and coding style changes related to the new memory allocator Thu, 18 Jun 2009 08:30:50 GMT Martin Decky [ac47b7c2] * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/byteorder.h (deleted) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/byteorder.h (deleted) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/byteorder.h (deleted) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/byteorder.h (deleted) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/byteorder.h (deleted) * kernel/arch/mips32/include/elf.h (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/byteorder.h (deleted) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/byteorder.h (deleted) * kernel/generic/include/byteorder.h (modified) * kernel/generic/include/string.h (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/include/byteorder.h (deleted) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/include/byteorder.h (deleted) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/include/byteorder.h (deleted) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/include/byteorder.h (deleted) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/include/byteorder.h (deleted) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/include/byteorder.h (deleted) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/include/byteorder.h (deleted) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/include/byteorder.h (deleted) * uspace/lib/libc/generic/io/printf_core.c (modified) * uspace/lib/libc/include/byteorder.h (modified) * uspace/lib/libc/include/string.h (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/include/sftypes.h (modified) define endianess externally to be able to exactly specify whether we ... Fri, 12 Jun 2009 19:44:25 GMT Jiri Svoboda [26360f7] * uspace/lib/libc/arch/arm32/include/tls.h (modified) * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/fibril.c (modified) * uspace/lib/libc/include/fibril.h (modified) * uspace/srv/fb/fb.c (modified) * uspace/srv/vfs/vfs_file.c (modified) Use 'fibril_local' modifier for fibril-local variables instead of ... Wed, 03 Jun 2009 19:09:20 GMT Martin Decky [2ac85ba] * uspace/lib/libc/arch/amd64/include/types.h (modified) * uspace/lib/libc/arch/arm32/include/types.h (modified) * uspace/lib/libc/arch/ia32/include/types.h (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/mips32/include/types.h (modified) * uspace/lib/libc/arch/ppc32/include/types.h (modified) * uspace/lib/libc/arch/sparc64/include/types.h (modified) remove redundant index_t and count_t types (which were always quite ... Wed, 03 Jun 2009 19:07:55 GMT Martin Decky [67e4c35] * uspace/lib/libc/arch/arm32/include/fibril.h (modified) fix include Mon, 13 Apr 2009 20:34:25 GMT Jakub Jermar [a1d89ad] * kernel/arch/ia64/include/asm.h (modified) * uspace/lib/libc/arch/ia64/include/ddi.h (modified) Prevent optimizing ia64's PIO away. This solves the frequent hangs ... Sat, 04 Apr 2009 22:04:28 GMT Jiri Svoboda [f2b8cdc] * kernel/generic/include/string.h (modified) * kernel/generic/src/lib/string.c (modified) * uspace/lib/libc/arch/amd64/include/types.h (modified) * uspace/lib/libc/arch/arm32/include/types.h (modified) * uspace/lib/libc/arch/ia32/include/types.h (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/mips32/include/types.h (modified) * uspace/lib/libc/arch/ppc32/include/types.h (modified) * uspace/lib/libc/arch/sparc64/include/types.h (modified) * uspace/lib/libc/generic/io/fprintf.c (modified) * uspace/lib/libc/generic/io/printf_core.c (modified) * uspace/lib/libc/generic/io/vprintf.c (modified) * uspace/lib/libc/generic/io/vsnprintf.c (modified) * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/io/printf_core.h (modified) * uspace/lib/libc/include/string.h (modified) * uspace/lib/libc/include/sys/types.h (modified) Copy printf with Unicode support to userspace. Fri, 20 Mar 2009 21:31:00 GMT Jakub Jermar [e622f0a8] * uspace/lib/libc/arch/amd64/_link.ld.in (modified) * uspace/lib/libc/arch/arm32/_link.ld.in (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/_link.ld.in (modified) * uspace/lib/libc/arch/mips32/_link.ld.in (modified) * uspace/lib/libc/arch/ppc32/_link.ld.in (modified) * uspace/lib/libc/arch/sparc64/_link.ld.in (modified) Put .tbss section into the .tdata output section. This solves the ... Mon, 16 Mar 2009 22:58:11 GMT Martin Decky [656b789] * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/_link.ld.in (moved) * boot/arch/mips32/loader/_link.ld.in.ecoff (deleted) * contrib/toolchain/toolchain.mipseb32.sh (modified) * kernel/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/include/ddi.h (added) resurrect big endian support for mips32: switch from mips-sgi-irix5 ... Wed, 04 Mar 2009 16:30:58 GMT Jakub Jermar [63d1ebd] * kernel/arch/ia64/include/asm.h (modified) * uspace/lib/libc/arch/ia64/include/ddi.h (modified) Fix typo. Tue, 03 Mar 2009 22:56:33 GMT Jakub Jermar [1ae8f2b] * uspace/lib/libc/arch/arm32/include/ddi.h (added) * uspace/lib/libc/arch/ia32/include/ddi.h (modified) * uspace/lib/libc/arch/ia64/include/ddi.h (modified) * uspace/lib/libc/arch/mips32/include/ddi.h (added) * uspace/lib/libc/arch/ppc32/include/ddi.h (added) * uspace/lib/libc/arch/sparc64/include/ddi.h (added) * uspace/lib/libc/generic/ddi.c (modified) * uspace/lib/libc/include/sys/types.h (modified) PIO functions for uspace. Sun, 01 Mar 2009 20:25:23 GMT Jakub Jermar [0d5a50c] * uspace/lib/libc/arch/ia32/include/ddi.h (modified) * uspace/lib/libc/generic/ddi.c (modified) * uspace/lib/libc/include/ddi.h (modified) Introduce pio_enable() libc call. Thu, 12 Feb 2009 20:11:25 GMT Martin Decky [fcd7053] * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/init/version.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/_link.ld.in (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/_link.ld.in (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/_link.ld.in (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/_link.ld.in (modified) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/_link.ld.in (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/_link.ld.in (modified) * uspace/lib/libc/include/macros.h (added) * uspace/lib/libfs/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fb/fb.c (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/arch/ia64/src/kbd.c (modified) * uspace/srv/kbd/arch/ppc32/src/kbd.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/amd64/_link.ld.in (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/_link.ld.in (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/_link.ld.in (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/_link.ld.in (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/_link.ld.in (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/_link.ld.in (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/_link.ld.in (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/libpci/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) cleanup configuration code cleanup Thu, 12 Feb 2009 11:03:31 GMT Martin Decky [0fcfa48] * boot/arch/ia32xen/Makefile.inc (deleted) * boot/arch/ia32xen/grub/COPYING (deleted) * boot/arch/ia32xen/grub/README (deleted) * boot/arch/ia32xen/grub/menu.debug.lst (deleted) * boot/arch/ia32xen/grub/menu.lst (deleted) * boot/arch/ia32xen/grub/stage2_eltorito (deleted) * boot/arch/ia32xen/grub/xen.debug.gz (deleted) * boot/arch/ia32xen/grub/xen.gz (deleted) * boot/arch/ppc64/Makefile.inc (deleted) * boot/arch/ppc64/loader/Makefile (deleted) * boot/arch/ppc64/loader/_link.ld.in (deleted) * boot/arch/ppc64/loader/asm.S (deleted) * boot/arch/ppc64/loader/asm.h (deleted) * boot/arch/ppc64/loader/boot.S (deleted) * boot/arch/ppc64/loader/main.c (deleted) * boot/arch/ppc64/loader/main.h (deleted) * boot/arch/ppc64/loader/ofwarch.c (deleted) * boot/arch/ppc64/loader/ofwarch.h (deleted) * boot/arch/ppc64/loader/regname.h (deleted) * boot/arch/ppc64/loader/types.h (deleted) * contrib/default/ia32xen/Makefile.config (deleted) * contrib/default/ia32xen/output (deleted) * contrib/default/ppc64/Makefile.config (deleted) * contrib/default/ppc64/output (deleted) * kernel/arch/ia32xen/Makefile.inc (deleted) * kernel/arch/ia32xen/_link.ld.in (deleted) * kernel/arch/ia32xen/include/arch.h (deleted) * kernel/arch/ia32xen/include/arg.h (deleted) * kernel/arch/ia32xen/include/asm.h (deleted) * kernel/arch/ia32xen/include/atomic.h (deleted) * kernel/arch/ia32xen/include/barrier.h (deleted) * kernel/arch/ia32xen/include/bios (deleted) * kernel/arch/ia32xen/include/byteorder.h (deleted) * kernel/arch/ia32xen/include/context.h (deleted) * kernel/arch/ia32xen/include/context_offset.h (deleted) * kernel/arch/ia32xen/include/cpu.h (deleted) * kernel/arch/ia32xen/include/cpuid.h (deleted) * kernel/arch/ia32xen/include/cycle.h (deleted) * kernel/arch/ia32xen/include/ddi (deleted) * kernel/arch/ia32xen/include/debug.h (deleted) * kernel/arch/ia32xen/include/debugger.h (deleted) * kernel/arch/ia32xen/include/drivers/xconsole.h (deleted) * kernel/arch/ia32xen/include/elf.h (deleted) * kernel/arch/ia32xen/include/faddr.h (deleted) * kernel/arch/ia32xen/include/fpu_context.h (deleted) * kernel/arch/ia32xen/include/hypercall.h (deleted) * kernel/arch/ia32xen/include/interrupt.h (deleted) * kernel/arch/ia32xen/include/memstr.h (deleted) * kernel/arch/ia32xen/include/mm/as.h (deleted) * kernel/arch/ia32xen/include/mm/asid.h (deleted) * kernel/arch/ia32xen/include/mm/frame.h (deleted) * kernel/arch/ia32xen/include/mm/page.h (deleted) * kernel/arch/ia32xen/include/mm/tlb.h (deleted) * kernel/arch/ia32xen/include/pm.h (deleted) * kernel/arch/ia32xen/include/proc (deleted) * kernel/arch/ia32xen/include/smp (deleted) * kernel/arch/ia32xen/include/types.h (deleted) * kernel/arch/ia32xen/src/asm.S (deleted) * kernel/arch/ia32xen/src/atomic.S (deleted) * kernel/arch/ia32xen/src/bios (deleted) * kernel/arch/ia32xen/src/boot/boot.S (deleted) * kernel/arch/ia32xen/src/context.S (deleted) * kernel/arch/ia32xen/src/cpu (deleted) * kernel/arch/ia32xen/src/ddi (deleted) * kernel/arch/ia32xen/src/debug (deleted) * kernel/arch/ia32xen/src/debugger.c (deleted) * kernel/arch/ia32xen/src/delay.s (deleted) * kernel/arch/ia32xen/src/drivers/xconsole.c (deleted) * kernel/arch/ia32xen/src/fpu_context.c (deleted) * kernel/arch/ia32xen/src/ia32xen.c (deleted) * kernel/arch/ia32xen/src/interrupt.c (deleted) * kernel/arch/ia32xen/src/mm/as.c (deleted) * kernel/arch/ia32xen/src/mm/frame.c (deleted) * kernel/arch/ia32xen/src/mm/page.c (deleted) * kernel/arch/ia32xen/src/mm/tlb.c (deleted) * kernel/arch/ia32xen/src/pm.c (deleted) * kernel/arch/ia32xen/src/proc/scheduler.c (deleted) * kernel/arch/ia32xen/src/proc/task.c (deleted) * kernel/arch/ia32xen/src/proc/thread.c (deleted) * kernel/arch/ia32xen/src/smp/apic.c (deleted) * kernel/arch/ia32xen/src/smp/ipi.c (deleted) * kernel/arch/ia32xen/src/smp/mps.c (deleted) * kernel/arch/ia32xen/src/smp/smp.c (deleted) * kernel/arch/ia32xen/src/userspace.c (deleted) * kernel/arch/ppc64/Makefile.inc (deleted) * kernel/arch/ppc64/_link.ld.in (deleted) * kernel/arch/ppc64/include/arch.h (deleted) * kernel/arch/ppc64/include/arg.h (deleted) * kernel/arch/ppc64/include/asm.h (deleted) * kernel/arch/ppc64/include/asm/regname.h (deleted) * kernel/arch/ppc64/include/atomic.h (deleted) * kernel/arch/ppc64/include/barrier.h (deleted) * kernel/arch/ppc64/include/boot/boot.h (deleted) * kernel/arch/ppc64/include/byteorder.h (deleted) * kernel/arch/ppc64/include/context.h (deleted) * kernel/arch/ppc64/include/context_offset.h (deleted) * kernel/arch/ppc64/include/cpu.h (deleted) * kernel/arch/ppc64/include/cpuid.h (deleted) * kernel/arch/ppc64/include/cycle.h (deleted) * kernel/arch/ppc64/include/debug.h (deleted) * kernel/arch/ppc64/include/drivers/pic.h (deleted) * kernel/arch/ppc64/include/elf.h (deleted) * kernel/arch/ppc64/include/exception.h (deleted) * kernel/arch/ppc64/include/faddr.h (deleted) * kernel/arch/ppc64/include/fpu_context.h (deleted) * kernel/arch/ppc64/include/interrupt.h (deleted) * kernel/arch/ppc64/include/memstr.h (deleted) * kernel/arch/ppc64/include/mm/as.h (deleted) * kernel/arch/ppc64/include/mm/asid.h (deleted) * kernel/arch/ppc64/include/mm/frame.h (deleted) * kernel/arch/ppc64/include/mm/page.h (deleted) * kernel/arch/ppc64/include/mm/tlb.h (deleted) * kernel/arch/ppc64/include/proc/task.h (deleted) * kernel/arch/ppc64/include/proc/thread.h (deleted) * kernel/arch/ppc64/include/types.h (deleted) * kernel/arch/ppc64/src/asm.S (deleted) * kernel/arch/ppc64/src/boot/boot.S (deleted) * kernel/arch/ppc64/src/context.S (deleted) * kernel/arch/ppc64/src/cpu/cpu.c (deleted) * kernel/arch/ppc64/src/ddi/ddi.c (deleted) * kernel/arch/ppc64/src/debug/panic.s (deleted) * kernel/arch/ppc64/src/drivers/pic.c (deleted) * kernel/arch/ppc64/src/dummy.s (deleted) * kernel/arch/ppc64/src/exception.S (deleted) * kernel/arch/ppc64/src/fpu_context.S (deleted) * kernel/arch/ppc64/src/interrupt.c (deleted) * kernel/arch/ppc64/src/mm/as.c (deleted) * kernel/arch/ppc64/src/mm/frame.c (deleted) * kernel/arch/ppc64/src/mm/page.c (deleted) * kernel/arch/ppc64/src/mm/tlb.c (deleted) * kernel/arch/ppc64/src/ppc64.c (deleted) * kernel/arch/ppc64/src/proc/scheduler.c (deleted) * uspace/lib/libc/arch/ppc64/Makefile.inc (deleted) * uspace/lib/libc/arch/ppc64/_link.ld.in (deleted) * uspace/lib/libc/arch/ppc64/include/atomic.h (deleted) * uspace/lib/libc/arch/ppc64/include/byteorder.h (deleted) * uspace/lib/libc/arch/ppc64/include/config.h (deleted) * uspace/lib/libc/arch/ppc64/include/faddr.h (deleted) * uspace/lib/libc/arch/ppc64/include/fibril.h (deleted) * uspace/lib/libc/arch/ppc64/include/limits.h (deleted) * uspace/lib/libc/arch/ppc64/include/regname.h (deleted) * uspace/lib/libc/arch/ppc64/include/stackarg.h (deleted) * uspace/lib/libc/arch/ppc64/include/syscall.h (deleted) * uspace/lib/libc/arch/ppc64/include/thread.h (deleted) * uspace/lib/libc/arch/ppc64/include/tls.h (deleted) * uspace/lib/libc/arch/ppc64/include/types.h (deleted) * uspace/lib/libc/arch/ppc64/src/entry.s (deleted) * uspace/lib/libc/arch/ppc64/src/fibril.S (deleted) * uspace/lib/libc/arch/ppc64/src/syscall.c (deleted) * uspace/lib/libc/arch/ppc64/src/thread_entry.s (deleted) * uspace/lib/libc/arch/ppc64/src/tls.c (deleted) * uspace/lib/softfloat/arch/ppc64/include/functions.h (deleted) * uspace/srv/kbd/arch/ppc64/include/kbd.h (deleted) * uspace/srv/kbd/arch/ppc64/src/kbd.c (deleted) cleanup: remove unsupported or broken ports (there are out-of-sync ... Tue, 20 Jan 2009 18:38:16 GMT Martin Decky [9a0367f] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/boot.config (deleted) * kernel/Makefile (modified) * kernel/kernel.config (deleted) * tools/config.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/libpci/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) * uspace/uspace.config (deleted) configuration system overhaul (requires newt) Tue, 13 Jan 2009 20:26:00 GMT Jiri Svoboda [bda24ee7] * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/mips32/include/atomic.h (modified) Fix mips32 userspace atomic_add() the same way as the kernel one. ... Tue, 06 Jan 2009 21:14:07 GMT Jiri Svoboda [59b2adb] * boot/arch/ia64/loader/Makefile (modified) * uspace/lib/libc/arch/ia64/src/entry.s (modified) * uspace/lib/libc/arch/ia64/src/thread_entry.s (modified) * uspace/srv/loader/arch/ia64/_link.ld.in (modified) Fix loader problem on ia64 and remove workaround. Sun, 30 Nov 2008 12:17:56 GMT Jakub Vana [323a5aaf] * boot/arch/ia64/loader/gefi/HelenOS/mkimage.c (added) * kernel/Makefile (modified) * kernel/arch/ia64/include/drivers/kbd.h (added) * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/src/drivers/ega.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/ski/ski.c (modified) * kernel/genarch/src/kbd/ns16550.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/kernel.config (modified) * uspace/lib/libc/arch/ia64/include/ddi.h (added) * uspace/lib/libc/arch/ia64/src/ddi.c (added) * uspace/srv/fb/ega.c (modified) * uspace/srv/kbd/arch/ia64/src/kbd.c (modified) Legacy IRQ support, uspace NS16550 support, some minor changes Tue, 25 Nov 2008 20:22:04 GMT Jakub Vana [46321fb] * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/ia64/include/mm/tlb.h (modified) * kernel/arch/ia64/include/proc/task.h (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/drivers/ega.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/generic/include/adt/bitmap.h (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/srv/fb/Makefile (modified) IA64: Userspace I/O support Thu, 13 Nov 2008 10:53:59 GMT Jiri Svoboda [c1b455e] * kernel/arch/ppc32/src/asm.S (modified) * uspace/lib/libc/arch/ppc32/src/entry.s (modified) * uspace/srv/loader/arch/ppc32/ppc32.s (modified) Fix bug #67. It was obviously all my fault - I allocated r3 for ... Sun, 05 Oct 2008 21:20:13 GMT Jakub Jermar [f2ef7fd] * kernel/arch/amd64/include/syscall.h (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/cpu.h (modified) * kernel/arch/ia32/include/syscall.h (added) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/syscall.c (added) * uspace/app/trace/trace.c (modified) * uspace/lib/libc/arch/amd64/include/syscall.h (modified) * uspace/lib/libc/arch/arm32/include/syscall.h (modified) * uspace/lib/libc/arch/ia32/include/syscall.h (modified) * uspace/lib/libc/arch/ia32/src/syscall.S (modified) * uspace/lib/libc/arch/ia64/include/syscall.h (modified) * uspace/lib/libc/arch/mips32/include/syscall.h (modified) * uspace/lib/libc/arch/ppc32/include/syscall.h (modified) * uspace/lib/libc/arch/ppc64/include/syscall.h (modified) * uspace/lib/libc/arch/sparc64/include/syscall.h (modified) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/include/libc.h (modified) * uspace/lib/libc/include/syscall.h (modified) Support for SYSENTER on ia32. Wed, 27 Aug 2008 17:06:52 GMT Martin Decky [ddb0df5] * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc64/loader/Makefile (modified) * contrib/toolchain/toolchain.amd64.sh (modified) * contrib/toolchain/toolchain.arm32.sh (modified) * contrib/toolchain/toolchain.ia32.sh (modified) * contrib/toolchain/toolchain.ia64.sh (modified) * contrib/toolchain/toolchain.mipseb32.sh (modified) * contrib/toolchain/toolchain.mipsel32.sh (modified) * contrib/toolchain/toolchain.ppc32.sh (modified) * contrib/toolchain/toolchain.ppc64.sh (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32xen/Makefile.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc64/Makefile.inc (modified) configurable cross-compiler prefix (using CROSS_PREFIX) Wed, 27 Aug 2008 16:16:00 GMT Martin Decky [ac6ee45] * boot/arch/sparc64/loader/Makefile (modified) * contrib/toolchain/toolchain.sparc64.sh (modified) * kernel/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) configurable cross-compiler prefix (using CROSS_PREFIX) Sun, 27 Jul 2008 15:14:07 GMT Martin Decky [46d8eb9] * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32xen/include/mm/page.h (modified) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc64/include/mm/page.h (modified) * kernel/arch/sparc64/include/mm/page.h (modified) * kernel/generic/include/mm/page.h (modified) * uspace/lib/libc/arch/amd64/include/config.h (modified) * uspace/lib/libc/arch/arm32/include/config.h (modified) * uspace/lib/libc/arch/ia32/include/config.h (modified) * uspace/lib/libc/arch/ia64/include/config.h (modified) * uspace/lib/libc/arch/mips32/include/config.h (modified) * uspace/lib/libc/arch/ppc32/include/config.h (modified) * uspace/lib/libc/arch/ppc64/include/config.h (modified) * uspace/lib/libc/arch/sparc64/include/config.h (modified) remove dummy page coloring facility, which is currenty not used Tue, 08 Jul 2008 16:05:45 GMT Jiri Svoboda [c98e6ee] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/amd64/grub/menu.lst (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia32/grub/menu.lst (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * kernel/Makefile (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia32xen/src/userspace.c (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc64/src/asm.S (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/program.h (added) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/smc.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/program.c (added) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/smc.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/cli/Makefile (added) * uspace/app/cli/cli.c (added) * uspace/app/init/init.c (modified) * uspace/app/tester/tester.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/arch/amd64/src/entry.s (modified) * uspace/lib/libc/arch/arm32/src/entry.s (modified) * uspace/lib/libc/arch/ia32/src/entry.s (modified) * uspace/lib/libc/arch/ia64/src/entry.s (modified) * uspace/lib/libc/arch/mips32/src/entry.s (modified) * uspace/lib/libc/arch/ppc32/src/entry.s (modified) * uspace/lib/libc/arch/ppc64/src/entry.s (modified) * uspace/lib/libc/arch/sparc64/src/entry.s (modified) * uspace/lib/libc/generic/as.c (modified) * uspace/lib/libc/generic/io/stream.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/pcb.c (added) * uspace/lib/libc/generic/smc.c (added) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/as.h (modified) * uspace/lib/libc/include/io/stream.h (modified) * uspace/lib/libc/include/ipc/loader.h (added) * uspace/lib/libc/include/libc.h (modified) * uspace/lib/libc/include/loader/pcb.h (added) * uspace/lib/libc/include/smc.h (added) * uspace/lib/libc/include/task.h (modified) * uspace/srv/loader/Makefile (added) * uspace/srv/loader/arch/amd64/Makefile.inc (added) * uspace/srv/loader/arch/amd64/_link.ld.in (added) * uspace/srv/loader/arch/amd64/amd64.s (added) * uspace/srv/loader/arch/arm32/Makefile.inc (added) * uspace/srv/loader/arch/arm32/_link.ld.in (added) * uspace/srv/loader/arch/arm32/arm32.s (added) * uspace/srv/loader/arch/ia32/Makefile.inc (added) * uspace/srv/loader/arch/ia32/_link.ld.in (added) * uspace/srv/loader/arch/ia32/ia32.s (added) * uspace/srv/loader/arch/ia64/Makefile.inc (added) * uspace/srv/loader/arch/ia64/_link.ld.in (added) * uspace/srv/loader/arch/ia64/ia64.s (added) * uspace/srv/loader/arch/mips32/Makefile.inc (added) * uspace/srv/loader/arch/mips32/_link.ld.in (added) * uspace/srv/loader/arch/mips32/mips32.s (added) * uspace/srv/loader/arch/ppc32/Makefile.inc (added) * uspace/srv/loader/arch/ppc32/_link.ld.in (added) * uspace/srv/loader/arch/ppc32/ppc32.s (added) * uspace/srv/loader/arch/sparc64/Makefile.inc (added) * uspace/srv/loader/arch/sparc64/_link.ld.in (added) * uspace/srv/loader/arch/sparc64/sparc64.s (added) * uspace/srv/loader/elf_load.c (added) * uspace/srv/loader/include/arch.h (added) * uspace/srv/loader/include/elf.h (added) * uspace/srv/loader/include/elf_load.h (added) * uspace/srv/loader/interp.s (added) * uspace/srv/loader/main.c (added) Merge program-loader related stuff from dynload branch to trunk. (huge) Tue, 01 Jul 2008 14:41:49 GMT Jiri Svoboda [57edf88] * uspace/lib/libc/arch/arm32/include/byteorder.h (modified) Fix: arm32 is little-endian. Mon, 16 Jun 2008 21:42:48 GMT Jakub Jermar [9f491d7] * kernel/arch/ia32/include/atomic.h (modified) * uspace/lib/libc/arch/ia32/include/atomic.h (modified) First argument of atomic functions is read-write (ia32). Mon, 16 Jun 2008 21:36:39 GMT Jakub Jermar [ad2e39b] * kernel/arch/amd64/include/atomic.h (modified) * uspace/lib/libc/arch/amd64/include/atomic.h (modified) First argument to atomic functions is read-write (amd64). Mon, 16 Jun 2008 21:28:37 GMT Jakub Jermar [5336643] * kernel/arch/mips32/include/atomic.h (modified) * uspace/lib/libc/arch/mips32/include/atomic.h (modified) The first argument to atomic_add() is read-write. (mips32) Wed, 04 Jun 2008 19:37:52 GMT Jiri Svoboda [32443b0] * kernel/arch/mips32/include/types.h (modified) * kernel/generic/include/typedefs.h (modified) * uspace/lib/libc/arch/mips32/src/entry.s (modified) Make mips32 compile again Wed, 04 Jun 2008 19:02:04 GMT Jiri Svoboda [3abe472f] * kernel/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/ia64/src/entry.s (modified) Make ia64 compile again. Wed, 04 Jun 2008 18:48:16 GMT Jiri Svoboda [009474f] * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/types.h (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * uspace/lib/libc/arch/arm32/src/entry.s (modified) Make arm32 compile again. Tue, 03 Jun 2008 15:06:18 GMT Martin Decky [d51db07] * uspace/lib/libc/arch/amd64/src/entry.s (modified) * uspace/lib/libc/arch/ia32/include/config.h (modified) * uspace/lib/libc/arch/ia32/src/entry.s (modified) * uspace/lib/libc/arch/ia32/src/syscall.S (modified) * uspace/lib/libc/arch/ppc32/src/entry.s (modified) * uspace/lib/libc/arch/sparc64/src/entry.s (modified) remove __io_init and __entry_driver Mon, 02 Jun 2008 11:50:42 GMT Jiri Svoboda [d2bdd245] * uspace/lib/libc/arch/mips32/include/atomic.h (modified) Fix register constraints in mips32 libc atomic_add() Mon, 26 May 2008 18:56:34 GMT Jakub Jermar [1cc2974] * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * uspace/lib/libc/arch/amd64/_link.ld.in (modified) * uspace/lib/libc/arch/arm32/_link.ld.in (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/_link.ld.in (modified) * uspace/lib/libc/arch/mips32/_link.ld.in (modified) * uspace/lib/libc/arch/ppc32/_link.ld.in (modified) * uspace/lib/libc/arch/ppc64/_link.ld.in (modified) * uspace/lib/libc/arch/sparc64/_link.ld.in (modified) Improve linking and loading of boot ELF images. (Contributed by Jiri ... Wed, 16 Apr 2008 19:52:50 GMT Josef Cejka [9765182] * kernel/arch/ppc32/include/context_offset.h (modified) * kernel/arch/ppc64/include/context_offset.h (modified) * kernel/arch/ppc64/src/context.S (modified) * uspace/lib/libc/arch/ppc64/include/context_offset.h (deleted) * uspace/lib/libc/arch/ppc64/src/fibril.S (modified) Used common macro for context saving on ppc64. Tue, 15 Apr 2008 20:05:13 GMT Josef Cejka [ecc83bd] * kernel/arch/sparc64/include/context_offset.h (modified) * kernel/arch/sparc64/src/context.S (modified) * uspace/lib/libc/arch/sparc64/include/context_offset.h (deleted) * uspace/lib/libc/arch/sparc64/src/fibril.S (modified) Context handling unified for sparc64. Thu, 03 Apr 2008 20:46:47 GMT Jakub Jermar [776f2e6] * uspace/lib/libc/arch/amd64/include/byteorder.h (moved) * uspace/lib/libc/arch/arm32/include/byteorder.h (moved) * uspace/lib/libc/arch/arm32/include/endian.h (deleted) * uspace/lib/libc/arch/ia32/include/byteorder.h (moved) * uspace/lib/libc/arch/ia64/include/byteorder.h (moved) * uspace/lib/libc/arch/mips32/include/byteorder.h (moved) * uspace/lib/libc/arch/mips32/include/endian.h (deleted) * uspace/lib/libc/arch/mips32eb/include/byteorder.h (added) * uspace/lib/libc/arch/mips32eb/include/endian.h (deleted) * uspace/lib/libc/arch/ppc32/include/byteorder.h (added) * uspace/lib/libc/arch/ppc64/include/byteorder.h (added) * uspace/lib/libc/arch/sparc64/include/byteorder.h (added) * uspace/lib/libc/arch/sparc64/include/endian.h (deleted) * uspace/lib/libc/include/byteorder.h (moved) * uspace/lib/softfloat/include/sftypes.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) Replace all endian.h in uspace with a copy of the kernel's respective ... Wed, 02 Apr 2008 20:39:04 GMT Jakub Jermar [711e33fc] * uspace/lib/libc/arch/amd64/include/endian.h (modified) * uspace/lib/libc/include/endian.h (modified) Support of byte swapping in userspace. Sat, 15 Mar 2008 13:01:36 GMT Josef Cejka [d4f572e] * kernel/arch/ppc32/include/context_offset.h (modified) * kernel/arch/ppc32/src/context.S (modified) * uspace/lib/libc/arch/ppc32/include/context_offset.h (deleted) * uspace/lib/libc/arch/ppc32/src/fibril.S (modified) Unified context saving/restoring macros in ppc32. Sat, 15 Mar 2008 12:28:12 GMT Josef Cejka [ca21eb4b] * kernel/arch/ia32xen/include/context_offset.h (added) * uspace/lib/libc/arch/mips32eb/include/context_offset.h (deleted) Fixed broken context_offset.h symlinks for mips32eb and ia32xen. Sat, 15 Mar 2008 12:21:09 GMT Josef Cejka [308cdd1] * kernel/arch/mips32/include/context_offset.h (modified) * kernel/arch/mips32/src/context.S (modified) * uspace/lib/libc/arch/mips32/include/context_offset.h (deleted) * uspace/lib/libc/arch/mips32/src/fibril.S (modified) Context saving/restoring macros used for mips32. Sat, 15 Mar 2008 11:17:50 GMT Jakub Jermar [8476a8d] * uspace/lib/libc/arch/ia32/src/fibril.S (modified) * uspace/lib/libc/arch/ia32/src/setjmp.S (modified) Fix jmp_buf vs. context structure in comment. Sat, 15 Mar 2008 10:22:07 GMT Josef Cejka [1dbfe98] * kernel/arch/amd64/include/context_offset.h (modified) * kernel/arch/amd64/src/context.S (modified) * uspace/lib/libc/arch/amd64/include/context_offset.h (deleted) * uspace/lib/libc/arch/amd64/src/fibril.S (modified) Unified context handling code for amd64. Sat, 15 Mar 2008 09:43:06 GMT Josef Cejka [baac911] * uspace/lib/libc/arch/ia32/src/fibril.S (modified) Context saving/restoring code replaced with macro. Sat, 15 Mar 2008 08:48:18 GMT Josef Cejka [d2fa31f7] * uspace/lib/libc/arch/ia32/src/setjmp.S (modified) * uspace/lib/libc/include/setjmp.h (moved) * uspace/lib/libc/include/unistd.h (modified) United headers using context_t in uspace. Wed, 27 Feb 2008 11:49:17 GMT Martin Decky [6c441cf8] * kernel/Makefile (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/debug/print.c (modified) * kernel/arch/ia32xen/src/mm/tlb.c (modified) * kernel/arch/ia32xen/src/smp/mps.c (modified) * kernel/arch/ia32xen/src/smp/smp.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/src/cpu/cpu.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/drivers/arc.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/sparc64/src/mm/frame.c (modified) * kernel/arch/sparc64/src/mm/page.c (modified) * kernel/arch/sparc64/src/mm/tlb.c (modified) * kernel/arch/sparc64/src/smp/ipi.c (modified) * kernel/genarch/src/ofw/ebus.c (modified) * kernel/genarch/src/ofw/fhc.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/genarch/src/ofw/pci.c (modified) * kernel/genarch/src/ofw/sbus.c (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/func.c (modified) * kernel/generic/src/lib/memstr.c (modified) * kernel/generic/src/lib/sort.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/test/avltree/avltree1.c (modified) * kernel/test/fpu/fpu1.c (modified) * kernel/test/fpu/mips2.c (modified) * kernel/test/fpu/sse1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/synch/rwlock5.c (modified) * kernel/test/test.c (modified) * kernel/test/thread/thread1.c (modified) * uspace/lib/libc/arch/ppc64/src/syscall.c (modified) code cleanup (mostly signed/unsigned) allow extra compiler warnings Sun, 03 Feb 2008 17:16:43 GMT Josef Cejka [6cbed012] * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/include/setjmp.h (added) * uspace/lib/libc/arch/ia32/src/setjmp.S (added) Added setjmp and longjmp functions for ia32 architecture. Sat, 17 Nov 2007 19:52:57 GMT Jakub Jermar [6c383b0] * kernel/arch/ia32/src/asm.S (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/src/fibril.S (modified) * uspace/lib/libc/arch/ia32/src/syscall.S (added) * uspace/lib/libc/arch/ia32/src/syscall.c (deleted) Support for six syscall arguments for ia32. Sat, 17 Nov 2007 14:12:48 GMT Jakub Jermar [9cc0d7c] * kernel/arch/arm32/src/exception.c (modified) * uspace/lib/libc/arch/arm32/src/syscall.c (modified) Support for six syscall arguments for arm32. Fri, 16 Nov 2007 16:24:05 GMT Jakub Jermar [05ae7081] * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/stack.h (modified) * kernel/arch/sparc64/include/syscall.h (deleted) * kernel/arch/sparc64/include/trap/syscall.h (modified) * kernel/arch/sparc64/include/trap/trap_table.h (modified) * kernel/arch/sparc64/src/trap/syscall.c (deleted) * kernel/arch/sparc64/src/trap/trap_table.S (modified) * uspace/lib/libc/arch/sparc64/include/syscall.h (modified) Support for six syscall arguments for sparc64. There is a minor ... Fri, 16 Nov 2007 16:22:11 GMT Jakub Jermar [454889c] * uspace/lib/libc/arch/ppc32/src/syscall.c (modified) Support for six syscall arguments for ppc32. Fri, 16 Nov 2007 16:20:45 GMT Jakub Jermar [1b03ed3] * kernel/arch/ia64/include/interrupt.h (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * uspace/lib/libc/arch/ia64/src/syscall.S (modified) Support for six syscall arguments on ia64. --iSupis line, and those ... Fri, 16 Nov 2007 16:18:29 GMT Jakub Jermar [9c2fb97] * kernel/arch/mips32/include/stack.h (modified) * kernel/arch/mips32/src/start.S (modified) * uspace/lib/libc/arch/mips32/src/syscall.c (modified) Support for six syscall arguments on mips32. Fri, 16 Nov 2007 16:17:18 GMT Jakub Jermar [296426ad] * kernel/arch/amd64/include/proc/thread.h (modified) * kernel/arch/amd64/src/asm_utils.S (modified) * kernel/arch/amd64/src/proc/scheduler.c (modified) * kernel/arch/amd64/src/proc/thread.c (modified) * kernel/arch/amd64/src/syscall.c (modified) * uspace/lib/libc/arch/amd64/src/fibril.S (modified) * uspace/lib/libc/arch/amd64/src/syscall.S (modified) Support for 6 syscalls arguments on amd64. Mon, 12 Nov 2007 13:24:46 GMT Jakub Jermar [1314e3b] * kernel/Makefile (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) Work around the way symtab.data section is constructed. This fixes ... Sun, 04 Nov 2007 16:40:24 GMT Jakub Jermar [3e56ab9] * uspace/lib/libc/arch/ppc64/src/tls.c (modified) Fix file included by ppc64's tls.c. Tue, 30 Oct 2007 22:54:11 GMT Jakub Jermar [fa23560] * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/include/thread.h (modified) * uspace/lib/libc/arch/amd64/include/tls.h (added) * uspace/lib/libc/arch/amd64/src/tls.c (moved) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/include/thread.h (modified) * uspace/lib/libc/arch/arm32/include/tls.h (moved) * uspace/lib/libc/arch/arm32/src/tls.c (moved) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/include/thread.h (modified) * uspace/lib/libc/arch/ia32/include/tls.h (added) * uspace/lib/libc/arch/ia32/src/thread.c (deleted) * uspace/lib/libc/arch/ia32/src/tls.c (added) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/include/thread.h (modified) * uspace/lib/libc/arch/ia64/include/tls.h (added) * uspace/lib/libc/arch/ia64/src/tls.c (moved) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/include/thread.h (modified) * uspace/lib/libc/arch/mips32/include/tls.h (added) * uspace/lib/libc/arch/mips32/src/tls.c (moved) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/include/tls.h (added) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/include/thread.h (modified) * uspace/lib/libc/arch/ppc32/include/tls.h (added) * uspace/lib/libc/arch/ppc32/src/tls.c (moved) * uspace/lib/libc/arch/ppc64/Makefile.inc (modified) * uspace/lib/libc/arch/ppc64/include/thread.h (modified) * uspace/lib/libc/arch/ppc64/include/tls.h (added) * uspace/lib/libc/arch/ppc64/src/tls.c (moved) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/include/thread.h (modified) * uspace/lib/libc/arch/sparc64/include/tls.h (added) * uspace/lib/libc/arch/sparc64/src/tls.c (added) * uspace/lib/libc/generic/fibril.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/thread.c (modified) * uspace/lib/libc/generic/tls.c (added) * uspace/lib/libc/include/fibril.h (modified) * uspace/lib/libc/include/thread.h (modified) * uspace/lib/libc/include/tls.h (added) Unify implementations of TLS variant I and variant II __alloc_tls() ... Sun, 28 Oct 2007 21:37:14 GMT Jakub Jermar [bb54db8] * uspace/lib/libc/arch/mips32/Makefile.inc (modified) Change BFD_NAME from elf32-little to elf32-tradlittlemips. Sun, 28 Oct 2007 21:13:07 GMT Jakub Jermar [8ecba18b] * kernel/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) Change BFD_TARGET from elf32-little to elf32-littlearm. Sun, 28 Oct 2007 21:03:02 GMT Jakub Jermar [2c2295ab] * uspace/lib/libc/arch/amd64/src/thread.c (modified) * uspace/lib/libc/arch/sparc64/src/thread.c (modified) * uspace/lib/libc/include/thread.h (modified) For architectures that make use of TLS variant II (i.e. amd64, ia32 ... Sun, 28 Oct 2007 20:55:39 GMT Jakub Jermar [941cc8b] * uspace/lib/libc/arch/amd64/_link.ld.in (modified) * uspace/lib/libc/arch/arm32/_link.ld.in (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/_link.ld.in (modified) * uspace/lib/libc/arch/mips32/_link.ld.in (modified) * uspace/lib/libc/arch/ppc32/_link.ld.in (modified) * uspace/lib/libc/arch/ppc64/_link.ld.in (modified) * uspace/lib/libc/arch/sparc64/_link.ld.in (modified) In all architectures' uspace linker scripts, define the ... Thu, 27 Sep 2007 12:35:36 GMT Jakub Jermar [5d4e90f0] * uspace/app/tester/tester.h (modified) * uspace/lib/libc/arch/amd64/include/fibril.h (modified) * uspace/lib/libc/arch/amd64/include/types.h (modified) * uspace/lib/libc/arch/arm32/include/fibril.h (modified) * uspace/lib/libc/arch/arm32/include/types.h (modified) * uspace/lib/libc/arch/ia32/include/fibril.h (modified) * uspace/lib/libc/arch/ia32/include/stackarg.h (modified) * uspace/lib/libc/arch/ia32/include/types.h (modified) * uspace/lib/libc/arch/ia64/include/fibril.h (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/mips32/include/fibril.h (modified) * uspace/lib/libc/arch/mips32/include/stackarg.h (modified) * uspace/lib/libc/arch/mips32/include/types.h (modified) * uspace/lib/libc/arch/ppc32/include/fibril.h (modified) * uspace/lib/libc/arch/ppc32/include/types.h (modified) * uspace/lib/libc/arch/ppc64/include/fibril.h (modified) * uspace/lib/libc/arch/ppc64/include/types.h (modified) * uspace/lib/libc/arch/sparc64/include/atomic.h (modified) * uspace/lib/libc/arch/sparc64/include/fibril.h (modified) * uspace/lib/libc/arch/sparc64/include/syscall.h (modified) * uspace/lib/libc/arch/sparc64/include/types.h (modified) * uspace/lib/libc/generic/as.c (modified) * uspace/lib/libc/generic/futex.c (modified) * uspace/lib/libc/generic/io/stream.c (modified) * uspace/lib/libc/generic/mman.c (modified) * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/as.h (modified) * uspace/lib/libc/include/async.h (modified) * uspace/lib/libc/include/bitops.h (modified) * uspace/lib/libc/include/futex.h (modified) * uspace/lib/libc/include/io/io.h (modified) * uspace/lib/libc/include/io/printf_core.h (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/lib/libc/include/libc.h (modified) * uspace/lib/libc/include/stdarg.h (modified) * uspace/lib/libc/include/stddef.h (modified) * uspace/lib/libc/include/stdint.h (modified) * uspace/lib/libc/include/stdio.h (modified) * uspace/lib/libc/include/string.h (modified) * uspace/lib/libc/include/sys/mman.h (modified) * uspace/lib/libc/include/sys/time.h (modified) * uspace/lib/libc/include/sys/types.h (modified) * uspace/lib/libc/include/syscall.h (modified) * uspace/lib/libc/include/task.h (modified) * uspace/lib/libc/include/thread.h (modified) * uspace/lib/libc/include/types.h (deleted) * uspace/lib/libc/include/unistd.h (modified) * uspace/srv/fb/ppm.c (modified) * uspace/srv/fb/ppm.h (modified) * uspace/srv/kbd/arch/sparc64/src/kbd.c (modified) * uspace/srv/kbd/include/key_buffer.h (modified) * uspace/srv/pci/libpci/types.h (modified) Header cleanup. Move off_t, size_t and ssize_t into sys/types.h. ...