Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10051 6 h 21 m ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
9715 830 d 4 h Doczom /kernel/trunk/ small update copyright year in kernel  
7133 2348 d 19 h dunkaist /kernel/trunk/core/ Add tests to autobuild: mtrrtest and test_malloc.  
5363 3422 d 1 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
3126 4174 d 5 h clevermouse /kernel/trunk/core/ fix double-unlock in free(); make free() always save edi; update test  
2455 4453 d 4 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4603 d 23 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1333 5261 d 2 h diamond /kernel/trunk/core/ fixes in malloc(); test app for malloc()/free()