Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10015 10 d 5 h Doczom /kernel/trunk/fs/ Krn: Fixed the number of functions in the file system drivers  
7136 2342 d 19 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7003 2430 d 22 h pathoswithin /kernel/trunk/fs/ fat: support for non-ASCII chars in short names  
6939 2486 d 14 h pathoswithin /kernel/trunk/fs/ small fix  
6917 2537 d 10 h pathoswithin /kernel/trunk/ New sysfunction 70.10 "rename/move"  
6876 2630 d 3 h pathoswithin /kernel/trunk/ sysfunction 70.5: small change  
6868 2637 d 7 h pathoswithin /kernel/trunk/fs/ fat: get volume info  
6867 2644 d 2 h pathoswithin /kernel/trunk/fs/ fat: cleaning  
6850 2665 d 14 h pathoswithin /kernel/trunk/fs/ fat: sysfunction 70.4 update  
6846 2672 d 2 h pathoswithin /kernel/trunk/fs/ fat fix: report write size  
6845 2674 d 4 h pathoswithin /kernel/trunk/ fs: prevalidation for root folder, code despaghettizing  
6798 2712 d 2 h pathoswithin /kernel/trunk/ proper unicode support  
6576 2781 d 7 h pathoswithin /kernel/trunk/fs/ FAT: no trash in folder output  
6471 2834 d 3 h pathoswithin /kernel/trunk/fs/ UTF-8 based disk system, UTF-16 path input  
6468 2846 d 23 h pathoswithin /kernel/trunk/ one-string path for filesystems, some cleaning  
6262 3011 d 13 h pathoswithin /kernel/trunk/fs/ chars recoding refactoring  
6037 3055 d 10 h pathoswithin /kernel/trunk/fs/ fix empty file reading error  
6036 3055 d 11 h pathoswithin /kernel/trunk/ small fix  
5840 3143 d 7 h pathoswithin /kernel/trunk/fs/ fix for FAT reading  
5578 3229 d 3 h Pathoswithin /kernel/trunk/fs/ coalesce reads for file content on FAT  
5363 3419 d 0 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5089 3546 d 8 h clevermouse /kernel/trunk/ disk cache: support for sector sizes other than 512 bytes  
4273 3832 d 4 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
3742 3975 d 3 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3681 3988 d 9 h clevermouse /kernel/trunk/ malloc/free do not change ebx now  
3631 3996 d 9 h clevermouse /kernel/trunk/fs/ fix sysfn 70.4 with new size = current size  
3598 4002 d 9 h clevermouse /kernel/trunk/ make macro for push imm/pop dst  
3174 4141 d 8 h clevermouse /kernel/trunk/fs/ fix FAT folder delete in some rare cases  
2889 4316 d 3 h turbanoff /kernel/trunk/fs/ ext4 support  
2643 4409 d 11 h clevermouse /kernel/trunk/ support for PnP disks, part 3: FAT16/FAT32  
2455 4450 d 3 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4600 d 22 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2119 4651 d 1 h clevermouse /kernel/trunk/ support for PnP disks, part 1  
2044 4666 d 0 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 5230 d 4 h turbanoff /kernel/trunk/ small fix  
1378 5230 d 4 h turbanoff /kernel/trunk/ ext2fs support. read only  
1336 5255 d 23 h diamond /kernel/trunk/fs/ reserve_hd_channel forgot to do sti, fixed  
1124 5433 d 23 h diamond /kernel/trunk/fs/ fixed error handler in FAT32 code  
709 5949 d 4 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
 
654 6058 d 9 h diamond /kernel/trunk/fs/ fixed serious FAT32 bug introduced in svn.649