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
9045 1042 d 15 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
9043 1042 d 21 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.
 
8064 1336 d 12 h dunkaist /kernel/trunk/blkdev/ kernel: make ramdisk_init return pointer to disk structure.  
8055 1385 d 10 h rgimad /kernel/trunk/blkdev/ force rebuild  
8054 1386 d 2 h rgimad /kernel/trunk/blkdev/ translate russian comments to english #5, no code changes  
8053 1400 d 5 h rgimad /kernel/trunk/ translate russian comments to english #4, no code changes  
7727 1546 d 22 h dunkaist /kernel/trunk/ docs: Fix adjust_cache_size prototype: it takes userdata too.  
7546 2015 d 3 h dunkaist /kernel/trunk/blkdev/ Relax Protective MBR checks.  
7270 2203 d 11 h dunkaist /kernel/trunk/blkdev/ Fix for GPT partitions scan.

GPT partition entry array (GPEA) has 128 entries by default, unused ones
must be zeroed. Due to memory corruption GPEA contained non-zero data of
first sectors of partitions. This led to fake partitions detected which
were mostly filtered out by their start:length and thus didn't show up.
Pass ebx=three-sector-sized buffer to disk_add_partition as expected.
 
7136 2339 d 23 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7040 2417 d 14 h pathoswithin /kernel/trunk/blkdev/ sysfunction 70.10 new name validation  
6917 2534 d 15 h pathoswithin /kernel/trunk/ New sysfunction 70.10 "rename/move"  
6875 2628 d 11 h pathoswithin /kernel/trunk/ sysfunction 70.5: get device size  
6845 2671 d 8 h pathoswithin /kernel/trunk/ fs: prevalidation for root folder, code despaghettizing  
6844 2673 d 0 h dunkaist /kernel/trunk/blkdev/ Enable capacity checks for Protective MBR and GPT  
6843 2673 d 0 h dunkaist /kernel/trunk/ Return capacity and bytes per sector of bios disks

This patch makes bd_querymedia return valid Capacity and SectorSize
values. Bios disks detection code saves the values to extended
BiosDiskData structure, bd_querymedia copies them to DISKMEDIAINFO.
 
6842 2673 d 5 h pathoswithin /kernel/trunk/ fix for ide_querymedia  
6828 2675 d 3 h dunkaist /kernel/trunk/blkdev/ Fix parsing of Protective MBR and GPT headers  
6827 2679 d 3 h dunkaist /kernel/trunk/ Support GUID Partition Table (GPT) disk layout  
6814 2699 d 0 h dunkaist /kernel/trunk/blkdev/ Fix access to /fd2 (bugs #98, #103)  
6650 2753 d 2 h pathoswithin /kernel/trunk/blkdev/ IDE: more debug output  
6468 2844 d 4 h pathoswithin /kernel/trunk/ one-string path for filesystems, some cleaning  
6464 2848 d 13 h pathoswithin /kernel/trunk/ sysfunction 70 cleaning  
6016 3060 d 8 h clevermouse /kernel/trunk/ leave more space for extended BIOS data  
6015 3060 d 9 h clevermouse /kernel/trunk/ always install IDE interrupt handler  
6014 3061 d 6 h clevermouse /kernel/trunk/blkdev/ fix error handling for BIOS disks broken in r5569  
5852 3131 d 2 h pathoswithin /kernel/trunk/ LBA28 support  
5570 3256 d 6 h clevermouse /kernel/trunk/blkdev/ merge ide_read and ide_write  
5569 3256 d 6 h Pathoswithin /kernel/trunk/ speed up IDE operations  
5363 3416 d 4 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5196 3457 d 4 h clevermouse /kernel/trunk/blkdev/ fix floppy operations broken in r5089  
5095 3538 d 6 h clevermouse /kernel/trunk/blkdev/ don't trash ebx in fs_read64_sys, was broken in r5089  
5089 3543 d 12 h clevermouse /kernel/trunk/ disk cache: support for sector sizes other than 512 bytes  
5057 3552 d 15 h clevermouse / fix SB16 driver broken in r3727, convert to PE  
4839 3684 d 12 h mario79 /kernel/trunk/blkdev/ Additional fix to r.4838  
4838 3684 d 15 h mario79 /kernel/trunk/ Fix for IDE controller. Some weird controllers generate an interrupt even if IDE interrupts are disabled and no IDE devices. For example, notebook ASUS K72F - IDE controller 010185 generates false interrupt when we work with the IDE controller 01018f. For this reason, the interrupt handler does not need to be installed if both channel IDE controller running in PIO mode.  
4734 3697 d 4 h mario79 /kernel/trunk/ Fix for r.4700 - fix proc check_ATAPI_device_event  
4720 3700 d 3 h mario79 /kernel/trunk/ Fix for r.4700  
4700 3703 d 4 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
4695 3705 d 10 h clevermouse /kernel/trunk/blkdev/ small fix