Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10002 39 d 9 h Jurgen /kernel/trunk/ 1. Edit procedure check exception 12 (overflow stack)
2. Edit func 68,24
3. Add proc "control exception"
4. Add subfuncs func 51 (GetPriorityThread, SetPriorityThread,GetCurrentThreadId)
5. Add info in ReferenceFunc(rus)
 
9976 75 d 10 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
 
9975 75 d 21 h Jurgen /kernel/trunk/core/ Add struct EXCEPT_STACK  
9930 257 d 8 h Doczom /kernel/trunk/ [KERNEL] The window subsystem has been redesigned:
-extended WDATA structures up to 128 bytes
-added the background_windows constant
-the draw_data array has been deleted
-APPDATA.window and WDATA.thread fields added
-minor fixes in the operation of external file system drivers
 
9926 311 d 12 h Doczom /kernel/trunk/ [KERNEL] the window subsystem was refactored, WDATA structures were expanded and magic numbers were replaced with constants  
9910 389 d 7 h Doczom /kernel/trunk/ [KERNEL] updated local labels in functions and other small changes  
9831 696 d 14 h dunkaist /kernel/trunk/ Rename fields in SYSCALL_STACK struct: _eax -> eax, etc  
9828 698 d 5 h Doczom /kernel/trunk/ KERNEL: reducing the use of current_slot_idx  
9743 774 d 12 h Doczom /kernel/trunk/ fix bug in free group of port(46 sysf) in deleting thread  
9742 776 d 0 h Doczom /kernel/trunk/ small update 46 system function(no tested!)  
9715 809 d 11 h Doczom /kernel/trunk/ small update copyright year in kernel  
9709 812 d 11 h Doczom /kernel/trunk/ delete TASKDATA  
9692 815 d 8 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
8876 1047 d 20 h rgimad /kernel/trunk/ [KERNEL] use constants instead of hardcoded values, other small fixes  
8874 1048 d 20 h rgimad /kernel/trunk/ [KERNEL] #4 Preparing to merge legacy TASKDATA into APPDATA:
- use thread state constants instead of hardcoded values
- other small style fixes
 
8869 1049 d 19 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
 
8866 1050 d 18 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
 
8858 1051 d 12 h rgimad /kernel/trunk/ [KERNEL] Refactoring:
- optimize struct zeroing in sys32.inc
- set_app_param: delete setting completely unused APPDATA.event_filter (also make this field reserved)
- update some copyringhs
- other small fixes
 
8093 1298 d 2 h dunkaist /kernel/trunk/ Assert sizeof.APPDATA=256, use it instead of hardcoded 256 value.  
8051 1387 d 6 h rgimad /kernel/trunk/ Translate russian comments to english #2 , no code changes  
8050 1387 d 13 h rgimad /kernel/trunk/core/ translate russian comments to english, no code changes  
7733 1522 d 0 h dunkaist /kernel/trunk/ kernel: Support more than one I/O APIC and 24 interrupts.  
6817 2683 d 5 h dunkaist /kernel/trunk/ Set CR0.AM bit

Allow applications to get Alignment Check exception
 
6793 2700 d 15 h pathoswithin /kernel/trunk/core/ fix corruption of process termination output  
5836 3127 d 14 h GerdtR /kernel/trunk/ Added f18.25: the ability to make a window on top of all and behind all  
5363 3401 d 8 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5356 3403 d 14 h serge /kernel/trunk/ kernel: update PTE bits  
5130 3513 d 20 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
4313 3806 d 10 h mario79 /kernel/trunk/core/ A patch for f.64 - now you can not ask for more memory than available of free memory.  
4273 3814 d 12 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
3911 3880 d 6 h mario79 /kernel/trunk/core/ Correction r.3909 - validating addresses ESP before displaying a stack dump  
3909 3882 d 9 h mario79 /kernel/trunk/core/ Stack dump for show_error_parameters  
3742 3957 d 12 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3615 3981 d 12 h clevermouse /kernel/trunk/core/ allow high-priority threads to wakeup after any IRQ, not just timer  
3598 3984 d 17 h clevermouse /kernel/trunk/ make macro for push imm/pop dst  
3558 3991 d 9 h Serge /kernel/trunk/ Kernel: remove useless MOUSE_DOWN MOUSE_BACKGROUND DONT_DRAW_MOUSE.  
3539 3992 d 6 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3534 3992 d 19 h clevermouse /kernel/trunk/ priorities in scheduler  
3344 4074 d 14 h yogev_ezra /kernel/trunk/core/ Fix iglobal directive usage try 3  
3342 4074 d 15 h yogev_ezra /kernel/trunk/core/ Fix iglobal directive usage