Search:
Login
Preferences
Register
About
FAQ
Documentation
Download
Mailing List
IRC Channel
Wiki
Sources
Bug Reports
Timeline
Context Navigation
Reverse Diff
Changes in
/
[39f892a9:368ee04]
in mainline
Location:
uspace
Files:
5 added
3 deleted
103 edited
app/bdsh/cmds/builtins/cd/cd.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/cat/cat.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/cmp/cmp.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/cp/cp.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/ls/ls.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/ls/ls.h
(modified)
(
view diffs
)
app/bdsh/cmds/modules/mkdir/mkdir.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/mkfile/mkfile.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/mount/mount.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/mv/mv.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/pwd/pwd.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/rm/rm.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/touch/touch.c
(modified)
(
view diffs
)
app/bdsh/cmds/modules/unmount/unmount.c
(modified)
(
view diffs
)
app/bdsh/compl.c
(modified)
(
view diffs
)
app/bdsh/exec.c
(modified)
(
view diffs
)
app/bdsh/util.c
(modified)
(
view diffs
)
app/df/df.c
(modified)
(
view diffs
)
app/fontviewer/fontviewer.c
(modified)
(
view diffs
)
app/getterm/getterm.c
(modified)
(
view diffs
)
app/init/init.c
(modified)
(
view diffs
)
app/kio/kio.c
(modified)
(
view diffs
)
app/redir/redir.c
(modified)
(
view diffs
)
app/sysinst/futil.c
(modified)
(
view diffs
)
app/sysinst/sysinst.c
(modified)
(
view diffs
)
app/taskdump/elf_core.c
(modified)
(
view diffs
)
app/taskdump/symtab.c
(modified)
(
view diffs
)
app/tester/hw/misc/virtchar1.c
(modified)
(
view diffs
)
app/tester/mm/pager1.c
(modified)
(
view diffs
)
app/tester/vfs/vfs1.c
(modified)
(
view diffs
)
app/tetris/scores.c
(modified)
(
view diffs
)
app/trace/trace.c
(modified)
(
view diffs
)
app/untar/main.c
(modified)
(
view diffs
)
app/viewer/viewer.c
(modified)
(
view diffs
)
app/websrv/websrv.c
(modified)
(
view diffs
)
dist/src/c/demos/tetris/scores.c
(modified)
(
view diffs
)
drv/bus/isa/isa.c
(modified)
(
view diffs
)
drv/char/ns8250/ns8250.c
(modified)
(
view diffs
)
lib/bithenge/src/failure.c
(modified)
(
view diffs
)
lib/bithenge/src/failure.h
(modified)
(
view diffs
)
lib/bithenge/src/file.c
(modified)
(
view diffs
)
lib/c/Makefile
(modified)
(
view diffs
)
lib/c/generic/dirent.c
(added)
lib/c/generic/elf/elf_load.c
(modified)
(
view diffs
)
lib/c/generic/elf/elf_mod.c
(modified)
(
view diffs
)
lib/c/generic/io/io.c
(modified)
(
view diffs
)
lib/c/generic/io/logctl.c
(modified)
(
view diffs
)
lib/c/generic/libc.c
(modified)
(
view diffs
)
lib/c/generic/loader.c
(modified)
(
view diffs
)
lib/c/generic/private/io.h
(modified)
(
view diffs
)
lib/c/generic/private/stdio.h
(modified)
(
view diffs
)
lib/c/generic/rtld/module.c
(modified)
(
view diffs
)
lib/c/generic/task.c
(modified)
(
view diffs
)
lib/c/generic/vfs/inbox.c
(added)
lib/c/generic/vfs/mtab.c
(added)
lib/c/generic/vfs/vfs.c
(modified)
(
view diffs
)
lib/c/include/dirent.h
(modified)
(
view diffs
)
lib/c/include/elf/elf_load.h
(modified)
(
view diffs
)
lib/c/include/elf/elf_mod.h
(modified)
(
view diffs
)
lib/c/include/fcntl.h
(deleted)
lib/c/include/io/logctl.h
(modified)
(
view diffs
)
lib/c/include/ipc/loader.h
(modified)
(
view diffs
)
lib/c/include/ipc/logger.h
(modified)
(
view diffs
)
lib/c/include/ipc/vfs.h
(modified)
(
view diffs
)
lib/c/include/loader/loader.h
(modified)
(
view diffs
)
lib/c/include/loader/pcb.h
(modified)
(
view diffs
)
lib/c/include/stdio.h
(modified)
(
view diffs
)
lib/c/include/stdlib.h
(modified)
(
view diffs
)
lib/c/include/sys/stat.h
(deleted)
lib/c/include/sys/statfs.h
(deleted)
lib/c/include/sys/types.h
(modified)
(
view diffs
)
lib/c/include/task.h
(modified)
(
view diffs
)
lib/c/include/unistd.h
(modified)
(
view diffs
)
lib/c/include/vfs/inbox.h
(added)
lib/c/include/vfs/vfs.h
(modified)
(
view diffs
)
lib/c/include/vfs/vfs_mtab.h
(modified)
(
view diffs
)
lib/fs/libfs.c
(modified)
(
view diffs
)
lib/fs/libfs.h
(modified)
(
view diffs
)
lib/gui/window.c
(modified)
(
view diffs
)
lib/pcut/src/os/generic.c
(modified)
(
view diffs
)
lib/pcut/src/os/helenos.c
(modified)
(
view diffs
)
lib/posix/include/posix/fcntl.h
(modified)
(
view diffs
)
lib/posix/include/posix/sys/stat.h
(modified)
(
view diffs
)
lib/posix/include/posix/sys/types.h
(modified)
(
view diffs
)
lib/posix/source/fcntl.c
(modified)
(
view diffs
)
lib/posix/source/internal/common.h
(modified)
(
view diffs
)
lib/posix/source/stdio.c
(modified)
(
view diffs
)
lib/posix/source/stdlib.c
(modified)
(
view diffs
)
lib/posix/source/sys/stat.c
(modified)
(
view diffs
)
lib/posix/source/unistd.c
(modified)
(
view diffs
)
srv/devman/driver.c
(modified)
(
view diffs
)
srv/devman/match.c
(modified)
(
view diffs
)
srv/fs/fat/fat.h
(modified)
(
view diffs
)
srv/fs/locfs/locfs_ops.c
(modified)
(
view diffs
)
srv/fs/mfs/mfs.h
(modified)
(
view diffs
)
srv/fs/tmpfs/tmpfs_ops.c
(modified)
(
view diffs
)
srv/hid/input/ctl/kbdev.c
(modified)
(
view diffs
)
srv/hid/input/port/adb.c
(modified)
(
view diffs
)
srv/hid/input/proto/mousedev.c
(modified)
(
view diffs
)
srv/loader/main.c
(modified)
(
view diffs
)
srv/logger/ctl.c
(modified)
(
view diffs
)
srv/vfs/Makefile
(modified)
(
view diffs
)
srv/vfs/vfs.c
(modified)
(
view diffs
)
srv/vfs/vfs.h
(modified)
(
view diffs
)
srv/vfs/vfs_file.c
(modified)
(
view diffs
)
srv/vfs/vfs_ipc.c
(added)
srv/vfs/vfs_lookup.c
(modified)
(
view diffs
)
srv/vfs/vfs_node.c
(modified)
(
view diffs
)
srv/vfs/vfs_ops.c
(modified)
(
view diffs
)
srv/vfs/vfs_pager.c
(modified)
(
view diffs
)
srv/vfs/vfs_register.c
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (1.4 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive