# # ChangeLog for uspace/app in mainline # # Generated by Trac 1.6 # 2025-10-06T21:39:39Z Thu, 22 Jan 2009 14:22:12 GMT Tim Post [4cc0c9ee] * uspace/app/bdsh/AUTHORS (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/bdsh/util.h (modified) Get rid of cli_strdup(), cli_strtok(), cli_strtok_r(), just use ... Thu, 22 Jan 2009 07:47:05 GMT Tim Post [fc11b8a] * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.c (modified) Get rid of cli_restricted and cli_interactive Thu, 22 Jan 2009 07:39:43 GMT Tim Post [721d3a27] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/builtins/exit/entry.h (added) * uspace/app/bdsh/cmds/builtins/exit/exit.c (moved) * uspace/app/bdsh/cmds/builtins/exit/exit.h (moved) * uspace/app/bdsh/cmds/builtins/exit/exit_def.h (moved) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/quit/entry.h (deleted) exit should be a builtin, since it will eventually need to know about ... Thu, 22 Jan 2009 07:20:03 GMT Tim Post [491af07] * uspace/app/bdsh/cmds/mknewcmd (modified) Update the mknewcmd script Thu, 22 Jan 2009 07:13:13 GMT Tim Post [d752cf4] * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/builtins/builtin_aliases.h (modified) * uspace/app/bdsh/cmds/builtins/cd/cd_def.h (modified) * uspace/app/bdsh/cmds/cmds.h (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat_def.h (modified) * uspace/app/bdsh/cmds/modules/cp/cp_def.h (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/help/help_def.h (modified) * uspace/app/bdsh/cmds/modules/ls/ls_def.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir_def.h (modified) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd_def.h (modified) * uspace/app/bdsh/cmds/modules/quit/quit.c (modified) * uspace/app/bdsh/cmds/modules/quit/quit_def.h (modified) * uspace/app/bdsh/cmds/modules/rm/rm_def.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep_def.h (modified) * uspace/app/bdsh/cmds/modules/touch/touch_def.h (modified) * uspace/app/bdsh/input.c (modified) Eliminate 'restrict' from command structure, get rid of needless ... Tue, 20 Jan 2009 18:38:16 GMT Martin Decky [9a0367f] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/boot.config (deleted) * kernel/Makefile (modified) * kernel/kernel.config (deleted) * tools/config.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/libpci/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) * uspace/uspace.config (deleted) configuration system overhaul (requires newt) Thu, 01 Jan 2009 13:58:05 GMT Jiri Svoboda [7122bc7] * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/lib/libc/generic/console.c (modified) * uspace/lib/libc/include/console.h (modified) More console IPC wrapper functions. Thu, 01 Jan 2009 13:31:23 GMT Jiri Svoboda [9805cde] * uspace/app/bdsh/input.c (modified) * uspace/app/tester/console/console1.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/console.c (added) * uspace/lib/libc/include/console.h (added) * uspace/lib/libc/include/console/color.h (added) * uspace/lib/libc/include/console/style.h (added) * uspace/lib/libc/include/ipc/console.h (modified) * uspace/lib/libc/include/ipc/fb.h (modified) * uspace/srv/console/console.c (modified) * uspace/srv/console/gcons.c (modified) * uspace/srv/console/screenbuffer.c (modified) * uspace/srv/console/screenbuffer.h (modified) * uspace/srv/fb/ega.c (modified) * uspace/srv/fb/fb.c (modified) * uspace/srv/fb/serial_console.c (modified) Console color support overhaul. Create C library console interface. Tue, 30 Dec 2008 19:55:10 GMT Martin Decky [3ad953c] * kernel/generic/include/console/kconsole.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/main/main.c (modified) * uspace/app/klog/klog.c (modified) * uspace/srv/console/console.c (modified) send notification to uspace console when switching from kernel console Mon, 29 Dec 2008 23:48:23 GMT Jiri Svoboda [1c1002a] * uspace/app/tester/Makefile (modified) * uspace/app/tester/stdio/stdio1.def (modified) * uspace/app/tester/stdio/stdio2.c (added) * uspace/app/tester/stdio/stdio2.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/io/fprintf.c (added) * uspace/lib/libc/generic/io/stdio.c (modified) * uspace/lib/libc/include/stdio.h (modified) fprintf(), vfprintf(). Mon, 29 Dec 2008 13:30:19 GMT Jiri Svoboda [63088cc1] * uspace/app/tester/stdio/stdio1.c (modified) * uspace/lib/libc/generic/io/stdio.c (modified) * uspace/lib/libc/include/stdio.h (modified) * uspace/lib/libc/include/unistd.h (modified) fgetc(), fputc(), fputs(), fseek(). Mon, 29 Dec 2008 11:17:44 GMT Jiri Svoboda [04b687b] * uspace/app/tester/Makefile (modified) * uspace/app/tester/stdio/stdio1.c (added) * uspace/app/tester/stdio/stdio1.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/io/stdio.c (added) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/include/errno.h (modified) * uspace/lib/libc/include/stdio.h (modified) Some ANSI C stream functions (stdio). Fri, 26 Dec 2008 19:37:21 GMT Jiri Svoboda [d3e6935] * uspace/app/tester/console/console1.c (modified) * uspace/app/tetris/input.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/io/stream.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/ipc/console.h (added) * uspace/srv/console/console.c (modified) * uspace/srv/console/console.h (modified) Put console IPC method numbers under libc. Fri, 26 Dec 2008 14:52:49 GMT Jiri Svoboda [713e6f2d] * uspace/app/tester/Makefile (modified) * uspace/app/tester/console/console1.c (added) * uspace/app/tester/console/console1.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) Add console color test to tester. Sun, 14 Dec 2008 11:37:31 GMT Jiri Svoboda [f0c9aff] * uspace/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/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/pci/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) Clean .o files in individual makefiles. Thu, 04 Dec 2008 19:14:52 GMT Martin Decky [0258e67] * uspace/app/init/init.c (modified) start klog by default Sat, 29 Nov 2008 12:31:22 GMT Jakub Jermar [890793b] * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) Nits. Sat, 29 Nov 2008 12:29:00 GMT Jakub Jermar [8df7a1c] * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) Several fixes for cp. Fri, 28 Nov 2008 11:20:04 GMT Tim Post [4c4ddbe9] * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) cp: Fix counter if verbose, remove debug printfs Fri, 28 Nov 2008 10:05:14 GMT Tim Post [c3c5640] * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) cp: fix type mis-match Fri, 28 Nov 2008 10:02:36 GMT Tim Post [3b10e07b] * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) make copy_file() deal with files with zero length Fri, 28 Nov 2008 09:53:26 GMT Tim Post [ee02922] * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) cp: don't return CMD_FAILURE for zero length files Fri, 28 Nov 2008 09:33:38 GMT Tim Post [2640b6c] * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) Implement a rudamentary 'cp' for testing write() Sat, 22 Nov 2008 10:35:34 GMT Jiri Svoboda [ce4a3dae] * uspace/app/tester/Makefile (modified) * uspace/app/tester/loop/loop1.c (added) * uspace/app/tester/loop/loop1.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) Add endless loop test. Fri, 21 Nov 2008 22:51:51 GMT Jiri Svoboda [ef687799] * uspace/app/trace/trace.c (modified) Display hint on keyboard controls. Fri, 21 Nov 2008 22:14:24 GMT Jiri Svoboda [741fd16] * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/app/trace/trace.c (modified) Stoppability sections must be much smaller (design error). Also fix ... Sat, 08 Nov 2008 11:05:32 GMT Jiri Svoboda [24d6efc] * uspace/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) Always include Makefile.config instead of passing ARCH and COMPILER ... Sat, 08 Nov 2008 10:01:59 GMT Jiri Svoboda [24345a5] * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/libc/generic/loader.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/loader/loader.h (modified) Set meaningful names for loaded programs. Now 'tasks' kconsole ... Sat, 01 Nov 2008 10:01:18 GMT Jiri Svoboda [2953f9a] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) Fix bdsh/cat crash. Also fix error in zero-trailing the buffer. Thu, 09 Oct 2008 19:26:58 GMT Jiri Svoboda [c61d34b] * uspace/app/tester/ipc/send_sync.c (modified) * uspace/app/tester/tester.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/generic/smc.c (modified) * uspace/lib/libc/generic/time.c (modified) * uspace/lib/libc/generic/tls.c (modified) * uspace/lib/libc/generic/vfs/canonify.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Fix assorted warnings. Wed, 08 Oct 2008 10:19:06 GMT Tim Post [06d6505] * uspace/app/bdsh/exec.c (modified) No need to cast argv[] in try_exec() Sun, 05 Oct 2008 21:20:13 GMT Jakub Jermar [f2ef7fd] * kernel/arch/amd64/include/syscall.h (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/cpu.h (modified) * kernel/arch/ia32/include/syscall.h (added) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/syscall.c (added) * uspace/app/trace/trace.c (modified) * uspace/lib/libc/arch/amd64/include/syscall.h (modified) * uspace/lib/libc/arch/arm32/include/syscall.h (modified) * uspace/lib/libc/arch/ia32/include/syscall.h (modified) * uspace/lib/libc/arch/ia32/src/syscall.S (modified) * uspace/lib/libc/arch/ia64/include/syscall.h (modified) * uspace/lib/libc/arch/mips32/include/syscall.h (modified) * uspace/lib/libc/arch/ppc32/include/syscall.h (modified) * uspace/lib/libc/arch/ppc64/include/syscall.h (modified) * uspace/lib/libc/arch/sparc64/include/syscall.h (modified) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/include/libc.h (modified) * uspace/lib/libc/include/syscall.h (modified) Support for SYSENTER on ia32. Fri, 03 Oct 2008 09:09:55 GMT Tim Post [1d132ae] * uspace/app/bdsh/util.c (modified) * uspace/app/bdsh/util.h (modified) Eliminate unused functions in util.c Thu, 02 Oct 2008 09:14:33 GMT Tim Post [c2ad500] * uspace/app/bdsh/util.c (modified) * uspace/app/bdsh/util.h (modified) More housecleaning in util.c, get rid of cli_psprintf() in favor of ... Thu, 02 Oct 2008 07:49:38 GMT Tim Post [e436cfe] * uspace/app/bdsh/util.c (modified) * uspace/app/bdsh/util.h (modified) cli_redup() should be size_t and return as such to avoid undefined ... Wed, 24 Sep 2008 10:57:21 GMT Jiri Svoboda [4470e26] * uspace/app/trace/trace.c (modified) * uspace/lib/libc/generic/loader.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/ipc/loader.h (modified) * uspace/lib/libc/include/loader/loader.h (modified) * uspace/srv/loader/main.c (modified) Separate load and run commands for loader. Update tracer - no events ... Sat, 20 Sep 2008 11:43:36 GMT Jiri Svoboda [2e3355a] * boot/arch/sparc64/loader/Makefile (modified) * uspace/app/trace/ipcp.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/generic/udebug.c (modified) * uspace/lib/libc/include/task.h (modified) Include trace on sparc64 ramdisk. Assorted fixes. Sat, 20 Sep 2008 08:29:09 GMT Tim Post [94e152a] * uspace/app/bdsh/util.c (modified) Fix prompt (AGAIN), sorry! Sat, 20 Sep 2008 08:06:45 GMT Tim Post [af4eda50] * uspace/app/bdsh/exec.c (modified) exec.c: try_access() should not be unsigned, found should be static Sat, 20 Sep 2008 08:05:55 GMT Tim Post [8168eac6] * uspace/app/bdsh/util.c (modified) Fix prompt (whoops!) Fri, 19 Sep 2008 17:32:26 GMT Jiri Svoboda [d1c8287] * uspace/app/trace/ipcp.c (modified) Fix null pointer dereference Fri, 19 Sep 2008 12:35:07 GMT Jiri Svoboda [356acd0] * uspace/app/trace/trace.c (modified) * uspace/app/trace/trace.h (modified) trace: Fix display of syscall arguments on 64-bit. Fri, 19 Sep 2008 11:30:04 GMT Jiri Svoboda [a5c3f73] * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/libc/generic/udebug.c (modified) trace: 64-bit-related fixes Fri, 19 Sep 2008 09:52:21 GMT Jiri Svoboda [f7176b1] * uspace/app/tester/tester.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/syscalls.h (modified) Fix breakage introduced in last commit (whoops) Thu, 18 Sep 2008 22:19:42 GMT Jiri Svoboda [abf3564] * uspace/app/tester/tester.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/trace/syscalls.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/trace/trace.h (modified) trace: Decode protocol-level call arguments, response retvals and ... Thu, 18 Sep 2008 09:05:31 GMT Jiri Svoboda [47e0a05b] * uspace/app/trace/trace.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/ipc/loader.h (modified) * uspace/srv/loader/main.c (modified) Allow trace to run programs and trace them (no more task IDs) Wed, 17 Sep 2008 18:04:01 GMT Jiri Svoboda [1643855] * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/trace/trace.h (added) trace: Command-line options to select display mode. Skeleton ... Wed, 17 Sep 2008 15:36:34 GMT Jiri Svoboda [8c125ad] * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) trace: Fix broken 'unknown' protocol, add 'system' protocol for more ... Wed, 17 Sep 2008 14:12:18 GMT Jiri Svoboda [c9a29d6] * uspace/app/trace/trace.c (modified) trace: Prettier startup/shutdown messages. Wed, 17 Sep 2008 12:35:49 GMT Jiri Svoboda [fb9b0b0] * uspace/app/trace/trace.c (modified) Let trace display advice when udebug is not compiled in. Wed, 17 Sep 2008 12:16:27 GMT Jiri Svoboda [9a1b20c] * 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/ppc64/loader/Makefile (modified) * kernel/Makefile (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipc_kbox.h (added) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/udebug/udebug.h (added) * kernel/generic/include/udebug/udebug_ipc.h (added) * kernel/generic/include/udebug/udebug_ops.h (added) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipc_kbox.c (added) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/udebug/udebug.c (added) * kernel/generic/src/udebug/udebug_ipc.c (added) * kernel/generic/src/udebug/udebug_ops.c (added) * kernel/kernel.config (modified) * uspace/Makefile (modified) * uspace/app/trace/Makefile (added) * uspace/app/trace/errors.c (added) * uspace/app/trace/errors.h (added) * uspace/app/trace/ipc_desc.c (added) * uspace/app/trace/ipc_desc.h (added) * uspace/app/trace/ipcp.c (added) * uspace/app/trace/ipcp.h (added) * uspace/app/trace/proto.c (added) * uspace/app/trace/proto.h (added) * uspace/app/trace/syscalls.c (added) * uspace/app/trace/syscalls.h (added) * uspace/app/trace/trace.c (added) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/generic/udebug.c (added) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/lib/libc/include/udebug.h (added) Merge syscall tracer (trace) and relevant part of udebug interface ... Wed, 17 Sep 2008 05:59:55 GMT Tim Post [06a195bc] * uspace/app/bdsh/config.h (modified) Drop references to __HELENOS__ in config.h Sun, 14 Sep 2008 17:33:47 GMT Tim Post [39463ff] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (added) * uspace/app/bdsh/cmds/modules/cp/cp.h (added) * uspace/app/bdsh/cmds/modules/cp/cp_def.h (added) * uspace/app/bdsh/cmds/modules/cp/entry.h (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/sleep/entry.h (added) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (added) * uspace/app/bdsh/cmds/modules/sleep/sleep.h (added) * uspace/app/bdsh/cmds/modules/sleep/sleep_def.h (added) * uspace/app/bdsh/util.c (modified) Add skeletal sleep and cp commands (not yet working) Sun, 14 Sep 2008 17:32:10 GMT Tim Post [e13fb10] * uspace/app/bdsh/cmds/mknewcmd (modified) Fix bug in mknewcmd (incorrectly prototyping entry points) Sun, 14 Sep 2008 16:57:18 GMT Tim Post [901e827] * uspace/app/bdsh/scli.c (modified) cstyle Sun, 14 Sep 2008 16:57:02 GMT Tim Post [8722b38] * uspace/app/bdsh/config.h (modified) Fix quirks in config.h Sun, 14 Sep 2008 16:27:46 GMT Jiri Svoboda [40cb3996] * uspace/app/tester/tester.c (modified) Fix off-by-one error in tester. Sun, 14 Sep 2008 15:49:50 GMT Tim Post [6279151] * uspace/app/bdsh/README (modified) * uspace/app/bdsh/cmds/mknewcmd (modified) Update README and mknewcmd to reflect changes in command entry points Sun, 14 Sep 2008 15:43:22 GMT Tim Post [809813d] * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/builtins/cd/entry.h (modified) * uspace/app/bdsh/cmds/cmds.h (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cat/entry.h (modified) * uspace/app/bdsh/cmds/modules/help/entry.h (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/ls/entry.h (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/entry.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/pwd/entry.h (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/quit/entry.h (modified) * uspace/app/bdsh/cmds/modules/quit/quit.c (modified) * uspace/app/bdsh/cmds/modules/rm/entry.h (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/touch/entry.h (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) Simplify entry types (and return values) for commands Sun, 14 Sep 2008 14:57:05 GMT Tim Post [6aae7a3b] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) Take debug printfs out of cat Sun, 14 Sep 2008 14:41:31 GMT Jiri Svoboda [de9c5cb] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/init/init.c (modified) Introduce directories '/app' and '/srv' on ramdisk instead of '/sbin' ... Wed, 10 Sep 2008 10:04:57 GMT Tim Post [0320823] * uspace/app/bdsh/scli.c (modified) We need cli_set_prompt() in the main loop as modules are unaware of ... Sat, 30 Aug 2008 15:15:48 GMT Tim Post [42a0607] * uspace/app/bdsh/scli.c (modified) main() - remove unused variable i Sat, 30 Aug 2008 15:05:54 GMT Tim Post [0c4f46a] * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/scli.h (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/bdsh/util.h (modified) Let 'cd' invoke cli_set_prompt(), no need to do it in every iteration ... Fri, 29 Aug 2008 11:07:22 GMT Tim Post [43e02a6] * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/bdsh/util.h (modified) Just make cli_count_args() a function Thu, 28 Aug 2008 13:07:15 GMT Tim Post [3771a6e] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) long_options[] should be const where implemented Thu, 28 Aug 2008 11:01:12 GMT Tim Post [7b256b0b] * uspace/app/bdsh/Makefile (modified) Drop inclusion of lib/ and lib/ustr in the Makefile (this completes ... Thu, 28 Aug 2008 10:54:43 GMT Tim Post [a56f4b2] * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/builtins/cd/cd_def.h (moved) * uspace/app/bdsh/cmds/mknewcmd (modified) * uspace/app/bdsh/cmds/modules/cat/cat_def.h (moved) * uspace/app/bdsh/cmds/modules/help/help_def.h (moved) * uspace/app/bdsh/cmds/modules/ls/ls_def.h (moved) * uspace/app/bdsh/cmds/modules/mkdir/mkdir_def.h (moved) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd_def.h (moved) * uspace/app/bdsh/cmds/modules/quit/quit_def.h (moved) * uspace/app/bdsh/cmds/modules/rm/rm_def.h (moved) * uspace/app/bdsh/cmds/modules/touch/touch_def.h (moved) Rename non-standard extensions (cmd.def -> cmd_def.h) Thu, 28 Aug 2008 08:32:06 GMT Tim Post [88944695] * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/exec.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/input.h (modified) * uspace/app/bdsh/scli.h (modified) More house cleaning, don't expose beyond what's needed Thu, 28 Aug 2008 02:51:25 GMT Tim Post [69145dae] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/pwd/entry.h (moved) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (moved) * uspace/app/bdsh/cmds/modules/pwd/pwd.def (moved) * uspace/app/bdsh/cmds/modules/pwd/pwd.h (moved) pwd should be a module, not a builtin Wed, 27 Aug 2008 05:36:55 GMT Tim Post [1b4b7b6] * uspace/app/bdsh/README (added) Add a README to explain how things work Wed, 27 Aug 2008 05:36:12 GMT Tim Post [e2ea8d7e] * uspace/app/bdsh/cmds/builtins/README (modified) * uspace/app/bdsh/cmds/modules/README (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/quit/quit.c (modified) * uspace/app/bdsh/errors.c (modified) * uspace/app/bdsh/errors.h (modified) * uspace/app/bdsh/errstr.h (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/scli.h (modified) * uspace/app/bdsh/util.c (modified) Housekeeping list, complete lingering things before they get ... Mon, 25 Aug 2008 05:38:01 GMT Tim Post [b510d52] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/help/help.h (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.def (modified) * uspace/app/bdsh/cmds/modules/ls/ls.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.def (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.def (modified) * uspace/app/bdsh/cmds/modules/rm/rm.h (modified) * uspace/app/bdsh/cmds/modules/touch/touch.def (modified) Fix command description display, only command entry points need to be ... Sun, 24 Aug 2008 16:02:01 GMT Tim Post [088ab05] * uspace/app/bdsh/TODO (modified) Update TODO list Sun, 24 Aug 2008 16:00:11 GMT Tim Post [90a428a] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/mount/entry.h (deleted) * uspace/app/bdsh/cmds/modules/mount/mount.c (deleted) * uspace/app/bdsh/cmds/modules/mount/mount.def (deleted) * uspace/app/bdsh/cmds/modules/mount/mount.h (deleted) Remove 'mount' Sun, 24 Aug 2008 07:18:58 GMT Tim Post [1c87d79] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) cat: no reason to set i = optind twice :) Sun, 24 Aug 2008 06:50:54 GMT Tim Post [ab5a45e0] * uspace/app/bdsh/cmds/modules/cat/cat.def (modified) cat: purpose updated in cat.def Sun, 24 Aug 2008 06:49:51 GMT Tim Post [c9f5e24f] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) Add a basic cat, cat --help shows future options Sat, 23 Aug 2008 08:35:06 GMT Tim Post [65267f6] * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) mkdir: Get rid of useless while loop (spaghetti) Sat, 23 Aug 2008 07:04:55 GMT Tim Post [eb9618c] * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) mkdir: increment ret if mkdir() fails Sat, 23 Aug 2008 07:00:41 GMT Tim Post [be8f92d] * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) mkdir is finished, -p / --parents options and more now functional Fri, 22 Aug 2008 11:07:32 GMT Jakub Jermar [80791a7] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/app/cli/Makefile (deleted) * uspace/app/cli/cli.c (deleted) * uspace/app/init/init.c (modified) Enable bdsh in most of the architectures, remove cli and simplify init. Fri, 22 Aug 2008 09:09:03 GMT Tim Post [216d6fc] * boot/arch/ia32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/bdsh/AUTHORS (added) * uspace/app/bdsh/LICENSE (added) * uspace/app/bdsh/Makefile (added) * uspace/app/bdsh/TODO (added) * uspace/app/bdsh/cmds/builtin_cmds.c (added) * uspace/app/bdsh/cmds/builtins/README (added) * uspace/app/bdsh/cmds/builtins/builtin_aliases.h (added) * uspace/app/bdsh/cmds/builtins/builtins.h (added) * uspace/app/bdsh/cmds/builtins/cd/cd.c (added) * uspace/app/bdsh/cmds/builtins/cd/cd.def (added) * uspace/app/bdsh/cmds/builtins/cd/cd.h (added) * uspace/app/bdsh/cmds/builtins/cd/entry.h (added) * uspace/app/bdsh/cmds/builtins/pwd/entry.h (added) * uspace/app/bdsh/cmds/builtins/pwd/pwd.c (added) * uspace/app/bdsh/cmds/builtins/pwd/pwd.def (added) * uspace/app/bdsh/cmds/builtins/pwd/pwd.h (added) * uspace/app/bdsh/cmds/cmds.h (added) * uspace/app/bdsh/cmds/mknewcmd (added) * uspace/app/bdsh/cmds/mod_cmds.c (added) * uspace/app/bdsh/cmds/modules/README (added) * uspace/app/bdsh/cmds/modules/cat/cat.c (added) * uspace/app/bdsh/cmds/modules/cat/cat.def (added) * uspace/app/bdsh/cmds/modules/cat/cat.h (added) * uspace/app/bdsh/cmds/modules/cat/entry.h (added) * uspace/app/bdsh/cmds/modules/help/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.c (added) * uspace/app/bdsh/cmds/modules/help/help.def (added) * uspace/app/bdsh/cmds/modules/help/help.h (added) * uspace/app/bdsh/cmds/modules/ls/entry.h (added) * uspace/app/bdsh/cmds/modules/ls/ls.c (added) * uspace/app/bdsh/cmds/modules/ls/ls.def (added) * uspace/app/bdsh/cmds/modules/ls/ls.h (added) * uspace/app/bdsh/cmds/modules/mkdir/entry.h (added) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (added) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.def (added) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (added) * uspace/app/bdsh/cmds/modules/module_aliases.h (added) * uspace/app/bdsh/cmds/modules/modules.h (added) * 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.def (added) * uspace/app/bdsh/cmds/modules/mount/mount.h (added) * uspace/app/bdsh/cmds/modules/quit/entry.h (added) * uspace/app/bdsh/cmds/modules/quit/quit.c (added) * uspace/app/bdsh/cmds/modules/quit/quit.def (added) * uspace/app/bdsh/cmds/modules/quit/quit.h (added) * uspace/app/bdsh/cmds/modules/rm/entry.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (added) * uspace/app/bdsh/cmds/modules/rm/rm.def (added) * uspace/app/bdsh/cmds/modules/rm/rm.h (added) * uspace/app/bdsh/cmds/modules/touch/entry.h (added) * uspace/app/bdsh/cmds/modules/touch/touch.c (added) * uspace/app/bdsh/cmds/modules/touch/touch.def (added) * uspace/app/bdsh/cmds/modules/touch/touch.h (added) * uspace/app/bdsh/config.h (added) * uspace/app/bdsh/errors.c (added) * uspace/app/bdsh/errors.h (added) * uspace/app/bdsh/errstr.h (added) * uspace/app/bdsh/exec.c (added) * uspace/app/bdsh/exec.h (added) * uspace/app/bdsh/input.c (added) * uspace/app/bdsh/input.h (added) * uspace/app/bdsh/scli.c (added) * uspace/app/bdsh/scli.h (added) * uspace/app/bdsh/util.c (added) * uspace/app/bdsh/util.h (added) * uspace/app/init/init.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/getopt.c (added) * uspace/lib/libc/include/getopt.h (added) Merge with shell @ 3241 for bdsh Mon, 11 Aug 2008 16:16:58 GMT Jakub Jermar [9fcdb2e] * uspace/app/ash/Makefile (deleted) * uspace/app/ash/TOUR (deleted) * uspace/app/ash/alias.c (deleted) * uspace/app/ash/alias.h (deleted) * uspace/app/ash/arith.c (deleted) * uspace/app/ash/arith.h (deleted) * uspace/app/ash/arith.y (deleted) * uspace/app/ash/arith_lex.l (deleted) * uspace/app/ash/bltin/bltin.h (deleted) * uspace/app/ash/bltin/echo.1 (deleted) * uspace/app/ash/bltin/echo.c (deleted) * uspace/app/ash/bltin/test.c (deleted) * uspace/app/ash/bltin/times.c (deleted) * uspace/app/ash/builtins.def (deleted) * uspace/app/ash/cd.c (deleted) * uspace/app/ash/cd.h (deleted) * uspace/app/ash/error.c (deleted) * uspace/app/ash/error.h (deleted) * uspace/app/ash/eval.c (deleted) * uspace/app/ash/eval.h (deleted) * uspace/app/ash/exec.c (deleted) * uspace/app/ash/exec.h (deleted) * uspace/app/ash/expand.c (deleted) * uspace/app/ash/expand.h (deleted) * uspace/app/ash/fake.c (deleted) * uspace/app/ash/fake.h (deleted) * uspace/app/ash/funcs/cmv (deleted) * uspace/app/ash/funcs/dirs (deleted) * uspace/app/ash/funcs/kill (deleted) * uspace/app/ash/funcs/login (deleted) * uspace/app/ash/funcs/newgrp (deleted) * uspace/app/ash/funcs/popd (deleted) * uspace/app/ash/funcs/pushd (deleted) * uspace/app/ash/funcs/suspend (deleted) * uspace/app/ash/hetio.c (deleted) * uspace/app/ash/hetio.h (deleted) * uspace/app/ash/histedit.c (deleted) * uspace/app/ash/init.h (deleted) * uspace/app/ash/input.c (deleted) * uspace/app/ash/input.h (deleted) * uspace/app/ash/jobs.c (deleted) * uspace/app/ash/jobs.h (deleted) * uspace/app/ash/lex.yy.c (deleted) * uspace/app/ash/machdep.h (deleted) * uspace/app/ash/mail.c (deleted) * uspace/app/ash/mail.h (deleted) * uspace/app/ash/main.c (deleted) * uspace/app/ash/main.h (deleted) * uspace/app/ash/memalloc.c (deleted) * uspace/app/ash/memalloc.h (deleted) * uspace/app/ash/miscbltin.c (deleted) * uspace/app/ash/miscbltin.h (deleted) * uspace/app/ash/mkbuiltins (deleted) * uspace/app/ash/mktokens (deleted) * uspace/app/ash/myhistedit.h (deleted) * uspace/app/ash/mystring.c (deleted) * uspace/app/ash/mystring.h (deleted) * uspace/app/ash/nodes.c.pat (deleted) * uspace/app/ash/nodetypes (deleted) * uspace/app/ash/options.c (deleted) * uspace/app/ash/options.h (deleted) * uspace/app/ash/output.c (deleted) * uspace/app/ash/output.h (deleted) * uspace/app/ash/parser.c (deleted) * uspace/app/ash/parser.h (deleted) * uspace/app/ash/redir.c (deleted) * uspace/app/ash/redir.h (deleted) * uspace/app/ash/setmode.c (deleted) * uspace/app/ash/sh.1 (deleted) * uspace/app/ash/shell.h (deleted) * uspace/app/ash/show.c (deleted) * uspace/app/ash/show.h (deleted) * uspace/app/ash/tags (deleted) * uspace/app/ash/tools/Makefile (deleted) * uspace/app/ash/tools/mkinit.c (deleted) * uspace/app/ash/tools/mknodes.c (deleted) * uspace/app/ash/tools/mksignames.c (deleted) * uspace/app/ash/tools/mksyntax.c (deleted) * uspace/app/ash/trap.c (deleted) * uspace/app/ash/trap.h (deleted) * uspace/app/ash/var.c (deleted) * uspace/app/ash/var.h (deleted) Remove ash. Sat, 09 Aug 2008 09:46:43 GMT Jakub Jermar [11c2ae5] * uspace/app/init/init.c (modified) If mount() says ENOENT, don't attempt to mount the file system again. Mon, 04 Aug 2008 21:15:13 GMT Jakub Jermar [0928526] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/amd64/grub/menu.lst (modified) * boot/boot.config (modified) * uspace/app/init/init.c (modified) Boot infrastructure support for FAT16 init ramdisks. Only amd64 so far. Wed, 09 Jul 2008 08:16:51 GMT Jiri Svoboda [4e4052b] * uspace/app/tetris/input.c (modified) Fix tetris :) - expecting console at a fixed phone number Tue, 08 Jul 2008 16:05:45 GMT Jiri Svoboda [c98e6ee] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/amd64/grub/menu.lst (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia32/grub/menu.lst (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) * kernel/Makefile (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia32xen/src/userspace.c (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc64/src/asm.S (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/program.h (added) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/smc.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/program.c (added) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/smc.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/cli/Makefile (added) * uspace/app/cli/cli.c (added) * uspace/app/init/init.c (modified) * uspace/app/tester/tester.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/arch/amd64/src/entry.s (modified) * uspace/lib/libc/arch/arm32/src/entry.s (modified) * uspace/lib/libc/arch/ia32/src/entry.s (modified) * uspace/lib/libc/arch/ia64/src/entry.s (modified) * uspace/lib/libc/arch/mips32/src/entry.s (modified) * uspace/lib/libc/arch/ppc32/src/entry.s (modified) * uspace/lib/libc/arch/ppc64/src/entry.s (modified) * uspace/lib/libc/arch/sparc64/src/entry.s (modified) * uspace/lib/libc/generic/as.c (modified) * uspace/lib/libc/generic/io/stream.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/pcb.c (added) * uspace/lib/libc/generic/smc.c (added) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/as.h (modified) * uspace/lib/libc/include/io/stream.h (modified) * uspace/lib/libc/include/ipc/loader.h (added) * uspace/lib/libc/include/libc.h (modified) * uspace/lib/libc/include/loader/pcb.h (added) * uspace/lib/libc/include/smc.h (added) * uspace/lib/libc/include/task.h (modified) * uspace/srv/loader/Makefile (added) * uspace/srv/loader/arch/amd64/Makefile.inc (added) * uspace/srv/loader/arch/amd64/_link.ld.in (added) * uspace/srv/loader/arch/amd64/amd64.s (added) * uspace/srv/loader/arch/arm32/Makefile.inc (added) * uspace/srv/loader/arch/arm32/_link.ld.in (added) * uspace/srv/loader/arch/arm32/arm32.s (added) * uspace/srv/loader/arch/ia32/Makefile.inc (added) * uspace/srv/loader/arch/ia32/_link.ld.in (added) * uspace/srv/loader/arch/ia32/ia32.s (added) * uspace/srv/loader/arch/ia64/Makefile.inc (added) * uspace/srv/loader/arch/ia64/_link.ld.in (added) * uspace/srv/loader/arch/ia64/ia64.s (added) * uspace/srv/loader/arch/mips32/Makefile.inc (added) * uspace/srv/loader/arch/mips32/_link.ld.in (added) * uspace/srv/loader/arch/mips32/mips32.s (added) * uspace/srv/loader/arch/ppc32/Makefile.inc (added) * uspace/srv/loader/arch/ppc32/_link.ld.in (added) * uspace/srv/loader/arch/ppc32/ppc32.s (added) * uspace/srv/loader/arch/sparc64/Makefile.inc (added) * uspace/srv/loader/arch/sparc64/_link.ld.in (added) * uspace/srv/loader/arch/sparc64/sparc64.s (added) * uspace/srv/loader/elf_load.c (added) * uspace/srv/loader/include/arch.h (added) * uspace/srv/loader/include/elf.h (added) * uspace/srv/loader/include/elf_load.h (added) * uspace/srv/loader/interp.s (added) * uspace/srv/loader/main.c (added) Merge program-loader related stuff from dynload branch to trunk. (huge) Thu, 03 Jul 2008 13:21:20 GMT Jiri Svoboda [515a0102] * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/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/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) Do not disassemble needlessly. Sat, 07 Jun 2008 13:44:31 GMT Jiri Svoboda [51b966b] * uspace/app/tester/tester.c (modified) * uspace/lib/libc/generic/io/stream.c (modified) Make getchar() and tester behave sanely when there's no console. Sat, 07 Jun 2008 13:20:41 GMT Martin Decky [8d62052] * uspace/app/klog/klog.c (modified) wait until console is initiated Fri, 06 Jun 2008 23:16:37 GMT Martin Decky [1c03c17] * uspace/app/init/init.c (modified) * uspace/app/klog/klog.c (modified) * uspace/lib/libc/generic/io/stream.c (modified) * uspace/lib/libc/include/io/stream.h (modified) * uspace/lib/libc/include/stdio.h (modified) uspace klog Tue, 03 Jun 2008 15:12:08 GMT Martin Decky [860271d4] * uspace/app/init/init.c (modified) * uspace/app/init/init.h (modified) * uspace/app/init/version.c (modified) * uspace/app/init/version.h (modified) * uspace/app/tester/devmap/devmap1.c (modified) use common devmap.h Tue, 03 Jun 2008 15:11:49 GMT Martin Decky [6a7f6b8] * uspace/app/tetris/scores.c (modified) conding style Thu, 15 May 2008 18:28:50 GMT Jakub Jermar [1a60feeb] * 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 ... 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). 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(). 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().