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
1395 6568 d 14 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 6568 d 14 h palkovsky /uspace/trunk/libc/include/ Added missing file.  
/uspace/trunk/libc/include/async.h
1393 6568 d 14 h palkovsky /uspace/trunk/ Fixed bad Makefile.  
/uspace/trunk/Makefile
1392 6568 d 15 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 6568 d 15 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 6568 d 15 h decky /kernel/trunk/arch/ppc32/src/mm/ fixes  
/kernel/trunk/arch/ppc32/src/mm/page.c
1389 6568 d 15 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 6568 d 15 h bondari /kernel/trunk/arch/ppc32/include/mm/  
/kernel/trunk/arch/ppc32/include/mm/asid.h
1387 6568 d 19 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 6568 d 20 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 6569 d 11 h decky /uspace/trunk/libc/arch/ppc32/ temporal workaround  
/uspace/trunk/libc/arch/ppc32/Makefile.inc
1384 6569 d 11 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 6569 d 12 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 6569 d 13 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
1381 6569 d 14 h decky /boot/trunk/arch/ppc32/loader/ ensure TLB sync  
/boot/trunk/arch/ppc32/loader/asm.S
1380 6569 d 15 h jermar /kernel/trunk/ Turn address space lock, address space area lock and
page_ht_lock into mutexes.
 
/kernel/trunk/genarch/include/mm/page_ht.h
/kernel/trunk/genarch/src/mm/as_ht.c
/kernel/trunk/genarch/src/mm/as_pt.c
/kernel/trunk/genarch/src/mm/asid.c
/kernel/trunk/genarch/src/mm/page_ht.c
/kernel/trunk/generic/include/mm/as.h
/kernel/trunk/generic/include/synch/mutex.h
/kernel/trunk/generic/include/typedefs.h
/kernel/trunk/generic/src/mm/as.c
/kernel/trunk/generic/src/proc/scheduler.c
1379 6569 d 15 h jermar /uspace/trunk/libc/arch/ia64/src/ Fix ia64 warnings during uspace compilation.  
/uspace/trunk/libc/arch/ia64/src/entry.s
/uspace/trunk/libc/arch/ia64/src/thread_entry.s
1378 6570 d 20 h decky /kernel/trunk/arch/ppc32/ kernel identity mapping still to be done using BAT  
/kernel/trunk/arch/ppc32/include/asm.h
/kernel/trunk/arch/ppc32/src/asm.S
/kernel/trunk/arch/ppc32/src/mm/page.c
1377 6570 d 20 h jermar /kernel/trunk/arch/sparc64/include/drivers/ Remove unneeded macro.  
/kernel/trunk/arch/sparc64/include/drivers/fb.h
1376 6570 d 21 h jermar /kernel/trunk/ Change the way the framebuffer is mapped so that sparc64 is usable again.  
/kernel/trunk/genarch/src/fb/fb_map.c
/kernel/trunk/arch/sparc64/Makefile.inc
/kernel/trunk/arch/sparc64/src/console.c
/kernel/trunk/genarch/Makefile.inc
/kernel/trunk/genarch/include/fb/fb.h
/kernel/trunk/genarch/src/fb/fb.c

Show All