Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4594 5452 d 1 h decky /trunk/uspace/srv/fb/ avoid possible segfault  
/trunk/uspace/srv/fb/fb.c
4549 5465 d 18 h svoboda /trunk/uspace/ Fix assorted warnings and tiny glitches.  
/trunk/uspace/app/init/init.c
/trunk/uspace/app/tester/stdio/stdio2.c
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libc/generic/devmap.c
/trunk/uspace/srv/fb/ppm.c
4548 5465 d 20 h svoboda /trunk/uspace/srv/fb/ Fix signedness issues and warnings in fb.  
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
4528 5469 d 20 h svoboda /trunk/uspace/ Use 'fibril_local' modifier for fibril-local variables instead of '__thread'. Since it is decalred in fibril.h, it need not begin with '__'.  
/trunk/uspace/lib/libc/arch/arm32/include/tls.h
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/generic/fibril.c
/trunk/uspace/lib/libc/include/fibril.h
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/vfs/vfs_file.c
4525 5471 d 18 h svoboda /trunk/uspace/srv/fb/ Fix coordinate issues in EGA fb.  
/trunk/uspace/srv/fb/ega.c
4457 5478 d 21 h decky /trunk/uspace/srv/fb/ framebuffer server rewrite: cleanup, always use canonical order of coordinates (x, y)  
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/ega.h
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
/trunk/uspace/srv/fb/serial_console.h
4413 5493 d 4 h decky /trunk/uspace/ add space before $@  
/trunk/uspace/app/init/Makefile
/trunk/uspace/app/klog/Makefile
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tetris/Makefile
/trunk/uspace/srv/bd/gxe_bd/Makefile
/trunk/uspace/srv/console/Makefile
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fhc/Makefile
/trunk/uspace/srv/fs/fat/Makefile
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/ns/Makefile
/trunk/uspace/srv/obio/Makefile
/trunk/uspace/srv/rd/Makefile
/trunk/uspace/srv/vfs/Makefile
4412 5493 d 6 h decky /trunk/uspace/srv/ remove obsolete reference to libipc  
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
4326 5518 d 20 h svoboda /trunk/uspace/ Use better method names.  
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
4325 5518 d 20 h svoboda /trunk/uspace/ Better switch to kcon on serial console -- relinquish/reclaim screen before/after switching to kcon.  
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
4322 5519 d 3 h decky /trunk/uspace/srv/fb/ fix disappeared cursor in aligned rendering  
/trunk/uspace/srv/fb/fb.c
4316 5520 d 23 h decky /trunk/uspace/srv/fb/ generate the prerendered glyph mask not using rgb_, but properly using mask_
(this fixes inverted glyph rendering on 8 bpp, where the pallete is reversed)
slight cleanup
 
/trunk/uspace/srv/fb/fb.c
4235 5538 d 7 h svoboda /trunk/uspace/srv/fb/ Make ega-fb and serial-fb aware of UCS.  
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/serial_console.c
4233 5538 d 19 h svoboda /trunk/uspace/srv/fb/ The pre-rendered glyphs are not viewport-specific. This was taking too much time and memory.  
/trunk/uspace/srv/fb/fb.c
4232 5539 d 0 h svoboda /trunk/uspace/srv/ Use Unicode font in userspace.  
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/font-8x16.c
/trunk/uspace/srv/fb/font-8x16.h
4226 5539 d 19 h svoboda /trunk/ Character encoding/decoding un uspace. Partially fix klog application.  
/trunk/kernel/generic/src/console/console.c
/trunk/uspace/app/klog/klog.c
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fb/fb.c
4211 5540 d 18 h svoboda /trunk/uspace/ Define wchar_t in userspace. Use it in fb and console.  
/trunk/uspace/lib/libc/include/sys/types.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/console/screenbuffer.c
/trunk/uspace/srv/console/screenbuffer.h
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
4167 5551 d 22 h svoboda /trunk/uspace/ Get rid of FB_WRITE. We can use FB_DRAW_TEXT_DATA if we extend it just a little bit.  
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/msim.c
/trunk/uspace/srv/fb/serial_console.c
/trunk/uspace/srv/fb/ski.c
4165 5552 d 18 h svoboda /trunk/uspace/srv/fb/ Fix EGA.  
/trunk/uspace/srv/fb/ega.c
4164 5553 d 5 h svoboda /trunk/uspace/ Buffer console output with line granularity. Makes esp. msim/ski console faster. EGA-fb needs fixing.  
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/tetris/tetris.c
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/include/console.h
/trunk/uspace/lib/libc/include/io/stream.h
/trunk/uspace/lib/libc/include/ipc/console.h
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c

Show All