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
/
sparc
/
kernel
/
arch
/
ia64
/
include
/
atomic.h
@ 3672
– Rev 3593
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
3593
5827 d 15 h
rimsky
/branches/sparc/
Merged latest trunk changes into sparc branch.
3343
5917 d 21 h
decky
/branches/sparc/
add sparc branch
2082
6493 d 1 h
decky
/trunk/
__asm__ __volatile__ -> asm volatile
2071
6497 d 18 h
jermar
/trunk/
(c) versus (C)
1888
6622 d 21 h
jermar
/trunk/
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
1787
6687 d 20 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1702
6716 d 0 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
1107
6798 d 16 h
jermar
/kernel/trunk/
Small atomic #include and typedef changes.
1104
6798 d 21 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.
1024
6805 d 19 h
jermar
/kernel/trunk/
Redefine semantics of unary atomic operations.
Add test to verify that an architecture understands the semantics correctly.
627
6895 d 21 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 22 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 18 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6906 d 19 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
501
6918 d 23 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
478
6929 d 21 h
jermar
/SPARTAN/trunk/
Re-aply mistakenly reverted changes.
477
6930 d 0 h
vana
/SPARTAN/trunk/
Atomic inc & dec functions synchronized on all ia32,ia64 and mips platforms. Now there are 3 versions which returns no value, new value and old value och changed variable.
475
6931 d 0 h
jermar
/SPARTAN/trunk/
Define atomic_t type.
112
7087 d 17 h
jermar
/SPARTAN/trunk/
Define two placeholder functions for atomic_inc and atomic_dec on IA-64.
Add Ondrej Palkovsky to doc/AUTHORS.
Tweaks in IA-32 low level code to bring SMP back to life. (SMP still broken)
35
7124 d 3 h
jermar
/SPARTAN/trunk/
Early support for IA-64 architecture.