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
/
uspace
/
lib
/
libc
/
arch
/
sparc64
/
include
/
atomic.h
@ 3857
– Rev 3343
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
3343
5917 d 22 h
decky
/branches/sparc/
add sparc branch
2541
6245 d 2 h
jermar
/trunk/uspace/
Header cleanup.
Move off_t, size_t and ssize_t into sys/types.h.
Get rid off the non-standard and dummy types.h.
2479
6341 d 1 h
jermar
/trunk/
New, better-structured, directory layout for uspace.
2192
6419 d 0 h
decky
/trunk/uspace/libc/arch/sparc64/include/
fix uspace atomic_add according kernel code
2082
6493 d 2 h
decky
/trunk/
__asm__ __volatile__ -> asm volatile
2071
6497 d 18 h
jermar
/trunk/
(c) versus (C)
1890
6619 d 3 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 22 h
jermar
/trunk/
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
1864
6633 d 15 h
jermar
/trunk/
sparc64 update.
- Prototype userspace layer implementation that
at least relates to sparc64 and compiles cleanly.
- Fixes for kernel's preemptible_handler and code
related to running userspace.
- Enable userspace. Several dozen instructions
are now run in userspace! We are pretty near
the userspace milestone for sparc64.
1797
6682 d 15 h
decky
/trunk/uspace/
dummy Sparc64 uspace support (it just compiles)