Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2844 5898 d 22 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
2843 5898 d 23 h jermar /trunk/uspace/srv/fs/fat/ Somewhat complete implementation of fat_node_get().  
/trunk/uspace/srv/fs/fat/fat_ops.c
2831 5901 d 15 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
2830 5902 d 4 h jermar /trunk/ Add (c) and the modified BSD license to the config system.  
/trunk/HelenOS.config
/trunk/boot/boot.config
/trunk/kernel/kernel.config
/trunk/tools/config.py
/trunk/uspace/uspace.config
2828 5902 d 19 h jermar /trunk/uspace/srv/fs/fat/ BPS read from FAT bootsector is little-endian. It must converted to host
endianity before being used.
 
/trunk/uspace/srv/fs/fat/fat_ops.c
2822 5903 d 19 h jermar /trunk/uspace/srv/fs/fat/ Introduce and also use the foundation of block cache API in FAT's match
operation.
 
/trunk/uspace/srv/fs/fat/fat_ops.c
2821 5903 d 19 h jermar /trunk/uspace/srv/vfs/ Update comment.  
/trunk/uspace/srv/vfs/vfs.h
2820 5903 d 22 h decky /trunk/uspace/lib/libc/generic/ fix copy-paste typo  
/trunk/uspace/lib/libc/generic/ipc.c
2814 5904 d 7 h jermar /trunk/uspace/lib/libc/include/ipc/ Fix missing arguments to ipc_call_sync_slow() in ipc_call_sync_4_x macros.
Contributed by Jiri Svoboda.
 
/trunk/uspace/lib/libc/include/ipc/ipc.h
2798 5907 d 23 h jermar /trunk/uspace/ Replace all endian.h in uspace with a copy of the kernel's respective byteorder.h.  
/trunk/uspace/lib/libc/arch/amd64/include/byteorder.h
/trunk/uspace/lib/libc/arch/arm32/include/byteorder.h
/trunk/uspace/lib/libc/arch/ia32/include/byteorder.h
/trunk/uspace/lib/libc/arch/ia64/include/byteorder.h
/trunk/uspace/lib/libc/arch/mips32/include/byteorder.h
/trunk/uspace/lib/libc/arch/mips32eb/include/byteorder.h
/trunk/uspace/lib/libc/arch/ppc32/include/byteorder.h
/trunk/uspace/lib/libc/arch/ppc64/include/byteorder.h
/trunk/uspace/lib/libc/arch/sparc64/include/byteorder.h
/trunk/uspace/lib/libc/include/byteorder.h
/trunk/uspace/lib/libc/arch/amd64/include/endian.h
/trunk/uspace/lib/libc/arch/arm32/include/endian.h
/trunk/uspace/lib/libc/arch/ia32/include/endian.h
/trunk/uspace/lib/libc/arch/ia64/include/endian.h
/trunk/uspace/lib/libc/arch/mips32/include/endian.h
/trunk/uspace/lib/libc/arch/mips32eb/include/endian.h
/trunk/uspace/lib/libc/arch/ppc32/include/endian.h
/trunk/uspace/lib/libc/arch/ppc64/include/endian.h
/trunk/uspace/lib/libc/arch/sparc64/include/endian.h
/trunk/uspace/lib/libc/include/endian.h
/trunk/uspace/lib/softfloat/include/sftypes.h
/trunk/uspace/srv/fs/fat/fat_ops.c
2796 5909 d 0 h jermar /trunk/uspace/srv/fs/fat/ Convert FAT on-disk metadata from little-endian to native representation.  
/trunk/uspace/srv/fs/fat/fat_ops.c
2795 5909 d 0 h jermar /trunk/uspace/lib/libc/ Support of byte swapping in userspace.  
/trunk/uspace/lib/libc/arch/amd64/include/endian.h
/trunk/uspace/lib/libc/include/endian.h
2793 5909 d 0 h jermar /trunk/uspace/srv/fs/fat/ First untested bits of FAT lookup support.  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
2792 5909 d 1 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 5911 d 22 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
2789 5914 d 12 h jermar /trunk/uspace/srv/fs/fat/ Fix FAT boot sector definition and introduce the FAT in-core node type.  
/trunk/uspace/srv/fs/fat/fat.h
2788 5914 d 12 h jermar /trunk/uspace/ Return EBUSY if trying to mount something over an already mounted root FS.
(Contributed by Tim Post)
 
/trunk/uspace/app/tester/vfs/vfs1.c
/trunk/uspace/srv/vfs/vfs_ops.c
2786 5915 d 6 h decky /trunk/uspace/app/tester/ revision of 2785  
/trunk/uspace/app/tester/ipc/connect.c
/trunk/uspace/app/tester/ipc/hangup.c
/trunk/uspace/app/tester/ipc/send_async.c
/trunk/uspace/app/tester/ipc/send_sync.c
/trunk/uspace/app/tester/tester.c
2785 5915 d 21 h jermar /trunk/uspace/app/tester/ Finish run_safe_tests() in app/tester (contributed by Tim Post).  
/trunk/uspace/app/tester/ipc/connect.c
/trunk/uspace/app/tester/ipc/hangup.c
/trunk/uspace/app/tester/ipc/send_async.c
/trunk/uspace/app/tester/ipc/send_sync.c
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
2781 5927 d 7 h cejka /trunk/ Unified context saving/restoring macros in ppc32.  
/trunk/uspace/lib/libc/arch/ppc32/include/context_offset.h
/trunk/kernel/arch/ppc32/include/context_offset.h
/trunk/kernel/arch/ppc32/src/context.S
/trunk/uspace/lib/libc/arch/ppc32/src/fibril.S

Show All