Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1968 6423 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 6423 d 12 h jermar /tags/0.2.0.1/ Tagging release 0.2.0.1  
830 6682 d 20 h jermar /kernel/trunk/ Make ASID FIFO for mips32 be allocated statically.
Make ASID FIFO for sparc64 and ia64 be allocated dynamically.
Fix ia64 to call asid_fifo_init().
All three architectures now call asid_fifo_init() from as_arch_init().
 
788 6687 d 16 h jermar /kernel/trunk/ Move list and fifo data types to adt/.  
752 6693 d 18 h jermar /kernel/trunk/generic/include/ Replace % operator by explicit overflow test to make this ADT compile on ia64.  
729 6702 d 16 h jermar /kernel/trunk/generic/include/ In-array FIFO implementation.