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 404 d 12 h Doczom /kernel/trunk/ [KERNEL] cleaned code and added description of some functions  
9900 458 d 7 h Doczom /kernel/trunk/core/ [KERNEL]: Replaced magic numbers with constants:
PAGE_SIZE, -PAGE_SIZE, PAGE_SIZE-1
 
9832 711 d 9 h turbocat /kernel/trunk/core/ [KERNEL]: Remove unused get_curr_task and replace with get_curr_slot  
9794 752 d 17 h Doczom /kernel/trunk/core/ fixed kernel malfunction when loading a program with mem_size > os_base .  
9715 825 d 13 h Doczom /kernel/trunk/ small update copyright year in kernel  
9710 828 d 12 h Doczom /kernel/trunk/ delete APPDATA.mem_start  
9709 828 d 13 h Doczom /kernel/trunk/ delete TASKDATA  
9692 831 d 10 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9614 857 d 10 h Doczom /kernel/trunk/ replacing TASKDATA.event_mask with APPDATA.event_mask and cleared code  
9613 857 d 20 h Doczom /kernel/trunk/ add APPDATA.state for delete TASKDATA  
9608 858 d 14 h Doczom /kernel/trunk/ add APPDATA.wnd_number  
9605 859 d 19 h Doczom /kernel/trunk/ replacing TASKDATA.mem_start with APPDATA.memstart  
9248 925 d 9 h Doczom /kernel/trunk/core/ fix start apps in kernel mode  
9045 1043 d 21 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
9038 1044 d 10 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Add prefixes to named constants  
9036 1044 d 11 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Use named constants instead of magic numbers  
9032 1044 d 12 h Boppan /kernel/trunk/core/ [KERNEL][TASKMAN] Document fs_execute function return value  
9031 1044 d 13 h Boppan /kernel/trunk/core/ [KERNEL][TASKMAN] Comment fs_execute function  
8874 1064 d 22 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 1065 d 21 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