Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10051 2 d 23 h ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
10016 16 d 0 h Doczom /kernel/trunk/fs/ Krn: Fixed the disk size output function

and fixed the "end if" position when compiling extended_primary_loader
 
10015 16 d 0 h Doczom /kernel/trunk/fs/ Krn: Fixed the number of functions in the file system drivers  
10007 54 d 12 h dunkaist /kernel/trunk/fs/ [xfs] Fix lookup of v5 dirs  
9953 134 d 13 h leency /kernel/trunk/fs/ https://board.kolibrios.org/viewtopic.php?p=79329#79912
NTFS fix for sf 70.3 by Pathoswithin (non-tested) => Doczom please check if you can
 
9894 489 d 21 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 509 d 14 h dunkaist /kernel/trunk/fs/ [xfs] Fix a file lookup bug in btree dirs

Literally, an off-by-one error.
 
9889 509 d 14 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 509 d 14 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 721 d 15 h Doczom /kernel/trunk/ KERNEL: reducing the use of current_slot_idx  
9755 783 d 17 h sober_dev /kernel/trunk/fs/ exFAT_Delete - delete file/folder (F70.8)  
9744 797 d 6 h sober_dev /kernel/trunk/fs/ exFAT_SetFileInfo - set attributes of file/folder (F70.6)  
9738 804 d 2 h sober_dev /kernel/trunk/fs/ exFAT - support for file name hashes  
9737 805 d 0 h sober_dev /kernel/trunk/fs/ Fix r9734 - reading content outside of the first cluster of directory  
9735 813 d 16 h sober_dev /kernel/trunk/fs/ Fix r9734 - adding the Rev parameter to the file properties.  
9734 813 d 17 h sober_dev /kernel/trunk/ exFAT file system support (only read)  
9698 837 d 18 h turbocat /kernel/trunk/ Kernel: apply security patch for 70 function(by Rgimad). Thanks Dunkaist for the corrections.  
9692 838 d 18 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9185 988 d 16 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 1051 d 5 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  

Show All