Subversion Repositories HelenOS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4620 5428 d 6 h svoboda /trunk/uspace/ Allow to determine whether a task returned value before terminatign.  
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/getvc/getvc.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/ns/task.c
4617 5428 d 10 h svoboda /trunk/uspace/ Allow task to return value (will be improved).  
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/getvc/getvc.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/ns.h
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/ns/ns.c
/trunk/uspace/srv/ns/task.c
/trunk/uspace/srv/ns/task.h
4486 5461 d 7 h decky /trunk/uspace/app/bdsh/ bdsh: sync with I/O changes, block until spawned task exits  
/trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.c
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/input.c
4266 5516 d 4 h svoboda /trunk/uspace/ strdup() -> str_dup()  
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/touch/touch.c
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/tetris.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/string.h
4264 5516 d 5 h svoboda /trunk/uspace/ Nuke strcpy() and strcmp().  
/trunk/uspace/app/bdsh/cmds/builtin_cmds.c
/trunk/uspace/app/bdsh/cmds/mod_cmds.c
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tester/devmap/devmap1.c
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/tetris/tetris.c
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/srv/devmap/devmap.c
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/loader/main.c
/trunk/uspace/srv/pci/libpci/names.c
/trunk/uspace/srv/rd/rd.c
/trunk/uspace/srv/vfs/vfs_ops.c
4112 5544 d 7 h svoboda /trunk/uspace/app/bdsh/ Fix grammar.  
/trunk/uspace/app/bdsh/exec.c
3813 5593 d 12 h post /trunk/uspace/app/bdsh/ Get rid of cli_strdup(), cli_strtok(), cli_strtok_r(), just use facilities in libc  
/trunk/uspace/app/bdsh/AUTHORS
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/touch/touch.c
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3487 5699 d 16 h post /trunk/uspace/app/bdsh/ No need to cast argv[] in try_exec()  
/trunk/uspace/app/bdsh/exec.c
3460 5717 d 18 h post /trunk/uspace/app/bdsh/ exec.c: try_access() should not be unsigned, found should be static  
/trunk/uspace/app/bdsh/exec.c
3372 5740 d 18 h post /trunk/uspace/app/bdsh/ More house cleaning, don't expose beyond what's needed  
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/exec.h
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/bdsh/input.h
/trunk/uspace/app/bdsh/scli.h
3366 5741 d 21 h post /trunk/uspace/app/bdsh/ Housekeeping list, complete lingering things before they get forgotten:
* cli_*() now sets a global cli_errno, error functions cleaned up
* Finish internal cli_*() functions in util.c
* Don't expose cli_init() or cli_finit()
* Get rid of unused globals
* Don't set globals in commands themselves
* Update README files
* Fix stale comments
 
/trunk/uspace/app/bdsh/cmds/builtins/README
/trunk/uspace/app/bdsh/cmds/modules/README
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/quit/quit.c
/trunk/uspace/app/bdsh/errors.c
/trunk/uspace/app/bdsh/errors.h
/trunk/uspace/app/bdsh/errstr.h
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/bdsh/scli.c
/trunk/uspace/app/bdsh/scli.h
/trunk/uspace/app/bdsh/util.c
3346 5746 d 17 h post /trunk/ Merge with shell @ 3241 for bdsh  
/trunk/uspace/app/bdsh
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/include/getopt.h
/trunk/boot/arch/ia32/Makefile.inc
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
/trunk/uspace/lib/libc/Makefile
3340 5749 d 18 h post /branches/shell/uspace/app/bdsh/ exec: task_spawn() returns either 0 or 1 (not the task ID on success).
As such try_exec() becomes an unsigned int and we don't unconditionally
return the value of task_spawn (fixes bogus failures).
 
/branches/shell/uspace/app/bdsh/exec.c
/branches/shell/uspace/app/bdsh/exec.h
3304 5756 d 18 h post /branches/shell/uspace/app/bdsh/ Get rid of -DHELENOS (glibc builds will now break)  
/branches/shell/uspace/app/bdsh/Makefile
/branches/shell/uspace/app/bdsh/cmds/builtins/cd/cd.c
/branches/shell/uspace/app/bdsh/config.h
/branches/shell/uspace/app/bdsh/exec.c
/branches/shell/uspace/app/bdsh/exec.h
/branches/shell/uspace/app/bdsh/input.c
/branches/shell/uspace/app/bdsh/input.h
/branches/shell/uspace/app/bdsh/scli.c
3298 5756 d 20 h post /branches/shell/uspace/app/bdsh/ exec: Narrowed down bug in relative paths fed to try_exec, added TODO  
/branches/shell/uspace/app/bdsh/exec.c
3287 5757 d 18 h post /branches/shell/uspace/app/bdsh/ exec: find_command() - Don't test cmd for / or . to determine if the given path is
absolute, let open figure it out. try_access() now mimics access(path, F_OK)
 
/branches/shell/uspace/app/bdsh/exec.c
3265 5758 d 23 h post /branches/shell/uspace/app/bdsh/ Added initial port of simple CLI to bdsh (brain dead shell)  
/branches/shell/uspace/app/bdsh
/branches/shell/uspace/app/bdsh/AUTHORS
/branches/shell/uspace/app/bdsh/LICENSE
/branches/shell/uspace/app/bdsh/Makefile
/branches/shell/uspace/app/bdsh/Makefile.gnu
/branches/shell/uspace/app/bdsh/cmds
/branches/shell/uspace/app/bdsh/cmds/builtin_cmds.c
/branches/shell/uspace/app/bdsh/cmds/builtins
/branches/shell/uspace/app/bdsh/cmds/builtins/README
/branches/shell/uspace/app/bdsh/cmds/builtins/builtin_aliases.h
/branches/shell/uspace/app/bdsh/cmds/builtins/builtins.h
/branches/shell/uspace/app/bdsh/cmds/builtins/cd
/branches/shell/uspace/app/bdsh/cmds/builtins/cd/cd.c
/branches/shell/uspace/app/bdsh/cmds/builtins/cd/cd.def
/branches/shell/uspace/app/bdsh/cmds/builtins/cd/cd.h
/branches/shell/uspace/app/bdsh/cmds/builtins/cd/entry.h
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd/entry.h
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd/pwd.c
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd/pwd.def
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd/pwd.h
/branches/shell/uspace/app/bdsh/cmds/cmds.h
/branches/shell/uspace/app/bdsh/cmds/mknewcmd
/branches/shell/uspace/app/bdsh/cmds/mod_cmds.c
/branches/shell/uspace/app/bdsh/cmds/modules
/branches/shell/uspace/app/bdsh/cmds/modules/README
/branches/shell/uspace/app/bdsh/cmds/modules/help
/branches/shell/uspace/app/bdsh/cmds/modules/help/entry.h
/branches/shell/uspace/app/bdsh/cmds/modules/help/help.c
/branches/shell/uspace/app/bdsh/cmds/modules/help/help.def
/branches/shell/uspace/app/bdsh/cmds/modules/help/help.h
/branches/shell/uspace/app/bdsh/cmds/modules/module_aliases.h
/branches/shell/uspace/app/bdsh/cmds/modules/modules.h
/branches/shell/uspace/app/bdsh/cmds/modules/quit
/branches/shell/uspace/app/bdsh/cmds/modules/quit/entry.h
/branches/shell/uspace/app/bdsh/cmds/modules/quit/quit.c
/branches/shell/uspace/app/bdsh/cmds/modules/quit/quit.def
/branches/shell/uspace/app/bdsh/cmds/modules/quit/quit.h
/branches/shell/uspace/app/bdsh/config.h
/branches/shell/uspace/app/bdsh/errors.c
/branches/shell/uspace/app/bdsh/errors.h
/branches/shell/uspace/app/bdsh/errstr.h
/branches/shell/uspace/app/bdsh/exec.c
/branches/shell/uspace/app/bdsh/exec.h
/branches/shell/uspace/app/bdsh/input.c
/branches/shell/uspace/app/bdsh/input.h
/branches/shell/uspace/app/bdsh/scli.c
/branches/shell/uspace/app/bdsh/scli.h
/branches/shell/uspace/app/bdsh/util.c
/branches/shell/uspace/app/bdsh/util.h