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 12 h 44 m 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 13 d 13 h Doczom /kernel/trunk/fs/ Krn: Fixed the disk size output function

and fixed the "end if" position when compiling extended_primary_loader
 
9894 487 d 9 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 811 d 5 h sober_dev /kernel/trunk/ exFAT file system support (only read)  
9698 835 d 6 h turbocat /kernel/trunk/ Kernel: apply security patch for 70 function(by Rgimad). Thanks Dunkaist for the corrections.  
9185 986 d 5 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 1048 d 18 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
9036 1049 d 8 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Use named constants instead of magic numbers  
8914 1066 d 6 h rgimad /kernel/trunk/ fix previous  
8912 1066 d 6 h rgimad /kernel/trunk/ [KERNEL] Temporarily disable checks added in #8680.
More info in comments to syscall_file_system_lfn
 
8680 1124 d 6 h rgimad /kernel/trunk/ fixed multiple vulnerabilities in sysfn70 caused by absence of user addresses check  
8676 1126 d 7 h rgimad /kernel/trunk/fs/ fixed vulnerability (kernel memory rewrite) in sysfn 30.2 and 30.5  
7736 1533 d 3 h dunkaist /kernel/trunk/ kernel: Bring back XFS: v4 and v5 disk formats are supported now.

Read-only. Writing is not planned.
 
6875 2634 d 14 h pathoswithin /kernel/trunk/ sysfunction 70.5: get device size  
6798 2715 d 10 h pathoswithin /kernel/trunk/ proper unicode support  
6792 2721 d 18 h pathoswithin /kernel/trunk/ preparation  
6787 2725 d 8 h pathoswithin /kernel/trunk/fs/ support of "../" in the absolute file path  
6758 2735 d 12 h pathoswithin /kernel/trunk/ alternate ways of setting the string encoding for absolute paths  
6611 2771 d 13 h clevermouse /kernel/trunk/fs/ fix for r6468 with CDs  
6534 2795 d 10 h pathoswithin /kernel/trunk/fs/ Fix for sysfunctions 30.2 and 30.4  

Show All