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
3244 5778 d 11 h jermar /trunk/ Split mktmpfs.py to a TMPFS specific part and a HORD specific part. The latter
is moved to mkhord.py and can be reused for FAT16 images as well. mktmpfs.py and
mkfat.sh define the same interface now. Modify makefiles to use the modified
interface (e.g. do not pass alignment to either mktmpfs.py or mkfat.sh). FAT16
initrd image can be now loaded as initrd on amd64 and gets recognized as a
ramdisk image.
 
/trunk/tools/mkhord.py
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/tools/mktmpfs.py
3243 5779 d 12 h jermar /trunk/ Boot infrastructure support for FAT16 init ramdisks.
Only amd64 so far.
 
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/amd64/grub/menu.lst
/trunk/boot/boot.config
/trunk/uspace/app/init/init.c
3242 5780 d 13 h jermar /trunk/tools/ Introduce a script for preparing FAT16 image.
Depends on mtools.
 
/trunk/tools/mkfat.sh
3240 5783 d 22 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
3239 5784 d 16 h jermar /trunk/boot/arch/sparc64/ Don't ask whether to replace image.boot.gz if it already exists.  
/trunk/boot/arch/sparc64/Makefile.inc
3238 5784 d 16 h jermar /trunk/uspace/lib/libc/ Add strdup(), contributed by Tim Post.  
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/string.h
3237 5786 d 15 h jermar /trunk/boot/arch/sparc64/ Compress image.boot when creating a sparc64 bootable CD, making thus use
of SILO's decompressing ability.
 
/trunk/boot/arch/sparc64/Makefile.inc
/trunk/boot/arch/sparc64/silo/silo.conf
3236 5787 d 13 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
3235 5787 d 18 h decky /trunk/uspace/srv/fb/ clear screen not until successful connection from console  
/trunk/uspace/srv/fb/msim.c
3234 5787 d 18 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 5787 d 18 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 5787 d 20 h decky /trunk/kernel/arch/mips32/src/mm/ fixes  
/trunk/kernel/arch/mips32/src/mm/frame.c
3231 5787 d 20 h decky /trunk/kernel/arch/mips32/src/mm/ finer granularity (256 KiB)  
/trunk/kernel/arch/mips32/src/mm/frame.c
3230 5787 d 20 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 5787 d 22 h jermar /trunk/kernel/generic/include/ Improve definition of generic macros.  
/trunk/kernel/generic/include/macros.h
3228 5788 d 5 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 14 h decky /trunk/kernel/arch/ia32/src/drivers/ remove unnecessary newline  
/trunk/kernel/arch/ia32/src/drivers/ega.c
3226 5788 d 21 h decky /trunk/kernel/arch/ia32/ fix no-mmx option  
/trunk/kernel/arch/ia32/Makefile.inc
3225 5789 d 23 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 5806 d 1 h svoboda /trunk/uspace/app/tetris/ Fix tetris :) - expecting console at a fixed phone number  
/trunk/uspace/app/tetris/input.c

Show All