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 2 h 33 m 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 59 d 22 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 339 d 23 h Doczom /kernel/trunk/ [KERNEL]: Replaced magic numbers with constants and cleaned code  
9911 408 d 23 h Doczom /kernel/trunk/ [KERNEL] cleaned code and added description of some functions  
9910 409 d 20 h Doczom /kernel/trunk/ [KERNEL] updated local labels in functions and other small changes  
9900 462 d 18 h Doczom /kernel/trunk/core/ [KERNEL]: Replaced magic numbers with constants:
PAGE_SIZE, -PAGE_SIZE, PAGE_SIZE-1
 
9831 717 d 3 h dunkaist /kernel/trunk/ Rename fields in SYSCALL_STACK struct: _eax -> eax, etc  
9823 722 d 10 h dunkaist /kernel/trunk/ [kernel] Add is_string_userspace func, like is_region_userspace  
9715 830 d 0 h Doczom /kernel/trunk/ small update copyright year in kernel  
9692 835 d 21 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9442 885 d 18 h Doczom /kernel/trunk/core/ fix 68.31  
9441 885 d 19 h Doczom /kernel/trunk/core/ add function for get SRV structure  
9440 885 d 23 h Doczom /kernel/trunk/core/ add function for unload driver  
9438 886 d 6 h Doczom /kernel/trunk/core/ small update loader drivers  
9406 897 d 14 h Doczom /kernel/trunk/core/ fix load driver
TODO: add function for unload driver
 
8876 1068 d 9 h rgimad /kernel/trunk/ [KERNEL] use constants instead of hardcoded values, other small fixes  
8874 1069 d 9 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 1406 d 3 h rgimad /kernel/trunk/ translate russian comments to english #3, no code changes  
7967 1461 d 2 h hidnplayr /kernel/trunk/ User-land ring buffers.  
7132 2348 d 15 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  

Show All