Changes in / [b801f2d:5c90e3e] in mainline
- Files:
-
- 119 added
- 50 deleted
- 66 edited
-
boot/Makefile.common (modified) (view diffs)
-
contrib/bazaar/bzreml/__init__.py (modified) (view diffs)
-
contrib/bazaar/mbprotect/__init__.py (modified) (view diffs)
-
kernel/generic/include/ipc/sysipc_ops.h (modified) (view diffs)
-
kernel/generic/src/ipc/ipc.c (modified) (view diffs)
-
kernel/generic/src/ipc/kbox.c (modified) (view diffs)
-
kernel/generic/src/ipc/ops/clnestab.c (modified) (view diffs)
-
kernel/generic/src/ipc/ops/conctmeto.c (modified) (view diffs)
-
kernel/generic/src/ipc/ops/concttome.c (modified) (view diffs)
-
kernel/generic/src/ipc/ops/connclone.c (modified) (view diffs)
-
kernel/generic/src/ipc/sysipc.c (modified) (view diffs)
-
kernel/generic/src/ipc/sysipc_ops.c (modified) (view diffs)
-
tools/toolchain.sh (modified) (view diffs)
-
uspace/Makefile (modified) (view diffs)
-
uspace/Makefile.common (modified) (view diffs)
-
uspace/app/bdsh/Makefile (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/cmp/cmp.c (added)
-
uspace/app/bdsh/cmds/modules/cmp/cmp.h (added)
-
uspace/app/bdsh/cmds/modules/cmp/cmp_def.h (added)
-
uspace/app/bdsh/cmds/modules/cmp/entry.h (added)
-
uspace/app/bdsh/cmds/modules/modules.h (modified) (view diffs)
-
uspace/app/bithenge/Makefile (added)
-
uspace/app/bithenge/Makefile.linux (added)
-
uspace/app/bithenge/test.c (added)
-
uspace/app/mkexfat/mkexfat.c (modified) (view diffs)
-
uspace/app/msim/arch_helenos/input.c (modified) (view diffs)
-
uspace/app/msim/arch_helenos/misc.c (modified) (view diffs)
-
uspace/app/tester/float/softfloat1.c (modified) (view diffs)
-
uspace/app/trace/ipcp.c (modified) (view diffs)
-
uspace/app/trace/proto.c (modified) (view diffs)
-
uspace/app/trace/proto.h (modified) (view diffs)
-
uspace/dist/src/bithenge/basic.bh (added)
-
uspace/dist/src/bithenge/basic.dat (added)
-
uspace/dist/src/bithenge/basic.out (added)
-
uspace/dist/src/bithenge/bits.bh (added)
-
uspace/dist/src/bithenge/bits.dat (added)
-
uspace/dist/src/bithenge/bits.out (added)
-
uspace/dist/src/bithenge/cond.bh (added)
-
uspace/dist/src/bithenge/cond.dat (added)
-
uspace/dist/src/bithenge/cond.out (added)
-
uspace/dist/src/bithenge/expression.bh (added)
-
uspace/dist/src/bithenge/expression.dat (added)
-
uspace/dist/src/bithenge/expression.out (added)
-
uspace/dist/src/bithenge/fat.bh (added)
-
uspace/dist/src/bithenge/fat.dat (added)
-
uspace/dist/src/bithenge/fat.out (added)
-
uspace/dist/src/bithenge/gif/blue_1x1.gif (added)
-
uspace/dist/src/bithenge/gif/gif.bh (added)
-
uspace/dist/src/bithenge/gif/helenos.gif (added)
-
uspace/dist/src/bithenge/gif/loader.gif (added)
-
uspace/dist/src/bithenge/gif/readme (added)
-
uspace/dist/src/bithenge/repeat.bh (added)
-
uspace/dist/src/bithenge/repeat.dat (added)
-
uspace/dist/src/bithenge/repeat.out (added)
-
uspace/dist/src/bithenge/test.bdsh (added)
-
uspace/dist/src/bithenge/test.sh (added)
-
uspace/dist/src/bithenge/trip.bh (added)
-
uspace/dist/src/bithenge/trip.dat (added)
-
uspace/dist/src/bithenge/trip.out (added)
-
uspace/dist/src/bithenge/usbdesc.bh (added)
-
uspace/dist/src/bithenge/usbdesc.kbd.dat (added)
-
uspace/dist/src/bithenge/usbdesc.kbd.out (added)
-
uspace/lib/bithenge/Makefile (added)
-
uspace/lib/bithenge/Makefile.linux (added)
-
uspace/lib/bithenge/include/bithenge/blob.h (added)
-
uspace/lib/bithenge/include/bithenge/compound.h (added)
-
uspace/lib/bithenge/include/bithenge/expression.h (added)
-
uspace/lib/bithenge/include/bithenge/file.h (added)
-
uspace/lib/bithenge/include/bithenge/os.h (added)
-
uspace/lib/bithenge/include/bithenge/print.h (added)
-
uspace/lib/bithenge/include/bithenge/script.h (added)
-
uspace/lib/bithenge/include/bithenge/sequence.h (added)
-
uspace/lib/bithenge/include/bithenge/source.h (added)
-
uspace/lib/bithenge/include/bithenge/transform.h (added)
-
uspace/lib/bithenge/include/bithenge/tree.h (added)
-
uspace/lib/bithenge/src/blob.c (added)
-
uspace/lib/bithenge/src/common.h (added)
-
uspace/lib/bithenge/src/compound.c (added)
-
uspace/lib/bithenge/src/expression.c (added)
-
uspace/lib/bithenge/src/failure.c (added)
-
uspace/lib/bithenge/src/failure.h (added)
-
uspace/lib/bithenge/src/file.c (added)
-
uspace/lib/bithenge/src/helenos/block.c (added)
-
uspace/lib/bithenge/src/helenos/block.h (added)
-
uspace/lib/bithenge/src/helenos/common.h (added)
-
uspace/lib/bithenge/src/linux/common.h (added)
-
uspace/lib/bithenge/src/print.c (added)
-
uspace/lib/bithenge/src/script.c (added)
-
uspace/lib/bithenge/src/sequence.c (added)
-
uspace/lib/bithenge/src/source.c (added)
-
uspace/lib/bithenge/src/transform.c (added)
-
uspace/lib/bithenge/src/tree.c (added)
-
uspace/lib/block/block.c (modified) (view diffs)
-
uspace/lib/block/block.h (modified) (view diffs)
-
uspace/lib/c/Makefile (modified) (view diffs)
-
uspace/lib/c/generic/adt/hash_set.c (deleted)
-
uspace/lib/c/generic/adt/hash_table.c (modified) (view diffs)
-
uspace/lib/c/generic/async.c (modified) (view diffs)
-
uspace/lib/c/include/adt/hash.h (added)
-
uspace/lib/c/include/adt/hash_set.h (deleted)
-
uspace/lib/c/include/adt/hash_table.h (modified) (view diffs)
-
uspace/lib/c/include/adt/list.h (modified) (view diffs)
-
uspace/lib/c/include/macros.h (modified) (view diffs)
-
uspace/lib/ext4/libext4_crc.c (modified) (view diffs)
-
uspace/lib/ext4/libext4_filesystem.c (modified) (view diffs)
-
uspace/lib/ext4/libext4_hash.c (modified) (view diffs)
-
uspace/lib/nic/include/nic.h (modified) (view diffs)
-
uspace/lib/nic/include/nic_addr_db.h (modified) (view diffs)
-
uspace/lib/nic/include/nic_wol_virtues.h (modified) (view diffs)
-
uspace/lib/nic/src/nic_addr_db.c (modified) (view diffs)
-
uspace/lib/nic/src/nic_wol_virtues.c (modified) (view diffs)
-
uspace/lib/posix/Makefile (modified) (view diffs)
-
uspace/lib/posix/assert.h (deleted)
-
uspace/lib/posix/ctype.c (deleted)
-
uspace/lib/posix/ctype.h (deleted)
-
uspace/lib/posix/errno.c (deleted)
-
uspace/lib/posix/errno.h (deleted)
-
uspace/lib/posix/fcntl.c (deleted)
-
uspace/lib/posix/fcntl.h (deleted)
-
uspace/lib/posix/float.h (deleted)
-
uspace/lib/posix/fnmatch.c (deleted)
-
uspace/lib/posix/fnmatch.h (deleted)
-
uspace/lib/posix/getopt.c (deleted)
-
uspace/lib/posix/getopt.h (deleted)
-
uspace/lib/posix/include/posix/assert.h (added)
-
uspace/lib/posix/include/posix/ctype.h (added)
-
uspace/lib/posix/include/posix/errno.h (added)
-
uspace/lib/posix/include/posix/fcntl.h (added)
-
uspace/lib/posix/include/posix/float.h (added)
-
uspace/lib/posix/include/posix/fnmatch.h (added)
-
uspace/lib/posix/include/posix/getopt.h (added)
-
uspace/lib/posix/include/posix/inttypes.h (added)
-
uspace/lib/posix/include/posix/iso646.h (added)
-
uspace/lib/posix/include/posix/limits.h (added)
-
uspace/lib/posix/include/posix/locale.h (added)
-
uspace/lib/posix/include/posix/malloc.h (added)
-
uspace/lib/posix/include/posix/math.h (added)
-
uspace/lib/posix/include/posix/pwd.h (added)
-
uspace/lib/posix/include/posix/signal.h (added)
-
uspace/lib/posix/include/posix/stdarg.h (added)
-
uspace/lib/posix/include/posix/stdbool.h (added)
-
uspace/lib/posix/include/posix/stddef.h (added)
-
uspace/lib/posix/include/posix/stdint.h (added)
-
uspace/lib/posix/include/posix/stdio.h (added)
-
uspace/lib/posix/include/posix/stdlib.h (added)
-
uspace/lib/posix/include/posix/string.h (added)
-
uspace/lib/posix/include/posix/strings.h (added)
-
uspace/lib/posix/include/posix/sys/mman.h (added)
-
uspace/lib/posix/include/posix/sys/stat.h (added)
-
uspace/lib/posix/include/posix/sys/types.h (added)
-
uspace/lib/posix/include/posix/sys/wait.h (added)
-
uspace/lib/posix/include/posix/time.h (added)
-
uspace/lib/posix/include/posix/unistd.h (added)
-
uspace/lib/posix/internal/common.h (deleted)
-
uspace/lib/posix/inttypes.h (deleted)
-
uspace/lib/posix/iso646.h (deleted)
-
uspace/lib/posix/limits.h (deleted)
-
uspace/lib/posix/locale.c (deleted)
-
uspace/lib/posix/locale.h (deleted)
-
uspace/lib/posix/math.c (deleted)
-
uspace/lib/posix/math.h (deleted)
-
uspace/lib/posix/pwd.c (deleted)
-
uspace/lib/posix/pwd.h (deleted)
-
uspace/lib/posix/signal.c (deleted)
-
uspace/lib/posix/signal.h (deleted)
-
uspace/lib/posix/source/ctype.c (added)
-
uspace/lib/posix/source/errno.c (added)
-
uspace/lib/posix/source/fcntl.c (added)
-
uspace/lib/posix/source/fnmatch.c (added)
-
uspace/lib/posix/source/getopt.c (added)
-
uspace/lib/posix/source/internal/common.h (added)
-
uspace/lib/posix/source/locale.c (added)
-
uspace/lib/posix/source/math.c (added)
-
uspace/lib/posix/source/pwd.c (added)
-
uspace/lib/posix/source/signal.c (added)
-
uspace/lib/posix/source/stdio.c (added)
-
uspace/lib/posix/source/stdio/scanf.c (added)
-
uspace/lib/posix/source/stdlib.c (added)
-
uspace/lib/posix/source/stdlib/strtol.c (added)
-
uspace/lib/posix/source/stdlib/strtold.c (added)
-
uspace/lib/posix/source/string.c (added)
-
uspace/lib/posix/source/strings.c (added)
-
uspace/lib/posix/source/sys/stat.c (added)
-
uspace/lib/posix/source/sys/wait.c (added)
-
uspace/lib/posix/source/time.c (added)
-
uspace/lib/posix/source/unistd.c (added)
-
uspace/lib/posix/stdbool.h (deleted)
-
uspace/lib/posix/stddef.h (deleted)
-
uspace/lib/posix/stdint.h (deleted)
-
uspace/lib/posix/stdio.c (deleted)
-
uspace/lib/posix/stdio.h (deleted)
-
uspace/lib/posix/stdio/scanf.c (deleted)
-
uspace/lib/posix/stdlib.c (deleted)
-
uspace/lib/posix/stdlib.h (deleted)
-
uspace/lib/posix/stdlib/strtol.c (deleted)
-
uspace/lib/posix/stdlib/strtold.c (deleted)
-
uspace/lib/posix/string.c (deleted)
-
uspace/lib/posix/string.h (deleted)
-
uspace/lib/posix/strings.c (deleted)
-
uspace/lib/posix/strings.h (deleted)
-
uspace/lib/posix/sys/mman.h (deleted)
-
uspace/lib/posix/sys/stat.c (deleted)
-
uspace/lib/posix/sys/stat.h (deleted)
-
uspace/lib/posix/sys/types.h (deleted)
-
uspace/lib/posix/sys/wait.c (deleted)
-
uspace/lib/posix/sys/wait.h (deleted)
-
uspace/lib/posix/time.c (deleted)
-
uspace/lib/posix/time.h (deleted)
-
uspace/lib/posix/unistd.c (deleted)
-
uspace/lib/posix/unistd.h (deleted)
-
uspace/lib/softfloat/add.c (modified) (view diffs)
-
uspace/srv/devman/devman.c (modified) (view diffs)
-
uspace/srv/devman/devman.h (modified) (view diffs)
-
uspace/srv/fs/cdfs/cdfs_ops.c (modified) (view diffs)
-
uspace/srv/fs/exfat/exfat.h (modified) (view diffs)
-
uspace/srv/fs/exfat/exfat_idx.c (modified) (view diffs)
-
uspace/srv/fs/exfat/exfat_ops.c (modified) (view diffs)
-
uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) (view diffs)
-
uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) (view diffs)
-
uspace/srv/fs/fat/fat.h (modified) (view diffs)
-
uspace/srv/fs/fat/fat_idx.c (modified) (view diffs)
-
uspace/srv/fs/locfs/locfs_ops.c (modified) (view diffs)
-
uspace/srv/fs/mfs/mfs.h (modified) (view diffs)
-
uspace/srv/fs/mfs/mfs_ops.c (modified) (view diffs)
-
uspace/srv/fs/tmpfs/tmpfs.h (modified) (view diffs)
-
uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) (view diffs)
-
uspace/srv/fs/udf/udf.h (modified) (view diffs)
-
uspace/srv/fs/udf/udf_idx.c (modified) (view diffs)
-
uspace/srv/hid/input/gsp.c (modified) (view diffs)
-
uspace/srv/hid/input/gsp.h (modified) (view diffs)
-
uspace/srv/logger/logs.c (modified) (view diffs)
-
uspace/srv/ns/service.c (modified) (view diffs)
-
uspace/srv/ns/task.c (modified) (view diffs)
-
uspace/srv/vfs/vfs.h (modified) (view diffs)
-
uspace/srv/vfs/vfs_node.c (modified) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.
