Rev |
Age |
Author |
Path |
Log message |
Diff |
1702 |
6715 d 17 h |
cejka |
/kernel/trunk/ |
Kernel doxygen comments updated. |
|
1438 |
6731 d 9 h |
palkovsky |
/kernel/trunk/generic/ |
Correct realtime clock communication. |
|
1271 |
6757 d 20 h |
cejka |
/kernel/trunk/ |
All the *printf functions ported to kernel.
Comments updated.
Printf1 test uses snprintf to test printing to a string. |
|
1196 |
6773 d 19 h |
cejka |
/kernel/trunk/ |
Printf ported back from uspace to kernel.
Printf calls changed to match new conventions. |
|
787 |
6843 d 15 h |
palkovsky |
/kernel/trunk/generic/ |
Added constructor/destructor calls to SLAB.
Changed allocation of thread_t structure to use SLAB. |
|
575 |
6901 d 7 h |
palkovsky |
/kernel/trunk/ |
Added generic exc_register/exc_dispatch functions,
copied from ia32 architecture. Currently only mips32 uses them.
The chardev_t can now be both input & output device (was
needed for serial driver).
Broken other architectures - ia64, sparc, powerpc will not compile.
Mips32 supports input on all msim, gxemul, indy(tested emulation
in gxemul, loses characters), simics. Simics serial line
is done using polling, I was unable to make it produce
an interrupt when the key was pressed. |
|
534 |
6906 d 12 h |
jermar |
/ |
Rename HelenOS/SPARTAN to HelenOS/kernel again. |
|
532 |
6906 d 12 h |
jermar |
/ |
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch. |
|
501 |
6918 d 17 h |
jermar |
/ |
Rename HelenOS/SPARTAN to HelenOS/kernel. |
|
452 |
6933 d 12 h |
decky |
/SPARTAN/trunk/ |
major build system revision (unfinished)
this patchset most definitively breaks a lot of things, be patient |
|
430 |
6939 d 10 h |
jermar |
/SPARTAN/trunk/ |
Move src/ and include/ to generic. |
|
264 |
6998 d 19 h |
cejka |
/SPARTAN/trunk/ |
E option in printf added. |
|
228 |
7000 d 17 h |
cejka |
/SPARTAN/trunk/ |
Created fmath as basic tool for IEEE 754 floating point numbers.
Added option $F for printf for printing "double" type. |
|
181 |
7002 d 23 h |
cejka |
/SPARTAN/trunk/ |
Bugs in printf and va_arg functions repaired. |
|
77 |
7111 d 11 h |
jermar |
/SPARTAN/trunk/ |
Add %P and %p formatters to printf for printing pointers in maximum bit width.
Add %Q and %q formatters to printf for printing 64-bit integers. |
|
68 |
7113 d 12 h |
decky |
/SPARTAN/trunk/ |
NDEBUG debug symbol, ASSERT debug macro, fancier panic() in debug mode
indentation fixes, ASSERTs |
|
63 |
7113 d 15 h |
decky |
/SPARTAN/trunk/ |
const qualifier for print functions |
|
42 |
7117 d 10 h |
jermar |
/SPARTAN/trunk/ |
Add stdarg.h to support variable argument list functions on architectures with compiler support for __builtin_va_*.
stackarg.h is kept for those architectures which lack that kind of support and for testing purposes.
Make printing functions use the __native type and support the maximum integer width. |
|
1 |
7195 d 14 h |
jermar |
/SPARTAN/ |
Initial import |
|