Changeset 03c971f in mainline for uspace/lib
- Timestamp:
- 2013-08-15T14:20:16Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bb2a5b2
- Parents:
- f2c19b0 (diff), 2921602 (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:
-
- 9 added
- 96 edited
- 1 moved
-
c/Makefile (modified) (view diffs)
-
c/arch/abs32le/Makefile.common (modified) (view diffs)
-
c/arch/amd64/Makefile.common (modified) (view diffs)
-
c/arch/amd64/src/entry.s (modified) (view diffs)
-
c/arch/amd64/src/entryjmp.s (modified) (view diffs)
-
c/arch/amd64/src/fibril.S (modified) (view diffs)
-
c/arch/amd64/src/thread_entry.s (modified) (view diffs)
-
c/arch/ia32/Makefile.common (modified) (view diffs)
-
c/arch/ia32/include/libarch/fibril.h (modified) (view diffs)
-
c/arch/ia32/src/entry.S (modified) (view diffs)
-
c/arch/ia32/src/entryjmp.s (modified) (view diffs)
-
c/arch/ia32/src/fibril.S (modified) (view diffs)
-
c/arch/ia32/src/setjmp.S (modified) (view diffs)
-
c/arch/ia32/src/thread_entry.s (modified) (view diffs)
-
c/generic/bitops.c (moved) (moved from uspace/srv/net/inetsrv/inet_util.h ) (view diffs)
-
c/generic/devman.c (modified) (view diffs)
-
c/generic/dnsr.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/inetping6.c (added)
-
c/generic/io/io.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/str.c (modified) (view diffs)
-
c/include/bd_srv.h (modified) (view diffs)
-
c/include/bitops.h (modified) (view diffs)
-
c/include/cc.h (added)
-
c/include/inet/addr.h (modified) (view diffs)
-
c/include/inet/dnsr.h (modified) (view diffs)
-
c/include/inet/inetping.h (modified) (view diffs)
-
c/include/inet/inetping6.h (added)
-
c/include/inet/iplink.h (modified) (view diffs)
-
c/include/inet/iplink_srv.h (modified) (view diffs)
-
c/include/io/con_srv.h (modified) (view diffs)
-
c/include/io/verify.h (modified) (view diffs)
-
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/mem.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_protocols.h (modified) (view diffs)
-
c/include/net/socket_codes.h (modified) (view diffs)
-
c/include/stdio.h (modified) (view diffs)
-
c/include/str.h (modified) (view diffs)
-
draw/drawctx.h (modified) (view diffs)
-
gui/connection.h (modified) (view diffs)
-
gui/widget.h (modified) (view diffs)
-
gui/window.h (modified) (view diffs)
-
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 (added)
-
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/pwd.h (modified) (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/locale.c (modified) (view diffs)
-
posix/source/math.c (modified) (view diffs)
-
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/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)
-
posix/tools/create-redefines.sh (added)
-
posix/tools/get-collision-list.sh (added)
-
posix/tools/transform-symbols.sh (added)
-
usb/src/dev.c (modified) (view diffs)
-
usbhid/src/hidiface.c (modified) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.
