# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-11-28T03:37:06Z Wed, 06 Feb 2008 13:56:02 GMT Martin Decky [1b067315] * kernel/generic/src/interrupt/interrupt.c (modified) enlarge description field Tue, 05 Feb 2008 16:01:57 GMT Martin Decky [0b5f9fa] * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/mm/memory_init.c (modified) * kernel/arch/ia32/include/mm/memory_init.h (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32/src/mm/memory_init.c (modified) * kernel/arch/ia32xen/include/mm/frame.h (modified) * kernel/arch/ia32xen/include/mm/memory_init.h (modified) * kernel/arch/ia32xen/src/ia32xen.c (modified) * kernel/arch/ia32xen/src/mm/frame.c (modified) * kernel/arch/ia32xen/src/mm/memory_init.c (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc32/include/mm/memory_init.h (modified) * kernel/arch/ppc32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/mm/memory_init.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/ppc64/include/mm/frame.h (modified) * kernel/arch/ppc64/include/mm/memory_init.h (modified) * kernel/arch/ppc64/src/mm/frame.c (modified) * kernel/arch/ppc64/src/mm/memory_init.c (modified) * kernel/arch/ppc64/src/ppc64.c (modified) remove memory_print_map(), as it duplicates functionality of ... Tue, 05 Feb 2008 14:48:26 GMT Martin Decky [b5ed4f8] * kernel/arch/mips32/include/drivers/arc.h (modified) * kernel/arch/mips32/include/mm/frame.h (modified) * kernel/arch/mips32/src/console.c (modified) * kernel/arch/mips32/src/drivers/arc.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) convert ARC specific commands to generic ones Tue, 05 Feb 2008 14:02:09 GMT Martin Decky [b07c332] * kernel/arch/amd64/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/ia32/include/mm/frame.h (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32xen/include/mm/frame.h (modified) * kernel/arch/ia64/include/mm/frame.h (modified) * kernel/arch/mips32/include/mm/frame.h (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc64/include/mm/frame.h (modified) * kernel/arch/sparc64/include/mm/frame.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) convert e820list to a generic physmem command Tue, 05 Feb 2008 11:06:53 GMT Martin Decky [a0f6a61] * kernel/arch/mips32/src/mm/tlb.c (modified) prettyprint tlb command Tue, 05 Feb 2008 10:43:11 GMT Martin Decky [c053f615] * kernel/arch/mips32/src/debugger.c (modified) prettyprint bkpts command Sun, 03 Feb 2008 17:16:43 GMT Josef Cejka [6cbed012] * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/include/setjmp.h (added) * uspace/lib/libc/arch/ia32/src/setjmp.S (added) Added setjmp and longjmp functions for ia32 architecture. Sat, 02 Feb 2008 15:56:52 GMT Josef Cejka [a671cf0] * uspace/app/ash/tools/mkinit.map (deleted) Ash: removed .map file commited by mistake. Sat, 02 Feb 2008 15:46:07 GMT Josef Cejka [6a4aa56] * uspace/app/ash/tools/Makefile (modified) * uspace/app/ash/tools/mksyntax.c (modified) Ash: fixed recursive Makefile. Sat, 02 Feb 2008 14:08:56 GMT Josef Cejka [f52e6fea] * uspace/app/ash/Makefile (modified) Ash - add recursion to Makefile to create build tools in subdirectory. Sat, 02 Feb 2008 13:49:51 GMT Josef Cejka [c28a023] * uspace/app/ash/Makefile (added) * uspace/app/ash/TOUR (added) * uspace/app/ash/alias.c (added) * uspace/app/ash/alias.h (added) * uspace/app/ash/arith.c (added) * uspace/app/ash/arith.h (added) * uspace/app/ash/arith.y (added) * uspace/app/ash/arith_lex.l (added) * uspace/app/ash/bltin/bltin.h (added) * uspace/app/ash/bltin/echo.1 (added) * uspace/app/ash/bltin/echo.c (added) * uspace/app/ash/bltin/test.c (added) * uspace/app/ash/bltin/times.c (added) * uspace/app/ash/builtins.def (added) * uspace/app/ash/cd.c (added) * uspace/app/ash/cd.h (added) * uspace/app/ash/error.c (added) * uspace/app/ash/error.h (added) * uspace/app/ash/eval.c (added) * uspace/app/ash/eval.h (added) * uspace/app/ash/exec.c (added) * uspace/app/ash/exec.h (added) * uspace/app/ash/expand.c (added) * uspace/app/ash/expand.h (added) * uspace/app/ash/fake.c (added) * uspace/app/ash/fake.h (added) * uspace/app/ash/funcs/cmv (added) * uspace/app/ash/funcs/dirs (added) * uspace/app/ash/funcs/kill (added) * uspace/app/ash/funcs/login (added) * uspace/app/ash/funcs/newgrp (added) * uspace/app/ash/funcs/popd (added) * uspace/app/ash/funcs/pushd (added) * uspace/app/ash/funcs/suspend (added) * uspace/app/ash/hetio.c (added) * uspace/app/ash/hetio.h (added) * uspace/app/ash/histedit.c (added) * uspace/app/ash/init.h (added) * uspace/app/ash/input.c (added) * uspace/app/ash/input.h (added) * uspace/app/ash/jobs.c (added) * uspace/app/ash/jobs.h (added) * uspace/app/ash/lex.yy.c (added) * uspace/app/ash/machdep.h (added) * uspace/app/ash/mail.c (added) * uspace/app/ash/mail.h (added) * uspace/app/ash/main.c (added) * uspace/app/ash/main.h (added) * uspace/app/ash/memalloc.c (added) * uspace/app/ash/memalloc.h (added) * uspace/app/ash/miscbltin.c (added) * uspace/app/ash/miscbltin.h (added) * uspace/app/ash/mkbuiltins (added) * uspace/app/ash/mktokens (added) * uspace/app/ash/myhistedit.h (added) * uspace/app/ash/mystring.c (added) * uspace/app/ash/mystring.h (added) * uspace/app/ash/nodes.c.pat (added) * uspace/app/ash/nodetypes (added) * uspace/app/ash/options.c (added) * uspace/app/ash/options.h (added) * uspace/app/ash/output.c (added) * uspace/app/ash/output.h (added) * uspace/app/ash/parser.c (added) * uspace/app/ash/parser.h (added) * uspace/app/ash/redir.c (added) * uspace/app/ash/redir.h (added) * uspace/app/ash/setmode.c (added) * uspace/app/ash/sh.1 (added) * uspace/app/ash/shell.h (added) * uspace/app/ash/show.c (added) * uspace/app/ash/show.h (added) * uspace/app/ash/tags (added) * uspace/app/ash/tools/Makefile (added) * uspace/app/ash/tools/mkinit.c (added) * uspace/app/ash/tools/mkinit.map (added) * uspace/app/ash/tools/mknodes.c (added) * uspace/app/ash/tools/mksignames.c (added) * uspace/app/ash/tools/mksyntax.c (added) * uspace/app/ash/trap.c (added) * uspace/app/ash/trap.h (added) * uspace/app/ash/var.c (added) * uspace/app/ash/var.h (added) Initial commit of ash shell. It cannot be compiled yet. Fri, 01 Feb 2008 14:37:21 GMT Martin Decky [9652bd59] * kernel/arch/amd64/src/boot/boot.S (modified) remove fake tab Fri, 01 Feb 2008 14:11:18 GMT Martin Decky [43b1e86] * kernel/arch/amd64/src/debugger.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) prettyprint output Sun, 27 Jan 2008 19:11:40 GMT Jakub Jermar [acfdcb0] * uspace/app/tester/vfs/vfs1.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Remove the debugging hack from tmpfs_init(), which created several ... Sun, 27 Jan 2008 18:54:16 GMT Jakub Jermar [f7017572] * uspace/app/tester/vfs/vfs1.c (modified) * uspace/lib/libc/generic/vfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) VFS_WRITE and tmpfs_write fixes. Sun, 27 Jan 2008 16:43:48 GMT Jakub Jermar [15b9970] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) VFS_OPEN and VFS_WRITE now understand O_APPEND. Sun, 27 Jan 2008 16:19:25 GMT Jakub Jermar [2db4ac8] * uspace/lib/libc/include/fcntl.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) VFS_OPEN now understands O_CREAT and O_EXCL. Sun, 27 Jan 2008 14:59:32 GMT Jakub Jermar [72bde81] * uspace/app/tester/vfs/vfs1.c (modified) * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/sys/stat.h (added) * uspace/lib/libc/include/sys/types.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 mkdir(). Sun, 27 Jan 2008 10:47:15 GMT Jakub Jermar [1fe186f] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Move handling of the miss on excessive components out of the main ... Sat, 26 Jan 2008 22:27:34 GMT Jakub Jermar [b8b23c8] * uspace/lib/libc/include/errno.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) More elegant, flexible and complete version of tmpfs_lookup. Sat, 26 Jan 2008 12:08:29 GMT Jakub Jermar [9415601] * uspace/srv/vfs/vfs.h (modified) Additional VFS lookup flags. Fri, 25 Jan 2008 16:45:42 GMT Jakub Jermar [19077a5] * kernel/arch/amd64/_link.ld.in (modified) * kernel/arch/amd64/src/boot/boot.S (modified) * kernel/arch/amd64/src/smp/ap.S (modified) Grow the initial identity mapping from 64M to 4G. We should not ... Fri, 25 Jan 2008 13:48:36 GMT Martin Decky [a7df23c] * kernel/arch/ia32/src/mm/frame.c (modified) change cstyle to human-readable form Fri, 25 Jan 2008 12:03:54 GMT Jakub Jermar [4bb31f7] * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32/src/smp/mps.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/generic/src/main/version.c (modified) Fix cstyle and (c) to 2008. Sat, 19 Jan 2008 13:40:38 GMT Jakub Jermar [ae78b53] * uspace/lib/libc/generic/vfs.c (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) Introduce the notion of lflag (i.e. lookup flags) to support the ... Fri, 18 Jan 2008 23:45:16 GMT Jakub Jermar [5973fd0] * uspace/app/tester/vfs/vfs1.c (modified) * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/dirent.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Finish implementation of readdir(). Functions from this family are ... Fri, 18 Jan 2008 18:02:24 GMT Jakub Jermar [62da45a] * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs_lookup.c (added) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (added) Small fix for VFS_TRUNCATE. Move lookup and registration code to ... Tue, 15 Jan 2008 13:19:35 GMT Martin Decky [4cc2ddd] * kernel/arch/amd64/include/mm/as.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/generic/src/console/console.c (modified) amd64: shorten kernel address space by 2 GB to support proper mapping ... Tue, 15 Jan 2008 09:36:57 GMT Martin Decky [22e8166d] * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/smp/order.h (added) * kernel/arch/mips32/src/smp/order.c (added) initial support for dorder device in MSIM Tue, 15 Jan 2008 09:35:45 GMT Martin Decky [d85411a] * contrib/conf/msim.conf (modified) make msim.conf compatible with MSIM 1.3.x Sun, 13 Jan 2008 20:35:52 GMT Jakub Jermar [d0dc74ae] * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/dirent.h (added) * uspace/lib/libc/include/unistd.h (modified) Add opendir(), rewinddir(), closedir() and some prototypes and stubs. ... Sun, 13 Jan 2008 13:19:37 GMT Jakub Jermar [0ee4322] * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/srv/fs/tmpfs/tmpfs.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_ops.c (modified) Add ftruncate() and support for VFS_TRUNCATE to VFS and TMPFS. Fri, 11 Jan 2008 17:49:35 GMT Martin Decky [4fb6bf36] * kernel/arch/amd64/include/cpuid.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/boot/boot.S (modified) move cpuid tests from amd64.c to boot.S Wed, 09 Jan 2008 19:50:40 GMT Jakub Jermar [eb27ce5a] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Improve the API for converting (VFS triplets, size) to VFS nodes by ... Tue, 08 Jan 2008 21:58:58 GMT Jakub Jermar [cad9c72] * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) Make a distinction between VFS operations that are common to VFS and ... Tue, 08 Jan 2008 21:01:06 GMT Jakub Jermar [861e7d1] * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs_lookup.c (deleted) * uspace/srv/vfs/vfs_mount.c (deleted) * uspace/srv/vfs/vfs_open.c (deleted) * uspace/srv/vfs/vfs_ops.c (added) * uspace/srv/vfs/vfs_rdwr.c (deleted) * uspace/srv/vfs/vfs_register.c (deleted) * uspace/srv/vfs/vfs_unlink.c (deleted) Merge all VFS operations into one file. Tue, 08 Jan 2008 20:47:39 GMT Jakub Jermar [67f63c4] * uspace/lib/libc/include/rwlock.h (modified) * uspace/srv/vfs/vfs_mount.c (modified) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) Make uspace rwlock API naming conventions consistent with kernel ... Tue, 08 Jan 2008 20:38:59 GMT Jakub Jermar [7fff5eab] * 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_mount.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) Management of the cached VFS node size. Tue, 08 Jan 2008 19:44:19 GMT Jakub Jermar [752ccee] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Previous commit was toxic. When emulating gaps, zero out the ... Tue, 08 Jan 2008 19:28:46 GMT Jakub Jermar [41a0d27] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) TMPFS must handle file gaps. Sun, 06 Jan 2008 19:39:13 GMT Jakub Jermar [222e57c] * kernel/generic/include/errno.h (modified) * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) Add libc and VFS implementation of lseek(), VFS_SEEK resp. Add the ... Sun, 06 Jan 2008 16:40:58 GMT Jakub Jermar [10d6b858] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) Introduce the open file lock. Modify vfs_rdwr() to take this lock ... Sun, 06 Jan 2008 14:05:15 GMT Jakub Jermar [4db6eaf] * uspace/lib/libc/generic/futex.c (modified) * uspace/lib/libc/include/futex.h (modified) * uspace/srv/vfs/vfs.h (modified) Fix type in declaration of VFS node rwlock. Introduce a dedicated ... Sun, 06 Jan 2008 13:08:32 GMT Jakub Jermar [b3c38750] * uspace/lib/libc/include/rwlock.h (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_mount.c (modified) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_unlink.c (modified) Turn the namespace futex into rwlock. Sun, 06 Jan 2008 12:50:51 GMT Jakub Jermar [9413c0d] * uspace/lib/libc/include/rwlock.h (added) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) Add basic rwlock API for uspace so that VFS can be ... Wed, 02 Jan 2008 20:25:24 GMT Jakub Jermar [f57f8ea] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_mount.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) * uspace/srv/vfs/vfs_unlink.c (modified) Rename unlink_futex to namespace_futex and introduce a new futex for ... Mon, 31 Dec 2007 17:23:20 GMT Jakub Jermar [215e375] * uspace/app/klog/klog.c (modified) * uspace/app/tester/devmap/devmap1.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/generic/time.c (modified) * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/lib/libfs/libfs.c (modified) * uspace/srv/console/console.c (modified) * uspace/srv/console/gcons.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/rd/rd.c (modified) * uspace/srv/vfs/vfs_mount.c (modified) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_register.c (modified) The IPC_M_SHARE_* and IPC_M_DATA_* calls pass through 3 stages. ... Mon, 31 Dec 2007 16:46:43 GMT Jakub Jermar [27d293a] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/klog/klog.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/generic/time.c (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/lib/libfs/libfs.c (modified) * uspace/srv/console/console.c (modified) * uspace/srv/console/gcons.c (modified) * uspace/srv/fb/ega.c (modified) * uspace/srv/fb/fb.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/rd/rd.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Rename IPC_M_AS_AREA_SEND to IPC_M_SHARE_OUT. Rename ... Mon, 31 Dec 2007 10:14:38 GMT Jakub Jermar [3115355] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs_mount.c (modified) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_rdwr.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Simplify the IPC_M_DATA_WRITE protocol. Do not pass the source ... Sun, 30 Dec 2007 21:42:42 GMT Jakub Jermar [badbd888] * uspace/lib/libc/generic/vfs.c (modified) Actually use the nbyte argument in both read() and write(). Fix ... Sun, 30 Dec 2007 21:32:31 GMT Jakub Jermar [449c246] * uspace/app/tester/vfs/vfs1.c (modified) * uspace/lib/libc/generic/vfs.c (modified) * uspace/lib/libc/include/fcntl.h (added) * uspace/lib/libc/include/vfs.h (modified) Add libc VFS wrapper for VFS_WRITE. Fix a small bug in read(). Place ... Sun, 30 Dec 2007 21:13:37 GMT Jakub Jermar [92688eb] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Rename variable from 'size' to 'len'. Sun, 30 Dec 2007 21:07:31 GMT Jakub Jermar [986332aa] * uspace/app/tester/vfs/vfs1.c (modified) Use libc's VFS wrappers instead of direct communication with VFS. Sun, 30 Dec 2007 21:05:44 GMT Jakub Jermar [2f02aa17] * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/vfs.c (added) * uspace/lib/libc/include/vfs.h (added) Add VFS wrappers for VFS_MOUNT, VFS_OPEN and VFS_READ to libc. Wed, 26 Dec 2007 22:16:21 GMT Jakub Jermar [ff9244a] * uspace/app/tetris/screen.c (modified) * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/generic/io/stream.c (modified) * uspace/lib/libc/generic/io/vprintf.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/include/io/stream.h (modified) Move the open(), read() and write() provided by streams.c away so ... Wed, 26 Dec 2007 21:43:10 GMT Jakub Jermar [75ae31d] * uspace/lib/libc/generic/io/file.c (deleted) Remove file.c. Wed, 26 Dec 2007 21:38:47 GMT Jakub Jermar [8d46bf2] * uspace/lib/libc/include/io/file.h (deleted) Remove file.h. Wed, 26 Dec 2007 00:50:49 GMT Jakub Jermar [c1bf5cb] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) The previous commit was not entirely sane. Handle VFS_WRITE ... Tue, 25 Dec 2007 20:02:25 GMT Jakub Jermar [ee1b8ca] * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_rdwr.c (moved) VFS and TMPFS support for VFS_WRITE. Sun, 23 Dec 2007 22:38:47 GMT Jakub Jermar [1356a04c] * uspace/app/tester/vfs/vfs1.c (modified) The vfs1 test now reads a file on a TMPFS file system. Sun, 23 Dec 2007 22:37:48 GMT Jakub Jermar [7dab6b8] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Fix two bugs in TMPFS-side VFS_READ. Sun, 23 Dec 2007 21:46:52 GMT Jakub Jermar [a92da0a] * uspace/lib/libc/generic/ipc.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs_read.c (modified) Reimplement VFS_READ using IPC_M_DATA_READ. Sun, 23 Dec 2007 21:21:41 GMT Jakub Jermar [a55d5f9f] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) Add support for IPC_M_DATA_READ calls. Sun, 23 Dec 2007 20:15:09 GMT Jakub Jermar [654b7db] * kernel/generic/src/ipc/sysipc.c (modified) Release the IPC_M_DATA_WRITE buffer even if the write is refused by ... Sun, 23 Dec 2007 19:45:30 GMT Jakub Jermar [36d852c] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/tester/devmap/devmap1.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/lib/libfs/libfs.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/vfs/vfs_mount.c (modified) * uspace/srv/vfs/vfs_open.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Rename IPC_M_DATA_SEND to IPC_M_DATA_WRITE. Now, when we also add ... Sat, 22 Dec 2007 23:03:35 GMT Jakub Jermar [5c786d1] * uspace/srv/vfs/vfs_read.c (modified) After VFS_READ, update the position pointer in the open file. Sat, 22 Dec 2007 22:58:57 GMT Jakub Jermar [a4eb8a60] * 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_read.c (modified) VFS work. Foundation for TMPFS-side VFS_READ and fixes in VFS-side ... Sat, 22 Dec 2007 20:13:59 GMT Jakub Jermar [c9957b6] * uspace/app/tester/vfs/vfs1.c (modified) * uspace/srv/vfs/vfs_mount.c (modified) VFS work. Cleaner VFS_MOUNT protocol. Wed, 19 Dec 2007 16:55:55 GMT Jakub Jermar [6344851] * uspace/app/tester/Makefile (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tester/vfs/vfs1.c (added) * uspace/app/tester/vfs/vfs1.def (added) Add a simple test of VFS_MOUNT and VFS_OPEN to tester. Wed, 19 Dec 2007 16:54:46 GMT Jakub Jermar [4b11571] * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) TMPFS work. VFS_LOOKUP implemented. Wed, 19 Dec 2007 16:52:28 GMT Jakub Jermar [338c943] * uspace/srv/vfs/vfs.c (modified) VFS work. Don't hang up the connection to VFS after VFS_MOUNT. Wed, 19 Dec 2007 16:51:22 GMT Jakub Jermar [4ada6d5] * uspace/srv/vfs/vfs_lookup.c (modified) VFS work. Index of the last PLB character of a pathname was not ... Wed, 19 Dec 2007 16:49:50 GMT Jakub Jermar [a806bd61] * uspace/srv/vfs/vfs_node.c (modified) VFS work. Fix VFS node hash function to hash only within the limits ... Wed, 19 Dec 2007 16:48:23 GMT Jakub Jermar [45ee9ed] * uspace/srv/vfs/vfs_mount.c (modified) VFS work. Releas the FS phone earlier. Wed, 19 Dec 2007 16:47:26 GMT Jakub Jermar [dea7616b] * uspace/srv/vfs/vfs_register.c (modified) VFS work. FS info futex must be initialized. Mon, 17 Dec 2007 07:25:49 GMT Jakub Jermar [3401622] * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32xen/Makefile.inc (modified) * boot/arch/ia32xen/grub/menu.lst (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) Enable tmpfs in arm32, ia32xen, ia64, ppc32, ppc64 and sparc64. Sun, 16 Dec 2007 19:03:22 GMT Jakub Jermar [2a3db79] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/amd64/grub/menu.lst (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia32/grub/menu.lst (modified) * boot/arch/mips32/loader/Makefile (modified) Added support for tmpfs loading to amd64, ia32 and mips32. Added ... Sun, 16 Dec 2007 18:45:48 GMT Jakub Jermar [c0697c4c] * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) Fix a bug in anonymous address space area sharing. Call the ... Sun, 16 Dec 2007 18:35:23 GMT Jakub Jermar [cb08279] * kernel/generic/include/panic.h (modified) Formatting. Sun, 16 Dec 2007 17:18:20 GMT Jakub Jermar [d5cdffe] * uspace/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (added) * uspace/srv/fs/tmpfs/tmpfs.c (added) * uspace/srv/fs/tmpfs/tmpfs.h (added) * uspace/srv/fs/tmpfs/tmpfs_ops.c (added) Start TMPFS. Not loaded during boot as there is a reproducible ... Sun, 16 Dec 2007 17:16:12 GMT Jakub Jermar [0c82d28] * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) Move incomplete fs interface from fat.h to libfs. Sun, 16 Dec 2007 16:25:26 GMT Jakub Jermar [efd4a72] * uspace/lib/libfs/libfs.c (modified) * uspace/lib/libfs/libfs.h (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) VFS work. Move FS registration code to libfs. Sat, 15 Dec 2007 12:45:21 GMT Jakub Jermar [74303b6] * uspace/Makefile (modified) * uspace/lib/libfs/Makefile (added) * uspace/lib/libfs/libfs.c (added) * uspace/lib/libfs/libfs.h (added) Start libfs. libfs is to contain all common fs code. Fri, 14 Dec 2007 18:12:17 GMT Jakub Jermar [cc76be3] * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_register.c (modified) VFS work. During VFS_REGISTER, use strncmp() instead of strcmp(). ... Thu, 13 Dec 2007 00:04:16 GMT Josef Cejka [5832e9b] * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/string.h (modified) Function strncmp() added to libc. Wed, 05 Dec 2007 22:45:41 GMT Jakub Jermar [9119d25] * uspace/srv/fs/fat/fat_ops.c (modified) FAT work. Foundation for FAT dentry comparison function. Beware of ... Tue, 04 Dec 2007 20:29:55 GMT Jakub Jermar [6364d3c] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) Sync IPC comments with IPC code. Tue, 04 Dec 2007 19:54:53 GMT Josef Cejka [38c706cc] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/tester/devmap/devmap1.c (modified) * uspace/app/tester/ipc/register.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/srv/console/console.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fb/main.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/kbd/generic/kbd.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/pci/pci.c (modified) * uspace/srv/rd/rd.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Extended IPC_M_CONNECT_TO_ME to use 3 user defined parameters. Phone ... Sun, 02 Dec 2007 21:08:03 GMT Jakub Jermar [90c35436] * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/libc/generic/ipc.c (modified) Update comments wrt the previous commit. Minor formatting fixes. Sun, 02 Dec 2007 20:00:14 GMT Josef Cejka [b61d47d] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/tester/devmap/devmap1.c (modified) * uspace/app/tester/ipc/connect.c (modified) * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/io/stream.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/srv/console/console.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/devmap/devmap.h (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/vfs/vfs_read.c (modified) Function ipc_connect_me_to sends 3 user defined arguments now. One ... Sun, 02 Dec 2007 01:03:52 GMT Martin Decky [8df2eab] * kernel/arch/mips32/src/interrupt.c (modified) fix trivial bug in storing lastcount Sun, 02 Dec 2007 00:54:24 GMT Martin Decky [0287820] * kernel/arch/mips32/include/cycle.h (modified) * kernel/arch/mips32/include/interrupt.h (modified) * kernel/arch/mips32/src/interrupt.c (modified) CPU cycle accounting on MIPS Sun, 02 Dec 2007 00:52:52 GMT Martin Decky [d4e38c7] * kernel/generic/src/proc/task.c (modified) try to kill the tasks fewer times by introducing a delay in iterations Mon, 26 Nov 2007 22:24:55 GMT Jakub Jermar [25b9e2c] * kernel/arch/amd64/include/proc/task.h (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/ia32/include/proc/task.h (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) Formatting fixes. Sun, 25 Nov 2007 21:36:56 GMT Jakub Jermar [263e1ec] * uspace/srv/fs/fat/fat.h (modified) FAT work. Add type describing FAT directory entry. Sun, 25 Nov 2007 20:47:33 GMT Jakub Jermar [5af627fc] * uspace/srv/fs/fat/fat.h (modified) FAT work. Add type describing FAT boot sector. Sun, 25 Nov 2007 19:42:39 GMT Jakub Jermar [be815bc] * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (added) * uspace/srv/fs/fat/fat_ops.c (added) FAT work. Start VFS_LOOKUP support in FAT. Sun, 25 Nov 2007 10:04:38 GMT Jakub Jermar [d2e0a8cb] * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/src/console/klog.c (modified) * kernel/generic/src/ipc/irq.c (modified) Support for 5 payload arguments for IPC irq notifications and the ... Sat, 24 Nov 2007 18:44:06 GMT Jakub Jermar [b3cd9eb] * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_read.c (added) VFS work. Proto implementation of VFS_READ. Sat, 24 Nov 2007 18:43:26 GMT Jakub Jermar [ebd9392] * uspace/srv/vfs/vfs_file.c (modified) Add sanity checks to functions using file descriptors as indices into ...