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
1472 6541 d 21 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 6559 d 8 h vana /uspace/trunk/libc/ uspace strcmp  
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/string.h
1314 6560 d 0 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 6587 d 3 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 6591 d 6 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 6619 d 16 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