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 1 d 0 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.
 
9715 830 d 22 h Doczom /kernel/trunk/ small update copyright year in kernel  
9486 878 d 0 h rgimad /kernel/trunk/ [KERNEL] Sysfn 15, 25, 39 (working with background graphics) moved from kernel.asm to gui/background.inc file  
8111 1310 d 1 h dunkaist /kernel/trunk/ kernel: Split acpi.inc and hpet.inc from init.inc.

Also, replace some hardcoded constants with macros.
 
8037 1442 d 2 h dunkaist /kernel/trunk/ Move slab allocator code from bus/usb/memory.inc to core/slab.inc.  
7830 1486 d 20 h pavelyakov /kernel/trunk/ Does not work stably :(  
7828 1486 d 20 h pavelyakov /kernel/trunk/ Core: new function sys array  
7736 1533 d 15 h dunkaist /kernel/trunk/ kernel: Bring back XFS: v4 and v5 disk formats are supported now.

Read-only. Writing is not planned.
 
6926 2533 d 17 h serge /kernel/trunk/ kernel: initial pipe() support  
6827 2685 d 18 h dunkaist /kernel/trunk/ Support GUID Partition Table (GPT) disk layout  
6502 2827 d 20 h pathoswithin /kernel/trunk/ UTF-8 file path input, unicode names for apps and libs  
6462 2871 d 14 h pathoswithin /kernel/trunk/ ext fs and other global cleaning  
6263 3015 d 5 h serge /kernel/trunk/ kernel: framebuffers code  
6244 3017 d 13 h serge /kernel/trunk/ kernel: restart, reboot and power off  
6079 3047 d 14 h serge /kernel/trunk/ new Fn77 - fast user-space locking  
5865 3130 d 19 h GerdtR /kernel/trunk/ Bug fixes, change the values of constants window position relative to the other.  
5836 3149 d 1 h GerdtR /kernel/trunk/ Added f18.25: the ability to make a window on top of all and behind all  
5595 3228 d 4 h serge /kernel/trunk/ trunk: merge kolibri-acpi code  
5363 3422 d 19 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5202 3461 d 11 h serge /kernel/trunk/ kernel: initialize handle table  
5130 3535 d 7 h serge /kernel/trunk/ kernel: kolibri-process merged into trunk. This is my little gift to myself for my birthday.  
4772 3700 d 18 h mario79 /kernel/trunk/ Fix for IDE devices:
1) Restore broken HD load for ramdisk image
2) Check of support UDMA mode for disk devices before initialization channel of IDE controller
 
4720 3706 d 18 h mario79 /kernel/trunk/ Fix for r.4700  
4700 3709 d 19 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
4608 3733 d 1 h clevermouse /kernel/trunk/ reconfigure MTRRs after BIOS, enable write-combining framebuffer in more configurations  
4420 3797 d 4 h clevermouse /kernel/trunk/ split /hd and /bd access into separate includes  
4273 3835 d 23 h clevermouse / support for PnP disks, part 5: FAT12, ramdisk, floppies  
4199 3847 d 11 h mario79 /kernel/trunk/ Kernel Clipboard. f.54.  
3935 3890 d 5 h shikhin /kernel/trunk/ ext2 write support added; CreateFolder and Delete complete.  
3913 3900 d 18 h dunkaist /kernel/trunk/ basic xfs read support  
3536 4013 d 23 h clevermouse /kernel/trunk/ fix some GUI problems highlighted by r3534  
3534 4014 d 6 h clevermouse /kernel/trunk/ priorities in scheduler  
3520 4023 d 15 h clevermouse / USB support  
3296 4101 d 17 h clevermouse /kernel/trunk/ protect thread from external terminate while running sysfn 70  
2455 4453 d 22 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2408 4470 d 11 h Serge /kernel/trunk/ f.40 ebx bit 3: do not send mouse events to inactive window  
2407 4470 d 15 h mario79 /kernel/trunk/ We do not use Vesa 1.2 mode (for trunk kernel) is now  
2384 4472 d 20 h hidnplayr /kernel/trunk/ Adapted more structures to use new struct.inc  
2381 4474 d 0 h hidnplayr /kernel/trunk/ Usage of struct.inc from fasm in trunk kernel.  
2288 4604 d 18 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes