Subversion Repositories HelenOS

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4666 5411 d 7 h pillai /branches/arm/kernel/arch/arm32/ Ticket #93 fix:
Exceptin handling re-written in assembly.
 
/branches/arm/kernel/arch/arm32/src/exc_handler.S
/branches/arm/kernel/arch/arm32/Makefile.inc
/branches/arm/kernel/arch/arm32/include/exception.h
/branches/arm/kernel/arch/arm32/src/exception.c
/branches/arm/kernel/arch/arm32/src/start.S
4665 5412 d 1 h pillai /branches/arm/kernel/arch/arm32/src/ Change the exception handling logic:
Exception handler switches from exception mode to kernel mode(supervisor mode) before proceeding to
the exc_dispatch() C function. This assures that exception handling is re-entrant and
kernel would not get confused with different processor modes inside the kernel.

Also fixes a kernel panic during nested interrupts.
 
/branches/arm/kernel/arch/arm32/src/exception.c
/branches/arm/kernel/arch/arm32/src/interrupt.c
4652 5418 d 23 h pillai /branches/arm/kernel/arch/arm32/src/ Fixed a logical error in checking the processor mode before enabling interrupts  
/branches/arm/kernel/arch/arm32/src/interrupt.c
4651 5419 d 1 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 5420 d 23 h jermar /branches/arm/ Branch out a new arm branch.  
/branches/arm
4645 5421 d 20 h svoboda /trunk/contrib/conf/ Revert accidently commited change.  
/trunk/contrib/conf/mips32-gx.sh
4644 5421 d 20 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 9 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 20 h svoboda /trunk/uspace/lib/libc/generic/ Fix alignment errors in realloc().  
/trunk/uspace/lib/libc/generic/malloc.c
4641 5422 d 21 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 5422 d 21 h jermar /trunk/kernel/generic/include/ Improve comment.  
/trunk/kernel/generic/include/context.h
4639 5422 d 22 h jermar /trunk/kernel/generic/src/main/ IRQ-safe switch to userspace.  
/trunk/kernel/generic/src/main/uinit.c
4637 5424 d 19 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 5424 d 20 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 2 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 19 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 5428 d 6 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 5428 d 19 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 5428 d 20 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 5428 d 20 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 5429 d 19 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 20 h jermar /trunk/uspace/app/init/ Do not attempt to spawn non-existing programs.  
/trunk/uspace/app/init/init.c
4621 5429 d 20 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 21 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 21 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 22 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 1 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 4 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
4610 5433 d 21 h svoboda /trunk/ Kernel Mac ADB keyboard driver revived.  
/trunk/kernel/genarch/include/kbrd/scanc_mac.h
/trunk/kernel/genarch/src/kbrd/scanc_mac.c
/trunk/HelenOS.config
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/include/drivers/via-cuda/cuda.h
/trunk/kernel/genarch/src/drivers/via-cuda/cuda.c
/trunk/kernel/genarch/src/kbrd/kbrd.c
4609 5434 d 2 h decky /trunk/uspace/lib/libc/include/ipc/ remove obsolete VFS methods  
/trunk/uspace/lib/libc/include/ipc/vfs.h
4608 5434 d 2 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 2 h jermar /trunk/uspace/lib/libc/generic/ Fix typos.  
/trunk/uspace/lib/libc/generic/malloc.c
4606 5434 d 2 h decky /trunk/uspace/lib/libc/generic/ small allocator optimization
add some comments
 
/trunk/uspace/lib/libc/generic/malloc.c
4604 5435 d 0 h decky /trunk/uspace/srv/fb/ cstyle  
/trunk/uspace/srv/fb/ppm.c
4602 5436 d 1 h decky /trunk/uspace/app/tester/ tester framework rewrite (go from a menu-driven interface to command-line interface)  
/trunk/uspace/app/tester/print/print2.c
/trunk/uspace/app/tester/print/print2.def
/trunk/uspace/app/tester/print/print3.c
/trunk/uspace/app/tester/print/print3.def
/trunk/uspace/app/tester/devmap
/trunk/uspace/app/tester/ipc/answer.c
/trunk/uspace/app/tester/ipc/answer.def
/trunk/uspace/app/tester/ipc/hangup.c
/trunk/uspace/app/tester/ipc/hangup.def
/trunk/uspace/app/tester/ipc/send_async.c
/trunk/uspace/app/tester/ipc/send_async.def
/trunk/uspace/app/tester/ipc/send_sync.c
/trunk/uspace/app/tester/ipc/send_sync.def
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/tester/fault/fault1.c
/trunk/uspace/app/tester/fault/fault2.c
/trunk/uspace/app/tester/ipc/connect.c
/trunk/uspace/app/tester/ipc/ping_pong.c
/trunk/uspace/app/tester/ipc/register.c
/trunk/uspace/app/tester/loop/loop1.c
/trunk/uspace/app/tester/print/print1.c
/trunk/uspace/app/tester/print/print1.def
/trunk/uspace/app/tester/print/print4.c
/trunk/uspace/app/tester/stdio/stdio1.c
/trunk/uspace/app/tester/stdio/stdio2.c
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
/trunk/uspace/app/tester/thread/thread1.c
/trunk/uspace/app/tester/vfs/vfs1.c
4601 5436 d 1 h decky /trunk/uspace/lib/libc/ small fixes and coding style changes related to the new memory allocator  
/trunk/uspace/lib/libc/generic/errno.c
/trunk/uspace/lib/libc/include/adt/gcdlcm.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/arch/ia64/Makefile.inc
/trunk/uspace/lib/libc/generic/as.c
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/generic/mman.c
/trunk/uspace/lib/libc/include/async.h
/trunk/uspace/lib/libc/include/bitops.h
/trunk/uspace/lib/libc/include/errno.h
/trunk/uspace/lib/libc/include/getopt.h
/trunk/uspace/lib/libc/include/macros.h
/trunk/uspace/lib/libc/include/mem.h
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/lib/libc/include/stdlib.h
/trunk/uspace/lib/libc/include/unistd.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
4600 5436 d 1 h decky /trunk/uspace/lib/libc/generic/ implement simple first-fit memory allocator
(modified from original code by Petr Tuma, used under permission)
 
/trunk/uspace/lib/libc/generic/malloc.c
4599 5436 d 1 h decky /trunk/uspace/lib/libc/include/ define just the basic memory allocator interface  
/trunk/uspace/lib/libc/include/malloc.h
4598 5436 d 1 h decky /trunk/uspace/lib/libc/ remove dlmalloc  
/trunk/uspace/lib/libc/malloc
4597 5436 d 1 h decky /trunk/uspace/app/tester/mm/ memory allocator test
(modified from original code by Tomas Bures and Lubomir Bulej, used under permission)
 
/trunk/uspace/app/tester/mm
/trunk/uspace/app/tester/mm/malloc1.c
/trunk/uspace/app/tester/mm/malloc1.def