Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9249 930 d 23 h Boppan /kernel/trunk/ [KERNEL] Add test framework  
9248 931 d 2 h Doczom /kernel/trunk/core/ fix start apps in kernel mode  
9231 933 d 6 h punk_joker /kernel/trunk/blkdev/ AHCI: support up to 8 controllers  
9227 934 d 21 h dunkaist /kernel/trunk/ uefi64kos: Detect last PCI bus, use fastcall macro.

* Detect last PCI bus via PCI Root Bridge IO protocol (uefi64kos only).
* fastcall macro by Tomasz is much cleaner than eficall from osdev board.
 
9224 943 d 6 h Doczom /kernel/trunk/ update  
9223 943 d 7 h Doczom /kernel/trunk/ fix bug in my fix bug  
9222 943 d 7 h Doczom /kernel/trunk/ fix bug http://bugs.kolibrios.org/view.php?id=145 in sf 4  
9221 948 d 7 h dunkaist /kernel/trunk/ kernel: Fix window redraw after 1px move.

If
- window A is above window B, and
- window A has been moved,
then window B receives a redraw event.

But if that move was 1px right or down, window B didn't receive an event
because of off-by-one error. Now it's fixed.
 
9219 950 d 1 h punk_joker /kernel/trunk/blkdev/ ahci: name drives as sdX instead of hdX  
9185 987 d 1 h dunkaist /kernel/trunk/ kernel: fix export of file_system_lfn_protected.

This function returns values not in registers but in their images on
stack. Therefore we have to wrap a call with pushad/popad.
 
9183 987 d 12 h rgimad /kernel/trunk/ Merge kolibri-ahci into trunk  
9151 1003 d 7 h hidnplayr /kernel/trunk/docs/ Fix typo  
9060 1045 d 13 h leency / sysfuncr.txt: translate 74.11 - 74.16
osupdate: add to ISO
icons16.png: update icons of windows, kolibri, floppy
cedit: update by akron1
 
9055 1046 d 1 h turbocat /kernel/trunk/core/ kernel (trunk) :
- Added the function of working with the file system in the export for the driver.
(However, feature 70 vulnerability should not be fixed until the drivers using it are rebuilt).
 
9054 1046 d 3 h hidnplayr /kernel/trunk/network/ Fix loopback  
9052 1046 d 14 h leency /kernel/trunk/docs/ docs: update sys f48.3 description about color names and meanings  
9049 1048 d 14 h hidnplayr /kernel/trunk/network/ Add is_userspace_region checks to some socket functions.
Disabled PPPoE and IPv6 completely by default, as not functional.
 
9045 1049 d 14 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
9043 1049 d 20 h dunkaist /kernel/trunk/blkdev/ kernel: Implement sf70.5 for default FS stub

Only get partition size, not its label.

Information of a block device and FS on it should be reported by
different system calls.
 
9038 1050 d 3 h Boppan /kernel/trunk/ [KERNEL][TASKMAN] Add prefixes to named constants  

Show All