Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3346 5760 d 10 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 5760 d 10 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
3342 5763 d 11 h post /branches/shell/uspace/app/bdsh/ cli_set_prompt() should be unsigned, fixed.  
/branches/shell/uspace/app/bdsh/scli.c
/branches/shell/uspace/app/bdsh/scli.h
3341 5763 d 11 h post /branches/shell/uspace/app/bdsh/ cli_set_prompt(), don't make cliuser_t->lasterr part of the prompt
(soon we'll use more intelligent error handlers)
 
/branches/shell/uspace/app/bdsh/scli.c
3340 5763 d 11 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
3339 5763 d 11 h post /branches/shell/uspace/app/bdsh/ input: stop double-checking for non-null terminated input, add to-do and comments  
/branches/shell/uspace/app/bdsh/input.c
3338 5763 d 11 h post /branches/shell/uspace/app/bdsh/cmds/modules/rm/ rm: Fix psychotic tabbing in long_options structure  
/branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.c
3337 5763 d 12 h post /branches/shell/uspace/app/bdsh/cmds/modules/rm/ rm: add options, job structure, sanity (recursion still not done)  
/branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.c
/branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.h
3333 5766 d 5 h post /branches/shell/uspace/app/bdsh/cmds/builtins/pwd/ pwd: need to include config.h  
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd/pwd.c
3329 5766 d 7 h post /branches/shell/uspace/app/bdsh/cmds/builtins/pwd/ pwd: Use getcwd(), don't just print usr->cwd from cliuser_t  
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd/pwd.c
3326 5766 d 13 h post /branches/shell/uspace/app/bdsh/cmds/modules/ls/ Fixed last few bugs in ls, added todo notes  
/branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.c
/branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.h
3319 5767 d 10 h post /branches/shell/uspace/app/bdsh/cmds/modules/cat/ A bogus 'cat' which (for now) tests getopt.  
/branches/shell/uspace/app/bdsh/cmds/modules/cat/cat.c
3316 5767 d 15 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
3311 5769 d 11 h post /branches/shell/uspace/app/bdsh/cmds/modules/ Re-generated mount / cat with new mknewcmd  
/branches/shell/uspace/app/bdsh/cmds/modules/cat/cat.c
/branches/shell/uspace/app/bdsh/cmds/modules/mount/mount.c
3310 5769 d 11 h post /branches/shell/uspace/app/bdsh/cmds/modules/ls/ ls: Remove unused var s[]  
/branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.c
3309 5769 d 15 h post /branches/shell/uspace/app/bdsh/cmds/modules/ls/ ls: fix bug where all entries are printed as directories when listing relative paths  
/branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.c
3304 5770 d 11 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
3303 5770 d 11 h post /branches/shell/uspace/app/bdsh/ Remove Makefile.gnu  
/branches/shell/uspace/app/bdsh/Makefile.gnu
3302 5770 d 11 h post /branches/shell/uspace/app/bdsh/ Added a stub for a future mount command, at this point we stop updating the GNU
makefile.
 
/branches/shell/uspace/app/bdsh/cmds/modules/mount
/branches/shell/uspace/app/bdsh/cmds/modules/mount/entry.h
/branches/shell/uspace/app/bdsh/cmds/modules/mount/mount.c
/branches/shell/uspace/app/bdsh/cmds/modules/mount/mount.def
/branches/shell/uspace/app/bdsh/cmds/modules/mount/mount.h
/branches/shell/uspace/app/bdsh/Makefile
/branches/shell/uspace/app/bdsh/cmds/modules/modules.h
3301 5770 d 11 h post /branches/shell/uspace/app/bdsh/cmds/ mknewcmd: util.h should be included by default  
/branches/shell/uspace/app/bdsh/cmds/mknewcmd

Show All