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

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7003 2429 d 14 h pathoswithin /kernel/trunk/fs/ fat: support for non-ASCII chars in short names  
6939 2485 d 7 h pathoswithin /kernel/trunk/fs/ small fix  
6917 2536 d 2 h pathoswithin /kernel/trunk/ New sysfunction 70.10 "rename/move"  
6876 2628 d 20 h pathoswithin /kernel/trunk/ sysfunction 70.5: small change  
6868 2636 d 0 h pathoswithin /kernel/trunk/fs/ fat: get volume info  
6867 2642 d 19 h pathoswithin /kernel/trunk/fs/ fat: cleaning  
6850 2664 d 6 h pathoswithin /kernel/trunk/fs/ fat: sysfunction 70.4 update  
6846 2670 d 18 h pathoswithin /kernel/trunk/fs/ fat fix: report write size  
6845 2672 d 20 h pathoswithin /kernel/trunk/ fs: prevalidation for root folder, code despaghettizing  
6798 2710 d 18 h pathoswithin /kernel/trunk/ proper unicode support  
6576 2779 d 23 h pathoswithin /kernel/trunk/fs/ FAT: no trash in folder output  
6471 2832 d 19 h pathoswithin /kernel/trunk/fs/ UTF-8 based disk system, UTF-16 path input  
6468 2845 d 16 h pathoswithin /kernel/trunk/ one-string path for filesystems, some cleaning  
6262 3010 d 5 h pathoswithin /kernel/trunk/fs/ chars recoding refactoring  
6037 3054 d 2 h pathoswithin /kernel/trunk/fs/ fix empty file reading error  
6036 3054 d 3 h pathoswithin /kernel/trunk/ small fix  
5840 3141 d 23 h pathoswithin /kernel/trunk/fs/ fix for FAT reading  
5578 3227 d 19 h Pathoswithin /kernel/trunk/fs/ coalesce reads for file content on FAT  
5363 3417 d 16 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5089 3545 d 0 h clevermouse /kernel/trunk/ disk cache: support for sector sizes other than 512 bytes  
4273 3830 d 20 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
3742 3973 d 20 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3681 3987 d 2 h clevermouse /kernel/trunk/ malloc/free do not change ebx now  
3631 3995 d 1 h clevermouse /kernel/trunk/fs/ fix sysfn 70.4 with new size = current size  
3598 4001 d 1 h clevermouse /kernel/trunk/ make macro for push imm/pop dst  
3174 4140 d 0 h clevermouse /kernel/trunk/fs/ fix FAT folder delete in some rare cases  
2889 4314 d 20 h turbanoff /kernel/trunk/fs/ ext4 support  
2643 4408 d 3 h clevermouse /kernel/trunk/ support for PnP disks, part 3: FAT16/FAT32  
2455 4448 d 19 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4599 d 14 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2119 4649 d 18 h clevermouse /kernel/trunk/ support for PnP disks, part 1  
2044 4664 d 17 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 5228 d 20 h turbanoff /kernel/trunk/ small fix  
1378 5228 d 21 h turbanoff /kernel/trunk/ ext2fs support. read only  
1336 5254 d 15 h diamond /kernel/trunk/fs/ reserve_hd_channel forgot to do sti, fixed  
1124 5432 d 15 h diamond /kernel/trunk/fs/ fixed error handler in FAT32 code  
709 5947 d 21 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 6057 d 2 h diamond /kernel/trunk/fs/ fixed serious FAT32 bug introduced in svn.649