Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
7136 2324 d 15 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7003 2412 d 18 h pathoswithin /kernel/trunk/fs/ fat: support for non-ASCII chars in short names  
6939 2468 d 10 h pathoswithin /kernel/trunk/fs/ small fix  
6917 2519 d 6 h pathoswithin /kernel/trunk/ New sysfunction 70.10 "rename/move"  
6876 2611 d 23 h pathoswithin /kernel/trunk/ sysfunction 70.5: small change  
6868 2619 d 3 h pathoswithin /kernel/trunk/fs/ fat: get volume info  
6867 2625 d 22 h pathoswithin /kernel/trunk/fs/ fat: cleaning  
6850 2647 d 10 h pathoswithin /kernel/trunk/fs/ fat: sysfunction 70.4 update  
6846 2653 d 22 h pathoswithin /kernel/trunk/fs/ fat fix: report write size  
6845 2655 d 23 h pathoswithin /kernel/trunk/ fs: prevalidation for root folder, code despaghettizing  
6798 2693 d 22 h pathoswithin /kernel/trunk/ proper unicode support  
6576 2763 d 3 h pathoswithin /kernel/trunk/fs/ FAT: no trash in folder output  
6471 2815 d 23 h pathoswithin /kernel/trunk/fs/ UTF-8 based disk system, UTF-16 path input  
6468 2828 d 19 h pathoswithin /kernel/trunk/ one-string path for filesystems, some cleaning  
6262 2993 d 9 h pathoswithin /kernel/trunk/fs/ chars recoding refactoring  
6037 3037 d 6 h pathoswithin /kernel/trunk/fs/ fix empty file reading error  
6036 3037 d 7 h pathoswithin /kernel/trunk/ small fix  
5840 3125 d 3 h pathoswithin /kernel/trunk/fs/ fix for FAT reading  
5578 3210 d 23 h Pathoswithin /kernel/trunk/fs/ coalesce reads for file content on FAT  
5363 3400 d 20 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5089 3528 d 4 h clevermouse /kernel/trunk/ disk cache: support for sector sizes other than 512 bytes  
4273 3814 d 0 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
3742 3956 d 23 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3681 3970 d 5 h clevermouse /kernel/trunk/ malloc/free do not change ebx now  
3631 3978 d 5 h clevermouse /kernel/trunk/fs/ fix sysfn 70.4 with new size = current size  
3598 3984 d 5 h clevermouse /kernel/trunk/ make macro for push imm/pop dst  
3174 4123 d 3 h clevermouse /kernel/trunk/fs/ fix FAT folder delete in some rare cases  
2889 4297 d 23 h turbanoff /kernel/trunk/fs/ ext4 support  
2643 4391 d 6 h clevermouse /kernel/trunk/ support for PnP disks, part 3: FAT16/FAT32  
2455 4431 d 23 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4582 d 18 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2119 4632 d 21 h clevermouse /kernel/trunk/ support for PnP disks, part 1  
2044 4647 d 20 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 5212 d 0 h turbanoff /kernel/trunk/ small fix  
1378 5212 d 0 h turbanoff /kernel/trunk/ ext2fs support. read only  
1336 5237 d 19 h diamond /kernel/trunk/fs/ reserve_hd_channel forgot to do sti, fixed  
1124 5415 d 19 h diamond /kernel/trunk/fs/ fixed error handler in FAT32 code  
709 5931 d 0 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 6040 d 5 h diamond /kernel/trunk/fs/ fixed serious FAT32 bug introduced in svn.649  
649 6043 d 2 h diamond /kernel/trunk/fs/ acceleration of FAT writing