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
9911 380 d 10 h Doczom /kernel/trunk/ [KERNEL] cleaned code and added description of some functions  
9900 434 d 5 h Doczom /kernel/trunk/core/ [KERNEL]: Replaced magic numbers with constants:
PAGE_SIZE, -PAGE_SIZE, PAGE_SIZE-1
 
9832 687 d 7 h turbocat /kernel/trunk/core/ [KERNEL]: Remove unused get_curr_task and replace with get_curr_slot  
9794 728 d 15 h Doczom /kernel/trunk/core/ fixed kernel malfunction when loading a program with mem_size > os_base .  
9715 801 d 11 h Doczom /kernel/trunk/ small update copyright year in kernel  
9710 804 d 10 h Doczom /kernel/trunk/ delete APPDATA.mem_start  
9709 804 d 11 h Doczom /kernel/trunk/ delete TASKDATA  
9692 807 d 8 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9614 833 d 8 h Doczom /kernel/trunk/ replacing TASKDATA.event_mask with APPDATA.event_mask and cleared code  
9613 833 d 18 h Doczom /kernel/trunk/ add APPDATA.state for delete TASKDATA  
9608 834 d 12 h Doczom /kernel/trunk/ add APPDATA.wnd_number  
9605 835 d 17 h Doczom /kernel/trunk/ replacing TASKDATA.mem_start with APPDATA.memstart  
9248 901 d 7 h Doczom /kernel/trunk/core/ fix start apps in kernel mode  
9045 1019 d 19 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
9038 1020 d 8 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Add prefixes to named constants  
9036 1020 d 9 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Use named constants instead of magic numbers  
9032 1020 d 10 h Boppan /kernel/trunk/core/ [KERNEL][TASKMAN] Document fs_execute function return value  
9031 1020 d 11 h Boppan /kernel/trunk/core/ [KERNEL][TASKMAN] Comment fs_execute function  
8874 1040 d 20 h rgimad /kernel/trunk/ [KERNEL] #4 Preparing to merge legacy TASKDATA into APPDATA:
- use thread state constants instead of hardcoded values
- other small style fixes
 
8869 1041 d 19 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
 

Show All