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 2 d 8 h 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 97 d 3 h rgimad /kernel/trunk/ Change "mov reg, 0" to "xor reg, reg" where it's possible  
9715 832 d 6 h Doczom /kernel/trunk/ small update copyright year in kernel  
5363 3424 d 3 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
3545 4014 d 6 h hidnplayr / Merge new network stack with trunk  
3539 4015 d 1 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3345 4097 d 8 h yogev_ezra /kernel/trunk/core/ Group all Spanish translations in one place  
3344 4097 d 9 h yogev_ezra /kernel/trunk/core/ Fix iglobal directive usage try 3  
3343 4097 d 10 h yogev_ezra /kernel/trunk/core/ Fix iglobal directive usage try 2  
3341 4097 d 11 h yogev_ezra /kernel/trunk/ Fix Spanish language selection  
3309 4101 d 2 h esevece /kernel/trunk/ More spanish translation  
2455 4455 d 7 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4606 d 2 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1276 5299 d 21 h Lrz /kernel/trunk/ I'm not sure what all my change is right.
Some optimization.
 
802 5828 d 11 h serge /kernel/trunk/ from Nable: Sound Blaster driver  
750 5939 d 16 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
593 6146 d 10 h mikedld /kernel/trunk/ Revision numbering fix  
536 6196 d 10 h diamond /kernel/trunk/ Kernel updated to 0.7.0.0  
535 6196 d 10 h spraid /kernel/trunk/ translate some comments to english  
530 6204 d 1 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 6204 d 9 h spraid / change path to "/sys" in some programs.
in build_all.bat: delete config.inc after compiling
delete /kernel/trunk/lib
 
525 6205 d 15 h diamond /kernel/trunk/ * Fixed bug with handling of command-line for apps
* Fn 70 supports /sys/... syntax for access to sysdir (/rd/1 with normal boot)
 
521 6210 d 12 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
 
512 6214 d 14 h spraid /kernel/trunk/ parse_fn.inc use mikedld librares (shuld be in %sys%/lib)
http://mikedld.com/f/libs-dev-3.7z

at sys.conf added network konfiguration
 
497 6219 d 5 h spraid /kernel/trunk/ cpustring fixed
conf_lib fixed
 
494 6219 d 11 h spraid / @Panel: do not kill self and icon
Kernel: stage one of use dev config
 
488 6223 d 4 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)