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 d 6 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.
 
10015 16 d 7 h Doczom /kernel/trunk/fs/ Krn: Fixed the number of functions in the file system drivers  
7136 2348 d 20 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7003 2436 d 23 h pathoswithin /kernel/trunk/fs/ fat: support for non-ASCII chars in short names  
6939 2492 d 16 h pathoswithin /kernel/trunk/fs/ small fix  
6917 2543 d 11 h pathoswithin /kernel/trunk/ New sysfunction 70.10 "rename/move"  
6876 2636 d 5 h pathoswithin /kernel/trunk/ sysfunction 70.5: small change  
6868 2643 d 9 h pathoswithin /kernel/trunk/fs/ fat: get volume info  
6867 2650 d 4 h pathoswithin /kernel/trunk/fs/ fat: cleaning  
6850 2671 d 15 h pathoswithin /kernel/trunk/fs/ fat: sysfunction 70.4 update  
6846 2678 d 3 h pathoswithin /kernel/trunk/fs/ fat fix: report write size  
6845 2680 d 5 h pathoswithin /kernel/trunk/ fs: prevalidation for root folder, code despaghettizing  
6798 2718 d 3 h pathoswithin /kernel/trunk/ proper unicode support  
6576 2787 d 8 h pathoswithin /kernel/trunk/fs/ FAT: no trash in folder output  
6471 2840 d 4 h pathoswithin /kernel/trunk/fs/ UTF-8 based disk system, UTF-16 path input  
6468 2853 d 1 h pathoswithin /kernel/trunk/ one-string path for filesystems, some cleaning  
6262 3017 d 14 h pathoswithin /kernel/trunk/fs/ chars recoding refactoring  
6037 3061 d 11 h pathoswithin /kernel/trunk/fs/ fix empty file reading error  
6036 3061 d 12 h pathoswithin /kernel/trunk/ small fix  
5840 3149 d 8 h pathoswithin /kernel/trunk/fs/ fix for FAT reading  
5578 3235 d 4 h Pathoswithin /kernel/trunk/fs/ coalesce reads for file content on FAT  
5363 3425 d 1 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5089 3552 d 9 h clevermouse /kernel/trunk/ disk cache: support for sector sizes other than 512 bytes  
4273 3838 d 5 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
3742 3981 d 5 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3681 3994 d 11 h clevermouse /kernel/trunk/ malloc/free do not change ebx now  
3631 4002 d 10 h clevermouse /kernel/trunk/fs/ fix sysfn 70.4 with new size = current size  
3598 4008 d 10 h clevermouse /kernel/trunk/ make macro for push imm/pop dst  
3174 4147 d 9 h clevermouse /kernel/trunk/fs/ fix FAT folder delete in some rare cases  
2889 4322 d 5 h turbanoff /kernel/trunk/fs/ ext4 support  
2643 4415 d 12 h clevermouse /kernel/trunk/ support for PnP disks, part 3: FAT16/FAT32  
2455 4456 d 4 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4606 d 23 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2119 4657 d 3 h clevermouse /kernel/trunk/ support for PnP disks, part 1  
2044 4672 d 2 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)
 
1379 5236 d 5 h turbanoff /kernel/trunk/ small fix  
1378 5236 d 6 h turbanoff /kernel/trunk/ ext2fs support. read only  
1336 5262 d 0 h diamond /kernel/trunk/fs/ reserve_hd_channel forgot to do sti, fixed  
1124 5440 d 0 h diamond /kernel/trunk/fs/ fixed error handler in FAT32 code  
709 5955 d 6 h diamond /kernel/trunk/ * V86 manager
* support of drives visible by BIOS through V86 mode
* shutdown fixes
* background redraw fixes
* when booting from CD/DVD, load all floppy by tracks, not only used sectors