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
4687 5424 d 16 h jermar /tags/0.4.1/ Tag 0.4.1  
4220 5547 d 6 h decky /trunk/kernel/ update for string changes  
3274 5782 d 22 h jermar /trunk/ memcpy(), memmove() and similar functions return dst instead of src.
Fix all implementations, including those in assembly. ppc32 assembly
version didn't seem to be affected by this.
 
2465 6211 d 23 h jermar /trunk/ Merge arm32 into trunk.  
2464 6212 d 17 h jermar /branches/arm/kernel/ Cleanup of arm32 branch.
- indentation and formatting
- replacement of \n\r with mere \n
- added -DFB_INVERT_ENDIAN so that the framebuffer has correct colors
 
2329 6240 d 14 h kebrt /branches/arm/kernel/arch/arm32/ comments added & edited  
2300 6247 d 23 h kebrt /branches/arm/kernel/arch/arm32/ panic_printf moved to panic.S, machine_cpu_halt() added  
2256 6265 d 15 h kebrt /branches/arm/kernel/arch/arm32/ few bugs in MM fixed (PAGE_PRESENT used badly) -> 2nd level paging now works; coding style  
2172 6280 d 5 h kebrt /branches/arm/kernel/arch/arm32/src/ memcpy added