Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3149 5831 d 7 h svoboda /branches/dynload/ Merge trunk changes up to r3071 into dynload (broken)  
/branches/dynload/uspace/dist
/branches/dynload/kernel/generic/include/console/klog.h
/branches/dynload/kernel/generic/src/console/klog.c
/branches/dynload/HelenOS.config
/branches/dynload/boot/arch/amd64/Makefile.inc
/branches/dynload/boot/arch/amd64/grub/menu.lst
/branches/dynload/boot/arch/ia32/Makefile.inc
/branches/dynload/boot/arch/ia32/grub/menu.lst
/branches/dynload/boot/arch/ppc32/loader/Makefile
/branches/dynload/boot/arch/sparc64/loader/Makefile
/branches/dynload/kernel/Makefile
/branches/dynload/kernel/arch/amd64/include/types.h
/branches/dynload/kernel/arch/amd64/src/debugger.c
/branches/dynload/kernel/arch/amd64/src/proc/thread.c
/branches/dynload/kernel/arch/arm32/include/types.h
/branches/dynload/kernel/arch/ia32/include/mm/page.h
/branches/dynload/kernel/arch/ia32/include/smp/apic.h
/branches/dynload/kernel/arch/ia32/include/types.h
/branches/dynload/kernel/arch/ia32/src/debug/panic.s
/branches/dynload/kernel/arch/ia32xen/include/types.h
/branches/dynload/kernel/arch/ia32xen/src/smp/smp.c
/branches/dynload/kernel/arch/ia64/include/types.h
/branches/dynload/kernel/arch/mips32/include/types.h
/branches/dynload/kernel/arch/mips32/src/debugger.c
/branches/dynload/kernel/arch/mips32/src/exception.c
/branches/dynload/kernel/arch/ppc32/include/boot/boot.h
/branches/dynload/kernel/arch/ppc32/include/drivers/cuda.h
/branches/dynload/kernel/arch/ppc32/include/exception.h
/branches/dynload/kernel/arch/ppc32/include/mm/tlb.h
/branches/dynload/kernel/arch/ppc32/include/types.h
/branches/dynload/kernel/arch/ppc32/src/interrupt.c
/branches/dynload/kernel/arch/ppc32/src/mm/page.c
/branches/dynload/kernel/arch/ppc64/include/exception.h
/branches/dynload/kernel/arch/ppc64/include/types.h
/branches/dynload/kernel/arch/ppc64/src/cpu/cpu.c
/branches/dynload/kernel/arch/ppc64/src/interrupt.c
/branches/dynload/kernel/arch/ppc64/src/mm/page.c
/branches/dynload/kernel/arch/sparc64/include/asm.h
/branches/dynload/kernel/arch/sparc64/include/cpu.h
/branches/dynload/kernel/arch/sparc64/include/types.h
/branches/dynload/kernel/arch/sparc64/src/cpu/cpu.c
/branches/dynload/kernel/arch/sparc64/src/smp/smp.c
/branches/dynload/kernel/arch/sparc64/src/trap/exception.c
/branches/dynload/kernel/arch/sparc64/src/trap/interrupt.c
/branches/dynload/kernel/genarch/include/ofw/ofw_tree.h
/branches/dynload/kernel/genarch/src/acpi/acpi.c
/branches/dynload/kernel/genarch/src/acpi/madt.c
/branches/dynload/kernel/generic/include/adt/avl.h
/branches/dynload/kernel/generic/include/adt/list.h
/branches/dynload/kernel/generic/include/ddi/device.h
/branches/dynload/kernel/generic/include/debug.h
/branches/dynload/kernel/generic/include/interrupt.h
/branches/dynload/kernel/generic/include/panic.h
/branches/dynload/kernel/generic/include/proc/task.h
/branches/dynload/kernel/generic/include/proc/thread.h
/branches/dynload/kernel/generic/include/stackarg.h
/branches/dynload/kernel/generic/include/synch/spinlock.h
/branches/dynload/kernel/generic/include/syscall/syscall.h
/branches/dynload/kernel/generic/include/typedefs.h
/branches/dynload/kernel/generic/src/adt/btree.c
/branches/dynload/kernel/generic/src/console/chardev.c
/branches/dynload/kernel/generic/src/console/cmd.c
/branches/dynload/kernel/generic/src/console/console.c
/branches/dynload/kernel/generic/src/cpu/cpu.c
/branches/dynload/kernel/generic/src/debug/symtab.c
/branches/dynload/kernel/generic/src/interrupt/interrupt.c
/branches/dynload/kernel/generic/src/ipc/ipc.c
/branches/dynload/kernel/generic/src/ipc/sysipc.c
/branches/dynload/kernel/generic/src/lib/func.c
/branches/dynload/kernel/generic/src/lib/memstr.c
/branches/dynload/kernel/generic/src/lib/objc_ext.c
/branches/dynload/kernel/generic/src/main/kinit.c
/branches/dynload/kernel/generic/src/main/main.c
/branches/dynload/kernel/generic/src/mm/as.c
/branches/dynload/kernel/generic/src/mm/buddy.c
/branches/dynload/kernel/generic/src/mm/frame.c
/branches/dynload/kernel/generic/src/mm/slab.c
/branches/dynload/kernel/generic/src/printf/printf_core.c
/branches/dynload/kernel/generic/src/printf/vprintf.c
/branches/dynload/kernel/generic/src/proc/scheduler.c
/branches/dynload/kernel/generic/src/proc/task.c
/branches/dynload/kernel/generic/src/proc/thread.c
/branches/dynload/kernel/generic/src/synch/rwlock.c
/branches/dynload/kernel/generic/src/synch/spinlock.c
/branches/dynload/kernel/generic/src/syscall/syscall.c
/branches/dynload/kernel/generic/src/sysinfo/sysinfo.c
/branches/dynload/kernel/kernel.config
/branches/dynload/kernel/test/avltree/avltree1.c
/branches/dynload/kernel/test/fpu/fpu1.c
/branches/dynload/kernel/test/fpu/mips2.c
/branches/dynload/kernel/test/fpu/sse1.c
/branches/dynload/kernel/test/mm/falloc2.c
/branches/dynload/kernel/test/mm/slab1.c
/branches/dynload/kernel/test/mm/slab2.c
/branches/dynload/kernel/test/print/print1.c
/branches/dynload/kernel/test/synch/rwlock3.c
/branches/dynload/kernel/test/synch/rwlock4.c
/branches/dynload/kernel/test/synch/rwlock5.c
/branches/dynload/kernel/test/synch/semaphore2.c
/branches/dynload/kernel/test/test.h
/branches/dynload/kernel/test/thread/thread1.c
/branches/dynload/tools/mktmpfs.py
/branches/dynload/uspace/lib/libc/generic/async.c
/branches/dynload/uspace/lib/libc/generic/fibril.c
/branches/dynload/uspace/lib/libfs/libfs.c
2927 5863 d 10 h decky /branches/dynload/ added dynload branch  
/branches/dynload
2746 5941 d 3 h decky /trunk/kernel/ start merging tasklets (more or less a rewrite)  
/trunk/kernel/generic/include/proc/tasklet.h
/trunk/kernel/generic/src/proc/tasklet.c
/trunk/kernel/Makefile
/trunk/kernel/generic/src/main/main.c
2745 5941 d 8 h decky /trunk/ code cleanup (mostly signed/unsigned)
allow extra compiler warnings
 
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/src/mm/page.c
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/cpu/cpu.c
/trunk/kernel/arch/arm32/src/debug/print.c
/trunk/kernel/arch/ia32xen/src/mm/tlb.c
/trunk/kernel/arch/ia32xen/src/smp/mps.c
/trunk/kernel/arch/ia32xen/src/smp/smp.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/mm/tlb.c
/trunk/kernel/arch/mips32/src/cpu/cpu.c
/trunk/kernel/arch/mips32/src/debugger.c
/trunk/kernel/arch/mips32/src/drivers/arc.c
/trunk/kernel/arch/mips32/src/mm/tlb.c
/trunk/kernel/arch/sparc64/src/mm/frame.c
/trunk/kernel/arch/sparc64/src/mm/page.c
/trunk/kernel/arch/sparc64/src/mm/tlb.c
/trunk/kernel/arch/sparc64/src/smp/ipi.c
/trunk/kernel/genarch/src/ofw/ebus.c
/trunk/kernel/genarch/src/ofw/fhc.c
/trunk/kernel/genarch/src/ofw/ofw_tree.c
/trunk/kernel/genarch/src/ofw/pci.c
/trunk/kernel/genarch/src/ofw/sbus.c
/trunk/kernel/generic/include/lib/elf.h
/trunk/kernel/generic/include/mm/as.h
/trunk/kernel/generic/include/mm/slab.h
/trunk/kernel/generic/src/debug/symtab.c
/trunk/kernel/generic/src/interrupt/interrupt.c
/trunk/kernel/generic/src/ipc/irq.c
/trunk/kernel/generic/src/ipc/sysipc.c
/trunk/kernel/generic/src/lib/elf.c
/trunk/kernel/generic/src/lib/func.c
/trunk/kernel/generic/src/lib/memstr.c
/trunk/kernel/generic/src/lib/sort.c
/trunk/kernel/generic/src/main/main.c
/trunk/kernel/generic/src/mm/as.c
/trunk/kernel/generic/src/mm/backend_anon.c
/trunk/kernel/generic/src/mm/backend_elf.c
/trunk/kernel/generic/src/mm/frame.c
/trunk/kernel/generic/src/mm/slab.c
/trunk/kernel/generic/src/mm/tlb.c
/trunk/kernel/generic/src/printf/printf_core.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/synch/futex.c
/trunk/kernel/generic/src/time/clock.c
/trunk/kernel/test/avltree/avltree1.c
/trunk/kernel/test/fpu/fpu1.c
/trunk/kernel/test/fpu/mips2.c
/trunk/kernel/test/fpu/sse1.c
/trunk/kernel/test/mm/falloc2.c
/trunk/kernel/test/synch/rwlock5.c
/trunk/kernel/test/test.c
/trunk/kernel/test/thread/thread1.c
/trunk/uspace/lib/libc/arch/ppc64/src/syscall.c
2603 6048 d 6 h jermar /trunk/kernel/ Fix case.  
/trunk/kernel/Makefile
2602 6048 d 6 h jermar /trunk/ Work around the way symtab.data section is constructed.
This fixes building of ia64.
 
/trunk/kernel/Makefile
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/uspace/lib/libc/arch/ia64/Makefile.inc
2500 6154 d 8 h jermar /trunk/kernel/ Make the kernel compile again after integrating the AVL tree.
Integrate with tests, add the AVL tree implementation author into AUTHORS.
 
/trunk/kernel/Makefile
/trunk/kernel/doc/AUTHORS
/trunk/kernel/test/test.c
/trunk/kernel/test/test.h
2489 6179 d 5 h jermar /trunk/ Allow HelenOS to be built by a native gcc on Solaris.  
/trunk/kernel/Makefile
/trunk/uspace/lib/libc/Makefile.toolchain
2462 6206 d 23 h jermar /trunk/kernel/ Replace gcc-specific __FUNCTION__ with C99 __func__.
suncc's xregs=no%float can be used only on sparc64.
 
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/src/interrupt.c
/trunk/kernel/arch/ia32/src/smp/mps.c
/trunk/kernel/arch/ia32xen/src/smp/mps.c
/trunk/kernel/arch/ia64/src/mm/tlb.c
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/arch/sparc64/src/mm/tlb.c
/trunk/kernel/arch/sparc64/src/smp/smp.c
/trunk/kernel/arch/sparc64/src/trap/exception.c
/trunk/kernel/generic/include/panic.h
/trunk/kernel/generic/include/synch/spinlock.h
/trunk/kernel/generic/src/console/kconsole.c
2460 6207 d 0 h jermar /trunk/kernel/ Better infrastructure for building with different compilers.
Separate ICC_CFLAGS added, SUNCC_CFLAGS extended.
 
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/Makefile.inc
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia32xen/Makefile.inc
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/sparc64/Makefile.inc
2455 6207 d 22 h jermar /trunk/kernel/ Some non-C files (e.g. .S and linker scripts) must be still "compiled" with gcc and GCC_CFLAGS.  
/trunk/kernel/Makefile
2454 6207 d 22 h jermar /trunk/kernel/ A bit of infrastructure for building with different compilers.
CFLAGS split into GCC_CFLAGS and SUNCC_CFLAGS.
As of now, there are no separate ICC_CFLAGS, but can be easily added.
 
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/Makefile.inc
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia32xen/Makefile.inc
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/ppc32/Makefile.inc
/trunk/kernel/arch/ppc64/Makefile.inc
/trunk/kernel/arch/sparc64/Makefile.inc
2453 6208 d 4 h jermar /trunk/kernel/ More suncc fixes.
- remove more empty declarations
- add options to turn errors on empty structs into warnings and options to
silence these warnings
 
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/include/asm.h
2452 6208 d 6 h jermar /trunk/kernel/ More suncc fixes.
- Removed extra semicolons after function declaration.
- Sun Studio recognizes only C99 __func__ and no gcc-specific __FUNCTION__.
In this case, a simple -D option can fix the problem.
 
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/include/asm.h
2444 6212 d 20 h jermar /trunk/kernel/ First fixes for suncc support.
It is going to be a long way...
 
/trunk/kernel/Makefile
/trunk/kernel/arch/ia32/include/asm.h
/trunk/kernel/generic/include/mm/slab.h
2443 6212 d 21 h jermar /trunk/ sscc -> suncc  
/trunk/HelenOS.config
/trunk/boot/boot.config
/trunk/kernel/Makefile
/trunk/kernel/kernel.config
/trunk/uspace/uspace.config
2437 6212 d 23 h decky /trunk/ experimental support for ICC
(the sources has to be modified to avoid ICC compiler warnings)
 
/trunk/HelenOS.config
/trunk/kernel/Makefile
/trunk/kernel/kernel.config
2227 6265 d 14 h decky /trunk/kernel/ start shutdown infrastructure  
/trunk/kernel/generic/src/main/shutdown.c
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/src/pm.c
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/ia32/src/pm.c
/trunk/kernel/arch/ia32xen/src/ia32xen.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/ppc64/src/ppc64.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/kernel/generic/include/arch.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/kernel.config
2126 6321 d 21 h decky /trunk/kernel/ small cleanup, more work coming  
/trunk/kernel/generic/include/lib/objc_ext.h
/trunk/kernel/generic/src/lib/objc_ext.c
/trunk/kernel/generic/src/lib/objc.c
/trunk/kernel/Makefile
/trunk/kernel/generic/include/mm/as.h
/trunk/kernel/generic/src/mm/as.c
2125 6322 d 0 h decky /trunk/ experimental support for Objective C
(disabled by default)
 
/trunk/kernel/generic/include/lib/objc.h
/trunk/kernel/generic/src/lib/objc.c
/trunk/contrib/toolchain/toolchain.ia32.sh
/trunk/contrib/toolchain/toolchain.sparc64.sh
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/Makefile.inc
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia32/src/mm/as.c
/trunk/kernel/arch/ia32xen/Makefile.inc
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/ppc32/Makefile.inc
/trunk/kernel/arch/ppc64/Makefile.inc
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/genarch/include/mm/page_pt.h
/trunk/kernel/genarch/src/mm/as_pt.c
/trunk/kernel/generic/include/memstr.h
/trunk/kernel/generic/include/mm/as.h
/trunk/kernel/generic/include/print.h
/trunk/kernel/generic/src/lib/memstr.c
/trunk/kernel/generic/src/mm/as.c
/trunk/kernel/generic/src/printf/vprintf.c
/trunk/kernel/kernel.config

Show All