Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9911 387 d 3 h Doczom /kernel/trunk/ [KERNEL] cleaned code and added description of some functions  
9715 808 d 4 h Doczom /kernel/trunk/ small update copyright year in kernel  
9709 811 d 5 h Doczom /kernel/trunk/ delete TASKDATA  
8876 1046 d 13 h rgimad /kernel/trunk/ [KERNEL] use constants instead of hardcoded values, other small fixes  
8869 1048 d 12 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 1049 d 8 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
 
8840 1052 d 1 h rgimad /kernel/trunk/core/ Delete unused function check_region (it was commented out years ago) and stub calls of this function.  
8534 1204 d 11 h Coldy /kernel/trunk/core/ Fixed 69.4. Bug, call with PID=2 stops the system process thereby freezing the entire system!  
7124 2338 d 16 h dunkaist /kernel/trunk/ Use xsave/xrestor if available, enable AVX* instructions.  
5363 3400 d 1 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4893 3658 d 23 h Serge / kernel: fn69.1 - get simd context
mtdbg: display contents of mmx registers
 
2455 4431 d 5 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4582 d 0 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1394 5196 d 2 h diamond /kernel/trunk/core/ fixed debugging broken in rev. 1329  
1329 5242 d 3 h Lrz /kernel/trunk/ sys functions 71 and 69 without shift-registers call.(I'm not sure all change is right.  
1076 5457 d 10 h Galkov /kernel/trunk/core/ small optimization, not more  
1056 5505 d 2 h Galkov /kernel/trunk/ sys32 - concentration all (except #NM) exception handlers in ecx_c for optimization purpose
debug - moved handler to sys32::exc_c
fpu - moved except_16/19 to sys32::exc_c
memory - changing interface for page_fault_handler
v86 - changing interface for handler v86_exc_c
kernel - small optimization
 
750 5915 d 14 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5930 d 6 h diamond /kernel/trunk/ * V86 manager
* support of drives visible by BIOS through V86 mode
* shutdown fixes
* background redraw fixes
* when booting from CD/DVD, load all floppy by tracks, not only used sectors
 
684 5979 d 11 h diamond /kernel/trunk/ deleting cross registers in system calls, part 2  
680 5988 d 0 h diamond /kernel/trunk/core/ fix in debug subsystem  
667 6029 d 23 h diamond /kernel/trunk/ 69.4 and 69.5 now do not require debugging privileges  
593 6122 d 8 h mikedld /kernel/trunk/ Revision numbering fix  
465 6222 d 15 h serge /kernel/trunk/ merge flat kernel  
431 6245 d 9 h serge /kernel/trunk/ copyrights  
425 6249 d 23 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
380 6271 d 11 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
379 6271 d 13 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
237 6344 d 15 h serge /kernel/trunk/ kernel support for loading compressed apps - part 1  
115 6477 d 11 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
113 6481 d 7 h diamond /kernel/trunk/ Small bugfixes with DF in debug subsystem; small improvement in function 70.0 for floppies  
66 6595 d 6 h diamond /kernel/trunk/ Debug subsystem: added DRx registers support  
63 6615 d 10 h halyavin /kernel/trunk/ Kernel now waits only 5 seconds in order to deliver message to debugger. Fixed hd reservation and release. Changes from diamond.  
44 6661 d 5 h halyavin /kernel/trunk/core/ fixing bugs in debug.inc from diamond  
40 6670 d 8 h halyavin /kernel/trunk/ *Reduced size of boot code. (diamond)
*Debug API added. (diamond)