# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-11-27T01:36:40Z Wed, 03 Jun 2009 19:18:44 GMT Martin Decky [b78d0bd] * uspace/lib/libc/generic/ipc.c (modified) explicit typecast Wed, 03 Jun 2009 19:18:02 GMT Martin Decky [433131d] * uspace/lib/libc/generic/libc.c (modified) setup stdin, stdout and stderr according to preset file nodes cleanup Wed, 03 Jun 2009 19:17:21 GMT Martin Decky [937aeee] * uspace/lib/libc/generic/loader.c (modified) add support for passing preset files cleanup Wed, 03 Jun 2009 19:16:07 GMT Martin Decky [9db9b10] * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/include/async.h (modified) async framework: add generic support for processing pending ... Wed, 03 Jun 2009 19:14:52 GMT Martin Decky [e77994dd] * uspace/lib/libc/generic/devmap.c (modified) add serialization (just to be sure) Wed, 03 Jun 2009 19:13:23 GMT Martin Decky [b267ee6] * uspace/lib/libc/generic/mem.c (modified) avoid compiler warning Wed, 03 Jun 2009 19:12:51 GMT Martin Decky [d4a3ee5] * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/string.h (modified) replace count_t with size_t coding style Wed, 03 Jun 2009 19:12:02 GMT Martin Decky [e1ab30f8] * uspace/lib/libc/generic/as.c (modified) cstyle Wed, 03 Jun 2009 19:11:31 GMT Martin Decky [ee369f3] * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/task.h (modified) pass current task stdin, stdout and stderr as preset files to the ... Wed, 03 Jun 2009 19:09:59 GMT Martin Decky [3ddd90c] * uspace/lib/libc/generic/ddi.c (modified) avoid compiler warning Wed, 03 Jun 2009 19:09:20 GMT Martin Decky [2ac85ba] * uspace/lib/libc/arch/amd64/include/types.h (modified) * uspace/lib/libc/arch/arm32/include/types.h (modified) * uspace/lib/libc/arch/ia32/include/types.h (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/mips32/include/types.h (modified) * uspace/lib/libc/arch/ppc32/include/types.h (modified) * uspace/lib/libc/arch/sparc64/include/types.h (modified) remove redundant index_t and count_t types (which were always quite ... Wed, 03 Jun 2009 19:07:55 GMT Martin Decky [67e4c35] * uspace/lib/libc/arch/arm32/include/fibril.h (modified) fix include Wed, 03 Jun 2009 19:02:28 GMT Martin Decky [80e3c69] * uspace/lib/libc/Makefile.toolchain (modified) reorder compiler options to be consistent with kernel Wed, 03 Jun 2009 19:01:53 GMT Martin Decky [c20aa06] * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) implement VFS_OPEN_NODE and VFS_DEVICE (no device handle is returned) ... Wed, 03 Jun 2009 18:59:31 GMT Martin Decky [17fd1d4] * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/devfs/devfs_ops.h (modified) devfs rewrite: - implement VFS_OPEN_NODE, VFS_DEVICE, VFS_SYNC, ... Wed, 03 Jun 2009 18:54:49 GMT Martin Decky [05b9912] * uspace/srv/vfs/vfs.c (modified) * 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) * uspace/srv/vfs/vfs_register.c (modified) VFS rewrite: - add new VFS methods - VFS_NODE for getting VFS ... Wed, 03 Jun 2009 18:49:33 GMT Martin Decky [215abc1] * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/ctl/gxe_fb.c (modified) * uspace/srv/kbd/ctl/pc.c (modified) * uspace/srv/kbd/ctl/stty.c (modified) * uspace/srv/kbd/ctl/sun.c (modified) * uspace/srv/kbd/genarch/stroke.c (modified) * uspace/srv/kbd/generic/kbd.c (modified) * uspace/srv/kbd/generic/keybuffer.c (moved) * uspace/srv/kbd/include/kbd.h (modified) * uspace/srv/kbd/include/keybuffer.h (moved) * uspace/srv/kbd/include/layout.h (modified) * uspace/srv/kbd/layout/cz.c (modified) * uspace/srv/kbd/layout/us_dvorak.c (modified) * uspace/srv/kbd/layout/us_qwerty.c (modified) keyboard server rewrite: rename "kbd events" to more generic "console ... Wed, 03 Jun 2009 18:46:29 GMT Martin Decky [bbdbf86] * uspace/srv/loader/main.c (modified) add support for passing preset files rename loader_ prefix to ldr_ ... Wed, 03 Jun 2009 18:45:53 GMT Jakub Jermar [bf1fb9f] * kernel/generic/src/ipc/sysipc.c (modified) Streamline locking of phones during cloning. Wed, 03 Jun 2009 18:45:33 GMT Martin Decky [40313e4] * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/clonable.c (added) * uspace/srv/ns/clonable.h (added) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/ns.h (added) * uspace/srv/ns/service.c (added) * uspace/srv/ns/service.h (added) * uspace/srv/ns/task.c (added) * uspace/srv/ns/task.h (added) split naming service into multiple files for better readability add ... Wed, 03 Jun 2009 18:43:15 GMT Martin Decky [5d0e461] * uspace/srv/devmap/devmap.c (modified) remove futex (devmap is not multithreaded), use fibril serialization ... Wed, 03 Jun 2009 18:41:27 GMT Martin Decky [8dc12ac] * uspace/srv/fb/ega.c (modified) * uspace/srv/fb/ega.h (modified) * uspace/srv/fb/fb.c (modified) * uspace/srv/fb/serial_console.c (modified) * uspace/srv/fb/serial_console.h (modified) framebuffer server rewrite: cleanup, always use canonical order of ... Wed, 03 Jun 2009 18:39:12 GMT Martin Decky [424cd43] * uspace/srv/console/Makefile (modified) * uspace/srv/console/console.c (modified) * uspace/srv/console/gcons.c (modified) * uspace/srv/console/gcons.h (modified) * uspace/srv/console/screenbuffer.c (modified) * uspace/srv/console/screenbuffer.h (modified) console server rewrite: use VFS_READ/VFS_WRITE for generic I/O, ... Wed, 03 Jun 2009 18:35:49 GMT Martin Decky [b0a91acb] * uspace/Makefile (modified) add getvc to uspace Makefile Wed, 03 Jun 2009 18:34:41 GMT Martin Decky [815bf9a5] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) add getvc to RAM disk Wed, 03 Jun 2009 18:33:55 GMT Martin Decky [831667a9] * uspace/lib/libc/include/macros.h (modified) port macros from kernel Wed, 03 Jun 2009 05:40:56 GMT Martin Decky [8658f89] * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/src/proc/task.c (modified) send notification also during task creation (the intention is to be ... Wed, 03 Jun 2009 05:36:30 GMT Martin Decky [8f4bc1f] * kernel/generic/include/macros.h (modified) rename the macro to be consistent with LOWER32/UPPER32 and add 64b ... Wed, 03 Jun 2009 02:01:13 GMT Jiri Svoboda [770971c] * kernel/generic/include/macros.h (modified) Parethesize args in MERGE_LOHI32 macro. Tue, 02 Jun 2009 22:40:58 GMT Martin Decky [1ed901d] * kernel/generic/include/macros.h (modified) fix stupid typo (thx Matthieu Gueguen) Tue, 02 Jun 2009 17:28:10 GMT Martin Decky [95ad426] * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/src/proc/task.c (modified) add very simple implementation of task destruction notification ... Tue, 02 Jun 2009 17:25:31 GMT Martin Decky [34356b2] * boot/arch/ia64/loader/types.h (modified) remove type definition which is not needed anywhere Tue, 02 Jun 2009 17:21:54 GMT Martin Decky [49f78c7] * uspace/app/getvc/Makefile (added) * uspace/app/getvc/getvc.c (added) * uspace/app/getvc/getvc.h (added) * uspace/app/getvc/version.c (added) * uspace/app/getvc/version.h (added) getvc: a task which acquires a console device (this is a preliminary ... Mon, 01 Jun 2009 16:56:57 GMT Martin Decky [50461f2] * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) revert commit 4443 and implement a much finer solution as suggested ... Fri, 29 May 2009 19:27:22 GMT Jakub Jermar [d0a1d961] * uspace/srv/vfs/vfs_lookup.c (modified) Put a comment for consideration. Fri, 29 May 2009 18:01:08 GMT Martin Decky [4bda76b] * uspace/srv/vfs/vfs_ops.c (modified) serialization of VFS_OPEN implementation to avoid lockup by ... Fri, 29 May 2009 03:19:29 GMT Jiri Svoboda [84adbf0] * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) Support more than one disk in gxe_bd (hardcoded to 2). Fri, 29 May 2009 02:50:01 GMT Jiri Svoboda [6b2f4c1] * boot/arch/arm32/loader/Makefile (modified) Also add gxe_bd to ramdisk on arm32. Thu, 28 May 2009 19:55:56 GMT Jakub Jermar [39580667] * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) Large I/O areas actually work as expected. Fix the definition of the ... Thu, 28 May 2009 09:47:22 GMT Jakub Jermar [0c0b800] * uspace/srv/vfs/vfs_ops.c (modified) Fix function definition. Thu, 28 May 2009 09:34:27 GMT Jakub Jermar [1e48aca1] * boot/arch/arm32/loader/main.c (modified) Allow arbitrarily large boot images on arm32. Wed, 27 May 2009 19:10:09 GMT Jakub Jermar [81b430a] * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libblock/libblock.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) More conversions to dev_handle_t. Wed, 27 May 2009 18:48:46 GMT Jakub Jermar [ad8fc510] * uspace/lib/libblock/libblock.c (modified) Fix type for dev_handle. Sat, 23 May 2009 16:28:28 GMT Martin Decky [ac23b9d3] * uspace/srv/vfs/vfs_file.c (modified) avoid accessing uninitialized files array at all times Sat, 23 May 2009 16:25:58 GMT Jakub Jermar [493853ec] * uspace/srv/vfs/vfs_ops.c (modified) Hold the namespace rwlock during the entire operation of ... Sat, 23 May 2009 09:51:37 GMT Jakub Jermar [4ef6645] * kernel/generic/src/ipc/sysipc.c (modified) Surprisingly easy support for homogenous mounts. It works by simply ... Fri, 22 May 2009 19:18:39 GMT Jakub Jermar [16d17ca] * 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 fs_handle argument to libfs_mount() needed to recognize ... Thu, 21 May 2009 20:06:31 GMT Jiri Svoboda [3ecc02e] * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) Allow arbitrary block size in gxe_bd. Fix offset calculation. Thu, 21 May 2009 19:37:51 GMT Jakub Jermar [ae55ee8] * uspace/srv/vfs/vfs_ops.c (modified) Fix rename() on a non-root file system. Thu, 21 May 2009 19:26:08 GMT Martin Decky [b1e9d2c] * HelenOS.config (modified) turn off SMP for Athlon XP Thu, 21 May 2009 19:14:40 GMT Jiri Svoboda [e7645de] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/srv/bd/rd/Makefile (moved) * uspace/srv/bd/rd/rd.c (moved) Move ramdisk under bd. Thu, 21 May 2009 18:21:57 GMT Jakub Jermar [296ddec0] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Call libfs_mount() from tmpfs_mount(). Thu, 21 May 2009 18:09:18 GMT Jakub Jermar [0442c02] * uspace/lib/libfs/libfs.c (modified) Answer VFS_MOUNT with return values obtained from VFS_MOUNTED. Thu, 21 May 2009 17:15:56 GMT Jakub Jermar [7d158097] * kernel/generic/src/ipc/sysipc.c (modified) Refuse to clone the phone which is itself used to make the ... Thu, 21 May 2009 15:32:42 GMT Martin Decky [1601f3c] * uspace/srv/console/Makefile (modified) * uspace/srv/console/console.c (modified) * uspace/srv/console/console.h (modified) * uspace/srv/console/gcons.c (modified) * uspace/srv/console/gcons.h (modified) * uspace/srv/console/gfx/anim_1.ppm (moved) * uspace/srv/console/gfx/anim_2.ppm (moved) * uspace/srv/console/gfx/anim_3.ppm (moved) * uspace/srv/console/gfx/anim_4.ppm (moved) * uspace/srv/console/gfx/cons_has_data.ppm (moved) * uspace/srv/console/gfx/cons_idle.ppm (moved) * uspace/srv/console/gfx/cons_kernel.ppm (moved) * uspace/srv/console/gfx/cons_selected.ppm (moved) * uspace/srv/console/gfx/helenos.ppm (moved) * uspace/srv/console/gfx/nameic.ppm (moved) * uspace/srv/console/screenbuffer.c (modified) * uspace/srv/console/screenbuffer.h (modified) console cleanup (no functional changes) Thu, 21 May 2009 07:05:25 GMT Martin Decky [a095d20] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/srv/fs/devfs/Makefile (added) * uspace/srv/fs/devfs/devfs.c (added) * uspace/srv/fs/devfs/devfs.h (added) * uspace/srv/fs/devfs/devfs_ops.c (added) * uspace/srv/fs/devfs/devfs_ops.h (added) add simple devfs filesystem and mount it as /dev add generic NULL ... Thu, 21 May 2009 07:03:38 GMT Martin Decky [cb41a5e] * uspace/app/tester/devmap/devmap1.c (modified) * uspace/lib/libc/generic/devmap.c (modified) * uspace/lib/libc/include/devmap.h (modified) * uspace/lib/libc/include/ipc/devmap.h (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/rd/rd.c (modified) improve devmap interface remove spared device Thu, 21 May 2009 06:57:08 GMT Martin Decky [2246de6] * uspace/lib/libc/generic/libadt/list.c (modified) * uspace/lib/libc/include/libadt/list.h (modified) add list_count() cstyle Thu, 21 May 2009 06:55:22 GMT Martin Decky [55982d6] * uspace/lib/libfs/libfs.c (modified) cstyle Wed, 20 May 2009 11:57:52 GMT Martin Decky [fc0110d] * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fhc/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/obio/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) add space before $@ Wed, 20 May 2009 10:29:03 GMT Martin Decky [b0ea8a9] * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) remove obsolete reference to libipc Tue, 19 May 2009 22:01:44 GMT Jiri Svoboda [44a53fd] * boot/arch/mips32/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile (added) * uspace/srv/bd/gxe_bd/gxe_bd.c (added) Experimental GXemul disk driver (device 'disk0'). Tue, 19 May 2009 21:50:08 GMT Jiri Svoboda [854c564] * uspace/srv/rd/rd.c (modified) Fix type definition. Tue, 19 May 2009 21:49:05 GMT Jakub Jermar [83937ccd] * 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) * uspace/srv/vfs/vfs_ops.c (modified) Rudimentary support for non-root mounts. Tue, 19 May 2009 21:48:05 GMT Jiri Svoboda [27fd651] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (added) * uspace/app/bdsh/cmds/modules/bdd/bdd.h (added) * uspace/app/bdsh/cmds/modules/bdd/bdd_def.h (added) * uspace/app/bdsh/cmds/modules/bdd/entry.h (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) Add 'bdd' shell command (block device dump) for testing block device ... Tue, 19 May 2009 21:47:00 GMT Jakub Jermar [2c0e5d2] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/libc/generic/async.c (modified) Add IPC_M_CONNECTION_CLONE and IPC_M_CONNECT_ME. Tue, 19 May 2009 21:41:55 GMT Jakub Jermar [0c2eee0] * uspace/srv/vfs/vfs.c (modified) Remove unused and non-functional code. Tue, 19 May 2009 21:39:55 GMT Jakub Jermar [287e83f] * kernel/generic/src/ipc/ipc.c (modified) Do not test the same condition twice. Tue, 19 May 2009 21:36:09 GMT Jakub Jermar [5b9d80c5] * uspace/lib/libc/generic/ipc.c (modified) Fix ipc_forward_slow(). Tue, 19 May 2009 19:06:39 GMT Jiri Svoboda [60866a3] * uspace/lib/libc/generic/ddi.c (modified) pio_enable() was not allocating address space properly (unless sz <= ... Mon, 18 May 2009 21:02:09 GMT Martin Decky [c00589d] * HelenOS.config (modified) * defaults/amd64/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * kernel/arch/amd64/include/atomic.h (modified) * kernel/arch/ia32/include/atomic.h (modified) * kernel/arch/ia32/src/atomic.S (modified) remove the confusing "Improved support for hyperthreading" ... Mon, 18 May 2009 19:45:17 GMT Jiri Svoboda [1090b8c] * uspace/app/tester/devmap/devmap1.c (modified) * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/devmap.c (added) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/devmap.h (added) * uspace/lib/libc/include/ipc/devmap.h (modified) * uspace/lib/libc/include/vfs/vfs.h (modified) * uspace/srv/rd/rd.c (modified) * uspace/srv/vfs/vfs.h (modified) C binding for devmap. Gets rid of duplicate code. Mon, 18 May 2009 17:16:24 GMT Jiri Svoboda [c5747fe] * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libc/include/ipc/bd.h (moved) * uspace/srv/rd/rd.c (modified) Rename ramdisk protocol -> block device protocol. Sun, 17 May 2009 19:04:21 GMT Pavel Rimsky [687246b] * kernel/arch/sparc64/src/mm/tlb.c (modified) TLB demap optimalization for US3. Fri, 15 May 2009 20:22:26 GMT Jiri Svoboda [acf37bc] * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/udebug/udebug.c (modified) Reduce Udebug overhead with some nifty tricks. Thu, 14 May 2009 21:56:44 GMT Jiri Svoboda [40a0e504] * kernel/generic/src/udebug/udebug.c (modified) udebug_stoppable_begin/end() should always proceed. In any case they ... Thu, 14 May 2009 21:49:46 GMT Jiri Svoboda [9ba6262] * kernel/generic/src/syscall/syscall.c (modified) Revert accidental change. Thu, 14 May 2009 21:29:00 GMT Jiri Svoboda [ae5aa90] * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) Clean up various log messages, mostly udebug. Tue, 12 May 2009 21:04:59 GMT Jiri Svoboda [8ebc8bf4] * uspace/app/tester/Makefile (modified) * uspace/app/tester/ipc/ping_pong.c (added) * uspace/app/tester/ipc/ping_pong.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) Add IPC ping-pong benchmark to tester. Mon, 11 May 2009 21:00:04 GMT Jakub Jermar [cc99bcd] * uspace/lib/libc/generic/async.c (modified) msg->wdata.inlist needs to be allocated before the reply_received() ... Mon, 11 May 2009 20:13:26 GMT Jiri Svoboda [e38d66b] * uspace/app/bdsh/Makefile (modified) Slash missing in bdsh makefile. Mon, 11 May 2009 19:21:06 GMT Jakub Jermar [537611cc] * uspace/srv/rd/rd.c (modified) Create a second RD device called "spared". This is for testing purposes. Mon, 11 May 2009 18:48:01 GMT Jakub Jermar [d4a172b] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/mount/entry.h (added) * uspace/app/bdsh/cmds/modules/mount/mount.c (added) * uspace/app/bdsh/cmds/modules/mount/mount.h (added) * uspace/app/bdsh/cmds/modules/mount/mount_def.h (added) Add a bdsh wrapper around mount(). Sat, 09 May 2009 21:56:50 GMT Jakub Jermar [cf95bc0] * 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.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Streamline TMPFS and fix its design so that it properly supports ... Sat, 09 May 2009 08:39:28 GMT Jakub Jermar [4f46695e] * uspace/lib/libfs/libfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) Lookup a node's parent lexically rather than using the broken ... Fri, 08 May 2009 22:05:13 GMT Jiri Svoboda [f4876df] * kernel/generic/src/proc/program.c (modified) Only announce loader registration in verbose mode. Fri, 08 May 2009 20:58:12 GMT Jakub Jermar [14040e5] * uspace/srv/vfs/vfs_ops.c (modified) Allow rename("a", "aa"); Fri, 08 May 2009 11:26:00 GMT Jakub Jermar [54a6ff6] * uspace/lib/libc/include/string.h (modified) Fix doxygen comments. Fri, 08 May 2009 11:10:34 GMT Jakub Jermar [046f342] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/mv/entry.h (added) * uspace/app/bdsh/cmds/modules/mv/mv.c (added) * uspace/app/bdsh/cmds/modules/mv/mv.h (added) * uspace/app/bdsh/cmds/modules/mv/mv_def.h (added) Add a primitive 'mv' command. This 'mv' is a mere wrapper around ... Thu, 07 May 2009 19:52:24 GMT Jiri Svoboda [66b430e] * kernel/arch/ia64/src/drivers/ski.c (modified) Kernel Ski driver should pull more keys at a time, similarly to the ... Wed, 06 May 2009 20:57:09 GMT Jakub Jermar [386e276] * uspace/srv/vfs/vfs_file.c (modified) Negative file descriptors shoud be considered invalid. This fixes ... Wed, 06 May 2009 20:54:53 GMT Jakub Jermar [8bb129d] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) HelenOS open() returns the actual error code, not mere -1. Wed, 06 May 2009 19:30:07 GMT Martin Decky [a248234] * tools/mkfat.py (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) add support for lowercase extension and lowercase basename bits (NT ... Wed, 06 May 2009 18:39:31 GMT Jakub Jermar [0be3e8b] * uspace/srv/fs/fat/fat_ops.c (modified) Do not attempt to unlink non-empty FAT directories. Tue, 05 May 2009 22:18:51 GMT Jakub Jermar [770d281] * uspace/srv/fs/fat/fat_ops.c (modified) Do not attempt to unlink() FAT root. Tue, 05 May 2009 22:09:13 GMT Jakub Jermar [b6035ba] * 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.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) Introduce the concept of FS nodes. A FS node is a typed abstraction ... Mon, 04 May 2009 23:15:48 GMT Jiri Svoboda [c852f4be] * uspace/app/trace/trace.c (modified) Add console.write method to tracer. Sun, 03 May 2009 09:01:45 GMT Jiri Svoboda [0b6d70d] * uspace/lib/libc/generic/io/stream.c (modified) * uspace/lib/libc/include/io/stream.h (modified) klog_puts() is useful for debugging. Sun, 03 May 2009 09:01:19 GMT Jiri Svoboda [6568225] * uspace/srv/console/console.c (modified) Fix incorrect serialization in console, which could lead to the ... Mon, 27 Apr 2009 14:48:51 GMT Martin Decky [8e7afdbc] * kernel/arch/sparc64/src/drivers/sgcn.c (modified) make sgcnin_init() consistent with similar driver functions