Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4377 5484 d 1 h svoboda /branches/tracing/ Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing.  
2787 5894 d 4 h decky /branches/tracing/ add dynamic linking, debugging and tracing branch  
2071 6329 d 0 h jermar /trunk/ (c) versus (C)  
1860 6468 d 2 h jermar /trunk/kernel/ A lot of untested sparc64 stuff:
- Write ASID to hardware when a thread is about to run in userspace.
- Add userspace() and switch_to_userspace() functions.
- Handle special cases when the userspace spill/fill handler causes MMU trap.
- Resolve some TODOs in the existing sparc64 code.
- sparc64 has now C99 compliant header guards.
- Formatting and indentation fixes.
 
1819 6501 d 21 h decky /trunk/kernel/generic/include/ formatting changes  
1787 6519 d 2 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 6547 d 6 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
866 6658 d 9 h jermar /kernel/trunk/generic/include/ Remove nasty ppc32 hack.
ppc32 now uses the stock ALIGN_UP().
 
587 6732 d 4 h jermar /kernel/trunk/ Nasty hack for ppc32.
Main Makefile now passes -D$(ARCH) so that it is possible to have ugly architectural #ifdefs.
 
571 6733 d 20 h jermar /kernel/trunk/generic/include/ Missing braces.
By the way, new ALIGN_UP broke ppc32 (commits 564 vs. 565).
 
565 6734 d 21 h jermar /kernel/trunk/generic/include/ Improved ALIGN_UP.  
564 6734 d 21 h jermar /kernel/trunk/ Send in some improvements.  
534 6738 d 1 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6738 d 1 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6750 d 5 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
430 6770 d 22 h jermar /SPARTAN/trunk/ Move src/ and include/ to generic.  
402 6793 d 9 h jermar /SPARTAN/trunk/ Add ALIGN() macro.

Fix usage of early_mapping() in main.c.
The previous version would not map part of the heap.
Please, review.