HelenOS-historic
HelenOS
HelenOS-doc
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-historic
(root)
/
kernel
/
trunk
/
arch
/
sparc64
/
include
/
atomic.h
@ 1510
– Rev 1784
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
1784
6688 d 6 h
jermar
/kernel/trunk/
Sync OpenFirmware functionality with boot.
Random cleanup.
1780
6694 d 10 h
jermar
/kernel/trunk/
Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).
1702
6715 d 13 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
1104
6798 d 10 h
jermar
/kernel/trunk/
Define atomic_t only once in atomic.h
Change the encapsulated counter type to long so that it supports negative values as well.
1082
6803 d 7 h
jermar
/kernel/trunk/arch/sparc64/include/
Fix atomic_postdec() operation.
1024
6805 d 8 h
jermar
/kernel/trunk/
Redefine semantics of unary atomic operations.
Add test to verify that an architecture understands the semantics correctly.
863
6827 d 4 h
jermar
/kernel/trunk/arch/sparc64/
sparc64 work.
Add initial TLB miss handlers.
861
6827 d 14 h
jermar
/kernel/trunk/arch/sparc64/include/
Add atomic_add() operation for sparc64.
627
6895 d 10 h
jermar
/kernel/trunk/
Fix ia64 and sparc64 to compile with new atomic_t.
Fix rwlock test #5 and semaphore test #1 to compile with new atomic_t.
sparc64 work.
TBA must be set before a function call when MMU is switched off.
625
6895 d 11 h
palkovsky
/kernel/trunk/
We are now almost -Wall clean.
- redefined atomic_t
- deleted many, many unused variables
- some minor code cleanups found using compiler warning.
534
6906 d 7 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6906 d 8 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
501
6918 d 12 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
475
6930 d 13 h
jermar
/SPARTAN/trunk/
Define atomic_t type.
418
6949 d 6 h
jermar
/SPARTAN/trunk/
sparc64 infrastructure.