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
1731 6610 d 22 h jermar /kernel/trunk/ Updates in Doxygen-style comments.
Make architecture specific modules appear conditionally in the documentation.
Add time management module.
Improve names of other modules and sort module order
to be more like in the design documentation.
 
/kernel/trunk/arch/amd64/include/cpu.h
/kernel/trunk/arch/amd64/include/cpuid.h
/kernel/trunk/arch/amd64/src/cpu/cpu.c
/kernel/trunk/arch/ia32/include/cpu.h
/kernel/trunk/arch/ia32/include/cpuid.h
/kernel/trunk/arch/ia32/include/ddi/ddi.h
/kernel/trunk/arch/ia32/src/cpu/cpu.c
/kernel/trunk/arch/ia32/src/ddi/ddi.c
/kernel/trunk/arch/ia64/include/cpu.h
/kernel/trunk/arch/ia64/src/cpu/cpu.c
/kernel/trunk/arch/ia64/src/ddi/ddi.c
/kernel/trunk/arch/mips32/include/cp0.h
/kernel/trunk/arch/mips32/include/cpu.h
/kernel/trunk/arch/mips32/src/cpu/cpu.c
/kernel/trunk/arch/ppc32/include/cpu.h
/kernel/trunk/arch/ppc32/include/cpuid.h
/kernel/trunk/arch/ppc32/src/cpu/cpu.c
/kernel/trunk/arch/ppc64/include/cpu.h
/kernel/trunk/arch/ppc64/include/cpuid.h
/kernel/trunk/arch/ppc64/src/cpu/cpu.c
/kernel/trunk/arch/sparc64/include/cpu.h
/kernel/trunk/arch/sparc64/src/cpu/cpu.c
/kernel/trunk/doc/doxygroups.h
/kernel/trunk/generic/include/cpu.h
/kernel/trunk/generic/include/time/clock.h
/kernel/trunk/generic/include/time/delay.h
/kernel/trunk/generic/include/time/timeout.h
/kernel/trunk/generic/src/cpu/cpu.c
/kernel/trunk/generic/src/time/clock.c
/kernel/trunk/generic/src/time/delay.c
/kernel/trunk/generic/src/time/timeout.c
1730 6610 d 23 h decky /kernel/trunk/arch/ppc32/ ppc32: BAT-less memory mapping (broken yet)
VSID support (broken yet)
boot API change
cleanup
 
/kernel/trunk/arch/ppc32/Makefile.inc
/kernel/trunk/arch/ppc32/include/arch.h
/kernel/trunk/arch/ppc32/include/boot/boot.h
/kernel/trunk/arch/ppc32/include/exception.h
/kernel/trunk/arch/ppc32/include/interrupt.h
/kernel/trunk/arch/ppc32/include/mm/as.h
/kernel/trunk/arch/ppc32/include/mm/asid.h
/kernel/trunk/arch/ppc32/include/mm/frame.h
/kernel/trunk/arch/ppc32/include/mm/memory_init.h
/kernel/trunk/arch/ppc32/include/mm/page.h
/kernel/trunk/arch/ppc32/include/mm/tlb.h
/kernel/trunk/arch/ppc32/include/types.h
/kernel/trunk/arch/ppc32/src/exception.S
/kernel/trunk/arch/ppc32/src/interrupt.c
/kernel/trunk/arch/ppc32/src/mm/as.c
/kernel/trunk/arch/ppc32/src/mm/frame.c
/kernel/trunk/arch/ppc32/src/mm/memory_init.c
/kernel/trunk/arch/ppc32/src/mm/page.c
/kernel/trunk/arch/ppc32/src/mm/tlb.c
/kernel/trunk/arch/ppc32/src/proc/scheduler.c
1729 6610 d 23 h decky /kernel/trunk/generic/src/main/ coding style changes  
/kernel/trunk/generic/src/main/kinit.c
/kernel/trunk/generic/src/main/main.c
/kernel/trunk/generic/src/main/uinit.c
1728 6610 d 23 h decky /boot/trunk/ ppc32: BAT usage is now optional
better VSID support
Page Hash Table cleanup
boot API change
 
/boot/trunk/arch/ppc32/loader/asm.S
/boot/trunk/arch/ppc32/loader/debug.inc
/boot/trunk/arch/ppc32/loader/main.h
/boot/trunk/boot.config
1727 6610 d 23 h decky /uspace/trunk/libc/ add -Wall back (not -Werror)  
/uspace/trunk/libc/Makefile.toolchain
1726 6611 d 6 h decky /kernel/trunk/arch/ppc32/ ppc32: more generic page hash table handling
(preliminary code, will be fixed properly later)
 
/kernel/trunk/arch/ppc32/include/mm/page.h
/kernel/trunk/arch/ppc32/src/exception.S
/kernel/trunk/arch/ppc32/src/mm/as.c
/kernel/trunk/arch/ppc32/src/mm/frame.c
/kernel/trunk/arch/ppc32/src/mm/page.c
1725 6611 d 6 h decky /boot/trunk/arch/ppc32/loader/ allocate page hash table during boot
(preliminary code, will be fixed properly later)
 
/boot/trunk/arch/ppc32/loader/asm.S
/boot/trunk/arch/ppc32/loader/debug.inc
1724 6611 d 15 h palkovsky /kernel/trunk/arch/ Let mouse work on amd64 too.  
/kernel/trunk/arch/amd64/src/interrupt.c
/kernel/trunk/arch/ia32/src/interrupt.c
1723 6611 d 15 h palkovsky /uspace/trunk/ Do somewhat intelligent mouse hiding.  
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
1722 6612 d 1 h jermar /uspace/trunk/libc/ Revert the change that prevented uspace from compiling.  
/uspace/trunk/libc/Makefile.toolchain
1721 6612 d 2 h palkovsky /uspace/trunk/ Some other warnings removed.  
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/ipcc/ipcc.c
/uspace/trunk/klog/klog.c
/uspace/trunk/pci/pci.c
/uspace/trunk/tetris/input.c
/uspace/trunk/tetris/screen.c
/uspace/trunk/tetris/tetris.c
1720 6612 d 2 h palkovsky /uspace/trunk/ Some cleanups. Martin...try make clean;make...  
/uspace/trunk/fb/ega.c
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/ppm.c
/uspace/trunk/fb/ppm.h
/uspace/trunk/kbd/arch/ia32/src/kbd.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/libc/generic/psthread.c
1719 6612 d 2 h decky /uspace/trunk/ big code cleanup, compile with -Wall -Werror to enforce better coding
there is currently one warning that requires attention, please review
 
/uspace/trunk/fb/sysio.c
/uspace/trunk/libc/Makefile.toolchain
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/cap.c
/uspace/trunk/libc/generic/ddi.c
/uspace/trunk/libc/generic/err.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/generic/psthread.c
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/err.h
/uspace/trunk/libc/include/libc.h
/uspace/trunk/libc/malloc/malloc.c
/uspace/trunk/ns/ns.c
1718 6612 d 3 h palkovsky /uspace/trunk/console/ Fix bad button finding.  
/uspace/trunk/console/gcons.c
1717 6612 d 3 h palkovsky /uspace/trunk/ Added console switching using mouse.  
/uspace/trunk/console/console.c
/uspace/trunk/console/gcons.c
/uspace/trunk/console/gcons.h
/uspace/trunk/kbd/include/keys.h
1716 6612 d 3 h decky /kernel/trunk/ move ppc32 four pages up, move real mode code, change config  
/kernel/trunk/arch/ppc32/include/boot/boot.h
/kernel/trunk/arch/ppc32/src/exception.S
/kernel/trunk/arch/ppc32/src/mm/frame.c
/kernel/trunk/kernel.config
1715 6612 d 3 h decky /boot/trunk/arch/ppc32/loader/ move ppc32 four pages up  
/boot/trunk/arch/ppc32/loader/asm.h
1714 6612 d 3 h decky /boot/trunk/ change config  
/boot/trunk/boot.config
1713 6612 d 4 h palkovsky /uspace/trunk/ Turn off mouse pointer on fb events (should be probably somewhat more selective).  
/uspace/trunk/fb/fb.c
/uspace/trunk/kbd/arch/ia32/src/kbd.c
1712 6612 d 4 h palkovsky /kernel/trunk/generic/ Send to uspace notification about end of kconsole mode.  
/kernel/trunk/generic/include/ipc/irq.h
/kernel/trunk/generic/src/console/cmd.c

Show All