Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
3343 5882 d 17 h decky /branches/sparc/ add sparc branch  
2170 6389 d 11 h jermar /trunk/kernel/ Simplify synchronization in as_switch().
The function was oversynchronized, which
was causing deadlocks on the address
space mutex.

Now, address spaces can only be switched
when the asidlock is held. This also protects
stealing of ASIDs. No other synchronization
is necessary.
 
2089 6451 d 20 h decky /trunk/ huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
 
2071 6462 d 13 h jermar /trunk/ (c) versus (C)  
1787 6652 d 15 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1705 6679 d 22 h cejka /kernel/trunk/ Added file with modules definitions and descriptions.
We are able to change modules order and their description in one place.
 
1702 6680 d 19 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1160 6745 d 18 h decky /kernel/trunk/ start ppc64 port
the code is currently a wild mixture of 32/64b code, will be fixed