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 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.
 
9900 462 d 16 h Doczom /kernel/trunk/core/ [KERNEL]: Replaced magic numbers with constants:
PAGE_SIZE, -PAGE_SIZE, PAGE_SIZE-1
 
9828 718 d 16 h Doczom /kernel/trunk/ KERNEL: reducing the use of current_slot_idx  
9715 829 d 22 h Doczom /kernel/trunk/ small update copyright year in kernel  
9692 835 d 19 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9405 897 d 22 h Coldy /kernel/trunk/core/ Fixed vulnerabilitie in sysfn 68.23 (system halt if the name doesn't exist)  
8869 1070 d 6 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
 
7968 1461 d 0 h hidnplayr /kernel/trunk/core/ ай-яй-яй: Fix #7967  
7967 1461 d 0 h hidnplayr /kernel/trunk/ User-land ring buffers.  
7965 1462 d 1 h hidnplayr /kernel/trunk/ Improved readability, no semantic changes.  
7136 2345 d 14 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
6974 2443 d 4 h 0CodErr /kernel/trunk/ remove unnecessary check  
6893 2566 d 9 h pathoswithin /kernel/trunk/ no need for manual heap initialization (68.11)  
5363 3421 d 19 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5359 3423 d 23 h serge /kernel/trunk/ kernel: total globalization  
5356 3424 d 0 h serge /kernel/trunk/ kernel: update PTE bits  
5130 3534 d 7 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
4424 3792 d 20 h Serge /kernel/trunk/ kernel: minor optimizations  
4391 3805 d 22 h clevermouse /kernel/trunk/core/ KernelAlloc/KernelFree are called from IRQ handlers in network drivers, so make them spinlock-protected instead of mutex-protected  
3798 3969 d 6 h Serge /kernel/trunk/core/ kernel: fix user_unmap  

Show All