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)
/
trunk
/
kernel
/
arch
/
sparc64
/
src
/
trap
/
exception.c
@ 4122
– Rev 4137
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
4137
5710 d 3 h
svoboda
/trunk/kernel/
Make optionality of symbol information less intrusive per Jakub's request. Also, improve symtab function names and update their semantics.
4132
5711 d 1 h
svoboda
/trunk/
Make kernel symbol information optional.
3790
5778 d 11 h
svoboda
/trunk/kernel/
Make newlines in panic messages consistent. Add periods at end of messages so that it is obvious whether they are printed entirely.
3788
5779 d 0 h
svoboda
/trunk/kernel/
Unify newlines in fault_if_from_uspace() format strings. (Remove them and print newline automatically). Also start messages with caps.
3071
5997 d 8 h
decky
/trunk/kernel/
reflect changes in generic code
proper formatting directives
coding style
2462
6360 d 3 h
jermar
/trunk/kernel/
Replace gcc-specific __FUNCTION__ with C99 __func__.
suncc's xregs=no%float can be used only on sparc64.
2089
6489 d 10 h
decky
/trunk/
huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
2071
6500 d 3 h
jermar
/trunk/
(c) versus (C)
1946
6590 d 0 h
jermar
/trunk/kernel/arch/sparc64/
sparc64 work.
- Improve panic screen on data_access_exception
by dumping contents of DSFSR and DSFAR.
- Change the FHC enable interrupt code to only
set the IMAP_V bit.
1883
6626 d 9 h
jermar
/trunk/kernel/arch/sparc64/
More sparc64 FPU trap handlers.
1882
6626 d 10 h
jermar
/trunk/kernel/
Support for sparc64 FPU context.
1880
6629 d 2 h
jermar
/trunk/
Small improvements here and there.
1870
6634 d 2 h
jermar
/trunk/kernel/
Handle more sparc64 traps and improve handling of already handled traps.
1861
6638 d 10 h
jermar
/trunk/kernel/arch/sparc64/
Convert sparc64 traps using SIMPLE_HANDLER to using PREEMPTIBLE_HANDLER.
1787
6690 d 5 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1735
6713 d 12 h
decky
/kernel/trunk/
make kernel prints case consistent
1703
6717 d 15 h
jermar
/kernel/trunk/arch/
Put sparc64 interrupt stuff under the Interrupt group in Doxygen-generated documentation.
1702
6718 d 9 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
897
6823 d 23 h
jermar
/kernel/trunk/
sparc64 work.
Fix KBD_VIRT_ADDRESS.
Call before_thread_runs() prior to the switch to the thread's stack. Add comment why this is crucial.
Add after_thread_ran() to the scheduler.
Add before_thread_runs_arch() and after_thread_ran_arch() for sparc64, mapping/demapping thread's kernel stack.
Add dummy after_thread_ran_arch() to all other architectures.
Add dtlb_insert_mapping() to promote code reuse.
883
6825 d 11 h
jermar
/kernel/trunk/arch/sparc64/
sparc64 work.
Switch console to framebuffer (needs proper detection and initialization).
No native keyboard support, so far.
Memory management trap handler fixes.
Do not use OpenFirmware trap table anymore.
←Prev
1
2
Next→
Show All