Subversion Repositories HelenOS

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4651 5419 d 3 h pillai /branches/arm/ Generic framework for arm architecture
Support for integratorcp
pl050 keyboard controller driver in kernel and userland.
 
/branches/arm/boot/arch/arm32/loader/print/print.c
/branches/arm/kernel/arch/arm32/include/mach
/branches/arm/kernel/arch/arm32/include/mach/integratorcp
/branches/arm/kernel/arch/arm32/include/mach/integratorcp/integratorcp.h
/branches/arm/kernel/arch/arm32/include/mach/testarm
/branches/arm/kernel/arch/arm32/include/mach/testarm/testarm.h
/branches/arm/kernel/arch/arm32/include/machine_func.h
/branches/arm/kernel/arch/arm32/src/mach
/branches/arm/kernel/arch/arm32/src/mach/integratorcp
/branches/arm/kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
/branches/arm/kernel/arch/arm32/src/mach/testarm
/branches/arm/kernel/arch/arm32/src/mach/testarm/testarm.c
/branches/arm/kernel/arch/arm32/src/machine_func.c
/branches/arm/kernel/genarch/include/drivers/pl050
/branches/arm/kernel/genarch/include/drivers/pl050/pl050.h
/branches/arm/kernel/genarch/include/kbrd/scanc_pl050.h
/branches/arm/kernel/genarch/src/drivers/pl050
/branches/arm/kernel/genarch/src/drivers/pl050/pl050.c
/branches/arm/kernel/genarch/src/kbrd/kbrd_pl050.c
/branches/arm/kernel/genarch/src/kbrd/scanc_pl050.c
/branches/arm/uspace/srv/kbd/ctl/pl050.c
/branches/arm/uspace/srv/kbd/port/pl050.c
/branches/arm/boot/arch/arm32/loader/print/gxemul.c
/branches/arm/kernel/arch/arm32/include/drivers/gxemul.h
/branches/arm/kernel/arch/arm32/src/drivers/gxemul.c
/branches/arm/HelenOS.config
/branches/arm/boot/arch/arm32/Makefile.inc
/branches/arm/boot/arch/arm32/loader/Makefile
/branches/arm/boot/arch/arm32/loader/_link.ld.in
/branches/arm/boot/arch/arm32/loader/boot.S
/branches/arm/boot/arch/arm32/loader/main.c
/branches/arm/kernel/Makefile
/branches/arm/kernel/arch/arm32/Makefile.inc
/branches/arm/kernel/arch/arm32/src/arm32.c
/branches/arm/kernel/arch/arm32/src/exception.c
/branches/arm/kernel/arch/arm32/src/interrupt.c
/branches/arm/kernel/arch/arm32/src/mm/frame.c
/branches/arm/kernel/genarch/Makefile.inc
/branches/arm/kernel/genarch/src/fb/fb.c
/branches/arm/uspace/srv/fb/fb.c
/branches/arm/uspace/srv/kbd/Makefile
4647 5421 d 0 h jermar /branches/arm/ Branch out a new arm branch.  
/branches/arm
4644 5421 d 21 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 5422 d 10 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 5422 d 21 h svoboda /trunk/uspace/lib/libc/generic/ Fix alignment errors in realloc().  
/trunk/uspace/lib/libc/generic/malloc.c
4636 5424 d 22 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 5425 d 3 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 5425 d 20 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
4623 5429 d 21 h svoboda /trunk/uspace/srv/bd/ata_bd/ Prettier output from ata_bd.  
/trunk/uspace/srv/bd/ata_bd/ata_bd.c
4622 5429 d 21 h jermar /trunk/uspace/app/init/ Do not attempt to spawn non-existing programs.  
/trunk/uspace/app/init/init.c
4621 5429 d 22 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 5429 d 22 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 5429 d 23 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 5429 d 23 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 5430 d 3 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
4611 5432 d 6 h jermar /trunk/uspace/lib/libblock/ Make the libblock cache behave more like a cache and fix some bugs
present in the previously unused code paths.
 
/trunk/uspace/lib/libblock/libblock.c
4609 5434 d 3 h decky /trunk/uspace/lib/libc/include/ipc/ remove obsolete VFS methods  
/trunk/uspace/lib/libc/include/ipc/vfs.h
4608 5434 d 4 h jermar /trunk/uspace/ Statically allocated stat structure will do.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/srv/fs/devfs/devfs_ops.c
4607 5434 d 4 h jermar /trunk/uspace/lib/libc/generic/ Fix typos.  
/trunk/uspace/lib/libc/generic/malloc.c
4606 5434 d 4 h decky /trunk/uspace/lib/libc/generic/ small allocator optimization
add some comments
 
/trunk/uspace/lib/libc/generic/malloc.c

Show All