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 3 h 7 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.
 
9949 212 d 5 h Doczom /kernel/trunk/ fix bug in sysfn 7  
9926 332 d 1 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9910 409 d 20 h Doczom /kernel/trunk/ [KERNEL] updated local labels in functions and other small changes  
9709 833 d 1 h Doczom /kernel/trunk/ delete TASKDATA  
9692 835 d 21 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9614 861 d 21 h Doczom /kernel/trunk/ replacing TASKDATA.event_mask with APPDATA.event_mask and cleared code  
9613 862 d 7 h Doczom /kernel/trunk/ add APPDATA.state for delete TASKDATA  
8876 1068 d 9 h rgimad /kernel/trunk/ [KERNEL] use constants instead of hardcoded values, other small fixes  
8869 1070 d 8 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
 
8867 1071 d 4 h rgimad /kernel/trunk/ [KERNEL] #2 Preparing to merge legacy TASKDATA into APPDATA:
- rename event_mask in APPDATA to occured_events, cause TASKDATA already has event_mask and they have different meaning and usage
- small fixes
 
8866 1071 d 8 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
 
8053 1405 d 22 h rgimad /kernel/trunk/ translate russian comments to english #4, no code changes  
7136 2345 d 17 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
5788 3184 d 3 h serge /kernel/trunk/ Kernel: minor cleanup  
5363 3421 d 22 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4588 3739 d 17 h mario79 /kernel/trunk/ Function 2 (get the code of the pressed key) for AL = 0 in EAX bits 16-23 = contain scancode for pressed key  
3565 4011 d 6 h hidnplayr /kernel/trunk/ Socket_receive: return -1 when socket is closed.  
3545 4012 d 0 h hidnplayr / Merge new network stack with trunk  
3539 4012 d 20 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  

Show All