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
/
tracing
/
kernel
/
arch
/
sparc64
/
include
/
atomic.h
@ 3759
– Rev 4692
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
4692
5552 d 15 h
svoboda
/branches/tracing/
Merge trunk changes up to r4686.
4377
5652 d 14 h
svoboda
/branches/tracing/
Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing.
3425
5890 d 0 h
svoboda
/branches/tracing/
Merge latest trunk changes into tracing (broken)
2787
6062 d 18 h
decky
/branches/tracing/
add dynamic linking, debugging and tracing branch
2129
6464 d 13 h
jermar
/trunk/
Fix small problem in sparc64 port.
Bump version to 0.2.0.4 (Sunset).
2089
6486 d 21 h
decky
/trunk/
huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
2082
6492 d 21 h
decky
/trunk/
__asm__ __volatile__ -> asm volatile
2071
6497 d 13 h
jermar
/trunk/
(c) versus (C)
1903
6609 d 14 h
jermar
/trunk/
SMP stuff for sparc64.
Almost complete except for IPIs.
The absence of IPI support deadlocks
the kernel when more CPUs are configured.
1902
6610 d 18 h
jermar
/trunk/kernel/arch/sparc64/include/
Implement spinlock and test_and_set for sparc64.
1890
6618 d 22 h
jermar
/trunk/
- Create a dedicated slab cache for as_t objects and switch from malloc/free to slab_alloc/slab_free for
them.
- Slightly fix and improve both the kernel and userspace atomic_add() on sparc64.
- More TSB work on the sparc64 front.
1888
6622 d 17 h
jermar
/trunk/
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
1860
6636 d 15 h
jermar
/trunk/kernel/
A lot of untested sparc64 stuff:
- Write ASID to hardware when a thread is about to run in userspace.
- Add userspace() and switch_to_userspace() functions.
- Handle special cases when the userspace spill/fill handler causes MMU trap.
- Resolve some TODOs in the existing sparc64 code.
- sparc64 has now C99 compliant header guards.
- Formatting and indentation fixes.
1787
6687 d 16 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1784
6688 d 13 h
jermar
/kernel/trunk/
Sync OpenFirmware functionality with boot.
Random cleanup.
1780
6694 d 17 h
jermar
/kernel/trunk/
Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).
1702
6715 d 19 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
1104
6798 d 17 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 14 h
jermar
/kernel/trunk/arch/sparc64/include/
Fix atomic_postdec() operation.
1024
6805 d 15 h
jermar
/kernel/trunk/
Redefine semantics of unary atomic operations.
Add test to verify that an architecture understands the semantics correctly.
←Prev
1
2
Next→
Show All