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
3492 5723 d 14 h rimsky /branches/sparc/ Changes in trunk merged into the sparc branch. SILO's ramdisk issue solved by the CONFIG_RD_EXTERNAL option.  
/branches/sparc/kernel/arch/ia32/include/syscall.h
/branches/sparc/kernel/arch/ia32/src/syscall.c
/branches/sparc/kernel/arch/ppc32/include/regutils.h
/branches/sparc/kernel/generic/include/ipc/kbox.h
/branches/sparc/kernel/generic/include/udebug
/branches/sparc/kernel/generic/src/ipc/kbox.c
/branches/sparc/kernel/generic/src/udebug
/branches/sparc/uspace/app/bdsh/cmds/modules/cp
/branches/sparc/uspace/app/bdsh/cmds/modules/sleep
/branches/sparc/uspace/app/trace
/branches/sparc/uspace/dist/app
/branches/sparc/uspace/dist/cfg
/branches/sparc/uspace/dist/srv
/branches/sparc/uspace/lib/libc/generic/loader.c
/branches/sparc/uspace/lib/libc/generic/udebug.c
/branches/sparc/uspace/lib/libc/include/loader/loader.h
/branches/sparc/uspace/lib/libc/include/udebug.h
/branches/sparc/uspace/dist/etc
/branches/sparc/uspace/dist/sbin
/branches/sparc/boot/arch/amd64/Makefile.inc
/branches/sparc/boot/arch/arm32/loader/Makefile
/branches/sparc/boot/arch/ia32/Makefile.inc
/branches/sparc/boot/arch/ia64/loader/Makefile
/branches/sparc/boot/arch/mips32/loader/Makefile
/branches/sparc/boot/arch/ppc32/loader/Makefile
/branches/sparc/boot/arch/ppc64/loader/Makefile
/branches/sparc/boot/arch/sparc64/Makefile.inc
/branches/sparc/boot/arch/sparc64/loader/Makefile
/branches/sparc/boot/arch/sparc64/loader/main.c
/branches/sparc/boot/arch/sparc64/silo/silo.conf
/branches/sparc/boot/boot.config
/branches/sparc/boot/generic/string.c
/branches/sparc/boot/generic/string.h
/branches/sparc/kernel/Makefile
/branches/sparc/kernel/arch/amd64/include/syscall.h
/branches/sparc/kernel/arch/arm32/include/interrupt.h
/branches/sparc/kernel/arch/ia32/Makefile.inc
/branches/sparc/kernel/arch/ia32/include/asm.h
/branches/sparc/kernel/arch/ia32/include/cpu.h
/branches/sparc/kernel/arch/ia32/src/asm.S
/branches/sparc/kernel/arch/ia32/src/cpu/cpu.c
/branches/sparc/kernel/arch/ia32/src/proc/scheduler.c
/branches/sparc/kernel/arch/ia64/include/asm.h
/branches/sparc/kernel/arch/ppc32/include/asm/regname.h
/branches/sparc/kernel/arch/ppc32/include/exception.h
/branches/sparc/kernel/arch/sparc64/include/trap/regwin.h
/branches/sparc/kernel/arch/sparc64/include/trap/syscall.h
/branches/sparc/kernel/arch/sparc64/src/proc/thread.c
/branches/sparc/kernel/arch/sparc64/src/trap/trap_table.S
/branches/sparc/kernel/generic/include/ipc/ipc.h
/branches/sparc/kernel/generic/include/ipc/sysipc.h
/branches/sparc/kernel/generic/include/proc/task.h
/branches/sparc/kernel/generic/include/proc/thread.h
/branches/sparc/kernel/generic/include/syscall/syscall.h
/branches/sparc/kernel/generic/src/console/cmd.c
/branches/sparc/kernel/generic/src/ipc/ipc.c
/branches/sparc/kernel/generic/src/ipc/sysipc.c
/branches/sparc/kernel/generic/src/lib/memstr.c
/branches/sparc/kernel/generic/src/main/uinit.c
/branches/sparc/kernel/generic/src/mm/as.c
/branches/sparc/kernel/generic/src/proc/task.c
/branches/sparc/kernel/generic/src/proc/thread.c
/branches/sparc/kernel/generic/src/syscall/syscall.c
/branches/sparc/kernel/kernel.config
/branches/sparc/uspace/Makefile
/branches/sparc/uspace/app/bdsh/Makefile
/branches/sparc/uspace/app/bdsh/README
/branches/sparc/uspace/app/bdsh/cmds/builtins/cd/cd.c
/branches/sparc/uspace/app/bdsh/cmds/builtins/cd/entry.h
/branches/sparc/uspace/app/bdsh/cmds/cmds.h
/branches/sparc/uspace/app/bdsh/cmds/mknewcmd
/branches/sparc/uspace/app/bdsh/cmds/modules/cat/cat.c
/branches/sparc/uspace/app/bdsh/cmds/modules/cat/entry.h
/branches/sparc/uspace/app/bdsh/cmds/modules/help/entry.h
/branches/sparc/uspace/app/bdsh/cmds/modules/help/help.c
/branches/sparc/uspace/app/bdsh/cmds/modules/ls/entry.h
/branches/sparc/uspace/app/bdsh/cmds/modules/ls/ls.c
/branches/sparc/uspace/app/bdsh/cmds/modules/mkdir/entry.h
/branches/sparc/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/branches/sparc/uspace/app/bdsh/cmds/modules/modules.h
/branches/sparc/uspace/app/bdsh/cmds/modules/pwd/entry.h
/branches/sparc/uspace/app/bdsh/cmds/modules/pwd/pwd.c
/branches/sparc/uspace/app/bdsh/cmds/modules/quit/entry.h
/branches/sparc/uspace/app/bdsh/cmds/modules/quit/quit.c
/branches/sparc/uspace/app/bdsh/cmds/modules/rm/entry.h
/branches/sparc/uspace/app/bdsh/cmds/modules/rm/rm.c
/branches/sparc/uspace/app/bdsh/cmds/modules/touch/entry.h
/branches/sparc/uspace/app/bdsh/cmds/modules/touch/touch.c
/branches/sparc/uspace/app/bdsh/config.h
/branches/sparc/uspace/app/bdsh/exec.c
/branches/sparc/uspace/app/bdsh/scli.c
/branches/sparc/uspace/app/bdsh/util.c
/branches/sparc/uspace/app/bdsh/util.h
/branches/sparc/uspace/app/init/init.c
/branches/sparc/uspace/app/tester/ipc/send_sync.c
/branches/sparc/uspace/app/tester/tester.c
/branches/sparc/uspace/lib/libc/Makefile
/branches/sparc/uspace/lib/libc/Makefile.toolchain
/branches/sparc/uspace/lib/libc/arch/amd64/include/syscall.h
/branches/sparc/uspace/lib/libc/arch/arm32/include/syscall.h
/branches/sparc/uspace/lib/libc/arch/ia32/include/syscall.h
/branches/sparc/uspace/lib/libc/arch/ia32/src/syscall.S
/branches/sparc/uspace/lib/libc/arch/ia64/include/syscall.h
/branches/sparc/uspace/lib/libc/arch/mips32/include/syscall.h
/branches/sparc/uspace/lib/libc/arch/ppc32/include/syscall.h
/branches/sparc/uspace/lib/libc/arch/ppc64/include/syscall.h
/branches/sparc/uspace/lib/libc/arch/sparc64/include/syscall.h
/branches/sparc/uspace/lib/libc/generic/ipc.c
/branches/sparc/uspace/lib/libc/generic/smc.c
/branches/sparc/uspace/lib/libc/generic/string.c
/branches/sparc/uspace/lib/libc/generic/task.c
/branches/sparc/uspace/lib/libc/generic/time.c
/branches/sparc/uspace/lib/libc/generic/tls.c
/branches/sparc/uspace/lib/libc/generic/vfs/canonify.c
/branches/sparc/uspace/lib/libc/generic/vfs/vfs.c
/branches/sparc/uspace/lib/libc/include/ipc/ipc.h
/branches/sparc/uspace/lib/libc/include/ipc/loader.h
/branches/sparc/uspace/lib/libc/include/libc.h
/branches/sparc/uspace/lib/libc/include/loader/pcb.h
/branches/sparc/uspace/lib/libc/include/string.h
/branches/sparc/uspace/lib/libc/include/syscall.h
/branches/sparc/uspace/lib/libc/include/task.h
/branches/sparc/uspace/lib/libfs/Makefile
/branches/sparc/uspace/lib/softfloat/Makefile
/branches/sparc/uspace/lib/softint/Makefile
/branches/sparc/uspace/srv/loader/main.c
/branches/sparc/uspace/srv/vfs/vfs.c
/branches/sparc/uspace/srv/vfs/vfs_ops.c
3343 5779 d 16 h decky /branches/sparc/ add sparc branch  
/branches/sparc
3194 5828 d 21 h jermar /trunk/kernel/generic/src/console/ Remove left-over debugging stuff.  
/trunk/kernel/generic/src/console/kconsole.c
3193 5829 d 13 h jermar /trunk/kernel/ cstyle fixes  
/trunk/kernel/arch/ppc32/src/mm/page.c
/trunk/kernel/arch/ppc32/src/mm/tlb.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/main/main.c
3113 5853 d 10 h decky /trunk/kernel/generic/ rename SYS_IO to SYS_KLOG
do not notify uspace klog with every single character, introduce some latency
 
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/syscall/syscall.c
3097 5855 d 14 h decky /trunk/kernel/ resurrect klog  
/trunk/kernel/arch/ia32/src/smp/ap.S
/trunk/kernel/generic/include/console/console.h
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/main/main.c
/trunk/kernel/generic/src/syscall/syscall.c
3065 5856 d 18 h decky /trunk/kernel/generic/src/console/ remove original klog
permanent kernel cyclic log buffer
proper printf formatting
 
/trunk/kernel/generic/src/console/klog.c
/trunk/kernel/generic/src/console/chardev.c
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/console.c
2721 5975 d 19 h decky /trunk/kernel/ convert e820list to a generic physmem command  
/trunk/kernel/arch/amd64/include/mm/frame.h
/trunk/kernel/arch/arm32/include/mm/frame.h
/trunk/kernel/arch/ia32/include/mm/frame.h
/trunk/kernel/arch/ia32/src/mm/frame.c
/trunk/kernel/arch/ia32xen/include/mm/frame.h
/trunk/kernel/arch/ia64/include/mm/frame.h
/trunk/kernel/arch/mips32/include/mm/frame.h
/trunk/kernel/arch/ppc32/include/mm/frame.h
/trunk/kernel/arch/ppc64/include/mm/frame.h
/trunk/kernel/arch/sparc64/include/mm/frame.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/interrupt/interrupt.c
2697 5996 d 20 h decky /trunk/kernel/ amd64: shorten kernel address space by 2 GB to support proper mapping of more than 2 GB of physical memory  
/trunk/kernel/arch/amd64/include/mm/as.h
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/amd64/src/mm/page.c
/trunk/kernel/arch/ia32/src/mm/frame.c
/trunk/kernel/generic/src/console/console.c
2626 6047 d 23 h jermar /trunk/kernel/generic/ Support for 5 payload arguments for IPC irq notifications and the pseudo code.  
/trunk/kernel/generic/include/ipc/irq.h
/trunk/kernel/generic/src/console/klog.c
/trunk/kernel/generic/src/ipc/irq.c
2572 6099 d 4 h jermar /trunk/kernel/ Remove duplicit implementation of strlen() in kernel, rename is_digit(),
is_white() and co. to their standard names (e.g. isdigit(), isspace()) and
remove duplicit implementation of isdigit(). Fix cstyle in kernel printf()
implementation.
 
/trunk/kernel/genarch/src/kbd/key.c
/trunk/kernel/generic/include/macros.h
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/printf/printf_core.c
2462 6219 d 13 h jermar /trunk/kernel/ Replace gcc-specific __FUNCTION__ with C99 __func__.
suncc's xregs=no%float can be used only on sparc64.
 
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/src/interrupt.c
/trunk/kernel/arch/ia32/src/smp/mps.c
/trunk/kernel/arch/ia32xen/src/smp/mps.c
/trunk/kernel/arch/ia64/src/mm/tlb.c
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/arch/sparc64/src/mm/tlb.c
/trunk/kernel/arch/sparc64/src/smp/smp.c
/trunk/kernel/arch/sparc64/src/trap/exception.c
/trunk/kernel/generic/include/panic.h
/trunk/kernel/generic/include/synch/spinlock.h
/trunk/kernel/generic/src/console/kconsole.c
2319 6246 d 23 h decky /trunk/kernel/generic/src/console/ run mcall only on active CPUs  
/trunk/kernel/generic/src/console/cmd.c
2275 6266 d 14 h decky /trunk/kernel/generic/ add fancy uptime kconsole command  
/trunk/kernel/generic/include/time/clock.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/time/clock.c
2227 6278 d 3 h decky /trunk/kernel/ start shutdown infrastructure  
/trunk/kernel/generic/src/main/shutdown.c
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/src/pm.c
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/ia32/src/pm.c
/trunk/kernel/arch/ia32xen/src/ia32xen.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/ppc64/src/ppc64.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/kernel/generic/include/arch.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/kernel.config
2224 6278 d 9 h decky /trunk/kernel/generic/src/console/ detach joined thread  
/trunk/kernel/generic/src/console/cmd.c
2223 6278 d 9 h decky /trunk/kernel/generic/src/ add mcall0 command (calling a function on each CPU)  
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/main/kinit.c
2216 6279 d 13 h decky /trunk/ make thread ID 64 bit (task ID is 64 bit already)
cleanup thread syscalls
 
/trunk/kernel/arch/amd64/include/types.h
/trunk/kernel/arch/arm32/include/types.h
/trunk/kernel/arch/ia32/include/types.h
/trunk/kernel/arch/ia32xen/include/types.h
/trunk/kernel/arch/ia64/include/types.h
/trunk/kernel/arch/mips32/include/types.h
/trunk/kernel/arch/ppc32/include/types.h
/trunk/kernel/arch/ppc64/include/types.h
/trunk/kernel/arch/sparc64/include/types.h
/trunk/kernel/generic/include/interrupt.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/include/proc/thread.h
/trunk/kernel/generic/src/adt/btree.c
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/proc/scheduler.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/proc/thread.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/kernel/test/fpu/fpu1.c
/trunk/kernel/test/fpu/mips2.c
/trunk/kernel/test/fpu/sse1.c
/trunk/kernel/test/mm/falloc2.c
/trunk/kernel/test/mm/slab1.c
/trunk/kernel/test/mm/slab2.c
/trunk/kernel/test/synch/rwlock3.c
/trunk/kernel/test/synch/rwlock4.c
/trunk/kernel/test/synch/semaphore2.c
/trunk/kernel/test/thread/thread1.c
/trunk/uspace/libc/generic/thread.c
/trunk/uspace/libc/include/thread.h
/trunk/uspace/tester/thread/thread1.c
2141 6290 d 9 h jermar /trunk/ The Ultimate Solution To Illegal Virtual Aliases.
It is better to avoid them completely than to fight them.
Switch the sparc64 port to 16K pages. The TLBs and TSBs
continue to operate with 8K pages only. Page tables and
other generic parts operate with 16K pages.

Because the MMU doesn't support 16K directly, each 16K
page is emulated by a pair of 8K pages. With 16K pages,
illegal aliases cannot be created in 16K D-cache.
 
/trunk/kernel/arch/sparc64/src/mm/cache.S
/trunk/kernel/arch/sparc64/src/mm/cache.c
/trunk/kernel/arch/sparc64/src/mm/cache_asm.S
/trunk/boot/arch/sparc64/loader/asm.h
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/arch/sparc64/include/cpu.h
/trunk/kernel/arch/sparc64/include/mm/as.h
/trunk/kernel/arch/sparc64/include/mm/cache.h
/trunk/kernel/arch/sparc64/include/mm/frame.h
/trunk/kernel/arch/sparc64/include/mm/page.h
/trunk/kernel/arch/sparc64/include/mm/tsb.h
/trunk/kernel/arch/sparc64/include/stack.h
/trunk/kernel/arch/sparc64/src/cpu/cpu.c
/trunk/kernel/arch/sparc64/src/mm/as.c
/trunk/kernel/arch/sparc64/src/mm/page.c
/trunk/kernel/arch/sparc64/src/mm/tlb.c
/trunk/kernel/arch/sparc64/src/mm/tsb.c
/trunk/kernel/arch/sparc64/src/smp/ipi.c
/trunk/kernel/arch/sparc64/src/trap/interrupt.c
/trunk/kernel/genarch/src/fb/fb.c
/trunk/kernel/genarch/src/mm/page_ht.c
/trunk/kernel/generic/src/console/klog.c
/trunk/kernel/generic/src/ddi/ddi.c
/trunk/kernel/generic/src/lib/rd.c
/trunk/kernel/generic/src/mm/as.c
/trunk/kernel/generic/src/mm/backend_anon.c
/trunk/kernel/generic/src/mm/backend_elf.c
/trunk/kernel/generic/src/time/clock.c
/trunk/uspace/fb/ega.c
/trunk/uspace/fb/fb.c
/trunk/uspace/fb/main.c
/trunk/uspace/klog/klog.c
/trunk/uspace/libc/arch/sparc64/_link.ld.in
/trunk/uspace/libc/arch/sparc64/include/config.h
/trunk/uspace/libc/arch/sparc64/include/stack.h
/trunk/uspace/libc/generic/as.c
/trunk/uspace/libc/generic/mman.c
/trunk/uspace/libc/generic/time.c
/trunk/uspace/libc/include/as.h
/trunk/uspace/ns/ns.c
/trunk/uspace/rd/rd.c
2114 6340 d 19 h decky /trunk/kernel/generic/src/console/ explicit typecast  
/trunk/kernel/generic/src/console/cmd.c

Show All