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
3365 5758 d 17 h rimsky /branches/sparc/ Integrated US-III port into the build process; added script for downloading and patching SILO; added patched SILO binaries; modified sources of the Sparc64 port up to the beginning of the main_bsp_separated_stack function: phys. address size not hardwired but configurable (41 bits on US-II, 43 bits on US-III), WSTATE register implicitly written 0 on startup.  
/branches/sparc/boot/arch/sparc64/silo/silo.patched.tar.gz
/branches/sparc/contrib/util
/branches/sparc/contrib/util/DownloadAndPatchSILO.sh
/branches/sparc/boot/arch/sparc64/Makefile.inc
/branches/sparc/boot/arch/sparc64/loader/asm.S
/branches/sparc/boot/boot.config
/branches/sparc/boot/genarch/balloc.h
/branches/sparc/kernel/arch/sparc64/Makefile.inc
/branches/sparc/kernel/arch/sparc64/src/start.S
/branches/sparc/kernel/generic/src/main/main.c
/branches/sparc/kernel/kernel.config
3343 5764 d 22 h decky /branches/sparc/ add sparc branch  
/branches/sparc
3332 5768 d 2 h jermar /trunk/kernel/generic/src/ipc/ Fix types when processing IPC_M_DATA_WRITE arguments.  
/trunk/kernel/generic/src/ipc/sysipc.c
3281 5773 d 22 h jermar /trunk/kernel/arch/ia64/src/ Fix ia64 memcpy() broken in the last change.  
/trunk/kernel/arch/ia64/src/asm.S
3274 5774 d 0 h jermar /trunk/ memcpy(), memmove() and similar functions return dst instead of src.
Fix all implementations, including those in assembly. ppc32 assembly
version didn't seem to be affected by this.
 
/trunk/boot/arch/arm32/loader/asm.S
/trunk/boot/arch/mips32/loader/asm.S
/trunk/boot/arch/sparc64/loader/asm.S
/trunk/kernel/arch/amd64/src/asm_utils.S
/trunk/kernel/arch/arm32/src/asm.S
/trunk/kernel/arch/ia32/src/asm.S
/trunk/kernel/arch/ia32xen/src/asm.S
/trunk/kernel/arch/ia64/src/asm.S
/trunk/kernel/arch/mips32/src/asm.S
/trunk/kernel/arch/sparc64/src/asm.S
/trunk/kernel/generic/src/lib/memstr.c
/trunk/uspace/lib/libc/generic/string.c
3249 5777 d 20 h jermar /trunk/kernel/doc/ Add Jiri Svoboda to AUTHORS and remove email addresses.  
/trunk/kernel/doc/AUTHORS
3248 5777 d 20 h jermar /trunk/kernel/doc/ BUGS_FOUND is now out of date and it would require too much effort to keep it up
to date.
 
/trunk/kernel/doc/BUGS_FOUND
3246 5777 d 21 h jermar /trunk/ cstyle  
/trunk/kernel/generic/src/lib/rd.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
3240 5784 d 5 h decky / move unfinished ObjC support to a separate branch  
/branches/cs
/trunk/kernel/generic/include/lib/objc.h
/trunk/kernel/generic/include/lib/objc_ext.h
/trunk/kernel/generic/src/lib/objc.c
/trunk/kernel/generic/src/lib/objc_ext.c
/trunk/kernel/Makefile
/trunk/kernel/arch/ia32/src/mm/as.c
/trunk/kernel/genarch/include/mm/page_pt.h
/trunk/kernel/genarch/src/mm/as_pt.c
/trunk/kernel/generic/include/mm/as.h
/trunk/kernel/generic/src/mm/as.c
/trunk/kernel/kernel.config
3236 5787 d 19 h decky /trunk/kernel/arch/mips32/src/mm/ limit physical memory to 512 MB (more cannot be used right now, see ticket #29)
fix physical memory detection in gxemul (which doesn't honor uncached flag in TLB)
 
/trunk/kernel/arch/mips32/src/mm/frame.c
3234 5788 d 0 h decky /trunk/ reintroduce support for MSIM text console in user space  
/trunk/uspace/srv/fb/msim.c
/trunk/uspace/srv/fb/msim.h
/trunk/kernel/arch/ia32/src/drivers/ega.c
/trunk/kernel/arch/mips32/include/drivers/msim.h
/trunk/kernel/arch/mips32/include/drivers/serial.h
/trunk/kernel/arch/mips32/src/drivers/msim.c
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fb/main.c
3233 5788 d 0 h decky /trunk/ remove dummy page coloring facility, which is currenty not used  
/trunk/kernel/arch/amd64/include/mm/page.h
/trunk/kernel/arch/arm32/include/mm/page.h
/trunk/kernel/arch/ia32/include/mm/page.h
/trunk/kernel/arch/ia32xen/include/mm/page.h
/trunk/kernel/arch/ia64/include/mm/page.h
/trunk/kernel/arch/mips32/include/mm/page.h
/trunk/kernel/arch/ppc32/include/mm/page.h
/trunk/kernel/arch/ppc64/include/mm/page.h
/trunk/kernel/arch/sparc64/include/mm/page.h
/trunk/kernel/generic/include/mm/page.h
/trunk/uspace/lib/libc/arch/amd64/include/config.h
/trunk/uspace/lib/libc/arch/arm32/include/config.h
/trunk/uspace/lib/libc/arch/ia32/include/config.h
/trunk/uspace/lib/libc/arch/ia64/include/config.h
/trunk/uspace/lib/libc/arch/mips32/include/config.h
/trunk/uspace/lib/libc/arch/ppc32/include/config.h
/trunk/uspace/lib/libc/arch/ppc64/include/config.h
/trunk/uspace/lib/libc/arch/sparc64/include/config.h
3232 5788 d 2 h decky /trunk/kernel/arch/mips32/src/mm/ fixes  
/trunk/kernel/arch/mips32/src/mm/frame.c
3231 5788 d 2 h decky /trunk/kernel/arch/mips32/src/mm/ finer granularity (256 KiB)  
/trunk/kernel/arch/mips32/src/mm/frame.c
3230 5788 d 2 h decky /trunk/kernel/arch/mips32/ fix off-by-one bug
cleanup
 
/trunk/kernel/arch/mips32/include/mm/tlb.h
/trunk/kernel/arch/mips32/src/mm/frame.c
3229 5788 d 4 h jermar /trunk/kernel/generic/include/ Improve definition of generic macros.  
/trunk/kernel/generic/include/macros.h
3228 5788 d 12 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 5788 d 20 h decky /trunk/kernel/arch/ia32/src/drivers/ remove unnecessary newline  
/trunk/kernel/arch/ia32/src/drivers/ega.c
3226 5789 d 3 h decky /trunk/kernel/arch/ia32/ fix no-mmx option  
/trunk/kernel/arch/ia32/Makefile.inc
3225 5790 d 5 h jermar /trunk/kernel/generic/src/sysinfo/ Check the validity of the 'len' argument for sysinfo syscalls.  
/trunk/kernel/generic/src/sysinfo/sysinfo.c

Show All