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
4676 5413 d 5 h jermar /trunk/ RGB conversion functions should work with a well-defined pixel format.  
/trunk/kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
/trunk/kernel/arch/arm32/src/mach/testarm/testarm.c
/trunk/kernel/arch/ia32/src/drivers/vesa.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/src/drivers/scr.c
/trunk/kernel/genarch/include/fb/visuals.h
/trunk/kernel/genarch/src/fb/fb.c
/trunk/uspace/srv/fb/fb.c
4669 5416 d 11 h pillai /trunk/ ARM port for development board integratorcp(ARM926EJ core module).  
/trunk/boot/arch/arm32/loader/print/print.c
/trunk/kernel/arch/arm32/include/mach
/trunk/kernel/arch/arm32/include/machine_func.h
/trunk/kernel/arch/arm32/src/exc_handler.S
/trunk/kernel/arch/arm32/src/mach
/trunk/kernel/arch/arm32/src/machine_func.c
/trunk/kernel/genarch/include/drivers/pl050
/trunk/kernel/genarch/include/kbrd/scanc_pl050.h
/trunk/kernel/genarch/src/drivers/pl050
/trunk/kernel/genarch/src/kbrd/kbrd_pl050.c
/trunk/kernel/genarch/src/kbrd/scanc_pl050.c
/trunk/uspace/srv/kbd/ctl/pl050.c
/trunk/uspace/srv/kbd/port/pl050.c
/trunk/boot/arch/arm32/loader/print/gxemul.c
/trunk/kernel/arch/arm32/include/drivers/gxemul.h
/trunk/kernel/arch/arm32/src/drivers/gxemul.c
/trunk/HelenOS.config
/trunk/boot/arch/arm32/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/arm32/loader/_link.ld.in
/trunk/boot/arch/arm32/loader/boot.S
/trunk/boot/arch/arm32/loader/main.c
/trunk/kernel/Makefile
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/include/exception.h
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/exception.c
/trunk/kernel/arch/arm32/src/interrupt.c
/trunk/kernel/arch/arm32/src/mm/frame.c
/trunk/kernel/arch/arm32/src/start.S
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/src/fb/fb.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/kbd/Makefile
4644 5430 d 2 h svoboda /trunk/ Method for getting console color capabilities. Use to fix invisible tetris pieces.  
/trunk/contrib/conf/mips32-gx.sh
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/lib/libc/generic/io/console.c
/trunk/uspace/lib/libc/include/io/console.h
/trunk/uspace/lib/libc/include/ipc/console.h
/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
4604 5443 d 7 h decky /trunk/uspace/srv/fb/ cstyle  
/trunk/uspace/srv/fb/ppm.c
4594 5444 d 8 h decky /trunk/uspace/srv/fb/ avoid possible segfault  
/trunk/uspace/srv/fb/fb.c
4549 5458 d 2 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 5458 d 3 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 5462 d 4 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 5464 d 2 h svoboda /trunk/uspace/srv/fb/ Fix coordinate issues in EGA fb.  
/trunk/uspace/srv/fb/ega.c
4457 5471 d 5 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 5485 d 12 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 5485 d 13 h decky /trunk/uspace/srv/ remove obsolete reference to libipc  
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
4326 5511 d 3 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 5511 d 3 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 5511 d 11 h decky /trunk/uspace/srv/fb/ fix disappeared cursor in aligned rendering  
/trunk/uspace/srv/fb/fb.c
4316 5513 d 7 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 5530 d 15 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 5531 d 3 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 5531 d 7 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 5532 d 3 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

Show All