Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3150 5821 d 13 h svoboda /branches/dynload/ Merge trunk changes up to r3090 into dynload (still broken)  
/branches/dynload/uspace/lib/libc/include/ipc/devmap.h
/branches/dynload/uspace/srv/devmap/devmap.h
/branches/dynload/uspace/srv/fb/sysio.c
/branches/dynload/uspace/srv/fb/sysio.h
/branches/dynload/kernel/generic/include/mm/as.h
/branches/dynload/kernel/generic/include/syscall/syscall.h
/branches/dynload/kernel/generic/src/ipc/ipc.c
/branches/dynload/kernel/generic/src/proc/task.c
/branches/dynload/kernel/generic/src/proc/thread.c
/branches/dynload/kernel/generic/src/syscall/syscall.c
/branches/dynload/uspace/app/init/init.c
/branches/dynload/uspace/app/init/init.h
/branches/dynload/uspace/app/init/version.c
/branches/dynload/uspace/app/init/version.h
/branches/dynload/uspace/app/tester/devmap/devmap1.c
/branches/dynload/uspace/app/tetris/scores.c
/branches/dynload/uspace/lib/libc/arch/amd64/src/entry.s
/branches/dynload/uspace/lib/libc/arch/ia32/include/config.h
/branches/dynload/uspace/lib/libc/arch/ia32/src/entry.s
/branches/dynload/uspace/lib/libc/arch/ia32/src/syscall.S
/branches/dynload/uspace/lib/libc/arch/ppc32/src/entry.s
/branches/dynload/uspace/lib/libc/arch/sparc64/src/entry.s
/branches/dynload/uspace/lib/libc/generic/io/stream.c
/branches/dynload/uspace/lib/libc/generic/libc.c
/branches/dynload/uspace/lib/libc/generic/task.c
/branches/dynload/uspace/lib/libc/generic/vfs/vfs.c
/branches/dynload/uspace/lib/libc/include/io/stream.h
/branches/dynload/uspace/lib/libc/include/ipc/services.h
/branches/dynload/uspace/lib/libc/include/libc.h
/branches/dynload/uspace/lib/libc/include/task.h
/branches/dynload/uspace/srv/console/Makefile
/branches/dynload/uspace/srv/console/console.c
/branches/dynload/uspace/srv/devmap/devmap.c
/branches/dynload/uspace/srv/fb/Makefile
/branches/dynload/uspace/srv/fb/main.c
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs.c
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/dynload/uspace/srv/kbd/Makefile
/branches/dynload/uspace/srv/kbd/generic/kbd.c
/branches/dynload/uspace/srv/ns/Makefile
/branches/dynload/uspace/srv/ns/ns.c
/branches/dynload/uspace/srv/rd/Makefile
/branches/dynload/uspace/srv/rd/rd.c
/branches/dynload/uspace/srv/vfs/vfs.c
/branches/dynload/uspace/srv/vfs/vfs.h
/branches/dynload/uspace/srv/vfs/vfs_ops.c
3009 5842 d 5 h svoboda /branches/dynload/ Merged latest trunk changes into dynload  
/branches/dynload/kernel/generic/src/lib/elf.c
/branches/dynload/kernel/generic/src/mm/backend_elf.c
/branches/dynload/uspace/lib/libc/arch/amd64/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/arm32/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/ia32/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/ia64/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/mips32/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/ppc32/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/ppc64/_link.ld.in
/branches/dynload/uspace/lib/libc/arch/sparc64/_link.ld.in
/branches/dynload/uspace/lib/libfs/libfs.c
/branches/dynload/uspace/srv/fs/fat/fat.h
/branches/dynload/uspace/srv/fs/fat/fat_idx.c
/branches/dynload/uspace/srv/fs/fat/fat_ops.c
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs.c
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs.h
/branches/dynload/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/dynload/uspace/srv/vfs/vfs_ops.c
2927 5853 d 16 h decky /branches/dynload/ added dynload branch  
/branches/dynload
2863 5878 d 15 h jermar /trunk/uspace/ Revert libfs node_get() API to a model without the parent node pointer
argument.
 
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2858 5883 d 23 h jermar /trunk/uspace/ libfs destroy operation should rather return an error code instead of a truth
value.
 
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2857 5883 d 23 h jermar /trunk/uspace/ Add stubs for unimplemented FAT libfs operations.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2852 5884 d 21 h jermar /trunk/uspace/ Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.
Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.
Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.
Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.
Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.
Add node_put() to libfs operations and instrument libfs_lookup() to use it at
appropriate places.
 
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2844 5886 d 3 h jermar /trunk/uspace/ Add fat_root_get() and fat_plb_get_char().  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2831 5888 d 21 h jermar /trunk/uspace/ Commit progress on the FAT file system server implementation.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2792 5896 d 6 h jermar /trunk/uspace/ libfs' node_get() operation does not need the file system handle.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2791 5899 d 4 h jermar /trunk/uspace/ Make libfs_lookup() more generic.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2770 5918 d 5 h jermar /trunk/uspace/ Introduce fs_handle_t, dev_handle_t and fs_index_t.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_ops.c
/trunk/uspace/srv/vfs/vfs_register.c
2763 5920 d 9 h jermar /trunk/uspace/ Support for rename().  
/trunk/uspace/app/tester/vfs/vfs1.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_ops.c
2760 5923 d 3 h jermar /trunk/uspace/ Support for multiple TMPFS node names.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2758 5924 d 4 h jermar /trunk/uspace/ No need to keep the parent pointer in the TMPFS node. Moreover, other file
systems won't have it either. Finally, if TMPFS is to support hardlinks, there
can be multiple parents.
 
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2757 5924 d 5 h jermar /trunk/uspace/srv/fs/tmpfs/ Set the TMPFS root node's link count to 1.  
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2756 5924 d 6 h jermar /trunk/uspace/srv/fs/tmpfs/ Introduce real link counts for TMPFS.  
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2747 5931 d 3 h jermar /trunk/uspace/ Move the core lookup logic from TMPFS to libfs.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
2742 5933 d 4 h jermar /trunk/uspace/srv/ Separate creation of a TMPFS node and its linking in the file system name space.
Rename VFS_FREE to VFS_DESTROY and destroy_node() to unlink_node().
 
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_node.c
/trunk/uspace/srv/vfs/vfs_ops.c
2739 5939 d 4 h jermar /trunk/uspace/srv/fs/tmpfs/ Remove duplicate initialization.  
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c

Show All