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
4270 5556 d 14 h decky /trunk/ fix serengeti console  
/trunk/HelenOS.config
/trunk/kernel/arch/sparc64/src/console.c
4268 5557 d 2 h svoboda /trunk/uspace/ str_cpy() and str_ncpy() in userspace. Nuke strcpy() and strncpy().  
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/tetris.c
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
4267 5557 d 11 h svoboda /trunk/kernel/ str_ncpy() vs str_cpy(). TODO: The same in userspace.  
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/kernel/genarch/src/multiboot/multiboot.c
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/debug/symtab.c
/trunk/kernel/generic/src/lib/string.c
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/proc/task.c
4266 5557 d 11 h svoboda /trunk/uspace/ strdup() -> str_dup()  
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/touch/touch.c
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/tetris.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/string.h
4265 5557 d 12 h svoboda /trunk/uspace/ Nuke strchr() and strrchr().  
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/loader/main.c
4264 5557 d 13 h svoboda /trunk/uspace/ Nuke strcpy() and strcmp().  
/trunk/uspace/app/bdsh/cmds/builtin_cmds.c
/trunk/uspace/app/bdsh/cmds/mod_cmds.c
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tester/devmap/devmap1.c
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/tetris/tetris.c
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/srv/devmap/devmap.c
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/loader/main.c
/trunk/uspace/srv/pci/libpci/names.c
/trunk/uspace/srv/rd/rd.c
/trunk/uspace/srv/vfs/vfs_ops.c
4262 5557 d 15 h jermar /trunk/uspace/lib/libc/ thread_exit() needs to be noreturn as well  
/trunk/uspace/lib/libc/generic/thread.c
/trunk/uspace/lib/libc/include/thread.h
4260 5557 d 15 h jermar /trunk/uspace/app/klog/ Fix warning.  
/trunk/uspace/app/klog/klog.c
4259 5557 d 15 h jermar /trunk/uspace/lib/libc/include/ _exit() is a noreturn function.  
/trunk/uspace/lib/libc/include/unistd.h
4258 5558 d 14 h svoboda /trunk/uspace/app/tetris/ Allow UCS in Tetris highscores.  
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/scores.h
4257 5558 d 15 h svoboda /trunk/uspace/ More replacements.  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/srv/devmap/devmap.c
4256 5558 d 15 h svoboda /trunk/uspace/lib/libc/generic/ Replace some uses of old string functions in C library.  
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/sysinfo.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/generic/thread.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
4255 5559 d 15 h svoboda /trunk/uspace/app/bdsh/ Read UCS chars in bdsh and encode them. (bdsh is still largely ignorant of UCS but it will work somehow with the characters now).  
/trunk/uspace/app/bdsh/input.c
4254 5560 d 12 h jermar /trunk/kernel/generic/src/ Address issues with IRQ notifications.  
/trunk/kernel/generic/src/ddi/irq.c
/trunk/kernel/generic/src/ipc/irq.c
4253 5560 d 14 h decky /trunk/uspace/ make klog more generic  
/trunk/uspace/app/klog/klog.c
/trunk/uspace/lib/libc/generic/event.c
/trunk/uspace/lib/libc/include/event.h
/trunk/uspace/srv/ns/ns.c
4252 5560 d 14 h decky /trunk/kernel/ move event notification to the ipc directory (where it probably belogs to, side-by-side to IRQ notifications)
cleanup the notification code a little bit (there is probably no need to allocate two structured dynamically)
 
/trunk/kernel/generic/include/ipc/event.h
/trunk/kernel/generic/include/ipc/event_types.h
/trunk/kernel/generic/src/ipc/event.c
/trunk/kernel/generic/include/event
/trunk/kernel/generic/src/event
/trunk/kernel/Makefile
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/main/main.c
/trunk/kernel/generic/src/syscall/syscall.c
4251 5560 d 18 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 5560 d 18 h decky /trunk/kernel/generic/src/main/ halt all CPUs in case reboot was not succesful  
/trunk/kernel/generic/src/main/shutdown.c
4249 5560 d 18 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 5560 d 18 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 5560 d 18 h decky /trunk/kernel/generic/src/synch/ more readable spinning printout  
/trunk/kernel/generic/src/synch/spinlock.c
4246 5560 d 18 h decky /trunk/kernel/generic/src/adt/ split asserts into atomic conditions to ease debugging  
/trunk/kernel/generic/src/adt/hash_table.c
4245 5560 d 19 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 5560 d 19 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 5561 d 13 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 5561 d 18 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 5561 d 18 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 5562 d 0 h svoboda /trunk/uspace/dist/ Add multilingual text to dist/readme.  
/trunk/uspace/dist/readme
4237 5562 d 0 h svoboda /trunk/ WIP Czech keyboard layout.  
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/HelenOS.config
/trunk/uspace/srv/kbd/Makefile
4236 5562 d 0 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 5562 d 1 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 5562 d 12 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 5562 d 13 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 5562 d 17 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 5563 d 8 h decky /trunk/kernel/test/mm/ silence test completely  
/trunk/kernel/test/mm/slab2.c
4230 5563 d 8 h decky /trunk/kernel/generic/src/mm/ avoid deadlock while reclaiming slab memory  
/trunk/kernel/generic/src/mm/frame.c
4229 5563 d 9 h decky /trunk/kernel/generic/src/console/ add support for benchmarking of all tests  
/trunk/kernel/generic/src/console/cmd.c
4228 5563 d 9 h decky /trunk/kernel/genarch/src/kbrd/ fix wrong bounds checking  
/trunk/kernel/genarch/src/kbrd/kbrd.c
4227 5563 d 9 h decky /trunk/kernel/ use global variable and a macro for silencing tests  
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/test/atomic/atomic1.c
/trunk/kernel/test/avltree/avltree1.c
/trunk/kernel/test/btree/btree1.c
/trunk/kernel/test/debug/mips1.c
/trunk/kernel/test/debug/mips1_skip.c
/trunk/kernel/test/fault/fault1.c
/trunk/kernel/test/fpu/fpu1_ia64.c
/trunk/kernel/test/fpu/fpu1_skip.c
/trunk/kernel/test/fpu/fpu1_x86.c
/trunk/kernel/test/fpu/mips2.c
/trunk/kernel/test/fpu/mips2_skip.c
/trunk/kernel/test/fpu/sse1.c
/trunk/kernel/test/fpu/sse1_skip.c
/trunk/kernel/test/mm/falloc1.c
/trunk/kernel/test/mm/falloc2.c
/trunk/kernel/test/mm/mapping1.c
/trunk/kernel/test/mm/purge1.c
/trunk/kernel/test/mm/purge1_skip.c
/trunk/kernel/test/mm/slab1.c
/trunk/kernel/test/mm/slab2.c
/trunk/kernel/test/print/print1.c
/trunk/kernel/test/print/print2.c
/trunk/kernel/test/print/print3.c
/trunk/kernel/test/print/print4.c
/trunk/kernel/test/synch/rwlock1.c
/trunk/kernel/test/synch/rwlock2.c
/trunk/kernel/test/synch/rwlock3.c
/trunk/kernel/test/synch/rwlock4.c
/trunk/kernel/test/synch/rwlock5.c
/trunk/kernel/test/synch/semaphore1.c
/trunk/kernel/test/synch/semaphore2.c
/trunk/kernel/test/sysinfo/sysinfo1.c
/trunk/kernel/test/test.c
/trunk/kernel/test/test.h
/trunk/kernel/test/thread/thread1.c
4226 5563 d 13 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