Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
3813 5591 d 1 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
3483 5702 d 6 h post /trunk/uspace/app/bdsh/ Eliminate unused functions in util.c  
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3481 5703 d 6 h post /trunk/uspace/app/bdsh/ More housecleaning in util.c, get rid of cli_psprintf() in favor of asprintf() before getting attached to the first.  
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3480 5703 d 7 h post /trunk/uspace/app/bdsh/ cli_redup() should be size_t and return as such to avoid undefined behavior with large strings.  
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3377 5736 d 0 h post /trunk/uspace/app/bdsh/ Let 'cd' invoke cli_set_prompt(), no need to do it in every iteration of the main loop.  
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd.c
/trunk/uspace/app/bdsh/scli.c
/trunk/uspace/app/bdsh/scli.h
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3376 5737 d 4 h post /trunk/uspace/app/bdsh/ Just make cli_count_args() a function  
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd.c
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/app/bdsh/cmds/modules/touch/touch.c
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3346 5744 d 6 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
3345 5744 d 6 h post /branches/shell/uspace/app/bdsh/ Add cli_psprintf() and cli_redup() to util.c  
/branches/shell/uspace/app/bdsh/util.c
/branches/shell/uspace/app/bdsh/util.h
3316 5751 d 11 h post /branches/shell/uspace/app/bdsh/ Remove unused agrument parsing / detecting functions  
/branches/shell/uspace/app/bdsh/util.c
/branches/shell/uspace/app/bdsh/util.h
3280 5755 d 22 h post /branches/shell/uspace/app/bdsh/ Get rid of cli_free() wrapper (no longer needed), this also removes -fno-strict-aliasing  
/branches/shell/uspace/app/bdsh/Makefile
/branches/shell/uspace/app/bdsh/Makefile.gnu
/branches/shell/uspace/app/bdsh/util.c
/branches/shell/uspace/app/bdsh/util.h
3265 5756 d 12 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