# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-11-28T01:22:13Z Wed, 28 May 2008 17:30:53 GMT Martin Decky [10ef329a] * tools/mktmpfs.py (modified) add RD header Wed, 28 May 2008 16:52:17 GMT Martin Decky [5a55ae6] * tools/config.py (modified) * tools/fix_symlinks.sh (moved) * tools/mktmpfs.py (added) update scripts Mon, 26 May 2008 18:56:34 GMT Jakub Jermar [1cc2974] * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * uspace/lib/libc/arch/amd64/_link.ld.in (modified) * uspace/lib/libc/arch/arm32/_link.ld.in (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/_link.ld.in (modified) * uspace/lib/libc/arch/mips32/_link.ld.in (modified) * uspace/lib/libc/arch/ppc32/_link.ld.in (modified) * uspace/lib/libc/arch/ppc64/_link.ld.in (modified) * uspace/lib/libc/arch/sparc64/_link.ld.in (modified) Improve linking and loading of boot ELF images. (Contributed by Jiri ... Sun, 25 May 2008 19:52:20 GMT Jakub Jermar [fa832eb] * uspace/lib/libfs/libfs.c (modified) More of the preivous commit. Sun, 25 May 2008 19:49:29 GMT Jakub Jermar [92f9baca] * uspace/lib/libfs/libfs.c (modified) Optimize conditions in libfs_lookup(). Perform primitive comparisons ... Sun, 18 May 2008 21:58:54 GMT Jakub Jermar [64b67c3] * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Make VFS_MOUNT call even when mounting the root file system. Sun, 18 May 2008 20:20:47 GMT Jakub Jermar [ce7311fc] * uspace/srv/vfs/vfs_ops.c (modified) Cram VFS_MOUNT into one message. This creates a hidden demand for the ... Sat, 17 May 2008 21:04:01 GMT Jakub Jermar [e811bde] * uspace/srv/fs/fat/fat_ops.c (modified) Add synchronization to fat_match(). Sat, 17 May 2008 20:10:54 GMT Jakub Jermar [add5835] * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) Add locks to FAT index structures, FAT in-core node structures. Add ... Fri, 16 May 2008 21:31:31 GMT Jakub Jermar [78a1b7b] * uspace/srv/fs/fat/fat_idx.c (modified) Introduce a futex protecting the up_hash and ui_hash. Fri, 16 May 2008 21:03:46 GMT Jakub Jermar [4452366] * uspace/srv/fs/fat/fat_idx.c (modified) Introduce futex for protecting the list of unused structures in FAT ... Thu, 15 May 2008 18:28:50 GMT Jakub Jermar [1a60fee] * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) Do not attempt to malloc() zero bytes of memory during VFS_READ at ... Thu, 15 May 2008 09:51:35 GMT Martin Decky [e1f51712] * kernel/generic/include/proc/tasklet.h (modified) cs change Mon, 12 May 2008 19:04:13 GMT Jakub Jermar [83512f21] * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/time/timeout.c (modified) More formatting changes. Mon, 12 May 2008 18:51:05 GMT Jakub Jermar [ace9358] * kernel/generic/src/synch/waitq.c (modified) Formatting improvements. Mon, 12 May 2008 16:16:42 GMT Jakub Jermar [34b3ce3] * uspace/srv/fs/fat/fat_ops.c (modified) Implement fat_node_put() and remove the node from the free node list ... Mon, 12 May 2008 15:58:06 GMT Jakub Jermar [929ce92] * kernel/generic/src/synch/waitq.c (modified) timeouted vs. timed out Mon, 12 May 2008 15:40:21 GMT Jakub Jermar [5d12283] * kernel/generic/src/proc/thread.c (modified) Improve comment for thread_create(). Sun, 11 May 2008 11:16:41 GMT Jakub Jermar [2c4bbcde] * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) More bits of fat_node_get(). Still needs to do some locking. Thu, 08 May 2008 21:29:24 GMT Jakub Jermar [4573a79] * uspace/srv/fs/fat/fat_ops.c (modified) New first bits of fat_node_get(). Thu, 08 May 2008 19:23:36 GMT Jakub Jermar [4797132] * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) Need a way to locate the FAT index structure by VFS index. Also fix ... Mon, 05 May 2008 20:16:36 GMT Jakub Jermar [9a5ccfb3] * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) Add hash table for used fat_idx_t structures and implement fat_idx_map(). Sun, 04 May 2008 20:50:54 GMT Jakub Jermar [0c1ad7ac] * uspace/srv/fs/fat/fat_idx.c (modified) merge vs. coalesce Sun, 04 May 2008 16:17:01 GMT Jakub Jermar [5a324099] * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) Code for de/allocation of VFS indices for FAT. Sun, 04 May 2008 15:31:54 GMT Jakub Jermar [f520905] * uspace/lib/libc/include/libadt/list.h (modified) Add functions for inserting items before or after other items in a ... Sun, 04 May 2008 12:43:18 GMT Jakub Jermar [297f1197] * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (added) * uspace/srv/fs/fat/fat_ops.c (modified) Add a dedicated source file for handling FAT indices. Sun, 20 Apr 2008 22:37:13 GMT Jakub Jermar [869e546] * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) Introduce the foundation for unique and stable FAT VFS node indices. ... Sun, 20 Apr 2008 11:22:33 GMT Jakub Jermar [34f62f8] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Revert libfs node_get() API to a model without the parent node ... Wed, 16 Apr 2008 19:52:50 GMT Josef Cejka [9765182] * kernel/arch/ppc32/include/context_offset.h (modified) * kernel/arch/ppc64/include/context_offset.h (modified) * kernel/arch/ppc64/src/context.S (modified) * uspace/lib/libc/arch/ppc64/include/context_offset.h (deleted) * uspace/lib/libc/arch/ppc64/src/fibril.S (modified) Used common macro for context saving on ppc64. Tue, 15 Apr 2008 20:05:13 GMT Josef Cejka [ecc83bd] * kernel/arch/sparc64/include/context_offset.h (modified) * kernel/arch/sparc64/src/context.S (modified) * uspace/lib/libc/arch/sparc64/include/context_offset.h (deleted) * uspace/lib/libc/arch/sparc64/src/fibril.S (modified) Context handling unified for sparc64. Tue, 15 Apr 2008 06:09:32 GMT Jakub Jermar [9a5f0cb] * uspace/srv/fs/fat/fat_ops.c (modified) Add fat_block_get(). Tue, 15 Apr 2008 03:15:43 GMT Jakub Jermar [45f244b] * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) libfs destroy operation should rather return an error code instead of ... Tue, 15 Apr 2008 03:01:59 GMT Jakub Jermar [80e8482] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Add stubs for unimplemented FAT libfs operations. Tue, 15 Apr 2008 02:45:48 GMT Jakub Jermar [d9e9caf] * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) Add a locking scheme for FAT in-core cache and nodes. Tue, 15 Apr 2008 01:51:21 GMT Jakub Jermar [e13d1feb] * uspace/srv/fs/fat/fat_ops.c (modified) fat_node_put(). No locking so far. Mon, 14 Apr 2008 05:15:16 GMT Jakub Jermar [06901c6b] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Add node_put() to libfs operations and instrument libfs_lookup() to ... Sun, 13 Apr 2008 02:53:09 GMT Jakub Jermar [c9f6e49f] * uspace/lib/libfs/libfs.c (modified) Reset the component length variable only prior collecting a new ... Sun, 13 Apr 2008 02:39:57 GMT Jakub Jermar [9ad75d5] * uspace/lib/libfs/libfs.c (modified) Improve libfs_lookup() so that has_children() is not called for each ... Sat, 12 Apr 2008 23:13:51 GMT Jakub Jermar [32fb10ed] * uspace/srv/fs/fat/fat_ops.c (modified) Add fat_has_children(). Alse assume that fat_block_get() can never ... Sat, 12 Apr 2008 22:38:32 GMT Jakub Jermar [74ea3c6] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Add fat_root_get() and fat_plb_get_char(). Sat, 12 Apr 2008 21:38:59 GMT Jakub Jermar [e22632a9] * uspace/srv/fs/fat/fat_ops.c (modified) Somewhat complete implementation of fat_node_get(). Thu, 10 Apr 2008 05:08:30 GMT Jakub Jermar [e1e3b26] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Commit progress on the FAT file system server implementation. Wed, 09 Apr 2008 16:40:27 GMT Jakub Jermar [44882c8] * HelenOS.config (modified) * boot/boot.config (modified) * kernel/kernel.config (modified) * tools/config.py (modified) * uspace/uspace.config (modified) Add (c) and the modified BSD license to the config system. Wed, 09 Apr 2008 08:47:44 GMT Martin Decky [3d99f68] * tools/build (deleted) * tools/cygwin_symlink_patch.sh (modified) remove obsolete script Wed, 09 Apr 2008 00:58:38 GMT Jakub Jermar [5446bee0] * uspace/srv/fs/fat/fat_ops.c (modified) BPS read from FAT bootsector is little-endian. It must converted to ... Tue, 08 Apr 2008 01:19:31 GMT Jakub Jermar [79dbc3e] * uspace/srv/fs/fat/fat_ops.c (modified) Introduce and also use the foundation of block cache API in FAT's ... Tue, 08 Apr 2008 01:17:47 GMT Jakub Jermar [f689a3e] * uspace/srv/vfs/vfs.h (modified) Update comment. Mon, 07 Apr 2008 22:37:33 GMT Martin Decky [ac59a39] * uspace/lib/libc/generic/ipc.c (modified) fix copy-paste typo Mon, 07 Apr 2008 12:53:42 GMT Jakub Jermar [1383356] * uspace/lib/libc/include/ipc/ipc.h (modified) Fix missing arguments to ipc_call_sync_slow() in ipc_call_sync_4_x ... Sat, 05 Apr 2008 11:06:10 GMT Jakub Jermar [12ab886] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/proc/task.c (modified) Fix initialization of answerbox->task in ipc_answerbox_init. ... Thu, 03 Apr 2008 20:46:47 GMT Jakub Jermar [776f2e6] * uspace/lib/libc/arch/amd64/include/byteorder.h (moved) * uspace/lib/libc/arch/arm32/include/byteorder.h (moved) * uspace/lib/libc/arch/arm32/include/endian.h (deleted) * uspace/lib/libc/arch/ia32/include/byteorder.h (moved) * uspace/lib/libc/arch/ia64/include/byteorder.h (moved) * uspace/lib/libc/arch/mips32/include/byteorder.h (moved) * uspace/lib/libc/arch/mips32/include/endian.h (deleted) * uspace/lib/libc/arch/mips32eb/include/byteorder.h (added) * uspace/lib/libc/arch/mips32eb/include/endian.h (deleted) * uspace/lib/libc/arch/ppc32/include/byteorder.h (added) * uspace/lib/libc/arch/ppc64/include/byteorder.h (added) * uspace/lib/libc/arch/sparc64/include/byteorder.h (added) * uspace/lib/libc/arch/sparc64/include/endian.h (deleted) * uspace/lib/libc/include/byteorder.h (moved) * uspace/lib/softfloat/include/sftypes.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) Replace all endian.h in uspace with a copy of the kernel's respective ... Thu, 03 Apr 2008 20:05:06 GMT Jakub Jermar [5d494b3] * kernel/arch/amd64/include/byteorder.h (modified) * kernel/arch/arm32/include/byteorder.h (modified) * kernel/arch/ia32/include/byteorder.h (modified) * kernel/arch/ia64/include/byteorder.h (modified) * kernel/arch/mips32/include/byteorder.h (modified) * kernel/arch/mips32/src/drivers/arc.c (modified) * kernel/arch/ppc32/include/byteorder.h (modified) * kernel/arch/ppc64/include/byteorder.h (modified) * kernel/arch/sparc64/include/byteorder.h (modified) * kernel/generic/include/byteorder.h (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/lib/rd.c (modified) Each architecture should only announce its endianity. The conversion ... Wed, 02 Apr 2008 20:41:48 GMT Jakub Jermar [dfa7bac] * uspace/srv/fs/fat/fat_ops.c (modified) Convert FAT on-disk metadata from little-endian to native representation. Wed, 02 Apr 2008 20:39:04 GMT Jakub Jermar [711e33fc] * uspace/lib/libc/arch/amd64/include/endian.h (modified) * uspace/lib/libc/include/endian.h (modified) Support of byte swapping in userspace. Wed, 02 Apr 2008 20:09:27 GMT Jakub Jermar [0f718ab] * kernel/arch/amd64/include/byteorder.h (modified) * kernel/arch/arm32/include/byteorder.h (modified) * kernel/arch/ia32/include/byteorder.h (modified) * kernel/arch/ia64/include/byteorder.h (modified) * kernel/arch/mips32/include/byteorder.h (modified) * kernel/arch/ppc32/include/byteorder.h (modified) * kernel/arch/ppc64/include/byteorder.h (modified) * kernel/arch/sparc64/include/byteorder.h (modified) * kernel/generic/include/byteorder.h (modified) Add macros for byte swapping of uint16_t's. Wed, 02 Apr 2008 19:46:57 GMT Jakub Jermar [a2aa1dec] * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) First untested bits of FAT lookup support. Wed, 02 Apr 2008 19:45:22 GMT Jakub Jermar [94b0b63] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) libfs' node_get() operation does not need the file system handle. Sun, 30 Mar 2008 22:30:32 GMT Jakub Jermar [736c164] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Make libfs_lookup() more generic. Sun, 30 Mar 2008 10:08:15 GMT Jakub Jermar [81c0171e] * kernel/generic/src/proc/thread.c (modified) Fix typo ALV tree vs. AVL tree. Fri, 28 Mar 2008 08:44:29 GMT Jakub Jermar [5e790e6] * uspace/srv/fs/fat/fat.h (modified) Fix FAT boot sector definition and introduce the FAT in-core node type. Fri, 28 Mar 2008 07:54:14 GMT Jakub Jermar [2f60a529] * uspace/app/tester/vfs/vfs1.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Return EBUSY if trying to mount something over an already mounted ... Thu, 27 Mar 2008 13:56:21 GMT Martin Decky [e190a89b] * uspace/app/tester/ipc/connect.c (modified) * uspace/app/tester/ipc/hangup.c (modified) * uspace/app/tester/ipc/send_async.c (modified) * uspace/app/tester/ipc/send_sync.c (modified) * uspace/app/tester/tester.c (modified) revision of 2785 Wed, 26 Mar 2008 22:47:55 GMT Jakub Jermar [047aa46] * uspace/app/tester/ipc/connect.c (modified) * uspace/app/tester/ipc/hangup.c (modified) * uspace/app/tester/ipc/send_async.c (modified) * uspace/app/tester/ipc/send_sync.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) Finish run_safe_tests() in app/tester (contributed by Tim Post). Wed, 19 Mar 2008 21:13:49 GMT Jakub Jermar [e13daa5d] * kernel/arch/amd64/include/cpu.h (modified) * kernel/arch/amd64/src/asm_utils.S (modified) * kernel/arch/amd64/src/boot/boot.S (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/boot.S (modified) Fortify ia32 and amd64 kernels against mallicious uspace applications ... Wed, 19 Mar 2008 20:41:56 GMT Jakub Jermar [20b8bf3] * kernel/arch/amd64/src/cpu/cpu.c (modified) Fix cstyle. Sat, 15 Mar 2008 13:01:36 GMT Josef Cejka [d4f572e] * kernel/arch/ppc32/include/context_offset.h (modified) * kernel/arch/ppc32/src/context.S (modified) * uspace/lib/libc/arch/ppc32/include/context_offset.h (deleted) * uspace/lib/libc/arch/ppc32/src/fibril.S (modified) Unified context saving/restoring macros in ppc32. Sat, 15 Mar 2008 12:28:12 GMT Josef Cejka [ca21eb4b] * kernel/arch/ia32xen/include/context_offset.h (added) * uspace/lib/libc/arch/mips32eb/include/context_offset.h (deleted) Fixed broken context_offset.h symlinks for mips32eb and ia32xen. Sat, 15 Mar 2008 12:21:09 GMT Josef Cejka [308cdd1] * kernel/arch/mips32/include/context_offset.h (modified) * kernel/arch/mips32/src/context.S (modified) * uspace/lib/libc/arch/mips32/include/context_offset.h (deleted) * uspace/lib/libc/arch/mips32/src/fibril.S (modified) Context saving/restoring macros used for mips32. Sat, 15 Mar 2008 11:17:50 GMT Jakub Jermar [8476a8d] * uspace/lib/libc/arch/ia32/src/fibril.S (modified) * uspace/lib/libc/arch/ia32/src/setjmp.S (modified) Fix jmp_buf vs. context structure in comment. Sat, 15 Mar 2008 10:22:07 GMT Josef Cejka [1dbfe98] * kernel/arch/amd64/include/context_offset.h (modified) * kernel/arch/amd64/src/context.S (modified) * uspace/lib/libc/arch/amd64/include/context_offset.h (deleted) * uspace/lib/libc/arch/amd64/src/fibril.S (modified) Unified context handling code for amd64. Sat, 15 Mar 2008 09:43:06 GMT Josef Cejka [baac911] * uspace/lib/libc/arch/ia32/src/fibril.S (modified) Context saving/restoring code replaced with macro. Sat, 15 Mar 2008 09:21:51 GMT Josef Cejka [1aede82] * kernel/arch/ia32/src/context.S (moved) Added missing ia32/context.S from last commit. Sat, 15 Mar 2008 09:09:15 GMT Josef Cejka [7397c73] * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/context_offset.h (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/context_offset.h (added) * kernel/arch/ia32xen/Makefile.inc (modified) * kernel/arch/ia32xen/src/context.S (added) * kernel/arch/ia32xen/src/context.s (deleted) Context.s renamed to context.S for ia32 and fixed links for ia32xen. ... Sat, 15 Mar 2008 08:48:18 GMT Josef Cejka [d2fa31f7] * uspace/lib/libc/arch/ia32/src/setjmp.S (modified) * uspace/lib/libc/include/setjmp.h (moved) * uspace/lib/libc/include/unistd.h (modified) United headers using context_t in uspace. Wed, 12 Mar 2008 20:04:12 GMT Jakub Jermar [cbd6545f] * kernel/arch/arm32/src/mm/page_fault.c (modified) Fix breakage in arm32 non-debug build. Tue, 11 Mar 2008 21:18:03 GMT Jakub Jermar [923c39e] * uspace/lib/libc/generic/vfs/vfs.c (modified) Simplify the libc procedure needed to convert a user-supplied path to ... Tue, 11 Mar 2008 20:33:53 GMT Jakub Jermar [f2ec8c8] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Introduce fs_handle_t, dev_handle_t and fs_index_t. Mon, 10 Mar 2008 21:56:42 GMT Jakub Jermar [8ad8e49] * uspace/srv/vfs/vfs_lookup.c (modified) VFS index needs to be treated as uint64_t. Mon, 10 Mar 2008 19:57:23 GMT Jakub Jermar [07deef5] * uspace/srv/vfs/vfs_register.c (modified) Fibril serialization is required when two file systems register ... Mon, 10 Mar 2008 19:24:15 GMT Jakub Jermar [088cecc] * kernel/arch/amd64/src/debugger.c (modified) Fix breakage in non-debug amd64 build. Sun, 09 Mar 2008 19:55:42 GMT Jakub Jermar [c31d773] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Grab the nodes_futex when manipulating node link counts in rename() ... Sun, 09 Mar 2008 19:52:13 GMT Jakub Jermar [c089919] * kernel/generic/src/proc/tasklet.c (modified) tasklet.c needs to include config.h Sun, 09 Mar 2008 17:49:52 GMT Jakub Jermar [4072980] * version (modified) Bump version to 0.3.0. Sun, 09 Mar 2008 17:18:30 GMT Jakub Jermar [a8e9ab8d] * uspace/app/tester/vfs/vfs1.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/stdio.h (modified) * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Support for rename(). Sun, 09 Mar 2008 17:09:42 GMT Jakub Jermar [2664838b] * uspace/lib/libc/include/errno.h (modified) Add the definition of the EXDEV error code. Sat, 08 Mar 2008 11:43:43 GMT Jakub Jermar [d5d9c53] * uspace/lib/libc/generic/vfs/vfs.c (modified) mkdir() and _unlink() should return the real return code. Thu, 06 Mar 2008 22:33:27 GMT Jakub Jermar [3298ddc] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Support for multiple TMPFS node names. Thu, 06 Mar 2008 22:18:23 GMT Jakub Jermar [739d00a] * uspace/lib/libc/generic/libadt/hash_table.c (modified) * uspace/lib/libc/include/libadt/hash_table.h (modified) Add hash_table_destroy(). Wed, 05 Mar 2008 22:11:57 GMT Jakub Jermar [7b6d98b] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) No need to keep the parent pointer in the TMPFS node. Moreover, ... Wed, 05 Mar 2008 20:39:38 GMT Jakub Jermar [3ca7059] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Set the TMPFS root node's link count to 1. Wed, 05 Mar 2008 19:48:54 GMT Jakub Jermar [adc8a63] * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Introduce real link counts for TMPFS. Mon, 03 Mar 2008 00:35:51 GMT Jakub Jermar [5fec355] * uspace/app/tester/vfs/vfs1.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/errno.h (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/lib/libc/include/vfs/canonify.h (modified) * uspace/lib/libc/include/vfs/vfs.h (moved) Add support for relative paths: chdir() and getcwd(). Mon, 03 Mar 2008 00:34:01 GMT Jakub Jermar [1526594c] * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/string.h (modified) Add strcat(). Sun, 02 Mar 2008 21:28:01 GMT Jakub Jermar [dadcec1] * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/vfs/canonify.c (added) * uspace/lib/libc/generic/vfs/vfs.c (moved) * uspace/lib/libc/include/vfs/canonify.h (added) * uspace/srv/vfs/vfs_lookup.c (modified) Move canonify() to libc so that it can be used also on the libc side. Sun, 02 Mar 2008 15:05:26 GMT Jakub Jermar [d6084ef] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Make VFS canonify path names on lookup. Sat, 01 Mar 2008 17:02:17 GMT Jakub Jermar [9bb85f3] * uspace/lib/libfs/libfs.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) Add canonify() for file system path canonization. Not yet used by VFS. Fri, 29 Feb 2008 21:46:22 GMT Jakub Jermar [1e50f81] * uspace/lib/libfs/libfs.c (modified) Add a comment to libfs_lookup. Thu, 28 Feb 2008 21:41:51 GMT Jakub Jermar [ee68e4bc] * uspace/srv/vfs/vfs_ops.c (modified) contents_rwlock should not be acquired as a futex but rather as a rwlock. Thu, 28 Feb 2008 21:30:50 GMT Jakub Jermar [7fe1f75] * uspace/srv/vfs/vfs_ops.c (modified) Support for O_TRUNC. Wed, 27 Feb 2008 22:49:48 GMT Jakub Jermar [2c448fb] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Move the core lookup logic from TMPFS to libfs.