Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
661 6757 d 23 h cejka /uspace/trunk/softfloat/ Softfloat - function for float subtraction added.  
/uspace/trunk/softfloat/generic/arithmetic.c
/uspace/trunk/softfloat/include/sftypes.h
660 6759 d 5 h cejka /uspace/trunk/softfloat/ Fixed some bugs in softfloat after tests.  
/uspace/trunk/softfloat/generic/arithmetic.c
/uspace/trunk/softfloat/generic/comparison.c
/uspace/trunk/softfloat/generic/softfloat.c
/uspace/trunk/softfloat/include/comparison.h
659 6759 d 6 h jermar /kernel/trunk/ Make the kernel compile with -Wall.  
/kernel/trunk/Makefile
/kernel/trunk/arch/ia64/src/fmath.c
/kernel/trunk/arch/ppc32/src/fmath.c
/kernel/trunk/arch/ppc32/src/mm/memory_init.c
/kernel/trunk/genarch/src/acpi/acpi.c
/kernel/trunk/generic/src/lib/func.c
/kernel/trunk/generic/src/time/timeout.c
658 6759 d 6 h jermar /kernel/trunk/arch/sparc64/include/ sparc64 work.
Add functions to read and write TICK and TICK_compare registers.
Add types describing TICK and TICK_compare registers.
 
/kernel/trunk/arch/sparc64/include/asm.h
/kernel/trunk/arch/sparc64/include/mm/mmu.h
/kernel/trunk/arch/sparc64/include/mm/tlb.h
/kernel/trunk/arch/sparc64/include/register.h
657 6759 d 17 h jermar /kernel/trunk/ sparc64 work.
Context again. It turns out, according to SCD 2.4, that registers that didn't have to be saved were saved (%o1 - %o5) and
registers that had to be saved were not saved (%i0 - %i5, %l0 - %l7).
 
/kernel/trunk/arch/sparc64/include/context.h
/kernel/trunk/arch/sparc64/include/context_offset.h
/kernel/trunk/arch/sparc64/src/context.S
/kernel/trunk/tools/sparc64/gencontext.c
656 6760 d 17 h decky /uspace/trunk/ user space init working  
/uspace/trunk/init/init.c
/uspace/trunk/libc/_link.ld.in
/uspace/trunk/libc/arch/ia32/src/entry.s
/uspace/trunk/libc/arch/ia32/src/syscall.c
655 6760 d 22 h jermar /kernel/trunk/arch/ Compilation fixes.  
/kernel/trunk/arch/ia64/include/memstr.h
/kernel/trunk/arch/mips32/include/memstr.h
/kernel/trunk/arch/ppc32/include/memstr.h
654 6760 d 23 h jermar /kernel/trunk/generic/src/ Fix page_insert_mapping().
Some architectures (e.g. ia32) need to have the lower-numbered PTL's flagged as PAGE_WRITE in order to prevent overriding protection bits of leaf TTE's.
 
/kernel/trunk/generic/src/main/kinit.c
/kernel/trunk/generic/src/mm/page.c
653 6761 d 0 h cejka /uspace/trunk/softfloat/ Comparison function for float type added.  
/uspace/trunk/softfloat/generic/comparison.c
/uspace/trunk/softfloat/generic/softfloat.c
/uspace/trunk/softfloat/include/comparison.h
652 6761 d 4 h cejka /uspace/trunk/softfloat/ Some new functions implemented in softfloat lib.  
/uspace/trunk/softfloat/generic/comparison.c
/uspace/trunk/softfloat/generic/softfloat.c
/uspace/trunk/softfloat/include/sftypes.h
651 6761 d 16 h decky /kernel/trunk/ remove arch/$ARCH/boot where not needed, change global Makefile accordingly
remove early_mapping() (breaks ppc32 for now)
change early heap initialization (required for init to work)
 
/kernel/trunk/arch/ia32/boot
/kernel/trunk/arch/sparc64/boot
/kernel/trunk/Makefile
/kernel/trunk/arch/ppc32/include/arch.h
/kernel/trunk/generic/include/arch.h
/kernel/trunk/generic/include/config.h
/kernel/trunk/generic/src/main/main.c
650 6761 d 18 h jermar /kernel/trunk/ sparc64 work.
Implement interrupt_disable(), interrupt_enable(), interrupt_restore() and interrupt_read() functions.
Fix context save/restore to save/restore register %i7.
 
/kernel/trunk/arch/sparc64/include/asm.h
/kernel/trunk/arch/sparc64/include/context.h
/kernel/trunk/arch/sparc64/include/context_offset.h
/kernel/trunk/arch/sparc64/include/register.h
/kernel/trunk/arch/sparc64/src/context.S
/kernel/trunk/arch/sparc64/src/dummy.s
/kernel/trunk/generic/include/debug.h
/kernel/trunk/generic/src/proc/scheduler.c
649 6762 d 0 h decky /boot/trunk/arch/ia32/grub/ forgot to touch the binary file  
/boot/trunk/arch/ia32/grub/grub.img.gz
648 6762 d 0 h decky /boot/trunk/arch/ia32/ store README and COPYING directly in GRUB floppy image  
/boot/trunk/arch/ia32/Makefile
647 6762 d 7 h cejka /uspace/trunk/softfloat/ Some changes in file structures, small bugfix in __subsf3().  
/uspace/trunk/softfloat/generic/arithmetic.c
/uspace/trunk/softfloat/generic/comparison.c
/uspace/trunk/softfloat/generic/conversion.c
/uspace/trunk/softfloat/generic/other.c
/uspace/trunk/softfloat/include/arithmetic.h
/uspace/trunk/softfloat/include/comparison.h
/uspace/trunk/softfloat/include/conversion.h
/uspace/trunk/softfloat/include/other.h
/uspace/trunk/softfloat/include/sftypes.h
/uspace/trunk/softfloat/generic/softfloat.c
/uspace/trunk/softfloat/include/softfloat.h
646 6762 d 18 h jermar /kernel/trunk/ Fix cpu_init(): frame_alloc() can return 0 as the valid address of block of frames. Do not signal error.

sparc64 work.
Reorganize kernel vs. userspace memory layout.
Add panic_printf().
Turn dummy() into nop rather than into infinite loop.
 
/kernel/trunk/arch/sparc64/src/panic.S
/kernel/trunk/arch/sparc64/Makefile.inc
/kernel/trunk/arch/sparc64/include/mm/page.h
/kernel/trunk/arch/sparc64/include/mm/vm.h
/kernel/trunk/arch/sparc64/src/dummy.s
/kernel/trunk/arch/sparc64/src/mm/tlb.c
/kernel/trunk/arch/sparc64/src/sparc64.c
/kernel/trunk/generic/src/cpu/cpu.c
645 6762 d 19 h jermar /boot/trunk/arch/ Let the kernel Makefile decide wether rebuild is required.  
/boot/trunk/arch/ia32/Makefile
/boot/trunk/arch/sparc64/Makefile
644 6763 d 3 h jermar /kernel/trunk/arch/ Remove unnecessary files or files that are now part of the boot/ module.  
/kernel/trunk/arch/ia32/boot/grub.img.gz
/kernel/trunk/arch/sparc64/boot/_link.ld
/kernel/trunk/arch/sparc64/boot/boot.S
/kernel/trunk/arch/ia32/boot/Makefile
/kernel/trunk/arch/sparc64/boot/Makefile
643 6763 d 3 h jermar /boot/trunk/arch/ia32/ Fix paths in ia32 Makefile.
Add userspace binary to ia32 boot image.
 
/boot/trunk/arch/ia32/Makefile
642 6763 d 4 h jermar /boot/trunk/arch/ia32/ Complete ia32 build boot infrastructure.  
/boot/trunk/arch/ia32
/boot/trunk/arch/ia32/Makefile
/boot/trunk/arch/ia32/grub
/boot/trunk/arch/ia32/grub/COPYING
/boot/trunk/arch/ia32/grub/README
/boot/trunk/arch/ia32/grub/grub.img.gz

Show All