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
1854 6517 d 0 h jermar /trunk/kernel/ Define architecture-specific thread sub-constructors and sub-destructors on all architectures.
Define the THREAD_FLAG_USPACE which means that the thread runs in user space.
The forementioned changes allow for allocating of user window buffer on sparc64
threads that execute in userspace.

A lot of formatting and indentation fixes.
 
/trunk/kernel/arch/sparc64/src/proc/thread.c
/trunk/kernel/arch/amd64/include/proc/task.h
/trunk/kernel/arch/amd64/include/proc/thread.h
/trunk/kernel/arch/amd64/src/proc/thread.c
/trunk/kernel/arch/ia32/include/proc/task.h
/trunk/kernel/arch/ia32/include/proc/thread.h
/trunk/kernel/arch/ia32/src/proc/scheduler.c
/trunk/kernel/arch/ia32/src/proc/task.c
/trunk/kernel/arch/ia32/src/proc/thread.c
/trunk/kernel/arch/ia64/include/proc/thread.h
/trunk/kernel/arch/mips32/include/proc/thread.h
/trunk/kernel/arch/ppc32/include/proc/thread.h
/trunk/kernel/arch/ppc64/include/proc/thread.h
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/arch/sparc64/include/arch.h
/trunk/kernel/arch/sparc64/include/barrier.h
/trunk/kernel/arch/sparc64/include/proc/thread.h
/trunk/kernel/arch/sparc64/include/trap/regwin.h
/trunk/kernel/generic/include/mm/frame.h
/trunk/kernel/generic/include/proc/thread.h
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/mm/frame.c
/trunk/kernel/generic/src/proc/scheduler.c
/trunk/kernel/generic/src/proc/thread.c