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
9221 929 d 4 h dunkaist /kernel/trunk/ kernel: Fix window redraw after 1px move.

If
- window A is above window B, and
- window A has been moved,
then window B receives a redraw event.

But if that move was 1px right or down, window B didn't receive an event
because of off-by-one error. Now it's fixed.
 
9219 930 d 22 h punk_joker /kernel/trunk/blkdev/ ahci: name drives as sdX instead of hdX  
9185 967 d 21 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.
 
9183 968 d 8 h rgimad /kernel/trunk/ Merge kolibri-ahci into trunk  
9151 984 d 3 h hidnplayr /kernel/trunk/docs/ Fix typo  
9060 1026 d 9 h leency / sysfuncr.txt: translate 74.11 - 74.16
osupdate: add to ISO
icons16.png: update icons of windows, kolibri, floppy
cedit: update by akron1
 
9055 1026 d 21 h turbocat /kernel/trunk/core/ kernel (trunk) :
- Added the function of working with the file system in the export for the driver.
(However, feature 70 vulnerability should not be fixed until the drivers using it are rebuilt).
 
9054 1026 d 23 h hidnplayr /kernel/trunk/network/ Fix loopback  
9052 1027 d 10 h leency /kernel/trunk/docs/ docs: update sys f48.3 description about color names and meanings  
9049 1029 d 10 h hidnplayr /kernel/trunk/network/ Add is_userspace_region checks to some socket functions.
Disabled PPPoE and IPv6 completely by default, as not functional.
 
9045 1030 d 11 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
9043 1030 d 17 h dunkaist /kernel/trunk/blkdev/ kernel: Implement sf70.5 for default FS stub

Only get partition size, not its label.

Information of a block device and FS on it should be reported by
different system calls.
 
9038 1031 d 0 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Add prefixes to named constants  
9036 1031 d 1 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Use named constants instead of magic numbers  
9034 1031 d 1 h Boppan /kernel/trunk/core/ [kernel][dll] Doxycomment load_file function  
9033 1031 d 1 h Boppan /kernel/trunk/ [asmxygen] Dump into file instead of stdout  
9032 1031 d 2 h Boppan /kernel/trunk/core/ [KERNEL][TASKMAN] Document fs_execute function return value  
9031 1031 d 2 h Boppan /kernel/trunk/core/ [KERNEL][TASKMAN] Comment fs_execute function  
9030 1031 d 2 h Boppan /kernel/trunk/ [asmxygen] Make dump more beautiful  
9029 1031 d 3 h Boppan /kernel/trunk/ [kernel][unpacker] Update the unpacker comment in order to update the documentation  

Show All