Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10051 3 d 2 h ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
9911 411 d 23 h Doczom /kernel/trunk/ [KERNEL] cleaned code and added description of some functions  
9828 721 d 18 h Doczom /kernel/trunk/ KERNEL: reducing the use of current_slot_idx  
9715 833 d 0 h Doczom /kernel/trunk/ small update copyright year in kernel  
8892 1070 d 18 h dunkaist /kernel/trunk/hid/ kernel: Unhardcode a few values in hid/keyboard.inc.  
8866 1074 d 7 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
 
5797 3185 d 16 h leency /kernel/trunk/hid/ kernel/keyboard.inc: revert 5027, because it caused issues on laptops with Fn key  
5363 3424 d 21 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5027 3574 d 23 h clevermouse /kernel/trunk/hid/ numlock on at boot  
5012 3588 d 7 h clevermouse /kernel/trunk/ speed up booting in some configurations  
4929 3658 d 9 h hidnplayr /kernel/trunk/hid/ Fixed some issues with numeric part of keyboard.  
4612 3734 d 2 h mario79 /kernel/trunk/ Fix for r.4588  
4588 3742 d 16 h mario79 /kernel/trunk/ Function 2 (get the code of the pressed key) for AL = 0 in EAX bits 16-23 = contain scancode for pressed key  
3598 4008 d 6 h clevermouse /kernel/trunk/ make macro for push imm/pop dst  
3534 4016 d 8 h clevermouse /kernel/trunk/ priorities in scheduler  
3356 4096 d 0 h mario79 /kernel/trunk/hid/ Fix for r.3355  
3355 4096 d 1 h mario79 /kernel/trunk/ F66.3 added indication pressing of keys: Win-left and Win-right.  
3320 4100 d 6 h clevermouse /kernel/trunk/ fix r2601  
2709 4376 d 16 h mario79 /kernel/trunk/ Functions 66.6, 66.7 - control input from the keyboard for hotkeys  
2611 4424 d 20 h mario79 /kernel/trunk/hid/ Fix for r.92 (you see the correct revision number - sometimes you have to dig out the mammoth)  
2601 4426 d 22 h clevermouse /kernel/trunk/ API for external keyboards  
2288 4606 d 20 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2171 4640 d 0 h mario79 /kernel/trunk/hid/ CAPS LOCK for ASCII key  
1874 4846 d 6 h serge /kernel/trunk/ kernel: set_keyboard_data  
1579 5024 d 6 h diamond /kernel/trunk/hid/ no ascii codes for releasing keys (fix of rev. 1576)  
1576 5024 d 21 h diamond /kernel/trunk/hid/ fix releasing hotkeys  
641 6088 d 20 h diamond /kernel/trunk/ Kernel updated to 0.7.1.0  
603 6140 d 17 h Rus /kernel/trunk/hid/ Optimized num pad part of keyboard  
593 6147 d 4 h mikedld /kernel/trunk/ Revision numbering fix  
582 6157 d 21 h Rus /kernel/trunk/hid/ Added Num Pad.  
431 6270 d 5 h serge /kernel/trunk/ copyrights  
425 6274 d 18 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
381 6294 d 21 h serge /kernel/trunk/ replace all vars whith symbolic constants  
380 6296 d 7 h serge /kernel/trunk/ replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE
 
379 6296 d 9 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
164 6441 d 11 h serge /kernel/trunk/ new kernel  
118 6497 d 4 h diamond / keyboard.inc: deleted obsolete code for Alt+arrows
sys32.inc: small bugfix (IRQ reservation free)
@numcalc: sources added
 
115 6502 d 7 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
92 6539 d 5 h diamond /kernel/trunk/ Hotkeys are now supported  
40 6695 d 4 h halyavin /kernel/trunk/ *Reduced size of boot code. (diamond)
*Debug API added. (diamond)