Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4700 3695 d 6 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
3617 3988 d 10 h clevermouse /kernel/trunk/core/ be more fair  
3615 3988 d 10 h clevermouse /kernel/trunk/core/ allow high-priority threads to wakeup after any IRQ, not just timer  
3539 3999 d 5 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
3534 3999 d 18 h clevermouse /kernel/trunk/ priorities in scheduler  
3504 4012 d 4 h mario79 /kernel/trunk/ Kernel scheduler - equal rights for all threads. Discussion http://board.kolibrios.org/viewtopic.php?f=35&t=2303  
2455 4439 d 10 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2381 4459 d 11 h hidnplayr /kernel/trunk/ Usage of struct.inc from fasm in trunk kernel.  
2288 4590 d 6 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2167 4624 d 16 h serge /kernel/trunk/ merge kolibri_acpi #2156  
2146 4632 d 8 h clevermouse /kernel/trunk/ sync with r2143 except for a typo  
2137 4635 d 13 h clevermouse /kernel/trunk/core/ fix mutex_unlock  
2118 4640 d 18 h serge /kernel/trunk/ move PIC functions into separate file  
1434 5166 d 9 h serge / linux-like kernel mutexes  
1298 5274 d 5 h diamond /kernel/trunk/core/ fix misprint in rev. 1220  
1276 5284 d 1 h Lrz /kernel/trunk/ I'm not sure what all my change is right.
Some optimization.
 
1220 5315 d 7 h serge /kernel/trunk/ menuet02 tls  
1055 5520 d 9 h Galkov /kernel/trunk/ refractoring of EVENT, and so on  
907 5664 d 2 h mikedld /kernel/trunk/ Network stack: dynamic sockets list, other small fixes  
802 5812 d 15 h serge /kernel/trunk/ from Nable: Sound Blaster driver  
794 5861 d 8 h serge /kernel/trunk/core/ optimizing switching of the FPU context  
750 5923 d 20 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5938 d 12 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
 
634 6075 d 10 h diamond /kernel/trunk/core/ bugfix for debug subsystem  
593 6130 d 13 h mikedld /kernel/trunk/ Revision numbering fix  
557 6161 d 4 h serge /kernel/trunk/ uhci device  
531 6183 d 18 h diamond /kernel/trunk/ Sysfunction 23v does not require task switch when waiting  
523 6193 d 18 h diamond /kernel/trunk/ * Correct value of selector gs
* Support for kpack'ed skin files
* Default setting for DMA access is now "disabled"
* Fixed kernel fault when network packet sending
 
465 6230 d 21 h serge /kernel/trunk/ merge flat kernel  
434 6251 d 12 h diamond /kernel/trunk/ Normal stack handling for sysenter/syscall; trap gate for int 0x40  
431 6253 d 15 h serge /kernel/trunk/ copyrights  
425 6258 d 4 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
381 6278 d 7 h serge /kernel/trunk/ replace all vars whith symbolic constants  
379 6279 d 18 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
187 6410 d 19 h diamond /kernel/trunk/ Corrections in DMA code from Mario79  
115 6485 d 17 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
102 6499 d 12 h poddubny /kernel/trunk/ 1. a little fix for scheduler + correct comments
2. refactored window activation/ process termination/ getting active process
3. deleted dead code in checkwindows
4. eliminated almost all accesses to 0x3020+...+0xe, changed to direct process number
5. cli/sti in vesa12 and vga drivers and in calculatescreen
6. skipping dead windows in some funcs in window.inc
 
101 6502 d 9 h poddubny /kernel/trunk/core/ Updated scheduler - now change_task and irq0 handler don't intersect so ugly. The code became more straightforward. By the way, it is also faster.  
100 6508 d 16 h halyavin /kernel/trunk/core/ Fixed bug with sending EOI in change_task procedure (it shouldn't send it).  
66 6603 d 12 h diamond /kernel/trunk/ Debug subsystem: added DRx registers support