Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1968 6416 d 12 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.
 
1965 6416 d 12 h jermar /tags/0.2.0.1/ Tagging release 0.2.0.1  
1595 6560 d 2 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 6743 d 14 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6743 d 14 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6755 d 19 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
430 6776 d 12 h jermar /SPARTAN/trunk/ Move src/ and include/ to generic.  
42 6954 d 12 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.