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
1381 6572 d 7 h decky /boot/trunk/arch/ppc32/loader/ ensure TLB sync  
/boot/trunk/arch/ppc32/loader/asm.S
1380 6572 d 8 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 6572 d 8 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 6573 d 14 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 6573 d 14 h jermar /kernel/trunk/arch/sparc64/include/drivers/ Remove unneeded macro.  
/kernel/trunk/arch/sparc64/include/drivers/fb.h
1376 6573 d 14 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
1375 6573 d 15 h jermar /kernel/trunk/generic/ Fix race in condition variables.  
/kernel/trunk/generic/include/synch/waitq.h
/kernel/trunk/generic/src/synch/condvar.c
/kernel/trunk/generic/src/synch/waitq.c
1374 6574 d 4 h decky /kernel/trunk/arch/ppc32/ ppc32 work
update framebuffer
get rid of the BAT memory mapping (not finished yet)
 
/kernel/trunk/arch/ppc32/include/console.h
/kernel/trunk/arch/ppc32/include/asm.h
/kernel/trunk/arch/ppc32/include/asm/regname.h
/kernel/trunk/arch/ppc32/include/mm/frame.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/asm.S
/kernel/trunk/arch/ppc32/src/mm/page.c
/kernel/trunk/arch/ppc32/src/mm/tlb.c
/kernel/trunk/arch/ppc32/src/ppc32.c
/kernel/trunk/arch/ppc32/src/proc/scheduler.c
1373 6574 d 5 h decky /boot/trunk/arch/ppc32/loader/ fix forgotten bug  
/boot/trunk/arch/ppc32/loader/asm.S
1372 6574 d 5 h decky /boot/trunk/arch/ppc32/loader/ remove obsolete BAT framebuffer mapping  
/boot/trunk/arch/ppc32/loader/asm.S
/boot/trunk/arch/ppc32/loader/asm.h
/boot/trunk/arch/ppc32/loader/main.c
1371 6574 d 6 h decky /kernel/trunk/ unify the framebuffer API
use physical address as the base address for the framebuffer
 
/kernel/trunk/arch/ppc32/src/console.c
/kernel/trunk/arch/ia32/src/drivers/vesa.c
/kernel/trunk/arch/ppc32/Makefile.inc
/kernel/trunk/arch/ppc32/include/exception.h
/kernel/trunk/arch/ppc32/src/ppc32.c
/kernel/trunk/genarch/include/fb/fb.h
/kernel/trunk/genarch/src/fb/fb.c
1370 6574 d 7 h decky /kernel/trunk/arch/ppc32/ ppc32: update boot API  
/kernel/trunk/arch/ppc32/include/boot/boot.h
/kernel/trunk/arch/ppc32/src/ppc32.c
1369 6574 d 8 h decky /boot/trunk/arch/ppc32/ support for arbitrary number of boot components for ppc32  
/boot/trunk/arch/ppc32/loader/pack
/boot/trunk/arch/ppc32/loader/_link.ld
/boot/trunk/arch/ppc32/Makefile.inc
/boot/trunk/arch/ppc32/loader/Makefile
/boot/trunk/arch/ppc32/loader/main.c
/boot/trunk/arch/ppc32/loader/main.h
1368 6575 d 5 h decky /uspace/trunk/ use proper entry point
the functionality of the broken __DONT_OPEN_STDIO__ is restored
 
/uspace/trunk/init/Makefile
/uspace/trunk/kbd/Makefile
1367 6575 d 5 h decky /uspace/trunk/ create special entry point for drivers (don't initialize I/O)  
/uspace/trunk/fb/Makefile
/uspace/trunk/kbd/Makefile
/uspace/trunk/libc/arch/amd64/src/entry.s
/uspace/trunk/libc/arch/ia32/src/entry.s
/uspace/trunk/libc/arch/ia64/src/entry.s
/uspace/trunk/libc/arch/mips32/_link.ld.in
/uspace/trunk/libc/arch/mips32/src/entry.s
/uspace/trunk/libc/arch/ppc32/src/entry.s
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/ns/Makefile
/uspace/trunk/pci/Makefile
1366 6575 d 7 h decky /uspace/trunk/ code cleanup (somebody should read the coding style guide)
remove __DONT_OPEN_STDIO__ (this has to be done in a different way, ppc32 linker segfaults on initiating extern variable)
remove deprecated libipc stuff
 
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/ns/ns.c
1365 6575 d 13 h jermar /uspace/trunk/ Sync with kernel.
Add ipc_wait_for_call_timeout() and ipc_trywait_for_call().
Modify ipc_wait_for_call() to be unconditional.
 
/uspace/trunk/fb/fb.c
/uspace/trunk/init/init.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/include/ipc/ipc.h
/uspace/trunk/ns/ns.c
/uspace/trunk/pci/pci.c
1364 6575 d 13 h jermar /kernel/trunk/generic/ Modify ipc_wait_for_call() to support all of blocking, non-blocking and timeout operation.  
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/include/ipc/sysipc.h
/kernel/trunk/generic/src/ipc/ipc.c
/kernel/trunk/generic/src/ipc/sysipc.c
1363 6576 d 4 h vana /uspace/trunk/ Earliest version of Userspace Framebuffer driver, with stream support in libc.
Also Virtual framebuffers made as split on main fb and its usage by streams

(please test it and report)
 
/uspace/trunk/fb
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/fb.h
/uspace/trunk/fb/font-8x16.c
/uspace/trunk/fb/font-8x16.h
/uspace/trunk/fb/helenos.xbm
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/libfb
/uspace/trunk/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/Makefile.toolchain
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/libc/include/as.h
/uspace/trunk/libc/include/ipc/services.h
/uspace/trunk/ns/ns.c
1362 6576 d 4 h vana /kernel/trunk/generic/src/syscall/ kernel changes for uspace FB driver  
/kernel/trunk/generic/src/syscall/syscall.c

Show All