Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1968 6403 d 0 h jermar /tags/ Canonize pre-0.2.0.3 tags: remove inner branches, tags and trunk directories.
The change now should reflect how those releases looked like after checkout.
 
1964 6403 d 1 h jermar /tags/0.2.0/ Tagging release 0.2.0  
1595 6546 d 15 h palkovsky /kernel/trunk/ Added kernel circular buffer klog.
Added automatic killing of tasks raising inappropriate exceptions.
TODO: Fix vsnprintf return value(and behaviour according to specs) and remove workaround in klog.
 
534 6730 d 3 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6730 d 3 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6742 d 7 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
430 6763 d 0 h jermar /SPARTAN/trunk/ Move src/ and include/ to generic.  
42 6941 d 1 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.