Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9894 465 d 2 h Doczom /kernel/trunk/ [KERNEL] Added the "FsAdd" function for drivers on file systems.
TODO: added functions for lock\unlock partition and read\write sectors for user programs
 
9734 788 d 22 h sober_dev /kernel/trunk/ exFAT file system support (only read)  
9698 812 d 23 h turbocat /kernel/trunk/ Kernel: apply security patch for 70 function(by Rgimad). Thanks Dunkaist for the corrections.  
9185 963 d 22 h dunkaist /kernel/trunk/ kernel: fix export of file_system_lfn_protected.

This function returns values not in registers but in their images on
stack. Therefore we have to wrap a call with pushad/popad.
 
9045 1026 d 11 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
9036 1027 d 1 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Use named constants instead of magic numbers  
8914 1043 d 23 h rgimad /kernel/trunk/ fix previous  
8912 1043 d 23 h rgimad /kernel/trunk/ [KERNEL] Temporarily disable checks added in #8680.
More info in comments to syscall_file_system_lfn
 
8680 1101 d 23 h rgimad /kernel/trunk/ fixed multiple vulnerabilities in sysfn70 caused by absence of user addresses check  
8676 1103 d 23 h rgimad /kernel/trunk/fs/ fixed vulnerability (kernel memory rewrite) in sysfn 30.2 and 30.5  
7736 1510 d 20 h dunkaist /kernel/trunk/ kernel: Bring back XFS: v4 and v5 disk formats are supported now.

Read-only. Writing is not planned.
 
6875 2612 d 7 h pathoswithin /kernel/trunk/ sysfunction 70.5: get device size  
6798 2693 d 3 h pathoswithin /kernel/trunk/ proper unicode support  
6792 2699 d 10 h pathoswithin /kernel/trunk/ preparation  
6787 2703 d 1 h pathoswithin /kernel/trunk/fs/ support of "../" in the absolute file path  
6758 2713 d 5 h pathoswithin /kernel/trunk/ alternate ways of setting the string encoding for absolute paths  
6611 2749 d 6 h clevermouse /kernel/trunk/fs/ fix for r6468 with CDs  
6534 2773 d 3 h pathoswithin /kernel/trunk/fs/ Fix for sysfunctions 30.2 and 30.4  
6503 2805 d 0 h pathoswithin /kernel/trunk/fs/ turn off XFS driver until better times  
6502 2805 d 1 h pathoswithin /kernel/trunk/ UTF-8 file path input, unicode names for apps and libs  
6471 2815 d 3 h pathoswithin /kernel/trunk/fs/ UTF-8 based disk system, UTF-16 path input  
6468 2828 d 0 h pathoswithin /kernel/trunk/ one-string path for filesystems, some cleaning  
6464 2832 d 9 h pathoswithin /kernel/trunk/ sysfunction 70 cleaning  
6462 2848 d 19 h pathoswithin /kernel/trunk/ ext fs and other global cleaning  
6338 2970 d 10 h serge /kernel/trunk/ kernel: set maximum length of a stored application path name to 1023 bytes  
6333 2970 d 14 h serge /kernel/trunk/ kernel: new app loader  
5994 3053 d 9 h pathoswithin /kernel/trunk/fs/ NTFS: write/rewrite file without size change.  
5363 3400 d 0 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4700 3687 d 0 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
4277 3812 d 9 h clevermouse /kernel/trunk/fs/ /rd is now PnP, so move PnP disks to the beginning of / listing  
4273 3813 d 4 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
3742 3956 d 4 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3711 3960 d 21 h clevermouse /kernel/trunk/ style fixes, no binary changes (style checker was sick for some time)  
3702 3962 d 17 h mario79 /kernel/trunk/ 1) SATA IDE support for HDD and ATAPI
2) PIO LBA48 read for HDD
 
3689 3967 d 20 h mario79 /kernel/trunk/fs/ process_replace_file_name - uses the correct direction of search is now  
3678 3969 d 20 h mario79 /kernel/trunk/fs/ Just a quick correction of the estimated potential problem with incorrect data changes during operation. In the future, I will replace the CLI on the mutex.  
3663 3971 d 23 h mario79 /kernel/trunk/ Adding f.30.3 to mount the additional system directory (this is used by SEARCHAP).  
3627 3979 d 7 h Serge /kernel/trunk/ kernel: reduce DRIVE_DATA array. Now kernel can handle only 64 /hd and /cd partitions  
3296 4078 d 22 h clevermouse /kernel/trunk/ protect thread from external terminate while running sysfn 70  
2889 4297 d 4 h turbanoff /kernel/trunk/fs/ ext4 support