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
3365 5769 d 5 h rimsky /branches/sparc/ Integrated US-III port into the build process; added script for downloading and patching SILO; added patched SILO binaries; modified sources of the Sparc64 port up to the beginning of the main_bsp_separated_stack function: phys. address size not hardwired but configurable (41 bits on US-II, 43 bits on US-III), WSTATE register implicitly written 0 on startup.  
/branches/sparc/boot/arch/sparc64/silo/silo.patched.tar.gz
/branches/sparc/contrib/util
/branches/sparc/contrib/util/DownloadAndPatchSILO.sh
/branches/sparc/boot/arch/sparc64/Makefile.inc
/branches/sparc/boot/arch/sparc64/loader/asm.S
/branches/sparc/boot/boot.config
/branches/sparc/boot/genarch/balloc.h
/branches/sparc/kernel/arch/sparc64/Makefile.inc
/branches/sparc/kernel/arch/sparc64/src/start.S
/branches/sparc/kernel/generic/src/main/main.c
/branches/sparc/kernel/kernel.config
3350 5772 d 15 h decky /branches/ remove shell branch  
/branches/shell
3345 5772 d 19 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
3343 5775 d 11 h decky /branches/sparc/ add sparc branch  
/branches/sparc
3342 5775 d 19 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 5775 d 19 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 5775 d 19 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 5775 d 19 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 5775 d 20 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 5775 d 20 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 5775 d 21 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 5778 d 14 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 5778 d 15 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 5778 d 15 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 5778 d 17 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 5778 d 22 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 5779 d 19 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 5779 d 19 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 5779 d 19 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 5779 d 23 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

Show All