Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9894 488 d 8 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
 
9890 508 d 1 h dunkaist /kernel/trunk/fs/ [xfs] Fix a file lookup bug in btree dirs

Literally, an off-by-one error.
 
9889 508 d 1 h dunkaist /kernel/trunk/fs/ [xfs] Support XFS nrext64 feature bit

This feature is _not_ enabled by default by mkfs.xfs at the moment.
That said, make KolibriOS ready for the future. By the way, fix two
bugs in support of XFSv5 disk format.
 
9888 508 d 1 h dunkaist /kernel/trunk/ [xfs] Support XFS bigtime feature bit

Current version of mkfs.xfs enables this feature by default.
Now KolibriOS can read such partitions too.
 
9828 720 d 2 h Doczom /kernel/trunk/ KERNEL: reducing the use of current_slot_idx  
9755 782 d 4 h sober_dev /kernel/trunk/fs/ exFAT_Delete - delete file/folder (F70.8)  
9744 795 d 17 h sober_dev /kernel/trunk/fs/ exFAT_SetFileInfo - set attributes of file/folder (F70.6)  
9738 802 d 13 h sober_dev /kernel/trunk/fs/ exFAT - support for file name hashes  
9737 803 d 11 h sober_dev /kernel/trunk/fs/ Fix r9734 - reading content outside of the first cluster of directory  
9735 812 d 3 h sober_dev /kernel/trunk/fs/ Fix r9734 - adding the Rev parameter to the file properties.  
9734 812 d 4 h sober_dev /kernel/trunk/ exFAT file system support (only read)  
9698 836 d 5 h turbocat /kernel/trunk/ Kernel: apply security patch for 70 function(by Rgimad). Thanks Dunkaist for the corrections.  
9692 837 d 5 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9185 987 d 3 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 1049 d 16 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
9036 1050 d 6 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Use named constants instead of magic numbers  
8914 1067 d 4 h rgimad /kernel/trunk/ fix previous  
8912 1067 d 4 h rgimad /kernel/trunk/ [KERNEL] Temporarily disable checks added in #8680.
More info in comments to syscall_file_system_lfn
 
8869 1071 d 16 h rgimad /kernel/trunk/ [KERNEL] #3 Preparing to merge legacy TASKDATA into APPDATA:
- get rid of CURRENT_TASK
- to APPDATA added new fields which will be used instead of TASKDATA's
- other small fixes
 
8680 1125 d 4 h rgimad /kernel/trunk/ fixed multiple vulnerabilities in sysfn70 caused by absence of user addresses check  

Show All