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
3228 5797 d 23 h decky /trunk/ physical memory detection in MSIM (discontinous regions supported)
remove Sgi Indy (ARC) support -- it was unmaintaned, untested for years and without uspace support
 
/trunk/contrib/conf/bootindy
/trunk/kernel/arch/mips32/include/drivers/arc.h
/trunk/kernel/arch/mips32/src/drivers/arc.c
/trunk/HelenOS.config
/trunk/Makefile
/trunk/contrib/conf/msim.conf
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/mips32/include/drivers/msim.h
/trunk/kernel/arch/mips32/include/drivers/serial.h
/trunk/kernel/arch/mips32/include/mm/as.h
/trunk/kernel/arch/mips32/include/mm/tlb.h
/trunk/kernel/arch/mips32/src/console.c
/trunk/kernel/arch/mips32/src/drivers/msim.c
/trunk/kernel/arch/mips32/src/interrupt.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/mips32/src/mm/as.c
/trunk/kernel/arch/mips32/src/mm/frame.c
/trunk/kernel/arch/mips32/src/mm/tlb.c
/trunk/kernel/doc/arch/mips32
/trunk/kernel/generic/include/config.h
/trunk/kernel/generic/include/macros.h
/trunk/kernel/kernel.config
3227 5798 d 7 h decky /trunk/kernel/arch/ia32/src/drivers/ remove unnecessary newline  
/trunk/kernel/arch/ia32/src/drivers/ega.c
3226 5798 d 14 h decky /trunk/kernel/arch/ia32/ fix no-mmx option  
/trunk/kernel/arch/ia32/Makefile.inc
3225 5799 d 16 h jermar /trunk/kernel/generic/src/sysinfo/ Check the validity of the 'len' argument for sysinfo syscalls.  
/trunk/kernel/generic/src/sysinfo/sysinfo.c
3224 5815 d 18 h svoboda /trunk/uspace/app/tetris/ Fix tetris :) - expecting console at a fixed phone number  
/trunk/uspace/app/tetris/input.c
3223 5816 d 9 h svoboda /trunk/uspace/srv/loader/ Some Cstyle  
/trunk/uspace/srv/loader/elf_load.c
3222 5816 d 11 h svoboda /trunk/ Merge program-loader related stuff from dynload branch to trunk. (huge)  
/trunk/kernel/generic/include/proc/program.h
/trunk/kernel/generic/include/synch/smc.h
/trunk/kernel/generic/src/proc/program.c
/trunk/kernel/generic/src/synch/smc.c
/trunk/uspace/app/cli
/trunk/uspace/app/cli/Makefile
/trunk/uspace/app/cli/cli.c
/trunk/uspace/lib/libc/generic/pcb.c
/trunk/uspace/lib/libc/generic/smc.c
/trunk/uspace/lib/libc/include/ipc/loader.h
/trunk/uspace/lib/libc/include/loader
/trunk/uspace/lib/libc/include/loader/pcb.h
/trunk/uspace/lib/libc/include/smc.h
/trunk/uspace/srv/loader
/trunk/uspace/srv/loader/Makefile
/trunk/uspace/srv/loader/arch
/trunk/uspace/srv/loader/arch/amd64
/trunk/uspace/srv/loader/arch/amd64/Makefile.inc
/trunk/uspace/srv/loader/arch/amd64/_link.ld.in
/trunk/uspace/srv/loader/arch/amd64/amd64.s
/trunk/uspace/srv/loader/arch/arm32
/trunk/uspace/srv/loader/arch/arm32/Makefile.inc
/trunk/uspace/srv/loader/arch/arm32/_link.ld.in
/trunk/uspace/srv/loader/arch/arm32/arm32.s
/trunk/uspace/srv/loader/arch/ia32
/trunk/uspace/srv/loader/arch/ia32/Makefile.inc
/trunk/uspace/srv/loader/arch/ia32/_link.ld.in
/trunk/uspace/srv/loader/arch/ia32/ia32.s
/trunk/uspace/srv/loader/arch/ia64
/trunk/uspace/srv/loader/arch/ia64/Makefile.inc
/trunk/uspace/srv/loader/arch/ia64/_link.ld.in
/trunk/uspace/srv/loader/arch/ia64/ia64.s
/trunk/uspace/srv/loader/arch/mips32
/trunk/uspace/srv/loader/arch/mips32/Makefile.inc
/trunk/uspace/srv/loader/arch/mips32/_link.ld.in
/trunk/uspace/srv/loader/arch/mips32/mips32.s
/trunk/uspace/srv/loader/arch/ppc32
/trunk/uspace/srv/loader/arch/ppc32/Makefile.inc
/trunk/uspace/srv/loader/arch/ppc32/_link.ld.in
/trunk/uspace/srv/loader/arch/ppc32/ppc32.s
/trunk/uspace/srv/loader/arch/sparc64
/trunk/uspace/srv/loader/arch/sparc64/Makefile.inc
/trunk/uspace/srv/loader/arch/sparc64/_link.ld.in
/trunk/uspace/srv/loader/arch/sparc64/sparc64.s
/trunk/uspace/srv/loader/elf_load.c
/trunk/uspace/srv/loader/include
/trunk/uspace/srv/loader/include/arch.h
/trunk/uspace/srv/loader/include/elf.h
/trunk/uspace/srv/loader/include/elf_load.h
/trunk/uspace/srv/loader/interp.s
/trunk/uspace/srv/loader/main.c
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/amd64/grub/menu.lst
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia32/grub/menu.lst
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/src/userspace.c
/trunk/kernel/arch/arm32/src/userspace.c
/trunk/kernel/arch/ia32/src/userspace.c
/trunk/kernel/arch/ia32xen/src/userspace.c
/trunk/kernel/arch/ia64/src/asm.S
/trunk/kernel/arch/mips32/src/start.S
/trunk/kernel/arch/ppc32/src/asm.S
/trunk/kernel/arch/ppc64/src/asm.S
/trunk/kernel/arch/sparc64/src/asm.S
/trunk/kernel/generic/include/lib/elf.h
/trunk/kernel/generic/include/mm/as.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/include/proc/thread.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/lib/elf.c
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/mm/as.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/proc/thread.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
/trunk/uspace/app/tester/tester.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/arch/amd64/src/entry.s
/trunk/uspace/lib/libc/arch/arm32/src/entry.s
/trunk/uspace/lib/libc/arch/ia32/src/entry.s
/trunk/uspace/lib/libc/arch/ia64/src/entry.s
/trunk/uspace/lib/libc/arch/mips32/src/entry.s
/trunk/uspace/lib/libc/arch/ppc32/src/entry.s
/trunk/uspace/lib/libc/arch/ppc64/src/entry.s
/trunk/uspace/lib/libc/arch/sparc64/src/entry.s
/trunk/uspace/lib/libc/generic/as.c
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/as.h
/trunk/uspace/lib/libc/include/io/stream.h
/trunk/uspace/lib/libc/include/libc.h
/trunk/uspace/lib/libc/include/task.h
3221 5816 d 13 h svoboda /branches/dynload/uspace/srv/loader/arch/sparc64/ Remove svn:executable  
/branches/dynload/uspace/srv/loader/arch/sparc64/Makefile.inc
/branches/dynload/uspace/srv/loader/arch/sparc64/_link.ld.in
/branches/dynload/uspace/srv/loader/arch/sparc64/sparc64.s
3220 5816 d 13 h svoboda /branches/dynload/uspace/srv/loader/ Drop obsolete arch-include directory from loader  
/branches/dynload/uspace/srv/loader/arch/amd64/include
/branches/dynload/uspace/srv/loader/arch/arm32/include
/branches/dynload/uspace/srv/loader/arch/ia32/include
/branches/dynload/uspace/srv/loader/arch/ia64/include
/branches/dynload/uspace/srv/loader/arch/mips32/include
/branches/dynload/uspace/srv/loader/arch/ppc32/include
/branches/dynload/uspace/srv/loader/arch/sparc64/include
/branches/dynload/uspace/srv/loader/Makefile
3219 5816 d 13 h svoboda /branches/dynload/uspace/ Merge latest trunk changes into dynload  
/branches/dynload/uspace/lib/libc/generic/vfs/vfs.c
/branches/dynload/uspace/srv/vfs/vfs.h
/branches/dynload/uspace/srv/vfs/vfs_file.c
/branches/dynload/uspace/srv/vfs/vfs_ops.c
3218 5816 d 14 h svoboda /branches/dynload/uspace/srv/loader/arch/ia64/ Fix passing of pcb_ptr on ia64  
/branches/dynload/uspace/srv/loader/arch/ia64/ia64.s
3217 5816 d 16 h svoboda /branches/dynload/ sparc64 support in loader  
/branches/dynload/uspace/srv/loader/arch/sparc64
/branches/dynload/uspace/srv/loader/arch/sparc64/Makefile.inc
/branches/dynload/uspace/srv/loader/arch/sparc64/_link.ld.in
/branches/dynload/uspace/srv/loader/arch/sparc64/include
/branches/dynload/uspace/srv/loader/arch/sparc64/sparc64.s
/branches/dynload/boot/arch/sparc64/loader/Makefile
3216 5816 d 16 h svoboda /branches/dynload/uspace/lib/libc/generic/ Fix: arg2 of async_wait_for() is ipcarg_t not int, causing unaligned access exception on sparc64  
/branches/dynload/uspace/lib/libc/generic/task.c
3215 5817 d 14 h jermar /trunk/uspace/srv/vfs/ Instead of aborting or crashing, return EBADF when an invalid file descriptor
is passed to vfs_close().
 
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_file.c
/trunk/uspace/srv/vfs/vfs_ops.c
3214 5817 d 14 h svoboda /trunk/uspace/lib/libc/generic/vfs/ Fix missing rc check in libc _open()  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
3213 5817 d 15 h svoboda /branches/dynload/boot/arch/ppc32/loader/ Add files missing in ppc32 RD_TASKS  
/branches/dynload/boot/arch/ppc32/loader/Makefile
3212 5817 d 15 h svoboda /branches/dynload/kernel/generic/src/synch/ Add missing #include and cast  
/branches/dynload/kernel/generic/src/synch/smc.c
3211 5817 d 16 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
/branches/dynload/kernel/arch/ia32/src/smp/smp.c
/branches/dynload/kernel/arch/ppc32/src/asm.S
/branches/dynload/kernel/generic/include/mm/buddy.h
/branches/dynload/kernel/generic/include/mm/frame.h
/branches/dynload/kernel/generic/src/mm/buddy.c
/branches/dynload/kernel/generic/src/mm/frame.c
/branches/dynload/uspace/app/init/Makefile
/branches/dynload/uspace/app/klog/Makefile
/branches/dynload/uspace/app/tester/Makefile
/branches/dynload/uspace/app/tetris/Makefile
/branches/dynload/uspace/srv/console/Makefile
/branches/dynload/uspace/srv/devmap/Makefile
/branches/dynload/uspace/srv/fb/Makefile
/branches/dynload/uspace/srv/fs/fat/Makefile
/branches/dynload/uspace/srv/fs/tmpfs/Makefile
/branches/dynload/uspace/srv/kbd/Makefile
/branches/dynload/uspace/srv/ns/Makefile
/branches/dynload/uspace/srv/rd/Makefile
/branches/dynload/uspace/srv/vfs/Makefile
3210 5817 d 16 h svoboda /branches/dynload/ Introduce SMC_COHERENCE syscall  
/branches/dynload/kernel/generic/include/synch/smc.h
/branches/dynload/kernel/generic/src/synch/smc.c
/branches/dynload/uspace/lib/libc/generic/smc.c
/branches/dynload/uspace/lib/libc/include/smc.h
/branches/dynload/kernel/Makefile
/branches/dynload/kernel/generic/include/syscall/syscall.h
/branches/dynload/kernel/generic/src/syscall/syscall.c
/branches/dynload/uspace/lib/libc/Makefile
/branches/dynload/uspace/srv/loader/elf_load.c
3209 5818 d 6 h jermar /trunk/kernel/arch/ia32/src/smp/ Allocate AP's GDT from first 4 GiB.  
/trunk/kernel/arch/ia32/src/smp/smp.c

Show All