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
4279 5553 d 2 h svoboda /trunk/uspace/ Nuke strncmp().  
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/srv/vfs/vfs_ops.c
4278 5553 d 2 h svoboda /trunk/uspace/srv/vfs/ No need for strncmp() fs_name_to_handle() as vfs_info.name is always null-terminated.  
/trunk/uspace/srv/vfs/vfs_register.c
4277 5553 d 5 h jermar /trunk/kernel/arch/sparc64/ On sparc64, do fast indentity mapping only for physical memory.
For addresses above physical memory, such as I/O devices,
fall through to the C miss handler and map the memory noncacheably.
Replace deprecated Bicc instructions with proper Bcc instructions.
 
/trunk/kernel/arch/sparc64/include/mm/frame.h
/trunk/kernel/arch/sparc64/include/trap/mmu.h
/trunk/kernel/arch/sparc64/src/mm/frame.c
/trunk/kernel/arch/sparc64/src/mm/page.c
/trunk/kernel/arch/sparc64/src/mm/tlb.c
/trunk/kernel/arch/sparc64/src/start.S
4276 5553 d 5 h jermar /trunk/kernel/arch/sparc64/src/trap/ Replace the deprecated Bicc instructions with proper Bcc instructions.  
/trunk/kernel/arch/sparc64/src/trap/trap_table.S
4275 5553 d 7 h decky /trunk/ complete configuration options  
/trunk/HelenOS.config
4274 5553 d 23 h decky /trunk/kernel/generic/src/ fix compilation in non-SMP configurations  
/trunk/kernel/generic/src/ddi/irq.c
/trunk/kernel/generic/src/ipc/irq.c
4273 5554 d 0 h decky /trunk/kernel/generic/src/ fix tab completion in kconsole (this resolves ticket #21)  
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/debug/symtab.c
4272 5554 d 0 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
4270 5557 d 1 h decky /trunk/ fix serengeti console  
/trunk/HelenOS.config
/trunk/kernel/arch/sparc64/src/console.c
4268 5557 d 13 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 22 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 22 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 23 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 5558 d 0 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 5558 d 2 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 5558 d 2 h jermar /trunk/uspace/app/klog/ Fix warning.  
/trunk/uspace/app/klog/klog.c
4259 5558 d 2 h jermar /trunk/uspace/lib/libc/include/ _exit() is a noreturn function.  
/trunk/uspace/lib/libc/include/unistd.h
4258 5559 d 1 h svoboda /trunk/uspace/app/tetris/ Allow UCS in Tetris highscores.  
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/scores.h
4257 5559 d 2 h svoboda /trunk/uspace/ More replacements.  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/srv/devmap/devmap.c
4256 5559 d 2 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

Show All