Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[3751a08:16dc887]
in mainline
Files:
13 added
10 deleted
81 edited
boot/Makefile.common
(modified)
(
view diffs
)
uspace/Makefile
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/bdd/bdd.c
(modified)
(
view diffs
)
uspace/app/blkdump/blkdump.c
(modified)
(
view diffs
)
uspace/app/bnchmark/bnchmark.c
(modified)
(
view diffs
)
uspace/app/ext2info/ext2info.c
(modified)
(
view diffs
)
uspace/app/init/init.c
(modified)
(
view diffs
)
uspace/app/lsusb/main.c
(modified)
(
view diffs
)
uspace/app/mkbd/main.c
(modified)
(
view diffs
)
uspace/app/mkfat/mkfat.c
(modified)
(
view diffs
)
uspace/app/tester/devs/devman2.c
(modified)
(
view diffs
)
uspace/app/tester/hw/misc/virtchar1.c
(modified)
(
view diffs
)
uspace/app/tester/vfs/vfs1.c
(modified)
(
view diffs
)
uspace/app/testread/testread.c
(modified)
(
view diffs
)
uspace/app/usbinfo/main.c
(modified)
(
view diffs
)
uspace/doc/doxygroups.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhid/generic/hiddev.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhid/kbd/kbddev.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhid/mouse/mousedev.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhid/multimedia/multimedia.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/main.c
(modified)
(
view diffs
)
uspace/lib/block/libblock.c
(modified)
(
view diffs
)
uspace/lib/block/libblock.h
(modified)
(
view diffs
)
uspace/lib/c/Makefile
(modified)
(
view diffs
)
uspace/lib/c/generic/devmap.c
(deleted)
uspace/lib/c/generic/io/io.c
(modified)
(
view diffs
)
uspace/lib/c/generic/loc.c
(added)
uspace/lib/c/generic/vfs/vfs.c
(modified)
(
view diffs
)
uspace/lib/c/include/devmap.h
(deleted)
uspace/lib/c/include/ipc/devman.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/devmap.h
(deleted)
uspace/lib/c/include/ipc/loc.h
(added)
uspace/lib/c/include/ipc/services.h
(modified)
(
view diffs
)
uspace/lib/c/include/loc.h
(added)
uspace/lib/c/include/sys/stat.h
(modified)
(
view diffs
)
uspace/lib/c/include/vfs/vfs.h
(modified)
(
view diffs
)
uspace/lib/ext2/libext2_filesystem.c
(modified)
(
view diffs
)
uspace/lib/ext2/libext2_filesystem.h
(modified)
(
view diffs
)
uspace/lib/ext2/libext2_superblock.c
(modified)
(
view diffs
)
uspace/lib/ext2/libext2_superblock.h
(modified)
(
view diffs
)
uspace/lib/fs/libfs.c
(modified)
(
view diffs
)
uspace/lib/fs/libfs.h
(modified)
(
view diffs
)
uspace/srv/bd/ata_bd/ata_bd.c
(modified)
(
view diffs
)
uspace/srv/bd/ata_bd/ata_bd.h
(modified)
(
view diffs
)
uspace/srv/bd/file_bd/file_bd.c
(modified)
(
view diffs
)
uspace/srv/bd/gxe_bd/gxe_bd.c
(modified)
(
view diffs
)
uspace/srv/bd/part/guid_part/guid_part.c
(modified)
(
view diffs
)
uspace/srv/bd/part/mbr_part/mbr_part.c
(modified)
(
view diffs
)
uspace/srv/bd/rd/rd.c
(modified)
(
view diffs
)
uspace/srv/devman/devman.c
(modified)
(
view diffs
)
uspace/srv/devman/devman.h
(modified)
(
view diffs
)
uspace/srv/devman/main.c
(modified)
(
view diffs
)
uspace/srv/devmap/Makefile
(deleted)
uspace/srv/devmap/devmap.c
(deleted)
uspace/srv/fs/devfs/Makefile
(deleted)
uspace/srv/fs/devfs/devfs.c
(deleted)
uspace/srv/fs/devfs/devfs.h
(deleted)
uspace/srv/fs/devfs/devfs_ops.c
(deleted)
uspace/srv/fs/devfs/devfs_ops.h
(deleted)
uspace/srv/fs/ext2fs/ext2fs_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat.h
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_fat.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_fat.h
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_idx.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/locfs/Makefile
(added)
uspace/srv/fs/locfs/locfs.c
(added)
uspace/srv/fs/locfs/locfs.h
(added)
uspace/srv/fs/locfs/locfs_ops.c
(added)
uspace/srv/fs/locfs/locfs_ops.h
(added)
uspace/srv/fs/tmpfs/tmpfs.h
(modified)
(
view diffs
)
uspace/srv/fs/tmpfs/tmpfs_dump.c
(modified)
(
view diffs
)
uspace/srv/fs/tmpfs/tmpfs_ops.c
(modified)
(
view diffs
)
uspace/srv/hid/console/console.c
(modified)
(
view diffs
)
uspace/srv/hid/input/ctl/kbdev.c
(modified)
(
view diffs
)
uspace/srv/hid/input/generic/input.c
(modified)
(
view diffs
)
uspace/srv/hid/input/include/kbd.h
(modified)
(
view diffs
)
uspace/srv/hid/input/include/mouse.h
(modified)
(
view diffs
)
uspace/srv/hid/input/port/adb.c
(modified)
(
view diffs
)
uspace/srv/hid/input/port/adb_mouse.c
(modified)
(
view diffs
)
uspace/srv/hid/input/port/chardev.c
(modified)
(
view diffs
)
uspace/srv/hid/input/port/chardev_mouse.c
(modified)
(
view diffs
)
uspace/srv/hid/input/proto/mousedev.c
(modified)
(
view diffs
)
uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c
(modified)
(
view diffs
)
uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h
(modified)
(
view diffs
)
uspace/srv/hw/bus/cuda_adb/cuda_adb.c
(modified)
(
view diffs
)
uspace/srv/hw/bus/cuda_adb/cuda_adb.h
(modified)
(
view diffs
)
uspace/srv/hw/char/i8042/i8042.c
(modified)
(
view diffs
)
uspace/srv/hw/char/i8042/i8042.h
(modified)
(
view diffs
)
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c
(modified)
(
view diffs
)
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h
(modified)
(
view diffs
)
uspace/srv/hw/irc/i8259/i8259.c
(modified)
(
view diffs
)
uspace/srv/hw/irc/obio/obio.c
(modified)
(
view diffs
)
uspace/srv/loc/Makefile
(added)
uspace/srv/loc/category.c
(added)
uspace/srv/loc/category.h
(added)
uspace/srv/loc/loc.c
(added)
uspace/srv/loc/loc.h
(added)
uspace/srv/vfs/vfs.h
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_file.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_lookup.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_node.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_ops.c
(modified)
(
view diffs
)
uspace/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