Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1787 7146 d 10 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 7174 d 14 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
830 7297 d 14 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 7302 d 10 h jermar /kernel/trunk/ Move list and fifo data types to adt/.  
752 7308 d 13 h jermar /kernel/trunk/generic/include/ Replace % operator by explicit overflow test to make this ADT compile on ia64.  
729 7317 d 11 h jermar /kernel/trunk/generic/include/ In-array FIFO implementation.