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
4635 5496 d 16 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
4634 5496 d 16 h pillai /branches/arm/ Fixes:
Intermittent hangs while running kernel console commands
Version strings
Overwriting of framebuffer when doing memory allocation
and small enhancements
 
/branches/arm/boot/arch/arm32/loader/main.c
/branches/arm/kernel/arch/arm32/include/drivers/gxemul.h
/branches/arm/kernel/arch/arm32/include/drivers/qemu.h
/branches/arm/kernel/arch/arm32/include/machine.h
/branches/arm/kernel/arch/arm32/src/drivers/gxemul.c
/branches/arm/kernel/arch/arm32/src/drivers/pl050.c
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/kernel/arch/arm32/src/mm/frame.c
/branches/arm/kernel/generic/src/main/version.c
/branches/arm/uspace/app/init/version.c
/branches/arm/uspace/srv/kbd/arch/arm32/src/kbd_icp.c
4633 5497 d 9 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
4632 5497 d 16 h pillai /branches/arm/ capslock and shift key fixes  
/branches/arm/kernel/arch/arm32/src/drivers/pl050.c
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/kernel/arch/arm32/src/exception.c
/branches/arm/kernel/genarch/src/kbd/scanc_pl050.c
/branches/arm/uspace/srv/kbd/Makefile
/branches/arm/uspace/srv/kbd/arch/arm32/src/kbd_icp.c
/branches/arm/uspace/srv/kbd/arch/arm32/src/scanc.c
4631 5498 d 18 h pillai /branches/arm/uspace/srv/kbd/arch/arm32/include/ header file  
/branches/arm/uspace/srv/kbd/arch/arm32/include/scanc.h
4630 5498 d 18 h pillai /branches/arm/kernel/genarch/include/kbd/ header file  
/branches/arm/kernel/genarch/include/kbd/scanc_pl050.h
4629 5498 d 18 h pillai /branches/arm/ Integratorcp keyboard driver and some miscellaneous changes.  
/branches/arm/kernel/arch/arm32/include/drivers/pl050.h
/branches/arm/kernel/arch/arm32/src/drivers/pl050.c
/branches/arm/kernel/genarch/include/kbd/pl050.h
/branches/arm/kernel/genarch/src/kbd/scanc_pl050.c
/branches/arm/uspace/srv/kbd/arch/arm32/include/pl050.h
/branches/arm/uspace/srv/kbd/arch/arm32/src/kbd_icp.c
/branches/arm/uspace/srv/kbd/arch/arm32/src/scanc.c
/branches/arm/kernel/arch/arm32/Makefile.inc
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/kernel/genarch/Makefile.inc
/branches/arm/kernel/genarch/src/kbd/key.c
/branches/arm/uspace/srv/kbd/Makefile
4628 5499 d 19 h pillai /branches/arm/ FrameBuffer physical address fix  
/branches/arm/kernel/arch/arm32/include/drivers/qemu.h
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/uspace/srv/fb/fb.c
4627 5499 d 20 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 5500 d 9 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 5500 d 10 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 5500 d 10 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 5501 d 9 h svoboda /trunk/uspace/srv/bd/ata_bd/ Prettier output from ata_bd.  
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
4622 5501 d 10 h jermar /trunk/uspace/app/init/ Do not attempt to spawn non-existing programs.  
/trunk/uspace/app/init/init.c
4621 5501 d 10 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 5501 d 11 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 5501 d 11 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 5501 d 12 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
4617 5501 d 15 h svoboda /trunk/uspace/ Allow task to return value (will be improved).  
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/getvc/getvc.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/ns.h
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/ns/ns.c
/trunk/uspace/srv/ns/task.c
/trunk/uspace/srv/ns/task.h
4616 5501 d 15 h brambora /branches/snapshot/ Added functions for storing task checkpoint to udebug interface.
Added uspace task chkpnt that launches the snapshot creation.
 
/branches/snapshot/kernel/generic/include/udebug/udebug.h
/branches/snapshot/kernel/generic/include/udebug/udebug_ops.h
/branches/snapshot/kernel/generic/src/udebug/udebug_ipc.c
/branches/snapshot/kernel/generic/src/udebug/udebug_ops.c
/branches/snapshot/uspace/app/chkpnt/checkpoint.c
/branches/snapshot/uspace/lib/libc/generic/udebug.c
/branches/snapshot/uspace/lib/libc/include/udebug.h

Show All