Changeset 8b863a62 in mainline for uspace/lib
- Timestamp:
- 2014-04-16T17:14:06Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f857e8b
- Parents:
- dba3e2c (diff), 70b570c (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:
-
- 130 added
- 7 deleted
- 183 edited
- 24 moved
-
block/block.c (modified) (view diffs)
-
block/block.h (modified) (view diffs)
-
c/Makefile (modified) (view diffs)
-
c/arch/abs32le/include/libarch/atomic.h (modified) (view diffs)
-
c/arch/amd64/_link.ld.in (modified) (view diffs)
-
c/arch/arm32/Makefile.common (modified) (view diffs)
-
c/arch/ia32/Makefile.inc (modified) (view diffs)
-
c/arch/sparc32/Makefile.common (added)
-
c/arch/sparc32/Makefile.inc (added)
-
c/arch/sparc32/_link.ld.in (added)
-
c/arch/sparc32/include/libarch/atomic.h (added)
-
c/arch/sparc32/include/libarch/barrier.h (added)
-
c/arch/sparc32/include/libarch/config.h (added)
-
c/arch/sparc32/include/libarch/context_offset.h (added)
-
c/arch/sparc32/include/libarch/ddi.h (added)
-
c/arch/sparc32/include/libarch/elf.h (added)
-
c/arch/sparc32/include/libarch/elf_linux.h (added)
-
c/arch/sparc32/include/libarch/faddr.h (added)
-
c/arch/sparc32/include/libarch/fibril.h (added)
-
c/arch/sparc32/include/libarch/inttypes.h (added)
-
c/arch/sparc32/include/libarch/istate.h (added)
-
c/arch/sparc32/include/libarch/stack.h (added)
-
c/arch/sparc32/include/libarch/stackarg.h (moved) (moved from uspace/lib/softfloat/other.h ) (view diffs)
-
c/arch/sparc32/include/libarch/syscall.h (added)
-
c/arch/sparc32/include/libarch/thread.h (added)
-
c/arch/sparc32/include/libarch/tls.h (moved) (moved from uspace/lib/c/include/sys/mman.h ) (view diffs)
-
c/arch/sparc32/include/libarch/types.h (moved) (moved from uspace/lib/c/include/net/device.h ) (view diffs)
-
c/arch/sparc32/src/entry.s (added)
-
c/arch/sparc32/src/entryjmp.s (added)
-
c/arch/sparc32/src/fibril.S (added)
-
c/arch/sparc32/src/stacktrace.c (added)
-
c/arch/sparc32/src/stacktrace_asm.S (moved) (moved from uspace/lib/c/arch/ia32/src/setjmp.S ) (view diffs)
-
c/arch/sparc32/src/thread_entry.s (added)
-
c/arch/sparc32/src/tls.c (added)
-
c/arch/sparc64/Makefile.common (modified) (view diffs)
-
c/generic/adt/checksum.c (added)
-
c/generic/adt/hash_table.c (modified) (view diffs)
-
c/generic/adt/list.c (modified) (view diffs)
-
c/generic/assert.c (modified) (view diffs)
-
c/generic/async.c (modified) (view diffs)
-
c/generic/cfg.c (modified) (view diffs)
-
c/generic/corecfg.c (moved) (moved from uspace/lib/c/generic/device/battery_dev.c ) (view diffs)
-
c/generic/ddi.c (modified) (view diffs)
-
c/generic/device/ahci.c (deleted)
-
c/generic/device/char_dev.c (deleted)
-
c/generic/device/hw_res.c (modified) (view diffs)
-
c/generic/device/hw_res_parsed.c (modified) (view diffs)
-
c/generic/device/nic.c (deleted)
-
c/generic/device/pci.c (deleted)
-
c/generic/device/pio_window.c (added)
-
c/generic/devman.c (modified) (view diffs)
-
c/generic/dhcp.c (added)
-
c/generic/dnsr.c (modified) (view diffs)
-
c/generic/futex.c (modified) (view diffs)
-
c/generic/inet.c (modified) (view diffs)
-
c/generic/inet/addr.c (modified) (view diffs)
-
c/generic/inetcfg.c (modified) (view diffs)
-
c/generic/inetping.c (modified) (view diffs)
-
c/generic/io/asprintf.c (modified) (view diffs)
-
c/generic/io/io.c (modified) (view diffs)
-
c/generic/io/kio.c (added)
-
c/generic/io/klog.c (modified) (view diffs)
-
c/generic/io/window.c (modified) (view diffs)
-
c/generic/iplink.c (modified) (view diffs)
-
c/generic/iplink_srv.c (modified) (view diffs)
-
c/generic/net/inet.c (modified) (view diffs)
-
c/generic/net/socket_client.c (modified) (view diffs)
-
c/generic/net/socket_parse.c (modified) (view diffs)
-
c/generic/pio_trace.c (modified) (view diffs)
-
c/generic/private/stdio.h (modified) (view diffs)
-
c/generic/rtld/module.c (modified) (view diffs)
-
c/generic/setjmp.c (added)
-
c/generic/str.c (modified) (view diffs)
-
c/generic/time.c (modified) (view diffs)
-
c/generic/vfs/vfs.c (modified) (view diffs)
-
c/include/adt/checksum.h (added)
-
c/include/adt/list.h (modified) (view diffs)
-
c/include/async.h (modified) (view diffs)
-
c/include/cfg.h (modified) (view diffs)
-
c/include/corecfg.h (added)
-
c/include/ddi.h (modified) (view diffs)
-
c/include/device/hw_res.h (modified) (view diffs)
-
c/include/device/hw_res_parsed.h (modified) (view diffs)
-
c/include/device/pio_window.h (added)
-
c/include/devman.h (modified) (view diffs)
-
c/include/inet/addr.h (modified) (view diffs)
-
c/include/inet/dhcp.h (added)
-
c/include/inet/dnsr.h (modified) (view diffs)
-
c/include/inet/inet.h (modified) (view diffs)
-
c/include/inet/inetcfg.h (modified) (view diffs)
-
c/include/inet/inetping.h (modified) (view diffs)
-
c/include/inet/iplink.h (modified) (view diffs)
-
c/include/inet/iplink_srv.h (modified) (view diffs)
-
c/include/io/kio.h (added)
-
c/include/io/klog.h (modified) (view diffs)
-
c/include/io/log.h (modified) (view diffs)
-
c/include/io/window.h (modified) (view diffs)
-
c/include/ipc/corecfg.h (added)
-
c/include/ipc/dev_iface.h (modified) (view diffs)
-
c/include/ipc/devman.h (modified) (view diffs)
-
c/include/ipc/dhcp.h (added)
-
c/include/ipc/inet.h (modified) (view diffs)
-
c/include/ipc/iplink.h (modified) (view diffs)
-
c/include/ipc/services.h (modified) (view diffs)
-
c/include/ipc/socket.h (modified) (view diffs)
-
c/include/ipc/vfs.h (modified) (view diffs)
-
c/include/macros.h (modified) (view diffs)
-
c/include/net/in.h (modified) (view diffs)
-
c/include/net/in6.h (modified) (view diffs)
-
c/include/net/inet.h (modified) (view diffs)
-
c/include/net/ip_codes.h (deleted)
-
c/include/net/ip_protocols.h (modified) (view diffs)
-
c/include/net/socket.h (modified) (view diffs)
-
c/include/net/socket_codes.h (modified) (view diffs)
-
c/include/setjmp.h (modified) (view diffs)
-
c/include/stdio.h (modified) (view diffs)
-
c/include/str.h (modified) (view diffs)
-
c/include/sys/statfs.h (added)
-
c/include/types/inet.h (added)
-
c/include/types/inetcfg.h (added)
-
c/include/types/inetping.h (added)
-
c/include/vfs/vfs.h (modified) (view diffs)
-
draw/cursor/embedded.c (modified) (view diffs)
-
draw/drawctx.c (modified) (view diffs)
-
draw/source.c (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_ahci.h (moved) (moved from uspace/lib/drv/include/remote_ahci.h ) (view diffs)
-
drv/generic/private/remote_audio_mixer.h (added)
-
drv/generic/private/remote_audio_pcm.h (added)
-
drv/generic/private/remote_battery_dev.h (moved) (moved from uspace/lib/drv/include/remote_battery_dev.h ) (view diffs)
-
drv/generic/private/remote_char_dev.h (moved) (moved from uspace/lib/drv/include/remote_char_dev.h ) (view diffs)
-
drv/generic/private/remote_clock_dev.h (moved) (moved from uspace/lib/drv/include/remote_clock_dev.h ) (view diffs)
-
drv/generic/private/remote_graph_dev.h (moved) (moved from uspace/lib/drv/include/remote_graph_dev.h ) (view diffs)
-
drv/generic/private/remote_hw_res.h (moved) (moved from uspace/lib/drv/include/remote_hw_res.h ) (view diffs)
-
drv/generic/private/remote_nic.h (moved) (moved from uspace/lib/drv/include/remote_nic.h ) (view diffs)
-
drv/generic/private/remote_pci.h (moved) (moved from uspace/lib/drv/include/remote_pci.h ) (view diffs)
-
drv/generic/private/remote_pio_window.h (added)
-
drv/generic/private/remote_usb.h (moved) (moved from uspace/lib/drv/include/remote_usb.h ) (view diffs)
-
drv/generic/private/remote_usbhc.h (moved) (moved from uspace/lib/drv/include/remote_usbhc.h ) (view diffs)
-
drv/generic/private/remote_usbhid.h (moved) (moved from uspace/lib/drv/include/remote_usbhid.h ) (view diffs)
-
drv/generic/remote_ahci.c (modified) (view diffs)
-
drv/generic/remote_audio_mixer.c (added)
-
drv/generic/remote_audio_pcm.c (added)
-
drv/generic/remote_battery_dev.c (modified) (view diffs)
-
drv/generic/remote_char_dev.c (modified) (view diffs)
-
drv/generic/remote_clock_dev.c (modified) (view diffs)
-
drv/generic/remote_graph_dev.c (modified) (view diffs)
-
drv/generic/remote_hw_res.c (modified) (view diffs)
-
drv/generic/remote_nic.c (modified) (view diffs)
-
drv/generic/remote_pci.c (modified) (view diffs)
-
drv/generic/remote_pio_window.c (added)
-
drv/generic/remote_usb.c (modified) (view diffs)
-
drv/generic/remote_usbhc.c (modified) (view diffs)
-
drv/generic/remote_usbhid.c (modified) (view diffs)
-
drv/include/ahci_iface.h (modified) (view diffs)
-
drv/include/audio_mixer_iface.h (added)
-
drv/include/audio_pcm_iface.h (added)
-
drv/include/battery_iface.h (moved) (moved from uspace/lib/c/include/device/battery_dev.h ) (view diffs)
-
drv/include/char_dev_iface.h (moved) (moved from uspace/lib/c/include/device/char_dev.h ) (view diffs)
-
drv/include/ddf/driver.h (modified) (view diffs)
-
drv/include/ddf/interrupt.h (modified) (view diffs)
-
drv/include/dev_iface.h (modified) (view diffs)
-
drv/include/graph_iface.h (moved) (moved from uspace/lib/c/include/device/graph_dev.h ) (view diffs)
-
drv/include/nic_iface.h (moved) (moved from uspace/lib/c/include/device/nic.h ) (view diffs)
-
drv/include/ops/battery_dev.h (modified) (view diffs)
-
drv/include/ops/hw_res.h (modified) (view diffs)
-
drv/include/ops/pio_window.h (added)
-
drv/include/pci_dev_iface.h (modified) (view diffs)
-
drv/include/usbhid_iface.h (modified) (view diffs)
-
ext4/libext4_balloc.c (modified) (view diffs)
-
ext4/libext4_directory_index.c (modified) (view diffs)
-
ext4/libext4_extent.c (modified) (view diffs)
-
ext4/libext4_filesystem.c (modified) (view diffs)
-
ext4/libext4_ialloc.c (modified) (view diffs)
-
fs/libfs.c (modified) (view diffs)
-
fs/libfs.h (modified) (view diffs)
-
gpt/Makefile (added)
-
gpt/global.c (added)
-
gpt/gpt.h (added)
-
gpt/libgpt.c (added)
-
gpt/libgpt.h (added)
-
graph/graph.c (modified) (view diffs)
-
gui/Makefile (modified) (view diffs)
-
gui/button.c (modified) (view diffs)
-
gui/button.h (modified) (view diffs)
-
gui/canvas.c (modified) (view diffs)
-
gui/canvas.h (modified) (view diffs)
-
gui/common.c (added)
-
gui/common.h (added)
-
gui/connection.c (modified) (view diffs)
-
gui/grid.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)
-
gui/window.h (modified) (view diffs)
-
hound/Makefile (added)
-
hound/include/hound/client.h (added)
-
hound/include/hound/protocol.h (added)
-
hound/include/hound/server.h (added)
-
hound/src/client.c (added)
-
hound/src/protocol.c (added)
-
http/Makefile (added)
-
http/include/http/ctype.h (added)
-
http/include/http/errno.h (added)
-
http/include/http/http.h (added)
-
http/include/http/receive-buffer.h (added)
-
http/src/headers.c (added)
-
http/src/http.c (added)
-
http/src/receive-buffer.c (added)
-
http/src/request.c (added)
-
http/src/response.c (added)
-
math/Makefile (added)
-
math/arch/abs32le/Makefile.inc (added)
-
math/arch/abs32le/include/libarch/math.h (added)
-
math/arch/amd64/Makefile.inc (added)
-
math/arch/amd64/include/libarch/math.h (added)
-
math/arch/amd64/include/libarch/x87.h (added)
-
math/arch/amd64/src/cos.S (added)
-
math/arch/amd64/src/sin.S (added)
-
math/arch/amd64/src/trunc.S (added)
-
math/arch/arm32/Makefile.inc (added)
-
math/arch/arm32/include/libarch/math.h (added)
-
math/arch/ia32/Makefile.inc (added)
-
math/arch/ia32/include/libarch/math.h (added)
-
math/arch/ia32/include/libarch/x87.h (added)
-
math/arch/ia32/src/cos.S (added)
-
math/arch/ia32/src/sin.S (added)
-
math/arch/ia32/src/trunc.S (added)
-
math/arch/ia64/Makefile.inc (added)
-
math/arch/ia64/include/libarch/math.h (moved) (moved from uspace/lib/c/include/device/ahci.h ) (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/mips64/Makefile.inc (added)
-
math/arch/mips64/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 (added)
-
math/generic/trig.c (added)
-
math/generic/trunc.c (added)
-
math/include/math.h (added)
-
math/include/mathtypes.h (added)
-
math/include/mod.h (added)
-
math/include/trig.h (added)
-
math/include/trunc.h (added)
-
mbr/Makefile (added)
-
mbr/libmbr.c (added)
-
mbr/libmbr.h (added)
-
mbr/mbr.h (added)
-
net/include/socket_core.h (modified) (view diffs)
-
nic/Makefile (modified) (view diffs)
-
nic/src/nic_ev.c (modified) (view diffs)
-
pcm/Makefile (added)
-
pcm/include/pcm/format.h (added)
-
pcm/include/pcm/sample_format.h (added)
-
pcm/src/format.c (added)
-
posix/Makefile (modified) (view diffs)
-
posix/include/posix/ctype.h (modified) (view diffs)
-
posix/include/posix/dirent.h (added)
-
posix/include/posix/fcntl.h (modified) (view diffs)
-
posix/include/posix/fenv.h (moved) (moved from uspace/lib/c/generic/device/graph_dev.c ) (view diffs)
-
posix/include/posix/float.h (modified) (view diffs)
-
posix/include/posix/fnmatch.h (modified) (view diffs)
-
posix/include/posix/getopt.h (modified) (view diffs)
-
posix/include/posix/inttypes.h (modified) (view diffs)
-
posix/include/posix/locale.h (modified) (view diffs)
-
posix/include/posix/math.h (modified) (view diffs)
-
posix/include/posix/pthread.h (added)
-
posix/include/posix/pwd.h (modified) (view diffs)
-
posix/include/posix/setjmp.h (moved) (moved from uspace/lib/softfloat/other.c ) (view diffs)
-
posix/include/posix/signal.h (modified) (view diffs)
-
posix/include/posix/stddef.h (modified) (view diffs)
-
posix/include/posix/stdint.h (modified) (view diffs)
-
posix/include/posix/stdio.h (modified) (view diffs)
-
posix/include/posix/stdlib.h (modified) (view diffs)
-
posix/include/posix/string.h (modified) (view diffs)
-
posix/include/posix/strings.h (modified) (view diffs)
-
posix/include/posix/sys/mman.h (modified) (view diffs)
-
posix/include/posix/sys/stat.h (modified) (view diffs)
-
posix/include/posix/sys/types.h (modified) (view diffs)
-
posix/include/posix/sys/wait.h (modified) (view diffs)
-
posix/include/posix/time.h (modified) (view diffs)
-
posix/include/posix/ucontext.h (added)
-
posix/include/posix/unistd.h (modified) (view diffs)
-
posix/source/ctype.c (modified) (view diffs)
-
posix/source/errno.c (modified) (view diffs)
-
posix/source/fcntl.c (modified) (view diffs)
-
posix/source/fnmatch.c (modified) (view diffs)
-
posix/source/getopt.c (modified) (view diffs)
-
posix/source/internal/common.h (modified) (view diffs)
-
posix/source/locale.c (modified) (view diffs)
-
posix/source/math.c (deleted)
-
posix/source/pthread/condvar.c (added)
-
posix/source/pthread/keys.c (added)
-
posix/source/pthread/mutex.c (added)
-
posix/source/pthread/threads.c (added)
-
posix/source/pwd.c (modified) (view diffs)
-
posix/source/signal.c (modified) (view diffs)
-
posix/source/stdio.c (modified) (view diffs)
-
posix/source/stdio/scanf.c (modified) (view diffs)
-
posix/source/stdlib.c (modified) (view diffs)
-
posix/source/stdlib/strtol.c (modified) (view diffs)
-
posix/source/stdlib/strtold.c (modified) (view diffs)
-
posix/source/string.c (modified) (view diffs)
-
posix/source/strings.c (modified) (view diffs)
-
posix/source/sys/mman.c (moved) (moved from uspace/lib/c/generic/mman.c ) (view diffs)
-
posix/source/sys/stat.c (modified) (view diffs)
-
posix/source/sys/wait.c (modified) (view diffs)
-
posix/source/time.c (modified) (view diffs)
-
posix/source/unistd.c (modified) (view diffs)
-
softfloat/Makefile (modified) (view diffs)
-
softfloat/conversion.c (modified) (view diffs)
-
softfloat/sftypes.h (modified) (view diffs)
-
softfloat/softfloat.c (modified) (view diffs)
-
softfloat/softfloat.h (modified) (view diffs)
-
softint/Makefile (modified) (view diffs)
-
softint/generic/bits.c (added)
-
softint/generic/shift.c (modified) (view diffs)
-
softint/include/bits.h (added)
-
softint/include/shift.h (modified) (view diffs)
-
softrend/Makefile (modified) (view diffs)
-
softrend/transform.c (modified) (view diffs)
-
softrend/transform.h (modified) (view diffs)
-
uri/Makefile (added)
-
uri/ctype.h (added)
-
uri/uri.c (added)
-
uri/uri.h (added)
-
usb/src/dev.c (modified) (view diffs)
-
usbdev/src/recognise.c (modified) (view diffs)
-
usbhid/Makefile (modified) (view diffs)
-
usbhid/src/hiddescriptor.c (modified) (view diffs)
-
usbhid/src/hidiface.c (deleted)
-
usbhid/src/hidparser.c (modified) (view diffs)
-
usbhid/src/hidpath.c (modified) (view diffs)
-
usbhost/src/usb_endpoint_manager.c (modified) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.
