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 3 h 0 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.
 
9977 94 d 21 h rgimad /kernel/trunk/ Change "mov reg, 0" to "xor reg, reg" where it's possible  
9715 830 d 0 h Doczom /kernel/trunk/ small update copyright year in kernel  
6502 2826 d 22 h pathoswithin /kernel/trunk/ UTF-8 file path input, unicode names for apps and libs  
5363 3421 d 22 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
2455 4453 d 1 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4603 d 20 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1289 5289 d 18 h diamond /kernel/trunk/ dynamic libraries now share unmodified pages  
750 5937 d 11 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
593 6144 d 4 h mikedld /kernel/trunk/ Revision numbering fix  
535 6194 d 5 h spraid /kernel/trunk/ translate some comments to english  
530 6201 d 19 h mikedld /kernel/trunk/ Changed 'revision' keyword to 'Revision', which is correct
Renamed 'lib_func.inc' to 'imports.inc'
Translated several Russian comments to English, but not all. Let's be serious, guys
 
529 6202 d 3 h spraid / change path to "/sys" in some programs.
in build_all.bat: delete config.inc after compiling
delete /kernel/trunk/lib
 
521 6208 d 6 h diamond /kernel/trunk/ * efficient handling of file names substitution
* current directory support; new sysfunction 30
* fixed bug in load_file with files of size divisible by page size
 
519 6209 d 6 h serge /kernel/trunk/ string manipulation routines for drivers and kernel
enable global page support after paging
 
488 6220 d 22 h spraid /kernel/trunk/ loading libs for kernel
loading from HD
inifiles.asm (not completed, using with kernel to load sys.conf)
parse file names
%sys% may be system directory for programs (70 function)