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
1497 6571 d 7 h cejka /uspace/trunk/ Another console improvement.  
/uspace/trunk/console/console.c
/uspace/trunk/console/screenbuffer.c
/uspace/trunk/libc/generic/io/stream.c
1490 6571 d 17 h palkovsky /uspace/trunk/ Added very preliminary support for console on architectures
that do not support framebuffer.
 
/uspace/trunk/fb/main.c
/uspace/trunk/fb/sysio.c
/uspace/trunk/fb/sysio.h
/uspace/trunk/console/console.c
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/fb.h
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/async.h
1476 6572 d 16 h cejka /uspace/trunk/ Fixed some bugs.  
/uspace/trunk/console/console.c
/uspace/trunk/console/console.h
/uspace/trunk/fb/fb.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/kbd/include/key_buffer.h
/uspace/trunk/libc/generic/io/stream.c
1465 6573 d 0 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 6573 d 23 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 6574 d 5 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 6575 d 3 h cejka /uspace/trunk/libc/generic/io/ Fixed wrong doxygen formating.  
/uspace/trunk/libc/generic/io/printf_core.c
1366 6586 d 19 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 6587 d 16 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 6602 d 4 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 6609 d 19 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 6611 d 1 h cejka /uspace/trunk/libc/generic/io/ Printf precision is counted without prefixes now.  
/uspace/trunk/libc/generic/io/print.c
1199 6617 d 2 h cejka /uspace/trunk/libc/generic/io/ Update comments in printf.  
/uspace/trunk/libc/generic/io/print.c
1197 6618 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 6622 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
1073 6648 d 4 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 6650 d 3 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 6650 d 19 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 6650 d 20 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 6651 d 3 h cejka /uspace/trunk/libc/generic/io/ Uspace printf bug repaired.  
/uspace/trunk/libc/generic/io/print.c

Show All