HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
branches
/
rcu
/
kernel
/
arch
/
sparc64
/
src
/
proc
/
thread.c
@ 2421
– Rev 2307
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2307
6388 d 10 h
hudecek
/branches/rcu/
Updated branch to latest trunk revision
2131
6431 d 15 h
decky
/branches/
add development branches
2071
6497 d 11 h
jermar
/trunk/
(c) versus (C)
2049
6528 d 20 h
jermar
/trunk/kernel/arch/sparc64/src/
More formatting and indentation changes.
1987
6555 d 13 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
6637 d 16 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
6638 d 21 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.