3366 |
5921 d 18 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
|
3265 |
5938 d 20 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
|