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 478 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
 
9890 497 d 20 h dunkaist /kernel/trunk/fs/ [xfs] Fix a file lookup bug in btree dirs

Literally, an off-by-one error.
 
9889 497 d 20 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 497 d 20 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.
 
9884 566 d 2 h Doczom /kernel/trunk/posix/ [KERNEL] fixed vulnerability (execution of user code in kernel mode) in sysfn 77.10 and sysfn 77.11  
9872 629 d 1 h Doczom /kernel/trunk/core/ disabling the SRV.srv_proc check to zero  
9871 629 d 1 h Doczom /kernel/trunk/posix/ fix futex freezes  
9869 642 d 9 h Doczom /kernel/trunk/posix/ fixing kernel breakage when futex freezes  
9850 687 d 2 h rgimad /kernel/trunk/ [KERNEL] Fix resizing cursors for window borders  
9848 690 d 5 h rgimad /kernel/trunk/ [KERNEL] Use specific cursors for window borders  
9832 706 d 23 h turbocat /kernel/trunk/core/ [KERNEL]: Remove unused get_curr_task and replace with get_curr_slot  
9831 708 d 6 h dunkaist /kernel/trunk/ Rename fields in SYSCALL_STACK struct: _eax -> eax, etc  
9829 708 d 22 h vitalkrilov / sysfuncr.txt: added missing docs for SysFn77.10, SysFn77.11, SysFn77.13 from wiki
ksys.h:
- libc.obj's file synced with newlib's (r9788)
- added scancodes enum
- added wrappers for SysFn66.4 and SysFn66.5 (sys. hotkeys)
- added wrappers for SysFn77.0 -- SysFn77.3 (futexes)
 
9828 709 d 21 h Doczom /kernel/trunk/ KERNEL: reducing the use of current_slot_idx  
9823 713 d 13 h dunkaist /kernel/trunk/ [kernel] Add is_string_userspace func, like is_region_userspace  
9822 715 d 1 h dunkaist /kernel/trunk/ Sync language names and IDs for @taskbar, kernel and docs  
9817 729 d 3 h Boppan /kernel/trunk/network/ [KERNEL] Change fragmented packet log  
9816 729 d 8 h Boppan /kernel/trunk/network/ [KERNEL] Update kernel images  
9815 729 d 8 h Boppan /kernel/trunk/network/ [KERNEL] Change fragmented packet log  
9814 729 d 8 h Boppan /kernel/trunk/network/ [KERNEL] Use stack to save EDI and fix stack and EDI state on packet drop  
9813 732 d 23 h vitalkrilov /kernel/trunk/ kernel: fixed bug with loading DEVICES.DAT (appeared since r9756)  
9809 736 d 6 h Boppan /kernel/trunk/network/ [KERNEL] Temporally drop fragmented packets  
9807 739 d 5 h Boppan /kernel/trunk/network/ [KERNEL] Attempt to fix unexpected stack state  
9806 739 d 6 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fix for fragmented packet building  
9805 740 d 11 h Boppan /kernel/trunk/network/ [KERNEL] Fix incorrect address of the first buffer  
9804 742 d 6 h Boppan /kernel/trunk/network/ [KERNEL] Fix FIXME  
9803 742 d 6 h Boppan /kernel/trunk/network/ [KERNEL] Fix offset to first fragment  
9802 742 d 8 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fragmented packet size workaround  
9801 742 d 9 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fix for EDI destruction  
9800 742 d 10 h Boppan /kernel/trunk/network/ [KERNEL] Update compyrights in IPv4.inc  
9799 742 d 10 h Boppan /kernel/trunk/network/ [KERNEL] Fix IPv4 packet buffer structuring  
9798 747 d 4 h Boppan /kernel/trunk/ [KERNEL] Generate .fas file for kernel with extended primary loader  
9796 748 d 0 h dunkaist /kernel/trunk/docs/ Translate documentation of sf68.31 into English  
9794 748 d 7 h Doczom /kernel/trunk/core/ fixed kernel malfunction when loading a program with mem_size > os_base .  
9779 750 d 23 h Doczom /kernel/trunk/docs/ Add documentation on 68.31 sysfn  
9756 771 d 21 h vitalkrilov /kernel/trunk/ kernel: changed "/rd/1" to "/sys" (at least for returning normal work in UEFI mode with non-ramdisk "/sys" directory)
docs of kernel (rus, SysFn68-16): changed "/rd/1" to "/sys" (like in ENG version; I guess writer meant "/sys")
 
9755 771 d 23 h sober_dev /kernel/trunk/fs/ exFAT_Delete - delete file/folder (F70.8)  
9745 785 d 7 h sober_dev /kernel/trunk/docs/ Correction of documentation for F70  
9744 785 d 11 h sober_dev /kernel/trunk/fs/ exFAT_SetFileInfo - set attributes of file/folder (F70.6)  
9743 786 d 4 h Doczom /kernel/trunk/ fix bug in free group of port(46 sysf) in deleting thread