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
1419 6577 d 22 h jermar /uspace/trunk/tetris/ Import BSD tetris from OpenBSD.
Needs to be integrated and ported.
 
/uspace/trunk/tetris
/uspace/trunk/tetris/Makefile
/uspace/trunk/tetris/input.c
/uspace/trunk/tetris/input.h
/uspace/trunk/tetris/pathnames.h
/uspace/trunk/tetris/scores.c
/uspace/trunk/tetris/scores.h
/uspace/trunk/tetris/screen.c
/uspace/trunk/tetris/screen.h
/uspace/trunk/tetris/shapes.c
/uspace/trunk/tetris/tetris.c
/uspace/trunk/tetris/tetris.h
1418 6577 d 22 h jermar /uspace/trunk/ Sync with kernel.
Args for IPC_M_AS_AREA_SEND changed.
 
/uspace/trunk/init/init.c
/uspace/trunk/ns/ns.c
1412 6578 d 21 h jermar /uspace/trunk/init/ test_as_send() -> test_as_area_send()  
/uspace/trunk/init/init.c
1408 6579 d 22 h palkovsky /uspace/trunk/libc/generic/ Fix gcc mips bug.  
/uspace/trunk/libc/generic/async.c
1407 6580 d 8 h palkovsky /uspace/trunk/libc/ Small updates to asynchronous framework.  
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/psthread.c
/uspace/trunk/libc/generic/thread.c
/uspace/trunk/libc/include/async.h
1406 6581 d 2 h jermar /uspace/trunk/libc/ Change linker scripts so that heap a dedicated address space area can be allocated for heap.
This will be essential in separating anonymous memory and memory backed by some other memory object.
 
/uspace/trunk/libc/arch/amd64/_link.ld.in
/uspace/trunk/libc/arch/ia32/_link.ld.in
/uspace/trunk/libc/arch/ia64/_link.ld.in
/uspace/trunk/libc/arch/mips32/_link.ld.in
/uspace/trunk/libc/arch/ppc32/_link.ld.in
/uspace/trunk/libc/arch/ppc64/_link.ld.in
/uspace/trunk/libc/generic/libc.c
1405 6581 d 3 h decky /uspace/trunk/libc/generic/ fix syntax bug  
/uspace/trunk/libc/generic/async.c
1404 6581 d 8 h palkovsky /uspace/trunk/ Added some cleanups.  
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/generic/async.c
1402 6581 d 22 h decky /uspace/trunk/ add missing stuff  
/uspace/trunk/softfloat/arch/ppc64
/uspace/trunk/softfloat/arch/ppc64/include
/uspace/trunk/softfloat/arch/ppc64/include/functions.h
/uspace/trunk/libc/arch/ppc64/Makefile.inc
/uspace/trunk/libc/arch/ppc64/_link.ld.in
1400 6581 d 22 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
1397 6581 d 23 h palkovsky /uspace/trunk/fb/ Fixed bad colors in mips framebuffer.  
/uspace/trunk/fb/Makefile
1394 6582 d 0 h palkovsky /uspace/trunk/libc/include/ Added missing file.  
/uspace/trunk/libc/include/async.h
1393 6582 d 0 h palkovsky /uspace/trunk/ Fixed bad Makefile.  
/uspace/trunk/Makefile
1392 6582 d 0 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 6582 d 0 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
1385 6582 d 20 h decky /uspace/trunk/libc/arch/ppc32/ temporal workaround  
/uspace/trunk/libc/arch/ppc32/Makefile.inc
1379 6583 d 0 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
1368 6585 d 21 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 6585 d 22 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 6585 d 23 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

Show All