Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
3536 5678 d 17 h svoboda /branches/tracing/ Merge latest trunk changes into tracing.  
2787 5897 d 19 h decky /branches/tracing/ add dynamic linking, debugging and tracing branch  
2272 6240 d 17 h jermar /trunk/kernel/ Indentation and formatting fixes.  
2071 6332 d 15 h jermar /trunk/ (c) versus (C)  
2049 6363 d 23 h jermar /trunk/kernel/arch/sparc64/src/ More formatting and indentation changes.  
1987 6390 d 16 h jermar /trunk/kernel/arch/sparc64/src/ Take the possible difference between kernel and physical address into account in TSB and userspace window buffer
allocation and deallocation code.
 
1857 6472 d 19 h jermar /trunk/kernel/arch/sparc64/ sparc64 work.
More bits needed to reach the userspace milestone were added.
The preemptible_handler(), still a prototype, now contains all functionality it needs.
Some sanitation was added to functions expecting page-aligned pointers to
userspace window buffer.
 
1854 6474 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.