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
4251 5564 d 13 h decky /trunk/kernel/ ia32, amd64: do not reboot via a triple fault (which is nasty), but use the i8042 controller to trigger CPU reset  
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/amd64/src/pm.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia32/src/pm.c
/trunk/kernel/genarch/include/drivers/i8042/i8042.h
/trunk/kernel/genarch/src/drivers/i8042/i8042.c
4250 5564 d 13 h decky /trunk/kernel/generic/src/main/ halt all CPUs in case reboot was not succesful  
/trunk/kernel/generic/src/main/shutdown.c
4249 5564 d 14 h decky /trunk/kernel/generic/src/adt/ call remove_callback only optionally
(this fixes the cleanup phase of the reboot command)
 
/trunk/kernel/generic/src/adt/hash_table.c
4248 5564 d 14 h decky /trunk/kernel/generic/src/ipc/ avoid deadlock during cleanup
(the compare function which is called inside hash_table_remove acquires irq->lock)
 
/trunk/kernel/generic/src/ipc/irq.c
4247 5564 d 14 h decky /trunk/kernel/generic/src/synch/ more readable spinning printout  
/trunk/kernel/generic/src/synch/spinlock.c
4246 5564 d 14 h decky /trunk/kernel/generic/src/adt/ split asserts into atomic conditions to ease debugging  
/trunk/kernel/generic/src/adt/hash_table.c
4245 5564 d 15 h decky /trunk/uspace/lib/libc/ sync with kernel  
/trunk/uspace/lib/libc/Makefile.toolchain
/trunk/uspace/lib/libc/generic/io/printf_core.c
/trunk/uspace/lib/libc/include/string.h
4244 5564 d 15 h decky /trunk/kernel/generic/ ignore leading byte-order mark while printing wide strings
(GCC sometimes generates constant UTF-32 strings with BOM)
 
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/printf/printf_core.c
4241 5565 d 9 h svoboda /trunk/uspace/ NS was forgetting to hangup phones. One phone was leaked for every load attempt and when all 16 phones were exhausted, NS would lock up.  
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/srv/loader/main.c
/trunk/uspace/srv/ns/ns.c
4240 5565 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 5565 d 14 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 5565 d 19 h svoboda /trunk/uspace/dist/ Add multilingual text to dist/readme.  
/trunk/uspace/dist/readme
4237 5565 d 20 h svoboda /trunk/ WIP Czech keyboard layout.  
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/HelenOS.config
/trunk/uspace/srv/kbd/Makefile
4236 5565 d 20 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 5565 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 5566 d 8 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 5566 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 5566 d 13 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
4231 5567 d 4 h decky /trunk/kernel/test/mm/ silence test completely  
/trunk/kernel/test/mm/slab2.c
4230 5567 d 4 h decky /trunk/kernel/generic/src/mm/ avoid deadlock while reclaiming slab memory  
/trunk/kernel/generic/src/mm/frame.c

Show All