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
4240 5533 d 13 h svoboda /trunk/ Primitive means of switching keyboard layout at run time. Use Ctrl+Fn, 1 = QWERTY, 2 = Dvorak, 3 = Czech. Remove compile-time option.  
/trunk/HelenOS.config
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/arm32/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/defaults/ia64/Makefile.config
/trunk/defaults/mips32/Makefile.config
/trunk/defaults/ppc32/Makefile.config
/trunk/defaults/sparc64/Makefile.config
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/layout.h
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/uspace/srv/kbd/layout/us_dvorak.c
/trunk/uspace/srv/kbd/layout/us_qwerty.c
4239 5533 d 13 h svoboda /trunk/uspace/ Make Czech layout work partially in bdsh.  
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tester/print/print4.c
/trunk/uspace/lib/libc/Makefile.toolchain
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/include/console.h
/trunk/uspace/srv/kbd/layout/cz.c
4238 5533 d 19 h svoboda /trunk/uspace/dist/ Add multilingual text to dist/readme.  
/trunk/uspace/dist/readme
4237 5533 d 19 h svoboda /trunk/ WIP Czech keyboard layout.  
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/HelenOS.config
/trunk/uspace/srv/kbd/Makefile
4236 5533 d 19 h svoboda /trunk/uspace/ UCS in keyboard driver.  
/trunk/uspace/lib/libc/include/kbd/kbd.h
/trunk/uspace/srv/kbd/generic/key_buffer.c
/trunk/uspace/srv/kbd/include/key_buffer.h
/trunk/uspace/srv/kbd/include/layout.h
/trunk/uspace/srv/kbd/layout/us_dvorak.c
/trunk/uspace/srv/kbd/layout/us_qwerty.c
4235 5533 d 20 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
4234 5534 d 7 h svoboda /trunk/ Copy printf with Unicode support to userspace.  
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
/trunk/uspace/lib/libc/arch/amd64/include/types.h
/trunk/uspace/lib/libc/arch/arm32/include/types.h
/trunk/uspace/lib/libc/arch/ia32/include/types.h
/trunk/uspace/lib/libc/arch/ia64/include/types.h
/trunk/uspace/lib/libc/arch/mips32/include/types.h
/trunk/uspace/lib/libc/arch/ppc32/include/types.h
/trunk/uspace/lib/libc/arch/sparc64/include/types.h
/trunk/uspace/lib/libc/generic/io/fprintf.c
/trunk/uspace/lib/libc/generic/io/printf_core.c
/trunk/uspace/lib/libc/generic/io/vprintf.c
/trunk/uspace/lib/libc/generic/io/vsnprintf.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/io/printf_core.h
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/lib/libc/include/sys/types.h
4233 5534 d 8 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 5534 d 12 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 5535 d 8 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
4225 5535 d 9 h svoboda /trunk/uspace/app/tester/ UCS test in userspace.  
/trunk/uspace/app/tester/print/print4.c
/trunk/uspace/app/tester/print/print4.def
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
4211 5536 d 7 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
4173 5546 d 7 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
4168 5547 d 9 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 5547 d 11 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 5548 d 7 h svoboda /trunk/uspace/srv/fb/ Fix EGA.  
/trunk/uspace/srv/fb/ega.c
4164 5548 d 17 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
4161 5549 d 7 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 5549 d 8 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 5549 d 8 h jermar /trunk/uspace/srv/vfs/ Just for pro forma, initialize the the link before use.  
/trunk/uspace/srv/vfs/vfs_ops.c

Show All