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
4272 5546 d 12 h jermar /trunk/ Prevent optimizing ia64's PIO away.
This solves the frequent hangs of HelenOS/ia64 in i8042_init().
 
/trunk/kernel/arch/ia64/include/asm.h
/trunk/uspace/lib/libc/arch/ia64/include/ddi.h
4268 5550 d 1 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
4266 5550 d 10 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 5550 d 11 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 5550 d 11 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 5550 d 13 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 5550 d 14 h jermar /trunk/uspace/app/klog/ Fix warning.  
/trunk/uspace/app/klog/klog.c
4259 5550 d 14 h jermar /trunk/uspace/lib/libc/include/ _exit() is a noreturn function.  
/trunk/uspace/lib/libc/include/unistd.h
4258 5551 d 12 h svoboda /trunk/uspace/app/tetris/ Allow UCS in Tetris highscores.  
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/scores.h
4257 5551 d 14 h svoboda /trunk/uspace/ More replacements.  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/srv/devmap/devmap.c
4256 5551 d 14 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 5552 d 13 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
4253 5553 d 13 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
4245 5553 d 17 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
4241 5554 d 11 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 5554 d 16 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 5554 d 17 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 5554 d 22 h svoboda /trunk/uspace/dist/ Add multilingual text to dist/readme.  
/trunk/uspace/dist/readme
4237 5554 d 22 h svoboda /trunk/ WIP Czech keyboard layout.  
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/HelenOS.config
/trunk/uspace/srv/kbd/Makefile
4236 5554 d 23 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

Show All