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
3825 5595 d 18 h decky /trunk/boot/arch/ppc64/loader/ remove debugging output  
/trunk/boot/arch/ppc64/loader/debug.inc
/trunk/boot/arch/ppc64/loader/asm.S
3824 5595 d 19 h decky /trunk/boot/arch/ppc32/loader/ move loader base address to 16 MB
remove debugging output
 
/trunk/boot/arch/ppc32/loader/debug.inc
/trunk/boot/arch/ppc32/loader/_link.ld.in
/trunk/boot/arch/ppc32/loader/asm.S
3823 5596 d 19 h decky /trunk/boot/arch/sparc64/loader/ correct memory mapping for machines with physical memory displacement
this fixes booting on machines whose physical memory does not start at 0
 
/trunk/boot/arch/sparc64/loader/main.c
3822 5596 d 19 h decky /trunk/ remove extra question marks  
/trunk/HelenOS.config
3821 5597 d 14 h decky /trunk/tools/ better compatibility with older versions of Python  
/trunk/tools/config.py
3820 5597 d 15 h svoboda /trunk/uspace/lib/libc/generic/ Delay connecting to console until first use. Prevents a failed load attempt from trashing an inactive VC.  
/trunk/uspace/lib/libc/generic/libc.c
3819 5599 d 14 h jermar /trunk/ Introduce a new syscall: SYS_IPC_FORWARD_SLOW.  
/trunk/kernel/generic/include/ipc/sysipc.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/ipc/sysipc.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/app/trace/syscalls.c
/trunk/uspace/lib/libc/generic/ipc.c
/trunk/uspace/lib/libc/include/ipc/ipc.h
3818 5599 d 19 h jermar /trunk/uspace/lib/libc/include/ipc/ Optimize ipc.h.  
/trunk/uspace/lib/libc/include/ipc/ipc.h
3817 5602 d 11 h rimsky /branches/sparc/kernel/ Progress on Niagara: Commented out portions of mm, which are not required for kernel threads (temporarily). Scheduler is working. Implemented a driver of hypervisor's standard input. Kernel console is usable.  
/branches/sparc/kernel/arch/sparc64/src/mm/sun4u/as.c
/branches/sparc/kernel/arch/sparc64/src/mm/sun4v/as.c
/branches/sparc/kernel/arch/sparc64/src/mm/as.c
/branches/sparc/kernel/arch/sparc64/Makefile.inc
/branches/sparc/kernel/arch/sparc64/include/drivers/kbd.h
/branches/sparc/kernel/arch/sparc64/include/drivers/niagara.h
/branches/sparc/kernel/arch/sparc64/include/sun4v/hypercall.h
/branches/sparc/kernel/arch/sparc64/src/console.c
/branches/sparc/kernel/arch/sparc64/src/drivers/niagara.c
/branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c
/branches/sparc/kernel/generic/src/main/kinit.c
3816 5602 d 16 h post /trunk/uspace/app/bdsh/cmds/modules/cp/ cstyle (nits) 80 column limit  
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
3815 5602 d 17 h post /trunk/uspace/app/bdsh/cmds/modules/ Stop using assert() in modules/builtins as abort() will crash the entire shell.
Handle the case and report the issue, leaving the user able to reproduce it
without rebooting.
 
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
3814 5602 d 19 h post /trunk/uspace/app/bdsh/cmds/modules/ls/ ls now prints file sizes  
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
3813 5602 d 20 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
3812 5603 d 2 h post /trunk/uspace/app/bdsh/ Get rid of cli_restricted and cli_interactive  
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/bdsh/scli.c
3811 5603 d 3 h post /trunk/uspace/app/bdsh/ exit should be a builtin, since it will eventually need to know about running jobs  
/trunk/uspace/app/bdsh/cmds/builtins/exit
/trunk/uspace/app/bdsh/cmds/builtins/exit/exit.c
/trunk/uspace/app/bdsh/cmds/builtins/exit/exit.h
/trunk/uspace/app/bdsh/cmds/builtins/exit/exit_def.h
/trunk/uspace/app/bdsh/cmds/builtins/exit/quit.c
/trunk/uspace/app/bdsh/cmds/builtins/exit/quit.h
/trunk/uspace/app/bdsh/cmds/builtins/exit/quit_def.h
/trunk/uspace/app/bdsh/cmds/modules/quit
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/builtins/builtins.h
/trunk/uspace/app/bdsh/cmds/builtins/exit/entry.h
/trunk/uspace/app/bdsh/cmds/modules/modules.h
3810 5603 d 3 h post /trunk/uspace/app/bdsh/cmds/ Update the mknewcmd script  
/trunk/uspace/app/bdsh/cmds/mknewcmd
3809 5603 d 3 h post /trunk/uspace/app/bdsh/ Eliminate 'restrict' from command structure, get rid of needless aliases.
Order of search is builtin -> module -> external, there is no need to
restrict commands to (non)interative shells only any longer.
 
/trunk/uspace/app/bdsh/cmds/builtin_cmds.c
/trunk/uspace/app/bdsh/cmds/builtins/builtin_aliases.h
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd_def.h
/trunk/uspace/app/bdsh/cmds/cmds.h
/trunk/uspace/app/bdsh/cmds/mod_cmds.c
/trunk/uspace/app/bdsh/cmds/modules/cat/cat_def.h
/trunk/uspace/app/bdsh/cmds/modules/cp/cp_def.h
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/help/help_def.h
/trunk/uspace/app/bdsh/cmds/modules/ls/ls_def.h
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir_def.h
/trunk/uspace/app/bdsh/cmds/modules/module_aliases.h
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd_def.h
/trunk/uspace/app/bdsh/cmds/modules/quit/quit.c
/trunk/uspace/app/bdsh/cmds/modules/quit/quit_def.h
/trunk/uspace/app/bdsh/cmds/modules/rm/rm_def.h
/trunk/uspace/app/bdsh/cmds/modules/sleep/sleep_def.h
/trunk/uspace/app/bdsh/cmds/modules/touch/touch_def.h
/trunk/uspace/app/bdsh/input.c
3808 5603 d 17 h decky /trunk/ salvage duplicate configuration option  
/trunk/HelenOS.config
/trunk/boot/Makefile
/trunk/boot/arch/sparc64/loader/main.c
/trunk/contrib/default/sparc64/Makefile.config
/trunk/tools/config.py
3807 5603 d 18 h decky /trunk/contrib/default/ default configs for other platforms  
/trunk/contrib/default/arm32
/trunk/contrib/default/arm32/Makefile.config
/trunk/contrib/default/arm32/output
/trunk/contrib/default/ia32
/trunk/contrib/default/ia32/Makefile.config
/trunk/contrib/default/ia32/output
/trunk/contrib/default/ia32xen
/trunk/contrib/default/ia32xen/Makefile.config
/trunk/contrib/default/ia32xen/output
/trunk/contrib/default/ia64
/trunk/contrib/default/ia64/Makefile.config
/trunk/contrib/default/ia64/output
/trunk/contrib/default/mips32
/trunk/contrib/default/mips32/Makefile.config
/trunk/contrib/default/mips32/output
/trunk/contrib/default/ppc32
/trunk/contrib/default/ppc32/Makefile.config
/trunk/contrib/default/ppc32/output
/trunk/contrib/default/ppc64
/trunk/contrib/default/ppc64/Makefile.config
/trunk/contrib/default/ppc64/output
/trunk/contrib/default/sparc64
/trunk/contrib/default/sparc64/Makefile.config
/trunk/contrib/default/sparc64/output
3806 5603 d 19 h decky /trunk/contrib/default/ default configuration for amd64  
/trunk/contrib/default
/trunk/contrib/default/amd64
/trunk/contrib/default/amd64/Makefile.config
/trunk/contrib/default/amd64/output

Show All