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
3809 5575 d 22 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
3803 5577 d 11 h decky /trunk/ configuration system overhaul (requires newt)  
/trunk/boot/boot.config
/trunk/kernel/kernel.config
/trunk/uspace/uspace.config
/trunk/HelenOS.config
/trunk/Makefile
/trunk/boot/Makefile
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc64/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/Makefile
/trunk/tools/config.py
/trunk/uspace/Makefile
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/init/Makefile
/trunk/uspace/app/klog/Makefile
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tetris/Makefile
/trunk/uspace/app/trace/Makefile
/trunk/uspace/lib/libblock/Makefile
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/Makefile.toolchain
/trunk/uspace/lib/libc/arch/mips32/Makefile.inc
/trunk/uspace/lib/libfs/Makefile
/trunk/uspace/lib/softfloat/Makefile
/trunk/uspace/lib/softint/Makefile
/trunk/uspace/srv/console/Makefile
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fs/fat/Makefile
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/loader/Makefile
/trunk/uspace/srv/ns/Makefile
/trunk/uspace/srv/pci/Makefile
/trunk/uspace/srv/pci/libpci/Makefile
/trunk/uspace/srv/rd/Makefile
/trunk/uspace/srv/vfs/Makefile
3795 5583 d 18 h svoboda /trunk/uspace/ Remove delta-redrawing. (At least until someone can figure out how to do it properly).  
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/gcons.c
/trunk/uspace/srv/fb/fb.c
3794 5584 d 9 h svoboda /trunk/uspace/lib/libc/ Fix mips32 userspace atomic_add() the same way as the kernel one. This problem prevented building at lower optimization levels.  
/trunk/uspace/lib/libc/Makefile.toolchain
/trunk/uspace/lib/libc/arch/mips32/include/atomic.h
3793 5586 d 8 h svoboda /trunk/uspace/ Viewport invalidation. Makes delta-redraw optimization work when returning from kcon.  
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/gcons.c
/trunk/uspace/srv/fb/fb.c
3792 5588 d 7 h svoboda /trunk/uspace/srv/fb/ Must check colors in draw_text_data().  
/trunk/uspace/srv/fb/fb.c
3791 5588 d 8 h svoboda /trunk/uspace/srv/console/ Fix fb-con interbuffer for much faster redraw on a VC switch.  
/trunk/uspace/srv/console/console.c
3787 5590 d 7 h svoboda /trunk/uspace/srv/loader/ Disable message displaying in loader.  
/trunk/uspace/srv/loader/elf_load.c
/trunk/uspace/srv/loader/main.c
3786 5590 d 8 h svoboda /trunk/uspace/srv/kbd/genarch/src/ Fix enter key on lgxemul with no fb.  
/trunk/uspace/srv/kbd/genarch/src/nofb.c
3785 5590 d 8 h svoboda /trunk/uspace/srv/fb/ Fix framebuffer colors on ARM.  
/trunk/uspace/srv/fb/Makefile
3784 5591 d 8 h svoboda /trunk/ Fix loader problem on ia64 and remove workaround.  
/trunk/boot/arch/ia64/loader/Makefile
/trunk/uspace/lib/libc/arch/ia64/src/entry.s
/trunk/uspace/lib/libc/arch/ia64/src/thread_entry.s
/trunk/uspace/srv/loader/arch/ia64/_link.ld.in
3769 5596 d 10 h svoboda /trunk/uspace/srv/fb/ Color support in serial fb driver.  
/trunk/uspace/srv/fb/serial_console.c
3768 5596 d 15 h svoboda /trunk/uspace/ More console IPC wrapper functions.  
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/tetris/screen.h
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/include/console.h
3767 5596 d 16 h svoboda /trunk/uspace/ Console color support overhaul. Create C library console interface.  
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/include/console
/trunk/uspace/lib/libc/include/console.h
/trunk/uspace/lib/libc/include/console/color.h
/trunk/uspace/lib/libc/include/console/style.h
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/include/ipc/console.h
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/console/gcons.c
/trunk/uspace/srv/console/screenbuffer.c
/trunk/uspace/srv/console/screenbuffer.h
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
3761 5598 d 9 h decky /trunk/ send notification to uspace console when switching from kernel console  
/trunk/kernel/generic/include/console/kconsole.h
/trunk/kernel/generic/include/ipc/irq.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/main/main.c
/trunk/uspace/app/klog/klog.c
/trunk/uspace/srv/console/console.c
3760 5598 d 10 h decky /trunk/uspace/lib/libc/ support for sending asynchronous messages (without preemption) in interrupt notification handler
any potential synchronization problems should be solved properly in the user code, not by an unconditional termination
 
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/include/async.h
3758 5599 d 6 h svoboda /trunk/uspace/ fprintf(), vfprintf().  
/trunk/uspace/app/tester/stdio/stdio2.c
/trunk/uspace/app/tester/stdio/stdio2.def
/trunk/uspace/lib/libc/generic/io/fprintf.c
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/stdio/stdio1.def
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/io/stdio.c
/trunk/uspace/lib/libc/include/stdio.h
3757 5599 d 16 h svoboda /trunk/uspace/ fgetc(), fputc(), fputs(), fseek().  
/trunk/uspace/app/tester/stdio/stdio1.c
/trunk/uspace/lib/libc/generic/io/stdio.c
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/lib/libc/include/unistd.h
3756 5599 d 18 h svoboda /trunk/uspace/ Some ANSI C stream functions (stdio).  
/trunk/uspace/app/tester/stdio
/trunk/uspace/app/tester/stdio/stdio1.c
/trunk/uspace/app/tester/stdio/stdio1.def
/trunk/uspace/lib/libc/generic/io/stdio.c
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/include/errno.h
/trunk/uspace/lib/libc/include/stdio.h
3755 5600 d 16 h svoboda /trunk/ Two more cases of memmove() vs memcpy().  
/trunk/kernel/arch/ia64/src/drivers/ega.c
/trunk/uspace/srv/fb/ega.c

Show All