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
1401 6572 d 2 h decky /boot/trunk/arch/ppc64/loader/ add missing stuff to compile  
/boot/trunk/arch/ppc64/loader/Makefile
/boot/trunk/arch/ppc64/loader/ofw.c
/boot/trunk/arch/ppc64/loader/pack
1400 6572 d 2 h decky /uspace/trunk/ initial ppc64 support  
/uspace/trunk/libc/arch/ppc64
/uspace/trunk/libc/arch/ppc64/Makefile.inc
/uspace/trunk/libc/arch/ppc64/_link.ld.in
/uspace/trunk/libc/arch/ppc64/include
/uspace/trunk/libc/arch/ppc64/include/atomic.h
/uspace/trunk/libc/arch/ppc64/include/context_offset.h
/uspace/trunk/libc/arch/ppc64/include/endian.h
/uspace/trunk/libc/arch/ppc64/include/limits.h
/uspace/trunk/libc/arch/ppc64/include/psthread.h
/uspace/trunk/libc/arch/ppc64/include/regname.h
/uspace/trunk/libc/arch/ppc64/include/stackarg.h
/uspace/trunk/libc/arch/ppc64/include/thread.h
/uspace/trunk/libc/arch/ppc64/include/types.h
/uspace/trunk/libc/arch/ppc64/src
/uspace/trunk/libc/arch/ppc64/src/entry.s
/uspace/trunk/libc/arch/ppc64/src/psthread.S
/uspace/trunk/libc/arch/ppc64/src/syscall.c
/uspace/trunk/libc/arch/ppc64/src/thread.c
/uspace/trunk/libc/arch/ppc64/src/thread_entry.s
/uspace/trunk/libc/arch/ppc32/Makefile.inc
/uspace/trunk/libc/arch/ppc32/include/endian.h
/uspace/trunk/libc/arch/ppc32/include/limits.h
/uspace/trunk/libc/arch/ppc32/include/thread.h
/uspace/trunk/uspace.config
1399 6572 d 2 h decky /kernel/trunk/arch/ppc64/include/ small fixes  
/kernel/trunk/arch/ppc64/include/asm.h
/kernel/trunk/arch/ppc64/include/types.h
1398 6572 d 2 h decky /kernel/trunk/arch/ port ppc32 changes to ppc64 (raw)  
/kernel/trunk/arch/ppc64/include/exception.h
/kernel/trunk/arch/ppc64/src/mm/tlb.c
/kernel/trunk/arch/ppc64/include/console.h
/kernel/trunk/arch/ppc64/src/console.c
/kernel/trunk/arch/ppc32/include/asm/regname.h
/kernel/trunk/arch/ppc32/include/mm/asid.h
/kernel/trunk/arch/ppc32/include/types.h
/kernel/trunk/arch/ppc64/Makefile.inc
/kernel/trunk/arch/ppc64/include/asm.h
/kernel/trunk/arch/ppc64/include/asm/regname.h
/kernel/trunk/arch/ppc64/include/atomic.h
/kernel/trunk/arch/ppc64/include/barrier.h
/kernel/trunk/arch/ppc64/include/boot/boot.h
/kernel/trunk/arch/ppc64/include/byteorder.h
/kernel/trunk/arch/ppc64/include/cpuid.h
/kernel/trunk/arch/ppc64/include/elf.h
/kernel/trunk/arch/ppc64/include/mm/asid.h
/kernel/trunk/arch/ppc64/include/mm/frame.h
/kernel/trunk/arch/ppc64/include/mm/page.h
/kernel/trunk/arch/ppc64/include/mm/tlb.h
/kernel/trunk/arch/ppc64/include/types.h
/kernel/trunk/arch/ppc64/src/asm.S
/kernel/trunk/arch/ppc64/src/boot/boot.S
/kernel/trunk/arch/ppc64/src/dummy.s
/kernel/trunk/arch/ppc64/src/exception.S
/kernel/trunk/arch/ppc64/src/interrupt.c
/kernel/trunk/arch/ppc64/src/mm/memory_init.c
/kernel/trunk/arch/ppc64/src/mm/page.c
/kernel/trunk/arch/ppc64/src/ppc64.c
/kernel/trunk/arch/ppc64/src/proc/scheduler.c
1397 6572 d 3 h palkovsky /uspace/trunk/fb/ Fixed bad colors in mips framebuffer.  
/uspace/trunk/fb/Makefile
1396 6572 d 3 h palkovsky /kernel/trunk/ Fixed mips to compile with fb (missing hw_map).
Fixed mips hw virt/phys addresses of fb.
Moved fb_init to post_mm, because it needs malloc().
 
/kernel/trunk/arch/mips32/src/console.c
/kernel/trunk/arch/mips32/src/mips32.c
/kernel/trunk/arch/mips32/src/mm/page.c
/kernel/trunk/generic/src/ipc/sysipc.c
1395 6572 d 3 h decky /boot/trunk/arch/ppc64/ port ppc32 changes to ppc64 (raw)  
/boot/trunk/arch/ppc64/loader/pack
/boot/trunk/arch/ppc64/loader/_link.ld
/boot/trunk/arch/ppc64/Makefile.inc
/boot/trunk/arch/ppc64/loader/Makefile
/boot/trunk/arch/ppc64/loader/asm.S
/boot/trunk/arch/ppc64/loader/asm.h
/boot/trunk/arch/ppc64/loader/boot.S
/boot/trunk/arch/ppc64/loader/main.c
/boot/trunk/arch/ppc64/loader/main.h
/boot/trunk/arch/ppc64/loader/ofw.c
/boot/trunk/arch/ppc64/loader/ofw.h
/boot/trunk/arch/ppc64/loader/regname.h
1394 6572 d 3 h palkovsky /uspace/trunk/libc/include/ Added missing file.  
/uspace/trunk/libc/include/async.h
1393 6572 d 3 h palkovsky /uspace/trunk/ Fixed bad Makefile.  
/uspace/trunk/Makefile
1392 6572 d 4 h palkovsky /uspace/trunk/ Merged libadt into libc.
Made lot of psthread and thread stuff thread-safe.
Added new driver framework for easy C connection programming.
Changed FB code to use new API.
 
/uspace/trunk/libc/generic/libadt
/uspace/trunk/libc/include/libadt
/uspace/trunk/libadt
/uspace/trunk/Makefile
/uspace/trunk/fb/fb.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/generic/libadt/hash_table.c
/uspace/trunk/libc/generic/libadt/list.c
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/libc/generic/psthread.c
/uspace/trunk/libc/generic/thread.c
/uspace/trunk/libc/include/ipc/ipc.h
/uspace/trunk/libc/include/psthread.h
/uspace/trunk/ns/Makefile
1391 6572 d 4 h palkovsky /uspace/trunk/libc/arch/ia32/src/ Psthread context switch made %edi dirty, which contradicts ABI. Fixed.  
/uspace/trunk/libc/arch/ia32/src/psthread.S
1390 6572 d 4 h decky /kernel/trunk/arch/ppc32/src/mm/ fixes  
/kernel/trunk/arch/ppc32/src/mm/page.c
1389 6572 d 4 h decky /kernel/trunk/ minor changes
ppc32: identically map the whole physical memory
fix page hash table refill logic
 
/kernel/trunk/arch/ppc32/src/mm/page.c
/kernel/trunk/generic/src/main/main.c
1388 6572 d 4 h bondari /kernel/trunk/arch/ppc32/include/mm/  
/kernel/trunk/arch/ppc32/include/mm/asid.h
1387 6572 d 8 h jermar /kernel/trunk/generic/ Add used_space_insert() and used_space_remove().
These are the alpha versions of functions that
will help to map used and unused portions of address
space areas. Currently unused, but many as_area operations
will be more efficient when the used space B+tree map
is used.
 
/kernel/trunk/generic/include/mm/as.h
/kernel/trunk/generic/src/mm/as.c
1386 6572 d 9 h palkovsky /kernel/trunk/ Fixed mips bug fith TLS register not being properly saved on syscall context
switch.
Reverted SYS_IO, so that it could be used on machines without fb.
 
/kernel/trunk/arch/mips32/src/start.S
/kernel/trunk/contrib/conf/gxemul.sh
/kernel/trunk/generic/src/syscall/syscall.c
1385 6573 d 0 h decky /uspace/trunk/libc/arch/ppc32/ temporal workaround  
/uspace/trunk/libc/arch/ppc32/Makefile.inc
1384 6573 d 0 h decky /kernel/trunk/arch/ppc32/src/ ppc32 work
decrementer workaround
primitive TLB support
 
/kernel/trunk/arch/ppc32/src/asm.S
/kernel/trunk/arch/ppc32/src/dummy.s
/kernel/trunk/arch/ppc32/src/exception.S
/kernel/trunk/arch/ppc32/src/mm/page.c
/kernel/trunk/arch/ppc32/src/mm/tlb.c
/kernel/trunk/arch/ppc32/src/proc/scheduler.c
1383 6573 d 1 h decky /kernel/trunk/ ppc32: hardware memory mapping, kernel PHT refill fix  
/kernel/trunk/arch/ppc32/src/mm/page.c
/kernel/trunk/generic/src/mm/as.c
1382 6573 d 2 h decky /kernel/trunk/ make hardware memory mapping more generic  
/kernel/trunk/genarch/src/fb/fb_map.c
/kernel/trunk/arch/amd64/src/mm/page.c
/kernel/trunk/arch/ia32/src/mm/page.c
/kernel/trunk/arch/sparc64/Makefile.inc
/kernel/trunk/arch/sparc64/src/console.c
/kernel/trunk/arch/sparc64/src/mm/page.c
/kernel/trunk/genarch/Makefile.inc
/kernel/trunk/genarch/include/fb/fb.h
/kernel/trunk/genarch/src/fb/fb.c
/kernel/trunk/generic/include/mm/page.h

Show All