Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10051 1 d 8 h ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
10002 61 d 4 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)
 
9917 341 d 5 h Doczom /kernel/trunk/ [KERNEL]: Replaced magic numbers with constants and cleaned code  
9911 410 d 5 h Doczom /kernel/trunk/ [KERNEL] cleaned code and added description of some functions  
9910 411 d 2 h Doczom /kernel/trunk/ [KERNEL] updated local labels in functions and other small changes  
9900 464 d 0 h Doczom /kernel/trunk/core/ [KERNEL]: Replaced magic numbers with constants:
PAGE_SIZE, -PAGE_SIZE, PAGE_SIZE-1
 
9831 718 d 9 h dunkaist /kernel/trunk/ Rename fields in SYSCALL_STACK struct: _eax -> eax, etc  
9823 723 d 16 h dunkaist /kernel/trunk/ [kernel] Add is_string_userspace func, like is_region_userspace  
9715 831 d 6 h Doczom /kernel/trunk/ small update copyright year in kernel  
9692 837 d 3 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9442 887 d 0 h Doczom /kernel/trunk/core/ fix 68.31  
9441 887 d 1 h Doczom /kernel/trunk/core/ add function for get SRV structure  
9440 887 d 5 h Doczom /kernel/trunk/core/ add function for unload driver  
9438 887 d 12 h Doczom /kernel/trunk/core/ small update loader drivers  
9406 898 d 21 h Doczom /kernel/trunk/core/ fix load driver
TODO: add function for unload driver
 
8876 1069 d 15 h rgimad /kernel/trunk/ [KERNEL] use constants instead of hardcoded values, other small fixes  
8874 1070 d 15 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
 
8052 1407 d 10 h rgimad /kernel/trunk/ translate russian comments to english #3, no code changes  
7967 1462 d 8 h hidnplayr /kernel/trunk/ User-land ring buffers.  
7132 2349 d 21 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  

Show All