Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4581 5469 d 16 h mejdrech /branches/network/ Net: synchronized with trunk rev.4580  
3386 5766 d 18 h decky /branches/network/ add new network branch (copy of current trunk)  
2106 6344 d 21 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 6350 d 21 h decky /trunk/ huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
 
2071 6361 d 14 h jermar /trunk/ (c) versus (C)  
1888 6486 d 17 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1787 6551 d 16 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 6579 d 20 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
830 6702 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 6707 d 17 h jermar /kernel/trunk/ Move list and fifo data types to adt/.  
752 6713 d 19 h jermar /kernel/trunk/generic/include/ Replace % operator by explicit overflow test to make this ADT compile on ia64.  
729 6722 d 17 h jermar /kernel/trunk/generic/include/ In-array FIFO implementation.