Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4177 5586 d 4 h decky /trunk/kernel/genarch/ use Unicode font glyphs and mapping for framebuffer  
/trunk/kernel/genarch/include/fb/font-8x16.h
/trunk/kernel/genarch/src/drivers/ega/ega.c
/trunk/kernel/genarch/src/fb/fb.c
/trunk/kernel/genarch/src/fb/font-8x16.c
4176 5586 d 5 h decky /trunk/contrib/font/ Unicode console font and generating script  
/trunk/contrib/font
/trunk/contrib/font/bdf2c.pl
/trunk/contrib/font/u_vga16.bdf
4175 5586 d 16 h decky /trunk/kernel/generic/ UTF-8 decoding routine  
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
4174 5586 d 16 h decky /trunk/kernel/generic/ add malloc slab caches for up to 4 MB blocks  
/trunk/kernel/generic/include/mm/slab.h
/trunk/kernel/generic/src/mm/slab.c
4173 5586 d 21 h jermar /trunk/ Revive kernel notifications.  
/trunk/kernel/generic/include/event
/trunk/kernel/generic/include/event/event.h
/trunk/kernel/generic/include/event/event_types.h
/trunk/kernel/generic/src/event
/trunk/kernel/generic/src/event/event.c
/trunk/uspace/lib/libc/generic/event.c
/trunk/uspace/lib/libc/include/event.h
/trunk/kernel/Makefile
/trunk/kernel/generic/include/syscall/syscall.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/ipc/ipc.c
/trunk/kernel/generic/src/main/main.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/app/klog/klog.c
/trunk/uspace/app/trace/syscalls.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/srv/console/console.c
4172 5587 d 21 h decky /trunk/kernel/ unicode preparation work  
/trunk/kernel/Makefile
/trunk/kernel/test/print/print4.c
4171 5587 d 21 h decky /trunk/kernel/test/print/ unicode test (not working properly yet)  
/trunk/kernel/test/print/print4.c
4170 5587 d 21 h decky /trunk/kernel/ split printf test into several tests for better readability  
/trunk/kernel/test/print/print2.c
/trunk/kernel/test/print/print2.def
/trunk/kernel/test/print/print3.c
/trunk/kernel/test/print/print3.def
/trunk/kernel/test/print/print4.c
/trunk/kernel/test/print/print4.def
/trunk/kernel/Makefile
/trunk/kernel/test/print/print1.c
/trunk/kernel/test/print/print1.def
/trunk/kernel/test/test.c
/trunk/kernel/test/test.h
4169 5587 d 23 h decky /trunk/kernel/generic/include/ start unicode support  
/trunk/kernel/generic/include/typedefs.h
4168 5587 d 23 h svoboda /trunk/uspace/ 'kcon' shell builtin for switching to debug console.  
/trunk/uspace/app/bdsh/cmds/modules/kcon
/trunk/uspace/app/bdsh/cmds/modules/kcon/entry.h
/trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.c
/trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.h
/trunk/uspace/app/bdsh/cmds/modules/kcon/kcon_def.h
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/modules/modules.h
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/include/console.h
/trunk/uspace/lib/libc/include/ipc/console.h
/trunk/uspace/srv/console/console.c
4167 5588 d 1 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 5588 d 21 h svoboda /trunk/uspace/srv/fb/ Fix EGA.  
/trunk/uspace/srv/fb/ega.c
4164 5589 d 8 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
4162 5589 d 21 h jermar /trunk/kernel/arch/amd64/ Discard the eh_frame section on amd64, which improves the kernel size by
hundreds of kilobytes. Discard all other unknown sections as well.
 
/trunk/kernel/arch/amd64/_link.ld.in
4161 5589 d 22 h jermar /trunk/uspace/lib/libc/arch/ Put .tbss section into the .tdata output section.
This solves the .tbss alignment issue seen on amd64.
 
/trunk/uspace/lib/libc/arch/amd64/_link.ld.in
/trunk/uspace/lib/libc/arch/arm32/_link.ld.in
/trunk/uspace/lib/libc/arch/ia32/_link.ld.in
/trunk/uspace/lib/libc/arch/ia64/_link.ld.in
/trunk/uspace/lib/libc/arch/mips32/_link.ld.in
/trunk/uspace/lib/libc/arch/ppc32/_link.ld.in
/trunk/uspace/lib/libc/arch/sparc64/_link.ld.in
4160 5589 d 22 h jermar /trunk/uspace/ Improve the console library functions.  
/trunk/uspace/app/tetris/input.c
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/generic/kbd.c
/trunk/uspace/lib/libc/include/console.h
4159 5589 d 22 h jermar /trunk/uspace/srv/vfs/ Just for pro forma, initialize the the link before use.  
/trunk/uspace/srv/vfs/vfs_ops.c
4158 5589 d 23 h jermar /trunk/defaults/ia64/ Do not include VHPT in the default build.  
/trunk/defaults/ia64/Makefile.config
4157 5590 d 4 h decky /trunk/contrib/toolchain/ bump versions  
/trunk/contrib/toolchain/toolchain.ppc32.sh
/trunk/contrib/toolchain/toolchain.ppc64.sh
4154 5591 d 21 h svoboda /trunk/uspace/ Consolidate console interface.  
/trunk/uspace/app/init/init.c
/trunk/uspace/app/klog/klog.c
/trunk/uspace/app/tetris/input.c
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/generic/kbd.c
/trunk/uspace/lib/libc/include/console.h
/trunk/uspace/lib/libc/include/io/stream.h
/trunk/uspace/srv/loader/main.c

Show All