Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10002 41 d 3 h Jurgen /kernel/trunk/ 1. Edit procedure check exception 12 (overflow stack)
2. Edit func 68,24
3. Add proc "control exception"
4. Add subfuncs func 51 (GetPriorityThread, SetPriorityThread,GetCurrentThreadId)
5. Add info in ReferenceFunc(rus)
 
9932 257 d 1 h Doczom /kernel/trunk/ [KERNEL] cleared the code of unnecessary comments  
9910 391 d 1 h Doczom /kernel/trunk/ [KERNEL] updated local labels in functions and other small changes  
9715 811 d 5 h Doczom /kernel/trunk/ small update copyright year in kernel  
9709 814 d 5 h Doczom /kernel/trunk/ delete TASKDATA  
9611 844 d 2 h Doczom /kernel/trunk/core/ add APPDATA.state for delete TASKDATA  
9600 846 d 1 h Doczom /kernel/trunk/core/ replacing TASKDATA.counter_add with APPDATA.counter_add  
9593 846 d 7 h Doczom /kernel/trunk/core/ replacing TASKDATA.counter_sum with APPDATA.counter_sum.
I hope the kernel is working
 
9591 846 d 23 h Doczom /kernel/trunk/ fix cpu_usage  
9590 847 d 1 h Doczom /kernel/trunk/ replacing TASKDATA.cpu_usage with APPDATA.cpu_usage  
8874 1050 d 14 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 1051 d 13 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
 
8866 1052 d 12 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
 
8093 1299 d 20 h dunkaist /kernel/trunk/ Assert sizeof.APPDATA=256, use it instead of hardcoded 256 value.  
7276 2182 d 22 h dunkaist / Enable xsave/xrstor, attempt 2.  
6079 3027 d 21 h serge /kernel/trunk/ new Fn77 - fast user-space locking  
5788 3165 d 8 h serge /kernel/trunk/ Kernel: minor cleanup  
5376 3396 d 11 h serge /kernel/trunk/core/ kernel: fix very unusual problem with tls  
5363 3403 d 2 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5344 3407 d 7 h serge /kernel/trunk/core/ kernel: read/write locks, part 2  
5343 3407 d 11 h serge /kernel/trunk/ kernel: read/write locks, part 1  
5130 3515 d 14 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
4700 3690 d 2 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
3617 3983 d 5 h clevermouse /kernel/trunk/core/ be more fair  
3615 3983 d 6 h clevermouse /kernel/trunk/core/ allow high-priority threads to wakeup after any IRQ, not just timer  
3539 3994 d 0 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3534 3994 d 13 h clevermouse /kernel/trunk/ priorities in scheduler  
3504 4007 d 0 h mario79 /kernel/trunk/ Kernel scheduler - equal rights for all threads. Discussion http://board.kolibrios.org/viewtopic.php?f=35&t=2303  
2455 4434 d 6 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2381 4454 d 7 h hidnplayr /kernel/trunk/ Usage of struct.inc from fasm in trunk kernel.  
2288 4585 d 1 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2167 4619 d 11 h serge /kernel/trunk/ merge kolibri_acpi #2156  
2146 4627 d 3 h clevermouse /kernel/trunk/ sync with r2143 except for a typo  
2137 4630 d 8 h clevermouse /kernel/trunk/core/ fix mutex_unlock  
2118 4635 d 13 h serge /kernel/trunk/ move PIC functions into separate file  
1434 5161 d 5 h serge / linux-like kernel mutexes  
1298 5269 d 1 h diamond /kernel/trunk/core/ fix misprint in rev. 1220  
1276 5278 d 20 h Lrz /kernel/trunk/ I'm not sure what all my change is right.
Some optimization.
 
1220 5310 d 3 h serge /kernel/trunk/ menuet02 tls  
1055 5515 d 4 h Galkov /kernel/trunk/ refractoring of EVENT, and so on