Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1113 6685 d 6 h palkovsky /uspace/trunk/ Added symbolic links 'libarch','libadt','libipc' into libc/include,
so that it can be easily used from anywhere.
Renamed thread_main to __thread_main.
Allowed MIPS to compile with -O0.
Added non-preemptible threads support (not yet secured by futexes).
Added simple way to hold Thread Local Storage. Support for compiler
will be added later.
This update breaks IA64 uspace.

There is some forgotten spinlock_lock() in futexes, amd64 gets locked
in the secod uspace thread probably with preemption disabled.
 
/uspace/trunk/libc/arch/amd64/include/atomic.h
/uspace/trunk/libc/arch/amd64/include/context_offset.h
/uspace/trunk/libc/arch/amd64/include/psthread.h
/uspace/trunk/libc/arch/amd64/include/thread.h
/uspace/trunk/libc/arch/amd64/src/psthread.S
/uspace/trunk/libc/arch/ia32/include/atomic.h
/uspace/trunk/libc/arch/ia64/include/atomic.h
/uspace/trunk/libc/arch/mips32/include/atomic.h
/uspace/trunk/libc/arch/mips32/include/context_offset.h
/uspace/trunk/libc/arch/mips32/include/psthread.h
/uspace/trunk/libc/arch/mips32/include/thread.h
/uspace/trunk/libc/arch/mips32/src/psthread.S
/uspace/trunk/libc/generic/psthread.c
/uspace/trunk/libc/include/psthread.h
/uspace/trunk/libc/include/types.h
/uspace/trunk/libc/arch/amd64/include/atomic_arch.h
/uspace/trunk/libc/arch/ia32/include/atomic_arch.h
/uspace/trunk/libc/arch/ia64/include/atomic_arch.h
/uspace/trunk/libc/arch/mips32/include/atomic_arch.h
/uspace/trunk/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/Makefile.toolchain
/uspace/trunk/libc/arch/amd64/Makefile.inc
/uspace/trunk/libc/arch/amd64/src/entry.s
/uspace/trunk/libc/arch/amd64/src/thread_entry.s
/uspace/trunk/libc/arch/ia32/Makefile.inc
/uspace/trunk/libc/arch/ia32/src/entry.s
/uspace/trunk/libc/arch/ia32/src/thread_entry.s
/uspace/trunk/libc/arch/ia64/src/entry.s
/uspace/trunk/libc/arch/ia64/src/thread_entry.s
/uspace/trunk/libc/arch/mips32/Makefile.inc
/uspace/trunk/libc/arch/mips32/src/entry.s
/uspace/trunk/libc/arch/mips32/src/thread_entry.s
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/libc/generic/thread.c
/uspace/trunk/libc/include/atomic.h
/uspace/trunk/libc/include/io/io.h
/uspace/trunk/libc/include/libc.h
/uspace/trunk/libc/include/stdarg.h
/uspace/trunk/libc/include/stdint.h
/uspace/trunk/libc/include/thread.h
/uspace/trunk/libc/include/unistd.h
/uspace/trunk/libc/malloc/malloc.c
1028 6692 d 16 h palkovsky /uspace/trunk/ Added simple testing skeleton for nameservice.
Added support for ipc_connect_to_me, some fixes.
 
/uspace/trunk/ns
/uspace/trunk/ns/Makefile
/uspace/trunk/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h
/uspace/trunk/libipc/include/ns.h
1013 6693 d 4 h palkovsky /uspace/trunk/ Allow correct rebuilding based on boot architecture.  
/uspace/trunk/Makefile
996 6693 d 19 h cejka /uspace/trunk/ List from LibAdt converted to userspace.
Hash_table not converted yet.
 
/uspace/trunk/libadt
/uspace/trunk/libadt/Makefile
/uspace/trunk/libadt/generic
/uspace/trunk/libadt/generic/hash_table.c
/uspace/trunk/libadt/generic/list.c
/uspace/trunk/libadt/include
/uspace/trunk/libadt/include/fifo.h
/uspace/trunk/libadt/include/hash_table.h
/uspace/trunk/libadt/include/list.h
/uspace/trunk/Makefile
994 6693 d 20 h jermar /uspace/trunk/ Integrate softint.a into ia64 building process.  
/uspace/trunk/Makefile
/uspace/trunk/init/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libc/arch/ia64/Makefile.inc
/uspace/trunk/softint/Makefile
991 6693 d 21 h cejka /uspace/trunk/ SoftInt ported to userspace.  
/uspace/trunk/softint
/uspace/trunk/softint/Makefile
/uspace/trunk/softint/Makefile.toolchain
/uspace/trunk/softint/generic
/uspace/trunk/softint/generic/division.c
/uspace/trunk/softint/include
/uspace/trunk/softint/include/division.h
/uspace/trunk/Makefile
954 6694 d 21 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
774 6732 d 4 h palkovsky /uspace/trunk/ Allow ia32 native compiler for uspace.  
/uspace/trunk/Makefile
/uspace/trunk/uspace.config
706 6752 d 2 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
535 6793 d 20 h cejka /uspace/trunk/ Small fix in build script.
Initial work on softfloat library.
 
/uspace/trunk/softfloat
/uspace/trunk/softfloat/generic
/uspace/trunk/softfloat/generic/softfloat.c
/uspace/trunk/softfloat/include
/uspace/trunk/softfloat/include/softfloat.h
/uspace/trunk/Makefile
/uspace/trunk/tools/build
502 6806 d 1 h decky /uspace/trunk/ break up uspace into separate parts  
/uspace/trunk/init
/uspace/trunk/init/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libc/Makefile.toolchain
/uspace/trunk/libc/_link.ld.in
/uspace/trunk/_link.ld.in
/uspace/trunk/init.c
/uspace/trunk/Makefile
/uspace/trunk/libc/Makefile
500 6806 d 3 h decky /uspace/trunk/ uspace build scripts  
/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
/uspace/trunk/tools/build
/uspace/trunk/tools/clean
/uspace/trunk/Makefile
496 6806 d 5 h decky /uspace/trunk/ uspace building  
/uspace/trunk/Makefile
/uspace/trunk/_link.ld.in
/uspace/trunk/_link.ld
/uspace/trunk/libc/Makefile