Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
8840 1073 d 9 h rgimad /kernel/trunk/core/ Delete unused function check_region (it was commented out years ago) and stub calls of this function.  
8711 1108 d 20 h Doczom /kernel/trunk/core/ fixed vulnerability (reading kernel memory from userspace) in sysfn 54.2  
8709 1116 d 13 h Coldy / Dll autoload
Kernel
- removed unnecessary and rewrote/add some comments, no code changes
User (lib/dll.obj)
- Introduced new KX header as extension for existing formats
- Added staring KX header processing
- Improved import table test logic, no reason to kill app for import absence - skip
import processing (tnx ProMiNick)
- Add ReadMe.txt
 
8680 1123 d 8 h rgimad /kernel/trunk/ fixed multiple vulnerabilities in sysfn70 caused by absence of user addresses check  
8671 1130 d 21 h Coldy /kernel/trunk/ For DLL autoload  
8593 1192 d 16 h rgimad /kernel/trunk/core/ taskman.inc: fixed two vulnerabilities which caused kernel memory corruption on attempt to run apps with illegal addresses in MENUET0x header  
8592 1193 d 6 h rgimad /kernel/trunk/core/ taskman.inc: add comments for unobvious things, no code changes  
8534 1225 d 19 h Coldy /kernel/trunk/core/ Fixed 69.4. Bug, call with PID=2 stops the system process thereby freezing the entire system!  
8120 1301 d 11 h dunkaist /kernel/trunk/core/ Fix r8111 for APIC mode: Don't skip LAPIC initialization if already mapped.  
8117 1304 d 1 h dunkaist / kernel: Don't read acpi_dev_* vars that if uninitialized.

Currently only uefi4kos loader initializes these variables. May be one
day BIOS loaders will load DEVICES.DAT file and initialize these vars
too, may be one day we will detect APIC IRQs via ACPI. But not today.
 
8111 1308 d 15 h dunkaist /kernel/trunk/ kernel: Split acpi.inc and hpet.inc from init.inc.

Also, replace some hardcoded constants with macros.
 
8093 1318 d 3 h dunkaist /kernel/trunk/ Assert sizeof.APPDATA=256, use it instead of hardcoded 256 value.  
8092 1324 d 2 h dunkaist / uefi4kos: Read config and kernel files from the disk.

* Now there is a config file with boot options, example included.
* Config, kernel and ramdisk are loaded from the disk, not compiled in.
* DEVICES.DAT file is also optionally loaded from the disk.
* Also, move the loader to /kernel/trunk/bootloader/uefi4kos.
 
8052 1405 d 16 h rgimad /kernel/trunk/ translate russian comments to english #3, no code changes  
8051 1407 d 7 h rgimad /kernel/trunk/ Translate russian comments to english #2 , no code changes  
8050 1407 d 14 h rgimad /kernel/trunk/core/ translate russian comments to english, no code changes  
8037 1440 d 16 h dunkaist /kernel/trunk/ Move slab allocator code from bus/usb/memory.inc to core/slab.inc.  
7968 1460 d 14 h hidnplayr /kernel/trunk/core/ ай-яй-яй: Fix #7967  
7967 1460 d 14 h hidnplayr /kernel/trunk/ User-land ring buffers.  
7965 1461 d 16 h hidnplayr /kernel/trunk/ Improved readability, no semantic changes.  
7830 1485 d 10 h pavelyakov /kernel/trunk/ Does not work stably :(  
7828 1485 d 11 h pavelyakov /kernel/trunk/ Core: new function sys array  
7733 1542 d 1 h dunkaist /kernel/trunk/ kernel: Support more than one I/O APIC and 24 interrupts.  
7327 2094 d 16 h pavelyakov / По решению администрации убрал функцию  
7325 2094 d 19 h pavelyakov /kernel/trunk/core/ Fixed error code and optimized function  
7323 2096 d 16 h pavelyakov /kernel/trunk/core/ Fixed error  
7322 2096 d 16 h pavelyakov /kernel/trunk/core/ Fix style  
7321 2096 d 16 h pavelyakov / Added KERNEL process  
7320 2096 d 19 h pavelyakov /kernel/trunk/core/ Added function checksum security  
7319 2097 d 6 h pavelyakov /kernel/trunk/core/ Added Implementation of the function in the system - EAX = 81  
7276 2201 d 5 h dunkaist / Enable xsave/xrstor, attempt 2.  
7199 2254 d 6 h dunkaist /kernel/trunk/core/ Disable xsave code until proper fix.  
7168 2275 d 13 h clevermouse /kernel/trunk/core/ revert FpuSave/FpuRestore to old implementations because existing drivers don't know about AVX, provide alternate exports AvxSaveSize/AvxSave/AvxRestore  
7165 2283 d 13 h clevermouse /kernel/trunk/ fix FPU after r7124 for other CPU configurations  
7164 2283 d 15 h clevermouse /kernel/trunk/core/ fix FPU after r7124  
7136 2345 d 4 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7133 2348 d 3 h dunkaist /kernel/trunk/core/ Add tests to autobuild: mtrrtest and test_malloc.  
7132 2348 d 3 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7124 2360 d 0 h dunkaist /kernel/trunk/ Use xsave/xrestor if available, enable AVX* instructions.  
7122 2365 d 8 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.