- Timestamp:
- 2011-09-07T00:03:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5081276
- Parents:
- bb74dabe (diff), 038b289 (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
- Files:
-
- 33 added
- 64 edited
-
Makefile (modified) (view diffs)
-
Makefile.common (modified) (view diffs)
-
app/devctl/devctl.c (modified) (view diffs)
-
app/mkfat/fat.h (modified) (view diffs)
-
app/mkfat/mkfat.c (modified) (view diffs)
-
app/mkmfs/Makefile (added)
-
app/mkmfs/mkmfs.c (added)
-
app/sysinfo/sysinfo.c (modified) (view diffs)
-
app/tester/print/print2.c (modified) (view diffs)
-
app/trace/syscalls.c (modified) (view diffs)
-
drv/bus/isa/isa.c (modified) (view diffs)
-
drv/bus/pci/pciintel/pci.c (modified) (view diffs)
-
drv/bus/usb/uhci/uhci.c (modified) (view diffs)
-
drv/bus/usb/usbhid/kbd/kbddev.c (modified) (view diffs)
-
drv/bus/usb/usbhid/kbd/kbddev.h (modified) (view diffs)
-
drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) (view diffs)
-
drv/bus/usb/usbhid/main.c (modified) (view diffs)
-
drv/bus/usb/usbhid/mouse/mousedev.c (modified) (view diffs)
-
drv/bus/usb/usbhid/multimedia/multimedia.c (modified) (view diffs)
-
drv/bus/usb/usbhid/usbhid.c (modified) (view diffs)
-
drv/bus/usb/usbhid/usbhid.h (modified) (view diffs)
-
drv/bus/usb/usbmast/main.c (modified) (view diffs)
-
drv/char/ns8250/ns8250.c (modified) (view diffs)
-
drv/infrastructure/root/root.c (modified) (view diffs)
-
drv/infrastructure/rootvirt/rootvirt.c (modified) (view diffs)
-
drv/test/test1/test1.c (modified) (view diffs)
-
drv/test/test2/test2.c (modified) (view diffs)
-
drv/test/test3/test3.c (modified) (view diffs)
-
lib/block/libblock.c (modified) (view diffs)
-
lib/block/libblock.h (modified) (view diffs)
-
lib/c/generic/async.c (modified) (view diffs)
-
lib/c/generic/devman.c (modified) (view diffs)
-
lib/c/generic/io/printf_core.c (modified) (view diffs)
-
lib/c/generic/str.c (modified) (view diffs)
-
lib/c/generic/sysinfo.c (modified) (view diffs)
-
lib/c/include/bool.h (modified) (view diffs)
-
lib/c/include/devman.h (modified) (view diffs)
-
lib/c/include/errno.h (modified) (view diffs)
-
lib/c/include/ipc/bd.h (modified) (view diffs)
-
lib/c/include/ipc/devman.h (modified) (view diffs)
-
lib/c/include/str.h (modified) (view diffs)
-
lib/c/include/sysinfo.h (modified) (view diffs)
-
lib/c/include/task.h (modified) (view diffs)
-
lib/c/include/thread.h (modified) (view diffs)
-
lib/drv/generic/driver.c (modified) (view diffs)
-
lib/drv/include/ddf/driver.h (modified) (view diffs)
-
lib/fs/libfs.c (modified) (view diffs)
-
lib/fs/libfs.h (modified) (view diffs)
-
lib/minix/minix.h (added)
-
srv/bd/ata_bd/ata_bd.c (modified) (view diffs)
-
srv/bd/ata_bd/ata_hw.h (modified) (view diffs)
-
srv/devman/devman.c (modified) (view diffs)
-
srv/devman/devman.h (modified) (view diffs)
-
srv/devman/main.c (modified) (view diffs)
-
srv/fs/cdfs/Makefile (added)
-
srv/fs/cdfs/cdfs.c (added)
-
srv/fs/cdfs/cdfs.h (added)
-
srv/fs/cdfs/cdfs_endian.h (added)
-
srv/fs/cdfs/cdfs_ops.c (added)
-
srv/fs/cdfs/cdfs_ops.h (added)
-
srv/fs/exfat/Makefile (added)
-
srv/fs/exfat/exfat.c (added)
-
srv/fs/exfat/exfat.h (added)
-
srv/fs/exfat/exfat_bitmap.c (added)
-
srv/fs/exfat/exfat_bitmap.h (added)
-
srv/fs/exfat/exfat_dentry.c (added)
-
srv/fs/exfat/exfat_dentry.h (added)
-
srv/fs/exfat/exfat_directory.c (added)
-
srv/fs/exfat/exfat_directory.h (added)
-
srv/fs/exfat/exfat_fat.c (added)
-
srv/fs/exfat/exfat_fat.h (added)
-
srv/fs/exfat/exfat_idx.c (added)
-
srv/fs/exfat/exfat_ops.c (added)
-
srv/fs/ext2fs/ext2fs_ops.c (modified) (view diffs)
-
srv/fs/fat/Makefile (modified) (view diffs)
-
srv/fs/fat/fat.c (modified) (view diffs)
-
srv/fs/fat/fat.h (modified) (view diffs)
-
srv/fs/fat/fat_dentry.c (modified) (view diffs)
-
srv/fs/fat/fat_dentry.h (modified) (view diffs)
-
srv/fs/fat/fat_directory.c (added)
-
srv/fs/fat/fat_directory.h (added)
-
srv/fs/fat/fat_fat.c (modified) (view diffs)
-
srv/fs/fat/fat_fat.h (modified) (view diffs)
-
srv/fs/fat/fat_idx.c (modified) (view diffs)
-
srv/fs/fat/fat_ops.c (modified) (view diffs)
-
srv/fs/locfs/locfs_ops.c (modified) (view diffs)
-
srv/fs/mfs/Makefile (added)
-
srv/fs/mfs/mfs.c (added)
-
srv/fs/mfs/mfs.h (added)
-
srv/fs/mfs/mfs_balloc.c (added)
-
srv/fs/mfs/mfs_dentry.c (added)
-
srv/fs/mfs/mfs_inode.c (added)
-
srv/fs/mfs/mfs_ops.c (added)
-
srv/fs/mfs/mfs_rw.c (added)
-
srv/fs/mfs/mfs_utils.c (added)
-
srv/fs/tmpfs/tmpfs_ops.c (modified) (view diffs)
-
srv/loc/loc.c (modified) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.
