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 4 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.
 
10015 15 d 5 h Doczom /kernel/trunk/fs/ Krn: Fixed the number of functions in the file system drivers  
10007 53 d 17 h dunkaist /kernel/trunk/fs/ [xfs] Fix lookup of v5 dirs  
9890 508 d 18 h dunkaist /kernel/trunk/fs/ [xfs] Fix a file lookup bug in btree dirs

Literally, an off-by-one error.
 
9889 508 d 18 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 18 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.
 
7736 1534 d 19 h dunkaist /kernel/trunk/ kernel: Bring back XFS: v4 and v5 disk formats are supported now.

Read-only. Writing is not planned.
 
6462 2872 d 18 h pathoswithin /kernel/trunk/ ext fs and other global cleaning  
5363 3423 d 23 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5089 3551 d 7 h clevermouse /kernel/trunk/ disk cache: support for sector sizes other than 512 bytes  
4850 3689 d 22 h mario79 /kernel/trunk/ Added the tag "Revision: XXXX" in some kernel files, to form the right number of revision at boot (blue boot screen).  
3913 3901 d 22 h dunkaist /kernel/trunk/ basic xfs read support