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
/
src
/
drivers
/
it.c
@ 4663
– 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 10 h
rimsky
/branches/sparc/
Merged latest trunk changes into sparc branch.
3343
5917 d 16 h
decky
/branches/sparc/
add sparc branch
2107
6480 d 12 h
jermar
/trunk/
When clock() is called by an external interrupt dispatched by the IRQ dispatcher,
no spinlock can be held or the kernel will not be preemptive. This fixes Ticket #24.
Formating and indentation fixes.
2071
6497 d 13 h
jermar
/trunk/
(c) versus (C)
1945
6587 d 15 h
jermar
/trunk/kernel/arch/ia64/
ia64 work.
Move keyboard polling to a dedicated kernel thread.
Console initialization and console related sysinfo setup
can be now done in a single function.
1942
6588 d 12 h
jermar
/trunk/
Convert ia64 to the new IRQ and notification scheme.
1881
6624 d 20 h
jermar
/trunk/
sparc64 work:
- find a CPU node and read its clock_frequency attribute
- implement asm_delay_loop()
- set TICK_COMPARE register according to processor frequency
- small improvements at random places
OpenFirmware work:
- two new functions for walking the device tree
Generic boot loader work:
- added basic string functions
Usual pile of indentation and formatting fixes.
1787
6687 d 15 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1780
6694 d 16 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.
1482
6727 d 19 h
vana
/kernel/trunk/arch/ia64/src/drivers/
Misseed clock ticks counting
577
6901 d 8 h
palkovsky
/kernel/trunk/
Some small fixes, basic changes to ia64 & ppc32 without testing.
534
6906 d 13 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6906 d 14 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
521
6912 d 20 h
vana
/kernel/trunk/arch/ia64/
Coding style patch.
519
6913 d 11 h
vana
/kernel/trunk/arch/ia64/
Keyboard support for ski (ia64 emulator)
501
6918 d 18 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
456
6932 d 21 h
jermar
/SPARTAN/trunk/arch/ia64/src/
ia64 work.
Add missing srlz_d().
Remove extra stops.
Coding style cleanups.
435
6935 d 12 h
jermar
/SPARTAN/trunk/arch/ia64/
ia64 work.
Begin implemention of heavyweight interrupt handler.
Finish implementation of interval timer.
Add some PAL macros.