| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4377 |
6063 d 21 h |
svoboda |
/branches/tracing/ |
Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing. |
|
| 2787 |
6474 d 1 h |
decky |
/branches/tracing/ |
add dynamic linking, debugging and tracing branch |
|
| 2208 |
6828 d 23 h |
decky |
/trunk/kernel/generic/ |
use spinlock only on console output, not other print functions
cleanup |
|
| 2125 |
6883 d 21 h |
decky |
/trunk/ |
experimental support for Objective C
(disabled by default) |
|
| 2093 |
6897 d 0 h |
decky |
/trunk/kernel/ |
spinlock extern declaration macro |
|
| 2071 |
6908 d 20 h |
jermar |
/trunk/ |
(c) versus (C) |
|
| 1888 |
7034 d 0 h |
jermar |
/trunk/ |
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64. |
|
| 1819 |
7081 d 18 h |
decky |
/trunk/kernel/generic/include/ |
formatting changes |
|
| 1787 |
7098 d 22 h |
decky |
/ |
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot |
|
| 1702 |
7127 d 2 h |
cejka |
/kernel/trunk/ |
Kernel doxygen comments updated. |
|
| 1438 |
7142 d 18 h |
palkovsky |
/kernel/trunk/generic/ |
Correct realtime clock communication. |
|
| 1271 |
7169 d 5 h |
cejka |
/kernel/trunk/ |
All the *printf functions ported to kernel.
Comments updated.
Printf1 test uses snprintf to test printing to a string. |
|
| 1196 |
7185 d 4 h |
cejka |
/kernel/trunk/ |
Printf ported back from uspace to kernel.
Printf calls changed to match new conventions. |
|
| 787 |
7255 d 0 h |
palkovsky |
/kernel/trunk/generic/ |
Added constructor/destructor calls to SLAB.
Changed allocation of thread_t structure to use SLAB. |
|
| 575 |
7312 d 17 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 |
7317 d 21 h |
jermar |
/ |
Rename HelenOS/SPARTAN to HelenOS/kernel again. |
|
| 532 |
7317 d 21 h |
jermar |
/ |
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch. |
|
| 501 |
7330 d 2 h |
jermar |
/ |
Rename HelenOS/SPARTAN to HelenOS/kernel. |
|
| 452 |
7344 d 21 h |
decky |
/SPARTAN/trunk/ |
major build system revision (unfinished)
this patchset most definitively breaks a lot of things, be patient |
|
| 430 |
7350 d 19 h |
jermar |
/SPARTAN/trunk/ |
Move src/ and include/ to generic. |
|
| 264 |
7410 d 4 h |
cejka |
/SPARTAN/trunk/ |
E option in printf added. |
|
| 228 |
7412 d 2 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 |
7414 d 8 h |
cejka |
/SPARTAN/trunk/ |
Bugs in printf and va_arg functions repaired. |
|
| 77 |
7522 d 20 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 |
7524 d 21 h |
decky |
/SPARTAN/trunk/ |
NDEBUG debug symbol, ASSERT debug macro, fancier panic() in debug mode
indentation fixes, ASSERTs |
|
| 63 |
7525 d 0 h |
decky |
/SPARTAN/trunk/ |
const qualifier for print functions |
|
| 42 |
7528 d 19 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 |
7606 d 23 h |
jermar |
/SPARTAN/ |
Initial import |
|