Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1538 6583 d 16 h palkovsky /uspace/trunk/ Tetris now works on mips on gxemul on both console & framebuffer.
It doesn't work in msim, but it seems to be msim bug this time.
 
/uspace/trunk/libc/generic/string.c
/uspace/trunk/tetris/tetris.c
1530 6583 d 22 h palkovsky /uspace/trunk/ Some fixes, tetris still not working.  
/uspace/trunk/fb/ega.c
/uspace/trunk/libc/generic/string.c
1485 6585 d 4 h palkovsky /uspace/trunk/ Big framebuffer changes, currently not integrated with console.  
/uspace/trunk/Makefile
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/fb.h
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/libc/include/string.h
1472 6585 d 23 h palkovsky /uspace/trunk/ More things to make tetris helenos compatibile.  
/uspace/trunk/libc/generic/err.c
/uspace/trunk/libc/generic/stdlib.c
/uspace/trunk/libc/include/err.h
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/stdlib.h
/uspace/trunk/libc/include/string.h
/uspace/trunk/tetris/screen.c
/uspace/trunk/tetris/tetris.c
1319 6603 d 10 h vana /uspace/trunk/libc/ uspace strcmp  
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/string.h
1314 6604 d 1 h cejka /uspace/trunk/libc/ Added limits.h with max and min values for integer types.
Added a few string functions.
 
/uspace/trunk/libc/arch/amd64/include/limits.h
/uspace/trunk/libc/arch/ia32/include/limits.h
/uspace/trunk/libc/arch/ia64/include/limits.h
/uspace/trunk/libc/arch/mips32/include/limits.h
/uspace/trunk/libc/arch/mips32eb/include/limits.h
/uspace/trunk/libc/arch/ppc32/include/limits.h
/uspace/trunk/libc/include/limits.h
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/ctype.h
/uspace/trunk/libc/include/string.h
1197 6631 d 5 h cejka /uspace/trunk/ Bugfix in printf, some support for testing.  
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/io/print.c
/uspace/trunk/libc/generic/string.c
1173 6635 d 8 h cejka /uspace/trunk/libc/ Printf support for width and precision modifiers.
Several necessary helping functions added.
 
/uspace/trunk/libc/include/ctype.h
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/io/print.c
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/io/io.h
/uspace/trunk/libc/include/string.h
999 6663 d 18 h palkovsky /uspace/trunk/ Completed asynchronous IPC.
Fixed sbrk.
Cleared some unnecessary defines in malloc.
Changed __u8 * to char * in list.
 
/uspace/trunk/libc/generic/string.c
/uspace/trunk/init/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libadt/include/list.h
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/include/string.h
/uspace/trunk/libc/malloc/malloc.c
/uspace/trunk/libipc/Makefile
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h