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
/
generic
/
include
/
align.h
@ 4164
– Rev 4377
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
4377
5654 d 1 h
svoboda
/branches/tracing/
Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing.
2787
6064 d 5 h
decky
/branches/tracing/
add dynamic linking, debugging and tracing branch
2071
6499 d 1 h
jermar
/trunk/
(c) versus (C)
1860
6638 d 2 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.
1819
6671 d 22 h
decky
/trunk/kernel/generic/include/
formatting changes
1787
6689 d 3 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1702
6717 d 7 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
866
6828 d 10 h
jermar
/kernel/trunk/generic/include/
Remove nasty ppc32 hack.
ppc32 now uses the stock ALIGN_UP().
587
6902 d 5 h
jermar
/kernel/trunk/
Nasty hack for ppc32.
Main Makefile now passes -D$(ARCH) so that it is possible to have ugly architectural #ifdefs.
571
6903 d 21 h
jermar
/kernel/trunk/generic/include/
Missing braces.
By the way, new ALIGN_UP broke ppc32 (commits 564 vs. 565).
565
6904 d 22 h
jermar
/kernel/trunk/generic/include/
Improved ALIGN_UP.
564
6904 d 22 h
jermar
/kernel/trunk/
Send in some improvements.
534
6908 d 2 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6908 d 2 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
501
6920 d 6 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
430
6940 d 23 h
jermar
/SPARTAN/trunk/
Move src/ and include/ to generic.
402
6963 d 10 h
jermar
/SPARTAN/trunk/
Add ALIGN() macro.
Fix usage of early_mapping() in main.c.
The previous version would not map part of the heap.
Please, review.