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
3342 5771 d 23 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 5771 d 23 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 5771 d 23 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 5771 d 23 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 5771 d 23 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 5772 d 0 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
3336 5772 d 0 h post /branches/shell/uspace/lib/libc/generic/ getopt: Fix garbage error messages by replacing warnx() with printf(), add newlines to error strings.  
/branches/shell/uspace/lib/libc/generic/getopt.c
3333 5774 d 17 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
3330 5774 d 18 h jermar /branches/shell/uspace/lib/libc/generic/vfs/ Fix canonify() to set correct length even for paths that have no components.
(shell branch)
 
/branches/shell/uspace/lib/libc/generic/vfs/canonify.c
3329 5774 d 19 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
3327 5774 d 20 h jermar /branches/shell/uspace/lib/libc/generic/vfs/ Fix off-by-one error which was causing bdsh to crash. (shell branch)  
/branches/shell/uspace/lib/libc/generic/vfs/vfs.c
3326 5775 d 1 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 5775 d 22 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
3318 5775 d 23 h post /branches/shell/uspace/lib/libc/generic/ getopt: Get rid of references to 'eventually' replacing the antiquated getopt().
As a modern OS we just include what people actually use, with full compatibility for
legacy ports that still use the original.
 
/branches/shell/uspace/lib/libc/generic/getopt.c
3317 5775 d 23 h post /branches/shell/uspace/lib/libc/ Added support for getopt() and getopt_long() (still buggy, but working) Ported from OpenBSD  
/branches/shell/uspace/lib/libc/generic/getopt.c
/branches/shell/uspace/lib/libc/include/getopt.h
/branches/shell/uspace/lib/libc/Makefile
3316 5776 d 3 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 5777 d 23 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 5777 d 23 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 5778 d 3 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
3305 5778 d 20 h jermar /branches/shell/uspace/lib/libc/ Fix relative paths handling in task_spawn() (shell branch).  
/branches/shell/uspace/lib/libc/generic/task.c
/branches/shell/uspace/lib/libc/generic/vfs/vfs.c
/branches/shell/uspace/lib/libc/include/vfs/vfs.h

Show All