Subversion Repositories HelenOS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3386 5756 d 3 h decky /branches/network/ add new network branch (copy of current trunk)  
/branches/network
2830 5903 d 3 h jermar /trunk/ Add (c) and the modified BSD license to the config system.  
/trunk/HelenOS.config
/trunk/boot/boot.config
/trunk/kernel/kernel.config
/trunk/tools/config.py
/trunk/uspace/uspace.config
2443 6216 d 21 h jermar /trunk/ sscc -> suncc  
/trunk/HelenOS.config
/trunk/boot/boot.config
/trunk/kernel/Makefile
/trunk/kernel/kernel.config
/trunk/uspace/uspace.config
2442 6216 d 21 h jermar /trunk/ Add dummy option for Sun Studio C Compiler.
For each architecture, offer only compilers that support the target.
 
/trunk/HelenOS.config
/trunk/boot/boot.config
/trunk/kernel/kernel.config
/trunk/uspace/uspace.config
2438 6216 d 22 h decky /trunk/ update for new compiler configuration scheme  
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc64/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/boot/boot.config
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/tools/build
/trunk/uspace/libc/Makefile.toolchain
/trunk/uspace/uspace.config
2128 6325 d 0 h jermar /trunk/ Add arm32 architecture. The 32 suffix is used to specify that 16-bit Thumb
instructions are not used. The arm32 code is mostly composed of placeholders
that need to be replaced by real implementation. So far, the arm32 tree
only compiles. If run under GXEmul simulator, an infinit loop at the
kernel entry point will be entered.
 
/trunk/boot/arch/arm32
/trunk/boot/arch/arm32/Makefile.inc
/trunk/contrib/toolchain/toolchain.arm32.sh
/trunk/kernel/arch/arm32
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/_link.ld.in
/trunk/kernel/arch/arm32/include
/trunk/kernel/arch/arm32/include/arch.h
/trunk/kernel/arch/arm32/include/arg.h
/trunk/kernel/arch/arm32/include/asm.h
/trunk/kernel/arch/arm32/include/atomic.h
/trunk/kernel/arch/arm32/include/barrier.h
/trunk/kernel/arch/arm32/include/byteorder.h
/trunk/kernel/arch/arm32/include/context.h
/trunk/kernel/arch/arm32/include/cpu.h
/trunk/kernel/arch/arm32/include/cycle.h
/trunk/kernel/arch/arm32/include/debug.h
/trunk/kernel/arch/arm32/include/elf.h
/trunk/kernel/arch/arm32/include/exception.h
/trunk/kernel/arch/arm32/include/faddr.h
/trunk/kernel/arch/arm32/include/fpu_context.h
/trunk/kernel/arch/arm32/include/interrupt.h
/trunk/kernel/arch/arm32/include/memstr.h
/trunk/kernel/arch/arm32/include/mm
/trunk/kernel/arch/arm32/include/mm/as.h
/trunk/kernel/arch/arm32/include/mm/asid.h
/trunk/kernel/arch/arm32/include/mm/frame.h
/trunk/kernel/arch/arm32/include/mm/memory_init.h
/trunk/kernel/arch/arm32/include/mm/page.h
/trunk/kernel/arch/arm32/include/mm/tlb.h
/trunk/kernel/arch/arm32/include/proc
/trunk/kernel/arch/arm32/include/proc/task.h
/trunk/kernel/arch/arm32/include/proc/thread.h
/trunk/kernel/arch/arm32/include/types.h
/trunk/kernel/arch/arm32/src
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/context.S
/trunk/kernel/arch/arm32/src/cpu
/trunk/kernel/arch/arm32/src/cpu/cpu.c
/trunk/kernel/arch/arm32/src/ddi
/trunk/kernel/arch/arm32/src/ddi/ddi.c
/trunk/kernel/arch/arm32/src/dummy.S
/trunk/kernel/arch/arm32/src/mm
/trunk/kernel/arch/arm32/src/mm/as.c
/trunk/kernel/arch/arm32/src/mm/frame.c
/trunk/kernel/arch/arm32/src/mm/page.c
/trunk/kernel/arch/arm32/src/start.S
/trunk/uspace/kbd/arch/arm32
/trunk/uspace/kbd/arch/arm32/include
/trunk/uspace/kbd/arch/arm32/include/kbd.h
/trunk/uspace/kbd/arch/arm32/src
/trunk/uspace/kbd/arch/arm32/src/kbd.c
/trunk/uspace/libc/arch/arm32
/trunk/uspace/libc/arch/arm32/Makefile.inc
/trunk/uspace/libc/arch/arm32/_link.ld.in
/trunk/uspace/libc/arch/arm32/include
/trunk/uspace/libc/arch/arm32/include/atomic.h
/trunk/uspace/libc/arch/arm32/include/config.h
/trunk/uspace/libc/arch/arm32/include/endian.h
/trunk/uspace/libc/arch/arm32/include/faddr.h
/trunk/uspace/libc/arch/arm32/include/limits.h
/trunk/uspace/libc/arch/arm32/include/psthread.h
/trunk/uspace/libc/arch/arm32/include/stackarg.h
/trunk/uspace/libc/arch/arm32/include/syscall.h
/trunk/uspace/libc/arch/arm32/include/thread.h
/trunk/uspace/libc/arch/arm32/include/types.h
/trunk/uspace/libc/arch/arm32/src
/trunk/uspace/libc/arch/arm32/src/dummy.S
/trunk/uspace/libc/arch/arm32/src/entry.s
/trunk/uspace/libc/arch/arm32/src/psthread.S
/trunk/uspace/libc/arch/arm32/src/syscall.c
/trunk/uspace/libc/arch/arm32/src/thread.c
/trunk/uspace/libc/arch/arm32/src/thread_entry.s
/trunk/uspace/softfloat/arch/arm32
/trunk/uspace/softfloat/arch/arm32/include
/trunk/uspace/softfloat/arch/arm32/include/functions.h
/trunk/HelenOS.config
/trunk/Makefile
/trunk/boot/boot.config
/trunk/kernel/generic/include/lib/elf.h
/trunk/kernel/generic/src/mm/frame.c
/trunk/kernel/kernel.config
/trunk/uspace/libc/include/ctype.h
/trunk/uspace/uspace.config
1802 6535 d 19 h decky /trunk/ cleanup and unify the build system  
/trunk/HelenOS.config
/trunk/Makefile
/trunk/tools
/trunk/tools/config.py
/trunk/version
/trunk/boot/tools/config.py
/trunk/kernel/tools/config.py
/trunk/uspace/tools
/trunk/boot/Makefile
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/Makefile.inc
/trunk/boot/arch/mips32/Makefile.inc
/trunk/boot/arch/ppc32/Makefile.inc
/trunk/boot/arch/ppc64/Makefile.inc
/trunk/boot/arch/sparc64/Makefile.inc
/trunk/boot/arch/xen32/Makefile.inc
/trunk/boot/boot.config
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/Makefile.inc
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/ppc32/Makefile.inc
/trunk/kernel/arch/ppc64/Makefile.inc
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/kernel.config
/trunk/uspace/Makefile
/trunk/uspace/uspace.config
1787 6541 d 1 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
/trunk
/trunk/boot
/trunk/kernel
/trunk/uspace
/boot/trunk
/kernel/trunk
/uspace/trunk
1660 6574 d 11 h palkovsky /uspace/trunk/ FPU psthread support for mips.  
/uspace/trunk/Makefile
/uspace/trunk/libc/arch/mips32/Makefile.inc
/uspace/trunk/libc/arch/mips32/include/context_offset.h
/uspace/trunk/libc/arch/mips32/include/psthread.h
/uspace/trunk/libc/arch/mips32/src/entry.s
/uspace/trunk/libc/arch/mips32/src/psthread.S
/uspace/trunk/uspace.config
1400 6591 d 23 h decky /uspace/trunk/ initial ppc64 support  
/uspace/trunk/libc/arch/ppc64
/uspace/trunk/libc/arch/ppc64/Makefile.inc
/uspace/trunk/libc/arch/ppc64/_link.ld.in
/uspace/trunk/libc/arch/ppc64/include
/uspace/trunk/libc/arch/ppc64/include/atomic.h
/uspace/trunk/libc/arch/ppc64/include/context_offset.h
/uspace/trunk/libc/arch/ppc64/include/endian.h
/uspace/trunk/libc/arch/ppc64/include/limits.h
/uspace/trunk/libc/arch/ppc64/include/psthread.h
/uspace/trunk/libc/arch/ppc64/include/regname.h
/uspace/trunk/libc/arch/ppc64/include/stackarg.h
/uspace/trunk/libc/arch/ppc64/include/thread.h
/uspace/trunk/libc/arch/ppc64/include/types.h
/uspace/trunk/libc/arch/ppc64/src
/uspace/trunk/libc/arch/ppc64/src/entry.s
/uspace/trunk/libc/arch/ppc64/src/psthread.S
/uspace/trunk/libc/arch/ppc64/src/syscall.c
/uspace/trunk/libc/arch/ppc64/src/thread.c
/uspace/trunk/libc/arch/ppc64/src/thread_entry.s
/uspace/trunk/libc/arch/ppc32/Makefile.inc
/uspace/trunk/libc/arch/ppc32/include/endian.h
/uspace/trunk/libc/arch/ppc32/include/limits.h
/uspace/trunk/libc/arch/ppc32/include/thread.h
/uspace/trunk/uspace.config
1232 6619 d 6 h jermar /uspace/trunk/ Sort architectures alphabetically in uspace configuration.  
/uspace/trunk/uspace.config
1217 6620 d 22 h decky /uspace/trunk/ basic ppc32 libc platform-specific files  
/uspace/trunk/libc/arch/ppc32
/uspace/trunk/libc/arch/ppc32/Makefile.inc
/uspace/trunk/libc/arch/ppc32/_link.ld.in
/uspace/trunk/libc/arch/ppc32/include
/uspace/trunk/libc/arch/ppc32/include/atomic.h
/uspace/trunk/libc/arch/ppc32/include/context_offset.h
/uspace/trunk/libc/arch/ppc32/include/psthread.h
/uspace/trunk/libc/arch/ppc32/include/stackarg.h
/uspace/trunk/libc/arch/ppc32/include/thread.h
/uspace/trunk/libc/arch/ppc32/include/types.h
/uspace/trunk/libc/arch/ppc32/src
/uspace/trunk/libc/arch/ppc32/src/entry.s
/uspace/trunk/libc/arch/ppc32/src/psthread.S
/uspace/trunk/libc/arch/ppc32/src/syscall.c
/uspace/trunk/libc/arch/ppc32/src/thread.c
/uspace/trunk/libc/arch/ppc32/src/thread_entry.s
/uspace/trunk/uspace.config
954 6661 d 0 h palkovsky /uspace/trunk/ Added very basic IPC userspace stuff.  
/uspace/trunk/libipc
/uspace/trunk/libipc/Makefile
/uspace/trunk/libipc/generic
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include
/uspace/trunk/libipc/include/ipc.h
/uspace/trunk/Makefile
/uspace/trunk/init/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/arch/mips32/src/syscall.c
/uspace/trunk/libc/generic/io.c
/uspace/trunk/libc/include/libc.h
/uspace/trunk/uspace.config
908 6671 d 5 h jermar /uspace/trunk/ Start ia64 uspace.  
/uspace/trunk/libc/arch/ia64
/uspace/trunk/libc/arch/ia64/Makefile.inc
/uspace/trunk/libc/arch/ia64/_link.ld.in
/uspace/trunk/libc/arch/ia64/include
/uspace/trunk/libc/arch/ia64/include/types.h
/uspace/trunk/libc/arch/ia64/src
/uspace/trunk/libc/arch/ia64/src/entry.s
/uspace/trunk/libc/arch/ia64/src/syscall.c
/uspace/trunk/uspace.config
848 6684 d 22 h palkovsky /uspace/trunk/ Added userspace for MIPS32-Big endian.  
/uspace/trunk/libc/arch/mips32eb/Makefile.inc
/uspace/trunk/uspace.config
805 6695 d 17 h palkovsky /uspace/trunk/ Added AMD64 userspace.  
/uspace/trunk/libc/arch/amd64
/uspace/trunk/libc/arch/amd64/Makefile.inc
/uspace/trunk/libc/arch/amd64/_link.ld.in
/uspace/trunk/libc/arch/amd64/include
/uspace/trunk/libc/arch/amd64/include/types.h
/uspace/trunk/libc/arch/amd64/src
/uspace/trunk/libc/arch/amd64/src/entry.s
/uspace/trunk/libc/arch/amd64/src/syscall.S
/uspace/trunk/libc/arch/mips32eb/_link.ld.in
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/arch/ia32/Makefile.inc
/uspace/trunk/libc/arch/mips32/Makefile.inc
/uspace/trunk/uspace.config
774 6698 d 7 h palkovsky /uspace/trunk/ Allow ia32 native compiler for uspace.  
/uspace/trunk/Makefile
/uspace/trunk/uspace.config
706 6718 d 5 h decky /uspace/trunk/ use new style uspace configuration  
/uspace/trunk/tools/config.py
/uspace/trunk/uspace.config
/uspace/trunk/build.ia32
/uspace/trunk/build.mips32
/uspace/trunk/build.mips32el
/uspace/trunk/clean
/uspace/trunk/clean.ia32
/uspace/trunk/clean.mips32
/uspace/trunk/clean.mips32el
/uspace/trunk/tools/build
/uspace/trunk/tools/clean
/uspace/trunk/Makefile