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
1465 6567 d 4 h cejka /uspace/trunk/ Support for reading from stdin.
Getchar() implemented.
 
/uspace/trunk/console/console.c
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/io/io.h
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/libc/include/stdio.h
/uspace/trunk/libc/include/unistd.h
1452 6568 d 3 h palkovsky /uspace/trunk/libc/ Added some additional functionality.  
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/async.h
/uspace/trunk/libc/include/unistd.h
1451 6568 d 9 h cejka /uspace/trunk/ Basic support for console driver.
Does not provide separate screens yet.
TODO: fix many unhandled states.
 
/uspace/trunk/console/console.h
/uspace/trunk/console/Makefile
/uspace/trunk/console/console.c
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/fb.h
/uspace/trunk/kbd/Makefile
/uspace/trunk/kbd/arch/ia32/include/kbd.h
/uspace/trunk/kbd/arch/ia32/src/kbd.c
/uspace/trunk/kbd/arch/mips32/include/kbd.h
/uspace/trunk/kbd/arch/mips32/src/kbd.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/kbd/include/kbd.h
/uspace/trunk/kbd/include/key_buffer.h
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/io/stream.h
1444 6569 d 6 h cejka /uspace/trunk/libc/generic/io/ Fixed wrong doxygen formating.  
/uspace/trunk/libc/generic/io/printf_core.c
1366 6580 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
1363 6581 d 20 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
1272 6596 d 8 h cejka /uspace/trunk/libc/generic/io/ Comments update.  
/uspace/trunk/libc/generic/io/printf_core.c
/uspace/trunk/libc/generic/io/vsnprintf.c
1234 6603 d 23 h cejka /uspace/trunk/libc/ Another version of printf function, now with support for sprintf, snprintf and v*printf functions.  
/uspace/trunk/libc/generic/io/printf.c
/uspace/trunk/libc/generic/io/printf_core.c
/uspace/trunk/libc/generic/io/snprintf.c
/uspace/trunk/libc/generic/io/sprintf.c
/uspace/trunk/libc/generic/io/vprintf.c
/uspace/trunk/libc/generic/io/vsnprintf.c
/uspace/trunk/libc/generic/io/vsprintf.c
/uspace/trunk/libc/include/io/printf_core.h
/uspace/trunk/libc/generic/io/print.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/include/io/io.h
/uspace/trunk/libc/include/stdio.h
1225 6605 d 5 h cejka /uspace/trunk/libc/generic/io/ Printf precision is counted without prefixes now.  
/uspace/trunk/libc/generic/io/print.c
1199 6611 d 5 h cejka /uspace/trunk/libc/generic/io/ Update comments in printf.  
/uspace/trunk/libc/generic/io/print.c
1197 6612 d 7 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 6616 d 10 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
1073 6642 d 8 h cejka /uspace/trunk/ Userspace printf was rewritten to support standard format. Not all needed features implemented yet.  
/uspace/trunk/init/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/Makefile.toolchain
/uspace/trunk/libc/generic/io/print.c
/uspace/trunk/ns/Makefile
/uspace/trunk/ns/ns.c
1010 6644 d 7 h cejka /uspace/trunk/libc/ Fixed problem with stackarg/stdarg for 64-bit platforms.  
/uspace/trunk/libc/arch/amd64/include/stackarg.h
/uspace/trunk/libc/arch/ia32/include/stackarg.h
/uspace/trunk/libc/arch/ia64/include/stackarg.h
/uspace/trunk/libc/arch/mips32/include/stackarg.h
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/io/print.c
/uspace/trunk/libc/include/stdarg.h
995 6644 d 23 h cejka /uspace/trunk/ Fixed bug in printf (__native from kernel must be unsigned long).
Putting prefixes in printf optimized.
Test function created in init.c.
 
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/io/print.c
992 6645 d 0 h jermar /uspace/trunk/libc/ Add -N to ia64 libc/Makefile.  
/uspace/trunk/libc/arch/ia64/Makefile.inc
/uspace/trunk/libc/generic/io/print.c
975 6645 d 7 h cejka /uspace/trunk/libc/generic/io/ Uspace printf bug repaired.  
/uspace/trunk/libc/generic/io/print.c
974 6645 d 8 h cejka /uspace/trunk/libc/ Userspace printf, stdarg, and some other printf support.  
/uspace/trunk/libc/generic/io
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/io/print.c
/uspace/trunk/libc/include/io
/uspace/trunk/libc/include/io/io.h
/uspace/trunk/libc/include/stdarg.h
/uspace/trunk/libc/include/stddef.h
/uspace/trunk/libc/generic/io.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/arch/ia32/include/types.h
/uspace/trunk/libc/include/stdio.h