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
1372 6573 d 3 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 6573 d 4 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 6573 d 6 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 6573 d 6 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 6574 d 3 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 6574 d 4 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 6574 d 5 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 6574 d 11 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 6574 d 11 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 6575 d 2 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 6575 d 2 h vana /kernel/trunk/generic/src/syscall/ kernel changes for uspace FB driver  
/kernel/trunk/generic/src/syscall/syscall.c
1361 6575 d 2 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 6575 d 8 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 6575 d 8 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 6575 d 8 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 6575 d 8 h jermar /uspace/trunk/libc/generic/ Cleanup after removal of as_area_accept and as_area_send.  
/uspace/trunk/libc/generic/as.c
1356 6575 d 10 h decky /kernel/trunk/ a small step for ppc32, but a giant leap for HelenOS  
/kernel/trunk/Makefile
1355 6575 d 10 h decky /kernel/trunk/arch/ppc32/src/ fix exception context store and restore to respect ppc32 ABI  
/kernel/trunk/arch/ppc32/src/asm.S
/kernel/trunk/arch/ppc32/src/exception.S
1354 6575 d 11 h palkovsky /kernel/trunk/ Support for mips kbd driver.  
/kernel/trunk/arch/mips32/src/mips32.c
/kernel/trunk/contrib/conf/gxemul.sh
/kernel/trunk/contrib/conf/msim.conf
1353 6575 d 11 h jermar /uspace/trunk/ Fix uspace to compile again.  
/uspace/trunk/init/init.c
/uspace/trunk/kbd/arch/ia32/src/kbd.c
/uspace/trunk/kbd/arch/mips32/src/kbd.c
/uspace/trunk/ns/ns.c
/uspace/trunk/pci/pci.c

Show All