Changeset b79d450 in mainline for uspace/lib
- Timestamp:
- 2010-01-27T20:35:49Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fb6f1a5
- Parents:
- fccc236 (diff), 95e6c4f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/lib
- Files:
-
- 16 added
- 9 deleted
- 39 edited
- 22 moved
-
Makefile.common (moved) (moved from uspace/lib/softfloat/Makefile.build ) (view diffs)
-
libblock/Makefile (modified) (view diffs)
-
libblock/Makefile.build (deleted)
-
libblock/libblock.c (modified) (view diffs)
-
libblock/libblock.h (modified) (view diffs)
-
libc/Makefile (modified) (view diffs)
-
libc/Makefile.build (deleted)
-
libc/Makefile.common (deleted)
-
libc/Makefile.toolchain (modified) (view diffs)
-
libc/arch/amd64/Makefile.inc (modified) (view diffs)
-
libc/arch/amd64/include/istate.h (added)
-
libc/arch/amd64/include/types.h (modified) (view diffs)
-
libc/arch/amd64/src/stacktrace.c (added)
-
libc/arch/amd64/src/stacktrace_asm.S (moved) (moved from uspace/srv/clip/Makefile.common ) (view diffs)
-
libc/arch/arm32/Makefile.inc (modified) (view diffs)
-
libc/arch/arm32/include/istate.h (added)
-
libc/arch/arm32/include/types.h (modified) (view diffs)
-
libc/arch/arm32/src/stacktrace.S (deleted)
-
libc/arch/arm32/src/stacktrace.c (added)
-
libc/arch/arm32/src/stacktrace_asm.S (moved) (moved from uspace/app/getterm/Makefile.common ) (view diffs)
-
libc/arch/ia32/Makefile.inc (modified) (view diffs)
-
libc/arch/ia32/include/istate.h (added)
-
libc/arch/ia32/include/types.h (modified) (view diffs)
-
libc/arch/ia32/src/stacktrace.S (deleted)
-
libc/arch/ia32/src/stacktrace.c (added)
-
libc/arch/ia32/src/stacktrace_asm.S (moved) (moved from uspace/app/klog/Makefile.common ) (view diffs)
-
libc/arch/ia64/Makefile.inc (modified) (view diffs)
-
libc/arch/ia64/include/istate.h (added)
-
libc/arch/ia64/include/types.h (modified) (view diffs)
-
libc/arch/ia64/src/stacktrace.c (added)
-
libc/arch/ia64/src/stacktrace_asm.S (moved) (moved from uspace/app/init/Makefile.common ) (view diffs)
-
libc/arch/mips32/Makefile.inc (modified) (view diffs)
-
libc/arch/mips32/include/istate.h (added)
-
libc/arch/mips32/include/types.h (modified) (view diffs)
-
libc/arch/mips32/src/stacktrace.c (added)
-
libc/arch/mips32/src/stacktrace_asm.S (added)
-
libc/arch/mips32eb/Makefile.inc (modified) (view diffs)
-
libc/arch/mips32eb/include/istate.h (added)
-
libc/arch/ppc32/Makefile.inc (modified) (view diffs)
-
libc/arch/ppc32/include/istate.h (added)
-
libc/arch/ppc32/include/types.h (modified) (view diffs)
-
libc/arch/ppc32/src/stacktrace.S (deleted)
-
libc/arch/ppc32/src/stacktrace.c (added)
-
libc/arch/ppc32/src/stacktrace_asm.S (moved) (moved from uspace/app/edit/Makefile.common ) (view diffs)
-
libc/arch/sparc64/Makefile.inc (modified) (view diffs)
-
libc/arch/sparc64/include/istate.h (added)
-
libc/arch/sparc64/include/types.h (modified) (view diffs)
-
libc/arch/sparc64/src/stacktrace.S (deleted)
-
libc/arch/sparc64/src/stacktrace.c (added)
-
libc/arch/sparc64/src/stacktrace_asm.S (moved) (moved from uspace/lib/libc/arch/amd64/src/stacktrace.S ) (view diffs)
-
libc/generic/adt/hash_table.c (modified) (view diffs)
-
libc/generic/io/io.c (modified) (view diffs)
-
libc/generic/stacktrace.c (modified) (view diffs)
-
libc/generic/udebug.c (modified) (view diffs)
-
libc/generic/vfs/vfs.c (modified) (view diffs)
-
libc/include/adt/hash_table.h (modified) (view diffs)
-
libc/include/assert.h (modified) (view diffs)
-
libc/include/ipc/bd.h (modified) (view diffs)
-
libc/include/ipc/vfs.h (modified) (view diffs)
-
libc/include/stacktrace.h (modified) (view diffs)
-
libc/include/stdlib.h (modified) (view diffs)
-
libc/include/sys/types.h (modified) (view diffs)
-
libc/include/udebug.h (modified) (view diffs)
-
libc/include/vfs/vfs.h (modified) (view diffs)
-
libfs/Makefile (modified) (view diffs)
-
libfs/Makefile.build (deleted)
-
libfs/libfs.c (modified) (view diffs)
-
libfs/libfs.h (modified) (view diffs)
-
libpci/COPYING (moved) (moved from uspace/srv/hw/bus/pci/COPYING ) (view diffs)
-
libpci/Makefile (moved) (moved from uspace/srv/ns/Makefile.common ) (view diffs)
-
libpci/Makefile.build (moved) (moved from uspace/srv/hw/bus/pci/libpci/Makefile.build ) (view diffs)
-
libpci/Makefile.common (moved) (moved from uspace/srv/hw/bus/pci/libpci/Makefile.common ) (view diffs)
-
libpci/VERSION (moved) (moved from uspace/srv/hw/bus/pci/libpci/VERSION ) (view diffs)
-
libpci/access.c (moved) (moved from uspace/srv/hw/bus/pci/libpci/access.c ) (view diffs)
-
libpci/generic.c (moved) (moved from uspace/srv/hw/bus/pci/libpci/generic.c ) (view diffs)
-
libpci/header.h (moved) (moved from uspace/srv/hw/bus/pci/libpci/header.h ) (view diffs)
-
libpci/i386-ports.c (moved) (moved from uspace/srv/hw/bus/pci/libpci/i386-ports.c ) (view diffs)
-
libpci/internal.h (moved) (moved from uspace/srv/hw/bus/pci/libpci/internal.h ) (view diffs)
-
libpci/names.c (moved) (moved from uspace/srv/hw/bus/pci/libpci/names.c ) (view diffs)
-
libpci/pci.h (moved) (moved from uspace/srv/hw/bus/pci/libpci/pci.h ) (view diffs)
-
libpci/pci_ids.h (moved) (moved from uspace/srv/hw/bus/pci/libpci/pci_ids.h ) (view diffs)
-
libpci/sysdep.h (moved) (moved from uspace/srv/hw/bus/pci/libpci/sysdep.h ) (view diffs)
-
libpci/types.h (moved) (moved from uspace/srv/hw/bus/pci/libpci/types.h ) (view diffs)
-
softfloat/Makefile (modified) (view diffs)
-
softint/Makefile (modified) (view diffs)
-
softint/Makefile.build (deleted)
Note:
See TracChangeset
for help on using the changeset viewer.
