Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4644 5426 d 11 h svoboda /trunk/ Method for getting console color capabilities. Use to fix invisible tetris pieces.  
/trunk/contrib/conf/mips32-gx.sh
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/lib/libc/generic/io/console.c
/trunk/uspace/lib/libc/include/io/console.h
/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/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
4643 5427 d 0 h jermar /trunk/uspace/lib/libc/generic/ realloc() should really check whether the next block is indeed free.  
/trunk/uspace/lib/libc/generic/malloc.c
4642 5427 d 11 h svoboda /trunk/uspace/lib/libc/generic/ Fix alignment errors in realloc().  
/trunk/uspace/lib/libc/generic/malloc.c
4641 5427 d 12 h jermar /trunk/kernel/arch/sparc64/src/ Adhere to the sparc64 ABI and provide stack space for procedure arguments.  
/trunk/kernel/arch/sparc64/src/asm.S
4640 5427 d 12 h jermar /trunk/kernel/generic/include/ Improve comment.  
/trunk/kernel/generic/include/context.h
4639 5427 d 12 h jermar /trunk/kernel/generic/src/main/ IRQ-safe switch to userspace.  
/trunk/kernel/generic/src/main/uinit.c
4637 5429 d 10 h svoboda /trunk/kernel/genarch/ Implement data transmission to CUDA, use to enable autopolling. Now the driver works both in PearPC and Qemu -M g3beige.  
/trunk/kernel/genarch/include/drivers/via-cuda/cuda.h
/trunk/kernel/genarch/src/drivers/via-cuda/cuda.c
4636 5429 d 11 h jermar /trunk/ sparc64's SP_DELTA needs more space.  
/trunk/kernel/arch/sparc64/include/context.h
/trunk/uspace/lib/libc/arch/sparc64/include/fibril.h
/trunk/uspace/lib/libc/arch/sparc64/include/stack.h
4635 5429 d 17 h jermar /trunk/ Things are much easier when the compiler knows that context_save() returns twice.  
/trunk/kernel/generic/include/context.h
/trunk/uspace/lib/libc/generic/fibril.c
/trunk/uspace/lib/libc/include/fibril.h
4633 5430 d 10 h jermar /trunk/uspace/lib/libc/generic/ In fibril_switch(), make sure to reload srcf with the current fibril address
in the post-context_restore() code. Its value may be invalid after
contex_restore() due to e.g. register recycling.
 
/trunk/uspace/lib/libc/generic/fibril.c
4627 5432 d 21 h jermar /trunk/kernel/arch/mips32/include/ mips32's istate_t must respect the 8-byte stack alignment.  
/trunk/kernel/arch/mips32/include/context_offset.h
4626 5433 d 10 h svoboda /trunk/kernel/genarch/ Modify CUDA driver to state machine format, with one interrupt per byte transferred.  
/trunk/kernel/genarch/include/drivers/via-cuda/cuda.h
/trunk/kernel/genarch/src/drivers/via-cuda/cuda.c
4625 5433 d 11 h jermar /trunk/kernel/arch/ia64/ The ia64 kernel needs to handle the Data Access Rights fault.  
/trunk/kernel/arch/ia64/include/mm/tlb.h
/trunk/kernel/arch/ia64/src/ivt.S
/trunk/kernel/arch/ia64/src/mm/tlb.c
4624 5433 d 11 h jermar /trunk/kernel/genarch/src/mm/ Initialize the Accessed and Dirty bits when the page hash table is used.  
/trunk/kernel/genarch/src/mm/page_ht.c
4623 5434 d 10 h svoboda /trunk/uspace/srv/bd/ata_bd/ Prettier output from ata_bd.  
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
4622 5434 d 11 h jermar /trunk/uspace/app/init/ Do not attempt to spawn non-existing programs.  
/trunk/uspace/app/init/init.c
4621 5434 d 11 h svoboda /trunk/uspace/ Servers can return value as soon as they are up. Use this with block-device drivers to start them synchronously. Eliminate ad-hoc sleeping.  
/trunk/uspace/app/init/init.c
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
/trunk/uspace/srv/bd/file_bd/file_bd.c
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4620 5434 d 12 h svoboda /trunk/uspace/ Allow to determine whether a task returned value before terminatign.  
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/getvc/getvc.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/ns/task.c
4619 5434 d 12 h svoboda /trunk/uspace/srv/ns/ Move fully to IPC-based tracking of task startup and termination in NS. This also gets rid of the race condition present in the previous code.  
/trunk/uspace/srv/ns/ns.c
/trunk/uspace/srv/ns/task.c
4618 5434 d 13 h svoboda /trunk/uspace/ Pass task ID to NS from loader. This prevents ID spoofing by user apps.  
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/ns.h
/trunk/uspace/srv/loader/main.c
/trunk/uspace/srv/ns/ns.c
/trunk/uspace/srv/ns/task.c
/trunk/uspace/srv/ns/task.h

Show All