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
3884 5595 d 7 h decky /trunk/ centralize configuration data
use a header file for passing most of the configuration directives
 
/trunk/HelenOS.config
/trunk/Makefile
/trunk/kernel/Makefile
/trunk/version
3880 5595 d 7 h decky /trunk/kernel/arch/ simplify configuration
introduce arch_construct_function and inb/outb (sometimes empty) on all platforms
various code cleanup
 
/trunk/kernel/arch/sparc64/include/drivers/ns16550.h
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/amd64/src/debugger.c
/trunk/kernel/arch/amd64/src/interrupt.c
/trunk/kernel/arch/arm32/include/asm.h
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/ia32/_link.ld.in
/trunk/kernel/arch/ia32/include/fpu_context.h
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia64/include/asm.h
/trunk/kernel/arch/ia64/include/drivers/kbd.h
/trunk/kernel/arch/ia64/include/fpu_context.h
/trunk/kernel/arch/ia64/include/interrupt.h
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/interrupt.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/kernel/arch/mips32/include/asm.h
/trunk/kernel/arch/mips32/include/context_offset.h
/trunk/kernel/arch/mips32/src/asm.S
/trunk/kernel/arch/mips32/src/drivers/msim.c
/trunk/kernel/arch/mips32/src/fpu_context.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/mips32/src/mm/frame.c
/trunk/kernel/arch/ppc32/include/asm.h
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/_link.ld.in
/trunk/kernel/arch/sparc64/include/fpu_context.h
/trunk/kernel/arch/sparc64/src/sparc64.c
3879 5595 d 7 h decky /trunk/kernel/arch/ simplify configuration in Makefiles  
/trunk/kernel/arch/amd64/Makefile.inc
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/ppc32/Makefile.inc
/trunk/kernel/arch/sparc64/Makefile.inc
3878 5595 d 7 h decky /trunk/kernel/arch/ introduce fncptr_t and ioport_t on all platforms  
/trunk/kernel/arch/amd64/include/types.h
/trunk/kernel/arch/arm32/include/types.h
/trunk/kernel/arch/ia32/include/types.h
/trunk/kernel/arch/ia64/include/types.h
/trunk/kernel/arch/mips32/include/types.h
/trunk/kernel/arch/ppc32/include/types.h
/trunk/kernel/arch/sparc64/include/types.h
3877 5595 d 7 h decky /trunk/kernel/genarch/ remove (almost all) platform dependent code from drivers  
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/src/kbd/i8042.c
/trunk/kernel/genarch/src/kbd/key.c
/trunk/kernel/genarch/src/kbd/ns16550.c
3876 5595 d 7 h decky /trunk/kernel/genarch/ add BGR 888 visual, remove FB_INVERT_ENDIAN  
/trunk/kernel/genarch/include/fb/fb.h
/trunk/kernel/genarch/include/fb/visuals.h
/trunk/kernel/genarch/src/fb/fb.c
3875 5595 d 7 h decky /trunk/kernel/generic/ remove platform dependent constructs from generic code  
/trunk/kernel/generic/include/arch.h
/trunk/kernel/generic/include/ddi/irq.h
/trunk/kernel/generic/include/fpu_context.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/ipc/irq.c
/trunk/kernel/generic/src/main/version.c
/trunk/kernel/generic/src/proc/thread.c
3874 5595 d 7 h decky /trunk/kernel/test/ add empty tests for platforms which don't support them  
/trunk/kernel/test/fpu/fpu1_skip.c
/trunk/kernel/test/fpu/mips2_skip.c
/trunk/kernel/test/fpu/sse1_skip.c
/trunk/kernel/test/avltree/avltree1.def
/trunk/kernel/test/fpu/fpu1.c
/trunk/kernel/test/fpu/fpu1.def
/trunk/kernel/test/fpu/mips2.c
/trunk/kernel/test/fpu/mips2.def
/trunk/kernel/test/fpu/sse1.c
/trunk/kernel/test/fpu/sse1.def
3872 5595 d 16 h decky /trunk/ cleanup: remove unsupported or broken ports
(there are out-of-sync with the rest of the code and a fresh start is needed)
 
/trunk/boot/arch/ia32xen
/trunk/boot/arch/ppc64
/trunk/contrib/default/ia32xen
/trunk/contrib/default/ppc64
/trunk/kernel/arch/ia32xen
/trunk/kernel/arch/ppc64
/trunk/kernel/tools/ppc64
/trunk/uspace/lib/libc/arch/ppc64
/trunk/uspace/lib/softfloat/arch/ppc64
/trunk/uspace/srv/kbd/arch/ppc64
3871 5596 d 14 h decky /trunk/kernel/test/fpu/ classify mips2 test as unsafe for now as it fails in msim
(a better solution should come later)
 
/trunk/kernel/test/fpu/mips2.def
3870 5596 d 15 h decky /trunk/kernel/generic/src/ add includes necessary for LOG macro  
/trunk/kernel/generic/src/ipc/kbox.c
/trunk/kernel/generic/src/udebug/udebug.c
/trunk/kernel/generic/src/udebug/udebug_ops.c
3868 5597 d 10 h jermar /trunk/kernel/arch/arm32/src/drivers/ Fix arm32 build when not configured with framebuffer.  
/trunk/kernel/arch/arm32/src/drivers/gxemul.c
3867 5597 d 13 h svoboda /trunk/kernel/generic/src/ipc/ Bugfix: Check kbox, not regular box. In case where the debugger disconnected first and then the application terminated, the application task would not be cleaned up.  
/trunk/kernel/generic/src/ipc/kbox.c
3865 5599 d 5 h rimsky /trunk/ Allow to suppress compilation of FB code on Sparc machines that do not have FB.  
/trunk/HelenOS.config
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/generic/src/main/kinit.c
3860 5604 d 13 h decky /trunk/kernel/generic/src/main/ add dot which will be erased  
/trunk/kernel/generic/src/main/kinit.c
3857 5605 d 9 h decky /trunk/ very experimental TLB refill for ppc32  
/trunk/boot/arch/ppc32/loader/regname.h
/trunk/kernel/arch/ppc32/include/asm/regname.h
/trunk/kernel/arch/ppc32/include/mm/tlb.h
/trunk/kernel/arch/ppc32/src/exception.S
/trunk/kernel/arch/ppc32/src/mm/tlb.c
3856 5605 d 11 h decky /trunk/ ppc32: strict coherency, compatible TLB flush  
/trunk/boot/arch/ppc32/loader/asm.S
/trunk/boot/arch/ppc32/loader/regname.h
/trunk/kernel/arch/ppc32/include/asm/regname.h
/trunk/kernel/arch/ppc32/include/barrier.h
/trunk/kernel/arch/ppc32/src/mm/tlb.c
3855 5605 d 14 h decky /trunk/ flush cache during image copying  
/trunk/boot/arch/ppc32/loader/asm.S
/trunk/kernel/arch/ppc32/_link.ld.in
3854 5605 d 19 h decky /trunk/kernel/arch/ia64/src/ski/ make compliant with r3848 (kernel/arch/mips32/src/drivers/serial.c)  
/trunk/kernel/arch/ia64/src/ski/ski.c
3853 5606 d 9 h jermar /trunk/kernel/arch/ia64/src/ski/ Fix ia64 build.  
/trunk/kernel/arch/ia64/src/ski/ski.c
3852 5606 d 9 h jermar /trunk/kernel/arch/sparc64/src/drivers/ Fix sparc64 build.  
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
3851 5606 d 9 h jermar /trunk/kernel/arch/amd64/src/ Fix amd64 UP build.  
/trunk/kernel/arch/amd64/src/interrupt.c
3848 5606 d 13 h svoboda /trunk/kernel/arch/mips32/src/drivers/ Fix msim target.  
/trunk/kernel/arch/mips32/src/drivers/msim.c
/trunk/kernel/arch/mips32/src/drivers/serial.c
3844 5607 d 5 h decky /trunk/ silent kernel console output when user space console is active  
/trunk/kernel/arch/arm32/include/machine.h
/trunk/kernel/arch/arm32/src/drivers/gxemul.c
/trunk/kernel/arch/ia32xen/src/drivers/xconsole.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/kernel/arch/mips32/src/drivers/msim.c
/trunk/kernel/arch/mips32/src/drivers/serial.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/genarch/src/drivers/ega/ega.c
/trunk/kernel/genarch/src/fb/fb.c
/trunk/kernel/generic/include/console/chardev.h
/trunk/kernel/generic/include/console/console.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/srv/console/console.c
3842 5607 d 8 h decky /trunk/kernel/generic/src/ make sys_klog atomic  
/trunk/kernel/generic/src/printf/vprintf.c
/trunk/kernel/generic/src/syscall/syscall.c
3841 5607 d 10 h decky /trunk/kernel/arch/ppc32/src/ it is essential to setup the decrementer before potential rescheduling  
/trunk/kernel/arch/ppc32/src/interrupt.c
3840 5607 d 13 h decky /trunk/kernel/generic/src/main/ more decent kconsole output without stdin  
/trunk/kernel/generic/src/main/kinit.c
3839 5607 d 13 h decky /trunk/kernel/arch/ppc32/src/mm/ respect stricker lookup algorithm (first look for colliding PTEs, then look for unused PTEs)  
/trunk/kernel/arch/ppc32/src/mm/tlb.c
3838 5607 d 14 h decky /trunk/kernel/ make RANDI a generic macro  
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/ppc32/src/mm/tlb.c
/trunk/kernel/generic/include/macros.h
/trunk/kernel/test/synch/rwlock4.c
/trunk/kernel/test/synch/semaphore2.c
3837 5607 d 14 h decky /trunk/kernel/arch/ppc32/ use pseudorandom generator to avoid even the longest path of livelock collisions  
/trunk/kernel/arch/ppc32/include/mm/tlb.h
/trunk/kernel/arch/ppc32/src/exception.S
/trunk/kernel/arch/ppc32/src/mm/tlb.c
3836 5607 d 14 h decky /trunk/kernel/arch/ppc32/src/mm/ use secondary hash for kernel identity mapping to avoid livelocks on colliding PHT addresses  
/trunk/kernel/arch/ppc32/src/mm/tlb.c
3833 5608 d 10 h decky /trunk/ avoid nasty race condition during page fault handling  
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/kernel/arch/ppc32/include/exception.h
/trunk/kernel/arch/ppc32/src/asm.S
/trunk/kernel/arch/ppc32/src/exception.S
/trunk/kernel/arch/ppc32/src/mm/tlb.c
3832 5608 d 11 h decky /trunk/kernel/generic/include/ print task name during fault  
/trunk/kernel/generic/include/interrupt.h
3830 5609 d 9 h decky /trunk/kernel/arch/ppc32/ ppc32: add support for cache disable page access control  
/trunk/kernel/arch/ppc32/include/mm/page.h
/trunk/kernel/arch/ppc32/include/mm/tlb.h
/trunk/kernel/arch/ppc32/include/types.h
/trunk/kernel/arch/ppc32/src/mm/tlb.c
3829 5609 d 10 h decky /trunk/ use macio optionally  
/trunk/boot/arch/ppc32/loader/main.c
/trunk/boot/arch/ppc32/loader/main.h
/trunk/boot/arch/ppc32/loader/ofwarch.c
/trunk/boot/genarch/ofw.h
/trunk/kernel/arch/ppc32/include/boot/boot.h
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/ppc32/src/drivers/pic.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/uspace/srv/kbd/arch/ppc32/src/kbd.c
3828 5609 d 10 h decky /trunk/kernel/generic/src/main/ print numbers, not "llu"  
/trunk/kernel/generic/src/main/kinit.c
3827 5609 d 10 h decky /trunk/ remove tlbia instruction, which is unsupported by PowerPC 7450  
/trunk/boot/arch/ppc32/loader/asm.S
/trunk/kernel/arch/ppc32/src/mm/tlb.c
/trunk/kernel/arch/ppc64/src/mm/tlb.c
3819 5613 d 7 h jermar /trunk/ Introduce a new syscall: SYS_IPC_FORWARD_SLOW.  
/trunk/kernel/generic/include/ipc/sysipc.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/ipc/sysipc.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/app/trace/syscalls.c
/trunk/uspace/lib/libc/generic/ipc.c
/trunk/uspace/lib/libc/include/ipc/ipc.h
3803 5618 d 8 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
3802 5619 d 11 h decky /trunk/kernel/arch/ fallback to VGA registers if VESA routine fails  
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/ia32/src/boot/boot.S