Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9458 882 d 23 h rgimad /kernel/trunk/ [KERNEL] Add sysfn 39.3 - copy rect of background image to buffer.
Previously was only 39.2 that reads one pixel from background image.
(39.2 is shomehow useless due to big context switching overhead if you trying to read some area of pixels using 39.2)
 
9279 918 d 21 h Doczom /kernel/trunk/ delete 43 sysfunction  
9268 920 d 21 h Doczom /kernel/trunk/ small clean code  
9249 930 d 16 h Boppan /kernel/trunk/ [KERNEL] Add test framework  
9224 942 d 23 h Doczom /kernel/trunk/ update  
9223 943 d 0 h Doczom /kernel/trunk/ fix bug in my fix bug  
9222 943 d 0 h Doczom /kernel/trunk/ fix bug http://bugs.kolibrios.org/view.php?id=145 in sf 4  
9221 947 d 23 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.
 
9183 987 d 4 h rgimad /kernel/trunk/ Merge kolibri-ahci into trunk  
9045 1049 d 6 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
8962 1059 d 6 h Boppan /kernel/trunk/ [asmxygen] Test doxygen generation on is_region_userspace() function  
8876 1069 d 7 h rgimad /kernel/trunk/ [KERNEL] use constants instead of hardcoded values, other small fixes  
8869 1071 d 6 h rgimad /kernel/trunk/ [KERNEL] #3 Preparing to merge legacy TASKDATA into APPDATA:
- get rid of CURRENT_TASK
- to APPDATA added new fields which will be used instead of TASKDATA's
- other small fixes
 
8867 1072 d 2 h rgimad /kernel/trunk/ [KERNEL] #2 Preparing to merge legacy TASKDATA into APPDATA:
- rename event_mask in APPDATA to occured_events, cause TASKDATA already has event_mask and they have different meaning and usage
- small fixes
 
8866 1072 d 6 h rgimad /kernel/trunk/ [KERNEL] Preparing to merge legacy TASKDATA into APPDATA:
- now doesnt use TASK_COUNT, now uses [thread_count] global instead of it
- update come copyrights
 
8858 1072 d 23 h rgimad /kernel/trunk/ [KERNEL] Refactoring:
- optimize struct zeroing in sys32.inc
- set_app_param: delete setting completely unused APPDATA.event_filter (also make this field reserved)
- update some copyringhs
- other small fixes
 
8715 1110 d 1 h Doczom /kernel/trunk/ fixed vulnerability (kernel memory rewrite) in sysfn 4  
8714 1110 d 2 h Doczom /kernel/trunk/ fixed vulnerability (reading kernel memory from userspace) in sysfn 7, 15.5 and 65  
8713 1110 d 2 h Doczom /kernel/trunk/ fixed vulnerability (reading kernel memory from userspace) in sysfn 47  
8675 1126 d 20 h rgimad /kernel/trunk/ fixed vulnerability (reading kernel memory from userspace) in sysfn25  

Show All