Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4537 5569 d 8 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4536)  
3022 5951 d 7 h decky /branches/dd/ device drivers branch  
2106 6432 d 4 h jermar /trunk/kernel/ Merge as_t structure into one and leave the differring parts in as_genarch_t.

Indentation and formatting changes in header files.
 
2089 6438 d 4 h decky /trunk/ huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
 
2071 6448 d 21 h jermar /trunk/ (c) versus (C)  
1888 6574 d 1 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 6638 d 23 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 6667 d 3 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
830 6790 d 4 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 6795 d 0 h jermar /kernel/trunk/ Move list and fifo data types to adt/.  
752 6801 d 2 h jermar /kernel/trunk/generic/include/ Replace % operator by explicit overflow test to make this ADT compile on ia64.  
729 6810 d 0 h jermar /kernel/trunk/generic/include/ In-array FIFO implementation.