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 6588 d 9 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 6588 d 9 h palkovsky /uspace/trunk/libc/include/ Added missing file.  
/uspace/trunk/libc/include/async.h
1393 6588 d 9 h palkovsky /uspace/trunk/ Fixed bad Makefile.  
/uspace/trunk/Makefile
1392 6588 d 9 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 6588 d 9 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 6588 d 10 h decky /kernel/trunk/arch/ppc32/src/mm/ fixes  
/kernel/trunk/arch/ppc32/src/mm/page.c
1389 6588 d 10 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 6588 d 10 h bondari /kernel/trunk/arch/ppc32/include/mm/  
/kernel/trunk/arch/ppc32/include/mm/asid.h
1387 6588 d 13 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 6588 d 14 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 6589 d 6 h decky /uspace/trunk/libc/arch/ppc32/ temporal workaround  
/uspace/trunk/libc/arch/ppc32/Makefile.inc
1384 6589 d 6 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 6589 d 6 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 6589 d 8 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 6589 d 8 h decky /boot/trunk/arch/ppc32/loader/ ensure TLB sync  
/boot/trunk/arch/ppc32/loader/asm.S
1380 6589 d 9 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 6589 d 9 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 6590 d 15 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 6590 d 15 h jermar /kernel/trunk/arch/sparc64/include/drivers/ Remove unneeded macro.  
/kernel/trunk/arch/sparc64/include/drivers/fb.h
1376 6590 d 15 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 6590 d 17 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 6591 d 5 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 6591 d 6 h decky /boot/trunk/arch/ppc32/loader/ fix forgotten bug  
/boot/trunk/arch/ppc32/loader/asm.S
1372 6591 d 7 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 6591 d 7 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 6591 d 9 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 6591 d 9 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 6592 d 6 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 6592 d 7 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 6592 d 8 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 6592 d 15 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 6592 d 15 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 6593 d 5 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 6593 d 5 h vana /kernel/trunk/generic/src/syscall/ kernel changes for uspace FB driver  
/kernel/trunk/generic/src/syscall/syscall.c
1361 6593 d 5 h vana /boot/trunk/arch/ boot subdir for uspace FB driver  
/boot/trunk/arch/amd64/Makefile.inc
/boot/trunk/arch/amd64/grub/grub.conf
/boot/trunk/arch/ia32/Makefile.inc
/boot/trunk/arch/ia32/grub/grub.conf
1360 6593 d 11 h jermar /uspace/trunk/ Sync with kernel.
Rename IPC_M_AS_SEND to IPC_M_AS_AREA_SEND.
 
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/ns/ns.c
1359 6593 d 11 h jermar /kernel/trunk/generic/ Rename IPC_M_AS_SEND to IPC_M_AS_AREA_SEND.  
/kernel/trunk/generic/include/ipc/ipc.h
/kernel/trunk/generic/src/ipc/sysipc.c
1358 6593 d 12 h jermar /kernel/trunk/generic/ Cleanup after removal of as_area_accept and as_area_send.  
/kernel/trunk/generic/include/mm/as_arg.h
/kernel/trunk/generic/include/mm/as.h
/kernel/trunk/generic/include/proc/task.h
/kernel/trunk/generic/src/mm/as.c
/kernel/trunk/generic/src/proc/task.c
1357 6593 d 12 h jermar /uspace/trunk/libc/generic/ Cleanup after removal of as_area_accept and as_area_send.  
/uspace/trunk/libc/generic/as.c
1356 6593 d 14 h decky /kernel/trunk/ a small step for ppc32, but a giant leap for HelenOS  
/kernel/trunk/Makefile