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 1 d 12 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.
 
9828 720 d 3 h Doczom /kernel/trunk/ KERNEL: reducing the use of current_slot_idx  
9692 837 d 6 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
8869 1071 d 17 h rgimad /kernel/trunk/ [KERNEL] #3 Preparing to merge legacy TASKDATA into APPDATA:
- get rid of CURRENT_TASK
- to APPDATA added new fields which will be used instead of TASKDATA's
- other small fixes
 
6880 2613 d 12 h pathoswithin /kernel/trunk/ documentation fix  
6876 2634 d 10 h pathoswithin /kernel/trunk/ sysfunction 70.5: small change  
6872 2638 d 10 h pathoswithin /kernel/trunk/fs/ iso9660: get CD info  
6845 2678 d 11 h pathoswithin /kernel/trunk/ fs: prevalidation for root folder, code despaghettizing  
6798 2716 d 9 h pathoswithin /kernel/trunk/ proper unicode support  
6471 2838 d 10 h pathoswithin /kernel/trunk/fs/ UTF-8 based disk system, UTF-16 path input  
6468 2851 d 6 h pathoswithin /kernel/trunk/ one-string path for filesystems, some cleaning  
6262 3015 d 20 h pathoswithin /kernel/trunk/fs/ chars recoding refactoring  
5363 3423 d 7 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4700 3710 d 6 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
3742 3979 d 10 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3539 4014 d 5 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
2455 4454 d 10 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4605 d 5 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2089 4659 d 14 h serge /kernel/trunk/ remove fn 41,42,44,45  
2044 4670 d 8 h mikedld /kernel/trunk/fs/ fs_HdDelete:
* correct check for ext2 partition type (never reached ext2 implementation)

reserve_cd_channel:
* jump to correct label (wrong channel was being reserved if retry occured)
* re-enable interrupts (were being masked upon proc return)
 

Show All