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
7322 2067 d 16 h pavelyakov /kernel/trunk/core/ Fix style  
7321 2067 d 16 h pavelyakov / Added KERNEL process  
7320 2067 d 19 h pavelyakov /kernel/trunk/core/ Added function checksum security  
7319 2068 d 6 h pavelyakov /kernel/trunk/core/ Added Implementation of the function in the system - EAX = 81  
7294 2139 d 5 h dunkaist /kernel/trunk/ Update kernel's proc32.inc from fasm source

* Resulting kernel.bin did not change.
* This file had KolibriOS copyright header which I did not preserve
because we use it unchanged as shipped with fasm.
 
7276 2172 d 5 h dunkaist / Enable xsave/xrstor, attempt 2.  
7270 2179 d 16 h dunkaist /kernel/trunk/blkdev/ Fix for GPT partitions scan.

GPT partition entry array (GPEA) has 128 entries by default, unused ones
must be zeroed. Due to memory corruption GPEA contained non-zero data of
first sectors of partitions. This led to fake partitions detected which
were mostly filtered out by their start:length and thus didn't show up.
Pass ebx=three-sector-sized buffer to disk_add_partition as expected.
 
7215 2212 d 23 h theonlymirage /kernel/trunk/bootloader/ Сlear direction flag for Phoenix BIOS (for correct printing of messages in real mode).  
7199 2225 d 6 h dunkaist /kernel/trunk/core/ Disable xsave code until proper fix.  
7168 2246 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 2254 d 13 h clevermouse /kernel/trunk/ fix FPU after r7124 for other CPU configurations  
7164 2254 d 15 h clevermouse /kernel/trunk/core/ fix FPU after r7124  
7140 2278 d 11 h clevermouse /kernel/trunk/ use correct language for boot screen, broken in r7129  
7136 2316 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 2319 d 3 h dunkaist /kernel/trunk/core/ Add tests to autobuild: mtrrtest and test_malloc.  
7132 2319 d 3 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7130 2319 d 8 h dunkaist / Add UEFI stuff.  
7129 2319 d 9 h dunkaist /kernel/trunk/ Split bootbios.asm and kernel.asm.

* Move bios-related part of kernel.asm before B32 label to
bootbios.asm file;
* Move bx_from_load, boot_dev and kernel_restart_bootblock variables
to BOOT_* 0x9000 block;
* Update Tupfile.lua, Makefile, build.bat, build.sh accordingly;
* Now bios and uefi loaders can jump to very first byte of the kernel.
 
7126 2330 d 23 h dunkaist /kernel/trunk/ Add EFLAGS_* macros, get rid of some more magic numbers.  
7124 2331 d 0 h dunkaist /kernel/trunk/ Use xsave/xrestor if available, enable AVX* instructions.  
7122 2336 d 8 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
7121 2337 d 5 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
7114 2345 d 20 h dunkaist /kernel/trunk/ Add empty $Revision$ macro.

svn keywords are neither substituted by git-svn nor catched by
existing "$Revision a" macro, ignore them to not fail the build.
 
7103 2376 d 14 h 0CodErr /kernel/trunk/gui/ fix for draw not ASCIIZ  
7099 2379 d 10 h hidnplayr /kernel/trunk/network/ Use tcp_output instead of tcp_respond to send delayed acks, we need it for correct window advertisement amongst other things...  
7098 2379 d 10 h ashmew2 /kernel/trunk/network/ Fix TCP window size in tcp_respond  
7040 2393 d 19 h pathoswithin /kernel/trunk/blkdev/ sysfunction 70.10 new name validation  
7003 2404 d 8 h pathoswithin /kernel/trunk/fs/ fat: support for non-ASCII chars in short names  
6974 2413 d 19 h 0CodErr /kernel/trunk/ remove unnecessary check  
6942 2446 d 13 h serge /kernel/trunk/core/ kernel: get_clock_ns() funny 96-bit arithmetic  
6941 2446 d 15 h serge /kernel/trunk/core/ kernel: get_clock_ns() correction  
6939 2460 d 0 h pathoswithin /kernel/trunk/fs/ small fix  
6933 2479 d 21 h pathoswithin /kernel/trunk/fs/ ext fs: sysfunction 70.10 support  
6929 2502 d 7 h serge /kernel/trunk/ kernel: pipes - improved synchronization  
6928 2502 d 18 h serge /kernel/trunk/posix/ kernel: pipe io bugfixes  
6927 2502 d 22 h serge /kernel/trunk/posix/ kernel: read/write operations on pipe  
6926 2503 d 7 h serge /kernel/trunk/ kernel: initial pipe() support  
6917 2510 d 20 h pathoswithin /kernel/trunk/ New sysfunction 70.10 "rename/move"  
6916 2518 d 12 h hidnplayr /kernel/trunk/network/ TCP: Use bitflag instead of dword for t_force.  
6915 2519 d 8 h hidnplayr /kernel/trunk/network/ TCP: dont accept out of order FINs.