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 4 d 19 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.
 
9976 100 d 16 h Jurgen /kernel/trunk/ 1.Add procedure check exception 12 (overflow stack) 2.Add info in reference of function 68,24 (rus) 3.Change max limit size of the load file to 1G, for load big WinApp files. 4.Fix procedure close tcp socket:
When WinApp create/close socket in loop => crash core Kolibri
 
9872 642 d 15 h Doczom /kernel/trunk/core/ disabling the SRV.srv_proc check to zero  
9832 720 d 13 h turbocat /kernel/trunk/core/ [KERNEL]: Remove unused get_curr_task and replace with get_curr_slot  
9828 723 d 11 h Doczom /kernel/trunk/ KERNEL: reducing the use of current_slot_idx  
9823 727 d 3 h dunkaist /kernel/trunk/ [kernel] Add is_string_userspace func, like is_region_userspace  
9715 834 d 17 h Doczom /kernel/trunk/ small update copyright year in kernel  
9692 840 d 14 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9567 874 d 16 h Doczom /kernel/trunk/ small fix  
9440 890 d 16 h Doczom /kernel/trunk/core/ add function for unload driver  
9432 892 d 4 h Doczom /kernel/trunk/core/ fix call function  
9430 892 d 4 h Doczom /kernel/trunk/core/ add check handler driver  
9034 1053 d 16 h Boppan /kernel/trunk/core/ [kernel][dll] Doxycomment load_file function  
8869 1075 d 1 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
 
8680 1128 d 13 h rgimad /kernel/trunk/ fixed multiple vulnerabilities in sysfn70 caused by absence of user addresses check  
7965 1466 d 20 h hidnplayr /kernel/trunk/ Improved readability, no semantic changes.  
7136 2350 d 9 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7122 2370 d 12 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
6926 2537 d 12 h serge /kernel/trunk/ kernel: initial pipe() support  
6792 2726 d 1 h pathoswithin /kernel/trunk/ preparation  
6502 2831 d 15 h pathoswithin /kernel/trunk/ UTF-8 file path input, unicode names for apps and libs  
5998 3079 d 2 h veliant /kernel/trunk/core/ Disable 'unresolved' message for coff  
5595 3231 d 23 h serge /kernel/trunk/ trunk: merge kolibri-acpi code  
5363 3426 d 14 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5356 3428 d 20 h serge /kernel/trunk/ kernel: update PTE bits  
5130 3539 d 2 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
5088 3553 d 22 h clevermouse /kernel/trunk/ remove support for COFF drivers  
5039 3569 d 23 h clevermouse / support for stripped PE headers in drivers; declare COFF drivers deprecated  
4418 3800 d 23 h clevermouse / separate USB host controller code into external drivers  
4237 3845 d 2 h Serge /kernel/trunk/core/ kernel.load_file_umode: allocate physical storage before unpacking  
3827 3964 d 19 h clevermouse /kernel/trunk/core/ load_library: disable interrupts for smaller time  
3786 3974 d 22 h Serge /kernel/trunk/core/ kernel:f68.27 load_file_umode  
3761 3979 d 13 h clevermouse /kernel/trunk/core/ merge PE and COFF export tables into one  
3520 4027 d 11 h clevermouse / USB support  
3296 4105 d 12 h clevermouse /kernel/trunk/ protect thread from external terminate while running sysfn 70  
3171 4149 d 14 h hidnplayr / Added new sound.obj wich automatically loads correct sound driver.
See forum for more details (http://board.kolibrios.org/viewtopic.php?f=28&t=2196)
 
2500 4447 d 18 h mario79 /kernel/trunk/core/ Fix for r. 2489  
2489 4449 d 12 h mario79 /kernel/trunk/ Using the new mutex to r.2486  
2486 4449 d 23 h mario79 /kernel/trunk/core/ Fix for r. 1275 - to use the CLI command is not a good solution. Much better to use a mutex!  
2455 4457 d 18 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup