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
3744 5627 d 4 h svoboda /trunk/uspace/srv/fb/ New fb glyph drawing algorithm, created with color support in mind. Two versions, 'aligned' and 'fallback', more may follow. Glyphs is now a style-independent bit mask. Cursor shape support vanished but will return.  
/trunk/uspace/srv/fb/fb.c
3741 5628 d 1 h jermar /trunk/kernel/genarch/src/fb/ cstyle  
/trunk/kernel/genarch/src/fb/fb.c
3740 5628 d 1 h jermar /trunk/kernel/arch/sparc64/ Fix typo.  
/trunk/kernel/arch/sparc64/include/drivers/scr.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/scr.c
3739 5629 d 2 h svoboda /trunk/uspace/srv/fb/ Re-instate accidentaly lost fb scrolling implementation. Also re-apply accidentaly reverted fix of unsing memmove() instead of memcpy().  
/trunk/uspace/srv/fb/fb.c
3738 5629 d 3 h decky /trunk/kernel/arch/ppc32/src/ redraw kernel cosnole on ppc32  
/trunk/kernel/arch/ppc32/src/ppc32.c
3737 5629 d 3 h decky /trunk/kernel/arch/mips32/src/ redraw kernel console on mips32  
/trunk/kernel/arch/mips32/src/console.c
3736 5629 d 4 h decky /trunk/kernel/arch/sparc64/ refresh kernel console during grab on sparc64  
/trunk/kernel/arch/sparc64/include/drivers/scr.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/scr.c
3735 5629 d 4 h decky /trunk/uspace/srv/console/ make sure the cursor is already off when switching to kernel console (use synchronous messaging)  
/trunk/uspace/srv/console/console.c
3734 5629 d 4 h decky /trunk/kernel/generic/src/proc/ coding style  
/trunk/kernel/generic/src/proc/thread.c
3733 5629 d 4 h decky /trunk/kernel/genarch/src/fb/ fix console overdrawing when is logo on  
/trunk/kernel/genarch/src/fb/fb.c
3732 5629 d 22 h svoboda /trunk/uspace/lib/libc/ Get rid of some warnings.  
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/mem.c
/trunk/uspace/lib/libc/include/loader/loader.h
3731 5629 d 22 h svoboda /trunk/uspace/lib/libc/ Separate memxxx() functions into mem.c.  
/trunk/uspace/lib/libc/generic/mem.c
/trunk/uspace/lib/libc/include/mem.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/string.h
3730 5629 d 23 h svoboda /trunk/uspace/lib/libc/generic/ Replace BSD strtok() and strtok_r() with our own.  
/trunk/uspace/lib/libc/generic/string.c
3729 5630 d 1 h svoboda /trunk/uspace/lib/libc/generic/ Re-implement memmove(), which was totally broken.  
/trunk/uspace/lib/libc/generic/string.c
3728 5630 d 1 h svoboda /trunk/uspace/lib/libc/generic/ Faster memset() implementation in C library.  
/trunk/uspace/lib/libc/generic/string.c
3727 5630 d 2 h svoboda /trunk/uspace/lib/libc/generic/ Rewrite memcpy() in C library. Now copies congruent blocks fast, not just aligned blocks.  
/trunk/uspace/lib/libc/generic/string.c
3726 5630 d 19 h svoboda /trunk/uspace/srv/fb/ Revert c3724 as it actually made scrolling slower on some arches.  
/trunk/uspace/srv/fb/fb.c
3725 5630 d 19 h svoboda /trunk/uspace/srv/fb/ Slightly faster draw_fill_rect() (although 2x VRAM access).  
/trunk/uspace/srv/fb/fb.c
3724 5630 d 20 h svoboda /trunk/uspace/srv/fb/ When scrolling viewport, do not redraw glyphs. Instead use a (not very smart) blit.  
/trunk/uspace/srv/fb/fb.c
3723 5630 d 20 h svoboda /trunk/uspace/srv/fb/ Minor refactoring in fb server.  
/trunk/uspace/srv/fb/fb.c
3722 5633 d 8 h rimsky /trunk/kernel/arch/sparc64/include/ SMC functions optimized for US3.  
/trunk/kernel/arch/sparc64/include/barrier.h
3721 5634 d 0 h svoboda /trunk/boot/arch/ia64/loader/ Fix linker script in ia64 bootloader. It was putting everything to the small data segment, causing it to overflow.  
/trunk/boot/arch/ia64/loader/_link.ld.in
3720 5634 d 7 h svoboda /trunk/boot/arch/ia64/loader/ Support for initrd on ia64. Since console crashes if run by init, work around by starting it as an init task.  
/trunk/boot/arch/ia64/loader/Makefile
3719 5634 d 8 h jermar /trunk/uspace/srv/fb/ Ski vs. MSIM.  
/trunk/uspace/srv/fb/ski.h
3718 5634 d 8 h svoboda /trunk/ Ski framebuffer driver.  
/trunk/uspace/srv/fb/ski.c
/trunk/uspace/srv/fb/ski.h
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fb/main.c
3717 5634 d 9 h svoboda /trunk/boot/arch/ia64/loader/gefi/ Do not build EFI testing apps for ia64 since they break build.  
/trunk/boot/arch/ia64/loader/gefi/Makefile
3716 5635 d 5 h svoboda /trunk/uspace/srv/fb/ Do not duplicate code in serial framebuffer drivers.  
/trunk/uspace/srv/fb/msim.c
/trunk/uspace/srv/fb/serial_console.c
/trunk/uspace/srv/fb/serial_console.h
/trunk/uspace/srv/fb/sgcn.c
3715 5635 d 9 h svoboda /trunk/uspace/srv/fb/ Fix overeager optimization causing VC numbers not to be redrawn.  
/trunk/uspace/srv/fb/fb.c
3714 5636 d 1 h decky /trunk/kernel/ do not waist resources if no keyboard driver is used  
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/genarch/src/kbd/key.c
/trunk/kernel/kernel.config
3713 5636 d 2 h decky /trunk/contrib/toolchain/ update to latest versions  
/trunk/contrib/toolchain/toolchain.sparc64.sh
3712 5636 d 20 h decky /trunk/kernel/arch/amd64/include/ synchronize drivers with ia32  
/trunk/kernel/arch/amd64/include/drivers
3711 5636 d 20 h decky /trunk/kernel/arch/amd64/include/ remove amd64 drivers  
/trunk/kernel/arch/amd64/include/drivers
3710 5636 d 20 h decky /trunk/ resurrect kernel logo  
/trunk/kernel/genarch/include/fb/logo-196x66.h
/trunk/kernel/genarch/src/fb/logo-196x66.c
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/src/fb/fb.c
/trunk/kernel/genarch/src/fb/font-8x16.c
/trunk/kernel/generic/include/macros.h
/trunk/uspace/srv/fb/fb.c
3709 5636 d 22 h decky /trunk/kernel/ invert VGA 3:2:3 palette to reflect changes in revision 3692  
/trunk/kernel/arch/ia32/src/boot/vga323.pal
/trunk/kernel/genarch/src/fb/fb.c
3708 5636 d 23 h svoboda /trunk/uspace/lib/libc/ Fix makefile.  
/trunk/uspace/lib/libc/Makefile
3707 5636 d 23 h decky /trunk/ kconsole is optional
kernel & uspace framebuffer rewrite with speedups (some things are slightly broken yet)
 
/trunk/kernel/genarch/src/fb/helenos.xbm
/trunk/kernel/arch/amd64/src/debugger.c
/trunk/kernel/arch/ia32/include/drivers/ega.h
/trunk/kernel/arch/ia32/include/drivers/vesa.h
/trunk/kernel/arch/ia32/src/cpu/cpu.c
/trunk/kernel/arch/ia32/src/drivers/vesa.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/mips32/src/cpu/cpu.c
/trunk/kernel/arch/mips32/src/debugger.c
/trunk/kernel/arch/mips32/src/exception.c
/trunk/kernel/genarch/include/fb/fb.h
/trunk/kernel/genarch/include/fb/font-8x16.h
/trunk/kernel/genarch/include/fb/visuals.h
/trunk/kernel/genarch/src/acpi/acpi.c
/trunk/kernel/genarch/src/fb/fb.c
/trunk/kernel/genarch/src/fb/font-8x16.c
/trunk/kernel/genarch/src/mm/asid.c
/trunk/kernel/generic/include/console/kconsole.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/cpu/cpu.c
/trunk/kernel/generic/src/interrupt/interrupt.c
/trunk/kernel/generic/src/lib/func.c
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/main/main.c
/trunk/kernel/generic/src/mm/as.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/console/gcons.c
/trunk/uspace/srv/console/gcons.h
/trunk/uspace/srv/console/screenbuffer.h
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/fb.h
/trunk/uspace/srv/fb/font-8x16.c
/trunk/uspace/srv/fb/font-8x16.h
/trunk/uspace/srv/fb/main.c
/trunk/uspace/srv/fb/ppm.c
3706 5636 d 23 h decky /trunk/ cstyle & small fixes  
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/ia32/include/cpu.h
/trunk/kernel/arch/ia32/include/mm/as.h
/trunk/kernel/arch/ia32xen/src/mm/tlb.c
/trunk/kernel/arch/mips32/include/mm/asid.h
/trunk/uspace/lib/libc/include/string.h
3705 5636 d 23 h decky /trunk/kernel/arch/arm32/src/mm/ add unused attribute  
/trunk/kernel/arch/arm32/src/mm/tlb.c
3704 5636 d 23 h decky /trunk/kernel/genarch/include/kbd/ add header  
/trunk/kernel/genarch/include/kbd/i8042.h
3703 5636 d 23 h decky /trunk/kernel/ compile kconsole optionally  
/trunk/kernel/Makefile