Changeset 8e7c9fe in mainline for uspace/lib
- Timestamp:
- 2014-09-12T03:45:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c53b58e
- Parents:
- 3eb0c85 (diff), 105d8d6 (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:
-
- 41 added
- 26 deleted
- 139 edited
- 33 moved
-
block/block.c (modified) (view diffs)
-
block/block.h (modified) (view diffs)
-
c/Makefile (modified) (view diffs)
-
c/arch/amd64/Makefile.inc (modified) (view diffs)
-
c/arch/amd64/include/libarch/context_offset.h (deleted)
-
c/arch/amd64/include/libarch/fibril.h (modified) (view diffs)
-
c/arch/amd64/include/libarch/fibril_context.ag (moved) (moved from uspace/app/pcc/cc/ccom/Makefile ) (view diffs)
-
c/arch/amd64/include/libarch/istate_struct.ag (added)
-
c/arch/amd64/src/fibril.S (modified) (view diffs)
-
c/arch/amd64/src/stacktrace.c (modified) (view diffs)
-
c/arch/arm32/Makefile.common (modified) (view diffs)
-
c/arch/arm32/Makefile.inc (modified) (view diffs)
-
c/arch/arm32/include/libarch/fibril.h (modified) (view diffs)
-
c/arch/arm32/include/libarch/fibril_context.ag (added)
-
c/arch/arm32/include/libarch/istate_struct.ag (added)
-
c/arch/arm32/src/stacktrace.c (modified) (view diffs)
-
c/arch/ia32/Makefile.inc (modified) (view diffs)
-
c/arch/ia32/include/libarch/context_offset.h (deleted)
-
c/arch/ia32/include/libarch/fibril.h (modified) (view diffs)
-
c/arch/ia32/include/libarch/fibril_context.ag (moved) (moved from uspace/app/pcc/cc/ccom/mkext/Makefile ) (view diffs)
-
c/arch/ia32/include/libarch/istate_struct.ag (added)
-
c/arch/ia32/src/fibril.S (modified) (view diffs)
-
c/arch/ia32/src/stacktrace.c (modified) (view diffs)
-
c/arch/ia64/Makefile.common (modified) (view diffs)
-
c/arch/ia64/Makefile.inc (modified) (view diffs)
-
c/arch/ia64/include/libarch/fibril.h (modified) (view diffs)
-
c/arch/ia64/include/libarch/fibril_context.ag (added)
-
c/arch/ia64/include/libarch/istate_struct.ag (added)
-
c/arch/ia64/include/libarch/types.h (modified) (view diffs)
-
c/arch/ia64/src/fibril.S (modified) (view diffs)
-
c/arch/mips32/Makefile.inc (modified) (view diffs)
-
c/arch/mips32/include/libarch/context_offset.h (deleted)
-
c/arch/mips32/include/libarch/fibril.h (modified) (view diffs)
-
c/arch/mips32/include/libarch/fibril_context.ag (added)
-
c/arch/mips32/include/libarch/istate_struct.ag (added)
-
c/arch/mips32/src/fibril.S (modified) (view diffs)
-
c/arch/mips32eb/Makefile.inc (modified) (view diffs)
-
c/arch/mips32eb/include/libarch/context_offset.h (deleted)
-
c/arch/mips32eb/include/libarch/fibril_context.ag (added)
-
c/arch/mips32eb/include/libarch/istate_struct.ag (added)
-
c/arch/mips64/Makefile.inc (deleted)
-
c/arch/mips64/_link.ld.in (deleted)
-
c/arch/mips64/include/libarch/atomic.h (deleted)
-
c/arch/mips64/include/libarch/barrier.h (deleted)
-
c/arch/mips64/include/libarch/context_offset.h (deleted)
-
c/arch/mips64/include/libarch/cp0.h (deleted)
-
c/arch/mips64/include/libarch/ddi.h (deleted)
-
c/arch/mips64/include/libarch/elf.h (deleted)
-
c/arch/mips64/include/libarch/inttypes.h (deleted)
-
c/arch/mips64/include/libarch/istate.h (deleted)
-
c/arch/mips64/include/libarch/regname.h (deleted)
-
c/arch/mips64/include/libarch/stack.h (deleted)
-
c/arch/mips64/include/libarch/tls.h (deleted)
-
c/arch/mips64/include/libarch/types.h (deleted)
-
c/arch/mips64/src/syscall.c (deleted)
-
c/arch/mips64/src/tls.c (deleted)
-
c/arch/ppc32/Makefile.common (modified) (view diffs)
-
c/arch/ppc32/Makefile.inc (modified) (view diffs)
-
c/arch/ppc32/include/libarch/context_offset.h (deleted)
-
c/arch/ppc32/include/libarch/fibril.h (modified) (view diffs)
-
c/arch/ppc32/include/libarch/fibril_context.ag (added)
-
c/arch/ppc32/include/libarch/istate_struct.ag (added)
-
c/arch/ppc32/src/fibril.S (modified) (view diffs)
-
c/arch/ppc32/src/stacktrace.c (modified) (view diffs)
-
c/arch/sparc32/src/stacktrace.c (modified) (view diffs)
-
c/arch/sparc64/Makefile.inc (modified) (view diffs)
-
c/arch/sparc64/_link.ld.in (modified) (view diffs)
-
c/arch/sparc64/include/libarch/context_offset.h (deleted)
-
c/arch/sparc64/include/libarch/fibril.h (modified) (view diffs)
-
c/arch/sparc64/include/libarch/fibril_context.ag (added)
-
c/arch/sparc64/include/libarch/istate_struct.ag (added)
-
c/arch/sparc64/src/fibril.S (modified) (view diffs)
-
c/arch/sparc64/src/stacktrace.c (modified) (view diffs)
-
c/generic/adt/hash_table.c (modified) (view diffs)
-
c/generic/async.c (modified) (view diffs)
-
c/generic/bd.c (modified) (view diffs)
-
c/generic/bd_srv.c (modified) (view diffs)
-
c/generic/ddi.c (modified) (view diffs)
-
c/generic/device/clock_dev.c (modified) (view diffs)
-
c/generic/device/led_dev.c (moved) (moved from uspace/drv/char/ps2mouse/chardev.h ) (view diffs)
-
c/generic/event.c (modified) (view diffs)
-
c/generic/fibril.c (modified) (view diffs)
-
c/generic/fibril_synch.c (modified) (view diffs)
-
c/generic/inet.c (modified) (view diffs)
-
c/generic/io/asprintf.c (modified) (view diffs)
-
c/generic/io/chardev.c (moved) (moved from uspace/drv/char/ps2mouse/chardev.c ) (view diffs)
-
c/generic/io/chardev_srv.c (added)
-
c/generic/io/console.c (modified) (view diffs)
-
c/generic/io/input.c (modified) (view diffs)
-
c/generic/iplink.c (modified) (view diffs)
-
c/generic/iplink_srv.c (modified) (view diffs)
-
c/generic/irc.c (added)
-
c/generic/irq.c (moved) (moved from kernel/arch/mips64/src/mm/as.c ) (view diffs)
-
c/generic/stacktrace.c (modified) (view diffs)
-
c/generic/str.c (modified) (view diffs)
-
c/generic/task.c (modified) (view diffs)
-
c/generic/time.c (modified) (view diffs)
-
c/include/adt/list.h (modified) (view diffs)
-
c/include/async.h (modified) (view diffs)
-
c/include/bd.h (modified) (view diffs)
-
c/include/bd_srv.h (modified) (view diffs)
-
c/include/ddi.h (modified) (view diffs)
-
c/include/device/led_dev.h (added)
-
c/include/fibril.h (modified) (view diffs)
-
c/include/fibril_synch.h (modified) (view diffs)
-
c/include/inet/iplink.h (modified) (view diffs)
-
c/include/inet/iplink_srv.h (modified) (view diffs)
-
c/include/io/chardev.h (moved) (moved from uspace/drv/char/xtkbd/chardev.h ) (view diffs)
-
c/include/io/chardev_srv.h (added)
-
c/include/io/input.h (modified) (view diffs)
-
c/include/io/pixelmap.h (modified) (view diffs)
-
c/include/ipc/bd.h (modified) (view diffs)
-
c/include/ipc/chardev.h (moved) (moved from kernel/arch/mips64/include/arch/cpu.h ) (view diffs)
-
c/include/ipc/common.h (modified) (view diffs)
-
c/include/ipc/dev_iface.h (modified) (view diffs)
-
c/include/ipc/event.h (moved) (moved from uspace/lib/c/include/event.h ) (view diffs)
-
c/include/ipc/input.h (modified) (view diffs)
-
c/include/ipc/ipc.h (modified) (view diffs)
-
c/include/ipc/iplink.h (modified) (view diffs)
-
c/include/ipc/irc.h (modified) (view diffs)
-
c/include/ipc/irq.h (moved) (moved from kernel/arch/mips64/include/arch/mm/asid.h ) (view diffs)
-
c/include/irc.h (moved) (moved from uspace/lib/drv/include/graph_iface.h ) (view diffs)
-
c/include/loader/loader.h (modified) (view diffs)
-
c/include/math.h (deleted)
-
c/include/stacktrace.h (modified) (view diffs)
-
c/include/stddef.h (modified) (view diffs)
-
c/include/stdio.h (modified) (view diffs)
-
c/include/str.h (modified) (view diffs)
-
c/include/task.h (modified) (view diffs)
-
c/include/types/task.h (moved) (moved from kernel/arch/mips64/include/arch/proc/task.h ) (view diffs)
-
draw/Makefile (modified) (view diffs)
-
draw/drawctx.c (modified) (view diffs)
-
draw/font.c (modified) (view diffs)
-
draw/font.h (modified) (view diffs)
-
draw/font/bitmap_backend.c (added)
-
draw/font/bitmap_backend.h (moved) (moved from uspace/lib/c/include/sys/mman.h ) (view diffs)
-
draw/font/embedded.c (modified) (view diffs)
-
draw/font/embedded.h (modified) (view diffs)
-
draw/font/pcf.c (added)
-
draw/font/pcf.h (added)
-
draw/gfx/font-8x16.c (modified) (view diffs)
-
draw/gfx/font-8x16.h (modified) (view diffs)
-
draw/source.c (modified) (view diffs)
-
draw/source.h (modified) (view diffs)
-
drv/Makefile (modified) (view diffs)
-
drv/generic/dev_iface.c (modified) (view diffs)
-
drv/generic/driver.c (modified) (view diffs)
-
drv/generic/interrupt.c (modified) (view diffs)
-
drv/generic/private/remote_led_dev.h (moved) (moved from uspace/lib/drv/generic/private/remote_graph_dev.h ) (view diffs)
-
drv/generic/remote_audio_pcm.c (modified) (view diffs)
-
drv/generic/remote_led_dev.c (moved) (moved from uspace/lib/drv/generic/remote_graph_dev.c ) (view diffs)
-
drv/generic/remote_nic.c (modified) (view diffs)
-
drv/generic/remote_usbhc.c (modified) (view diffs)
-
drv/include/ddf/driver.h (modified) (view diffs)
-
drv/include/ddf/interrupt.h (modified) (view diffs)
-
drv/include/ops/led_dev.h (moved) (moved from uspace/lib/drv/include/ops/graph_dev.h ) (view diffs)
-
drv/include/pci_dev_iface.h (modified) (view diffs)
-
ext4/libext4_balloc.c (modified) (view diffs)
-
gpt/libgpt.c (modified) (view diffs)
-
graph/graph.c (modified) (view diffs)
-
gui/button.c (modified) (view diffs)
-
gui/button.h (modified) (view diffs)
-
gui/canvas.c (modified) (view diffs)
-
gui/label.c (modified) (view diffs)
-
gui/label.h (modified) (view diffs)
-
gui/terminal.c (modified) (view diffs)
-
gui/window.c (modified) (view diffs)
-
hound/src/client.c (modified) (view diffs)
-
math/Makefile (modified) (view diffs)
-
math/arch/abs32le/Makefile.inc (moved) (moved from uspace/lib/c/arch/mips64/Makefile.common ) (view diffs)
-
math/arch/abs32le/include/libarch/math.h (added)
-
math/arch/amd64/Makefile.inc (added)
-
math/arch/amd64/include/libarch/math.h (moved) (moved from kernel/arch/mips64/include/arch/elf.h ) (view diffs)
-
math/arch/amd64/include/libarch/x87.h (added)
-
math/arch/amd64/src/cos.S (moved) (moved from uspace/lib/c/arch/mips64/src/entryjmp.S ) (view diffs)
-
math/arch/amd64/src/sin.S (moved) (moved from uspace/lib/c/arch/mips64/src/entry.S ) (view diffs)
-
math/arch/amd64/src/trunc.S (moved) (moved from uspace/lib/c/arch/mips64/src/thread_entry.S ) (view diffs)
-
math/arch/arm32/Makefile.inc (added)
-
math/arch/arm32/include/libarch/math.h (moved) (moved from uspace/lib/c/arch/mips64/src/stacktrace.c ) (view diffs)
-
math/arch/ia32/Makefile.inc (added)
-
math/arch/ia32/include/libarch/math.h (moved) (moved from kernel/arch/mips64/include/arch/cycle.h ) (view diffs)
-
math/arch/ia32/include/libarch/x87.h (added)
-
math/arch/ia32/src/cos.S (moved) (moved from uspace/lib/c/arch/mips64/src/fibril.S ) (view diffs)
-
math/arch/ia32/src/sin.S (moved) (moved from uspace/lib/c/arch/mips64/src/stacktrace_asm.S ) (view diffs)
-
math/arch/ia32/src/trunc.S (moved) (moved from uspace/app/msim/Makefile.msim.src ) (view diffs)
-
math/arch/ia64/Makefile.inc (added)
-
math/arch/ia64/include/libarch/math.h (moved) (moved from kernel/arch/mips64/src/smp/dorder.c ) (view diffs)
-
math/arch/mips32/Makefile.inc (added)
-
math/arch/mips32/include/libarch/math.h (added)
-
math/arch/mips32eb/Makefile.inc (added)
-
math/arch/mips32eb/include/libarch/math.h (added)
-
math/arch/ppc32/Makefile.inc (added)
-
math/arch/ppc32/include/libarch/math.h (added)
-
math/arch/sparc32/Makefile.inc (added)
-
math/arch/sparc32/include/libarch/math.h (added)
-
math/arch/sparc64/Makefile.inc (added)
-
math/arch/sparc64/include/libarch/math.h (added)
-
math/generic/mod.c (moved) (moved from kernel/arch/ppc32/src/ddi/ddi.c ) (view diffs)
-
math/generic/trig.c (added)
-
math/generic/trunc.c (moved) (moved from kernel/arch/arm32/src/ddi/ddi.c ) (view diffs)
-
math/include/math.h (moved) (moved from kernel/arch/mips64/include/arch/cache.h ) (view diffs)
-
math/include/mathtypes.h (added)
-
math/include/mod.h (moved) (moved from uspace/lib/c/arch/mips64/include/libarch/thread.h ) (view diffs)
-
math/include/trig.h (moved) (moved from uspace/lib/c/arch/mips64/include/libarch/config.h ) (view diffs)
-
math/include/trunc.h (moved) (moved from kernel/arch/mips64/include/arch/faddr.h ) (view diffs)
-
math/src/dummy.c (deleted)
-
mbr/libmbr.c (modified) (view diffs)
-
mbr/libmbr.h (modified) (view diffs)
-
nic/include/nic.h (modified) (view diffs)
-
nic/include/nic_driver.h (modified) (view diffs)
-
nic/src/nic_driver.c (modified) (view diffs)
-
nic/src/nic_impl.c (modified) (view diffs)
-
posix/Makefile (modified) (view diffs)
-
posix/include/posix/math.h (modified) (view diffs)
-
posix/include/posix/stdio.h (modified) (view diffs)
-
posix/include/posix/string.h (modified) (view diffs)
-
posix/include/posix/sys/mman.h (modified) (view diffs)
-
posix/source/stdio.c (modified) (view diffs)
-
posix/source/string.c (modified) (view diffs)
-
posix/source/sys/mman.c (moved) (moved from uspace/lib/c/generic/mman.c ) (view diffs)
-
posix/source/sys/wait.c (modified) (view diffs)
-
scsi/include/scsi/mmc.h (added)
-
scsi/include/scsi/sbc.h (modified) (view diffs)
-
scsi/include/scsi/spc.h (modified) (view diffs)
-
softfloat/Makefile (modified) (view diffs)
-
softfloat/conversion.c (modified) (view diffs)
-
softfloat/other.c (deleted)
-
softfloat/other.h (deleted)
-
softfloat/sftypes.h (modified) (view diffs)
-
softfloat/softfloat.c (modified) (view diffs)
-
softint/generic/shift.c (modified) (view diffs)
-
softint/include/shift.h (modified) (view diffs)
-
softrend/Makefile (modified) (view diffs)
-
softrend/filter.c (modified) (view diffs)
-
softrend/filter.h (modified) (view diffs)
-
softrend/transform.c (modified) (view diffs)
-
softrend/transform.h (modified) (view diffs)
-
usbhost/include/usb/host/ddf_helpers.h (modified) (view diffs)
-
usbhost/src/ddf_helpers.c (modified) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.
