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
/
dynload
/
kernel
/
generic
/
include
/
smp/
– Rev 3867
Rev
Go to most recent revision
|
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2927
6018 d 11 h
decky
/branches/dynload/
added dynload branch
2071
6502 d 0 h
jermar
/trunk/
(c) versus (C)
1901
6615 d 5 h
jermar
/trunk/kernel/
Make SMP related parts of main.c more generic.
Move initialization of local APIC to architecture specific code.
Add arch_post_cpu_init() to support the above.
1888
6627 d 3 h
jermar
/trunk/
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
1787
6692 d 2 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1702
6720 d 6 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
534
6911 d 1 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6911 d 1 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
501
6923 d 5 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
458
6937 d 8 h
decky
/SPARTAN/trunk/
make configuration variables usage consistent
430
6943 d 22 h
jermar
/SPARTAN/trunk/
Move src/ and include/ to generic.
34
7129 d 4 h
jermar
/SPARTAN/trunk/
More ACPI work.
Initial MADT table parsing.
SMP renaming and reorganization to reflect there are more ways to bring SMP up.
10
7193 d 9 h
jermar
/SPARTAN/trunk/
Be more careful when sending IPI on UP configured as SMP.
9
7195 d 9 h
jermar
/SPARTAN/trunk/include/smp/
Forgot to add this in revision 7.
7
7195 d 9 h
jermar
/SPARTAN/trunk/
New IPI for waking up idle CPU's halted in scheduler.
Added architecture-independent ipi_broadcast().