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

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7003 2433 d 0 h pathoswithin /kernel/trunk/fs/ fat: support for non-ASCII chars in short names  
6939 2488 d 17 h pathoswithin /kernel/trunk/fs/ small fix  
6917 2539 d 12 h pathoswithin /kernel/trunk/ New sysfunction 70.10 "rename/move"  
6876 2632 d 6 h pathoswithin /kernel/trunk/ sysfunction 70.5: small change  
6868 2639 d 10 h pathoswithin /kernel/trunk/fs/ fat: get volume info  
6867 2646 d 5 h pathoswithin /kernel/trunk/fs/ fat: cleaning  
6850 2667 d 16 h pathoswithin /kernel/trunk/fs/ fat: sysfunction 70.4 update  
6846 2674 d 5 h pathoswithin /kernel/trunk/fs/ fat fix: report write size  
6845 2676 d 6 h pathoswithin /kernel/trunk/ fs: prevalidation for root folder, code despaghettizing  
6798 2714 d 5 h pathoswithin /kernel/trunk/ proper unicode support  
6576 2783 d 9 h pathoswithin /kernel/trunk/fs/ FAT: no trash in folder output  
6471 2836 d 5 h pathoswithin /kernel/trunk/fs/ UTF-8 based disk system, UTF-16 path input  
6468 2849 d 2 h pathoswithin /kernel/trunk/ one-string path for filesystems, some cleaning  
6262 3013 d 15 h pathoswithin /kernel/trunk/fs/ chars recoding refactoring  
6037 3057 d 12 h pathoswithin /kernel/trunk/fs/ fix empty file reading error  
6036 3057 d 13 h pathoswithin /kernel/trunk/ small fix  
5840 3145 d 9 h pathoswithin /kernel/trunk/fs/ fix for FAT reading  
5578 3231 d 6 h Pathoswithin /kernel/trunk/fs/ coalesce reads for file content on FAT  
5363 3421 d 2 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5089 3548 d 10 h clevermouse /kernel/trunk/ disk cache: support for sector sizes other than 512 bytes  
4273 3834 d 6 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
3742 3977 d 6 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3681 3990 d 12 h clevermouse /kernel/trunk/ malloc/free do not change ebx now  
3631 3998 d 11 h clevermouse /kernel/trunk/fs/ fix sysfn 70.4 with new size = current size  
3598 4004 d 11 h clevermouse /kernel/trunk/ make macro for push imm/pop dst  
3174 4143 d 10 h clevermouse /kernel/trunk/fs/ fix FAT folder delete in some rare cases  
2889 4318 d 6 h turbanoff /kernel/trunk/fs/ ext4 support  
2643 4411 d 13 h clevermouse /kernel/trunk/ support for PnP disks, part 3: FAT16/FAT32  
2455 4452 d 5 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4603 d 1 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2119 4653 d 4 h clevermouse /kernel/trunk/ support for PnP disks, part 1  
2044 4668 d 3 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 5232 d 6 h turbanoff /kernel/trunk/ small fix  
1378 5232 d 7 h turbanoff /kernel/trunk/ ext2fs support. read only  
1336 5258 d 1 h diamond /kernel/trunk/fs/ reserve_hd_channel forgot to do sti, fixed  
1124 5436 d 1 h diamond /kernel/trunk/fs/ fixed error handler in FAT32 code  
709 5951 d 7 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 6060 d 12 h diamond /kernel/trunk/fs/ fixed serious FAT32 bug introduced in svn.649