Subversion Repositories HelenOS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3328 5759 d 11 h jermar /trunk/uspace/lib/libc/generic/vfs/ Fix off-by-one bug in absolutize().  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
3313 5761 d 3 h jermar /trunk/uspace/lib/libc/generic/vfs/ When read() fails, return the actual error.  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
3306 5763 d 11 h jermar /trunk/uspace/lib/libc/ Fix handling of relative paths in task_spawn().  
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/vfs/vfs.h
3292 5764 d 5 h jermar /trunk/uspace/lib/libc/generic/vfs/ Fix absolutize() wrt. to relative paths.  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
3255 5766 d 12 h jermar /trunk/uspace/ Fix the VFS protocol so that the client can determine that VFS_MOUNT failed due
to a request to mount an unregistered file system.
 
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs_ops.c
3246 5769 d 4 h jermar /trunk/ cstyle  
/trunk/kernel/generic/src/lib/rd.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
3214 5799 d 10 h svoboda /trunk/uspace/lib/libc/generic/vfs/ Fix missing rc check in libc _open()  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
3077 5833 d 7 h decky /trunk/uspace/lib/libc/generic/vfs/ mount: resolve device using devmap  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
2771 5917 d 1 h jermar /trunk/uspace/lib/libc/generic/vfs/ Simplify the libc procedure needed to convert a user-supplied path to an
absolute canonical path.
 
/trunk/uspace/lib/libc/generic/vfs/vfs.c
2763 5919 d 5 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
2761 5920 d 10 h jermar /trunk/uspace/lib/libc/generic/vfs/ mkdir() and _unlink() should return the real return code.  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
2755 5925 d 21 h jermar /trunk/uspace/ Add support for relative paths: chdir() and getcwd().  
/trunk/uspace/lib/libc/include/vfs/vfs.h
/trunk/uspace/lib/libc/include/vfs.h
/trunk/uspace/app/tester/vfs/vfs1.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/errno.h
/trunk/uspace/lib/libc/include/unistd.h
/trunk/uspace/lib/libc/include/vfs/canonify.h
2753 5926 d 1 h jermar /trunk/uspace/ Move canonify() to libc so that it can be used also on the libc side.  
/trunk/uspace/lib/libc/generic/vfs
/trunk/uspace/lib/libc/generic/vfs/canonify.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/vfs
/trunk/uspace/lib/libc/include/vfs/canonify.h
/trunk/uspace/lib/libc/generic/vfs.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/srv/vfs/vfs_lookup.c
2741 5936 d 1 h jermar /trunk/uspace/lib/libc/generic/ Prevent read() and write() from returning an uninitialized error return value.  
/trunk/uspace/lib/libc/generic/vfs.c
2735 5940 d 6 h jermar /trunk/uspace/ Support for rmdir(), unlink() and the respective VFS operations.  
/trunk/uspace/lib/libc/generic/vfs.c
/trunk/uspace/lib/libc/include/unistd.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_ops.c
2734 5940 d 7 h jermar /trunk/uspace/ Support for close().  
/trunk/uspace/lib/libc/generic/vfs.c
/trunk/uspace/lib/libc/include/errno.h
/trunk/uspace/srv/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_ops.c
2710 5961 d 3 h jermar /trunk/uspace/ VFS_WRITE and tmpfs_write fixes.  
/trunk/uspace/app/tester/vfs/vfs1.c
/trunk/uspace/lib/libc/generic/vfs.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/vfs/vfs_ops.c
2707 5961 d 7 h jermar /trunk/uspace/ Support for mkdir().  
/trunk/uspace/lib/libc/include/sys/stat.h
/trunk/uspace/app/tester/vfs/vfs1.c
/trunk/uspace/lib/libc/generic/vfs.c
/trunk/uspace/lib/libc/include/sys/types.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
2700 5969 d 8 h jermar /trunk/uspace/ Introduce the notion of lflag (i.e. lookup flags) to support the ability to
limit the scope of VFS node types that can be opened by open() and opendir(). In
the future, lflag will also specify actions for VFS_LOOKUP handlers that will be
carried out in situations such as the VFS node is not found (e.g. implementation
of mkdir() and open() with O_CREAT in oflag).
 
/trunk/uspace/lib/libc/generic/vfs.c
/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
2699 5969 d 22 h jermar /trunk/uspace/ Finish implementation of readdir(). Functions from this family are implemented
via using file descriptors for directories. For example, readdir() is
implemented as read() from an open directory. Of course, FS implementations
must understand that they are asked to read a directory and behave accordingly.
 
/trunk/uspace/app/tester/vfs/vfs1.c
/trunk/uspace/lib/libc/generic/vfs.c
/trunk/uspace/lib/libc/include/dirent.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c

Show All