Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10053 4 d 14 h Doczom /kernel/trunk/ Krn: Added a new driver for the iso9660 file system

Added a new driver for the iso9660 file system. The driver supports the current version of the disk subsystem and is intended for further translation of IDE ATAPI devices to this driver. The basic version of ISO9660 and the Joliet extension are supported.
 
10051 8 d 14 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.
 
9828 727 d 6 h Doczom /kernel/trunk/ KERNEL: reducing the use of current_slot_idx  
9692 844 d 9 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
8869 1078 d 19 h rgimad /kernel/trunk/ [KERNEL] #3 Preparing to merge legacy TASKDATA into APPDATA:
- get rid of CURRENT_TASK
- to APPDATA added new fields which will be used instead of TASKDATA's
- other small fixes
 
6880 2620 d 15 h pathoswithin /kernel/trunk/ documentation fix  
6876 2641 d 13 h pathoswithin /kernel/trunk/ sysfunction 70.5: small change  
6872 2645 d 12 h pathoswithin /kernel/trunk/fs/ iso9660: get CD info  
6845 2685 d 13 h pathoswithin /kernel/trunk/ fs: prevalidation for root folder, code despaghettizing  
6798 2723 d 11 h pathoswithin /kernel/trunk/ proper unicode support  
6471 2845 d 12 h pathoswithin /kernel/trunk/fs/ UTF-8 based disk system, UTF-16 path input  
6468 2858 d 9 h pathoswithin /kernel/trunk/ one-string path for filesystems, some cleaning  
6262 3022 d 22 h pathoswithin /kernel/trunk/fs/ chars recoding refactoring  
5363 3430 d 9 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4700 3717 d 8 h mario79 /kernel/trunk/ Kernel supports up to three IDE controllers, and all the devices connected to them  
3742 3986 d 13 h clevermouse /kernel/trunk/ support for PnP disks, part 4: move NTFS,EXT2,/hd*,/bd* to the new interface  
3539 4021 d 7 h clevermouse /kernel/trunk/ recode all kernel sources to UTF-8; binary still uses single-byte encoding and isn't changed at all  
2455 4461 d 12 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2288 4612 d 7 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2089 4666 d 17 h serge /kernel/trunk/ remove fn 41,42,44,45  
2044 4677 d 10 h mikedld /kernel/trunk/fs/ fs_HdDelete:
* correct check for ext2 partition type (never reached ext2 implementation)

reserve_cd_channel:
* jump to correct label (wrong channel was being reserved if retry occured)
* re-enable interrupts (were being masked upon proc return)
 
1531 5055 d 17 h diamond /kernel/trunk/ fix svn substitution of $Revision$ (bug #18)  
1322 5280 d 10 h Lrz /kernel/trunk/ small optimization.  
983 5632 d 8 h diamond /kernel/trunk/ some cosmetic fixes  
800 5843 d 14 h diamond /kernel/trunk/fs/ normal work with CD: bugfix of revision 758  
758 5939 d 6 h mario79 /kernel/trunk/ Support of last session for ISO9660.  
628 6101 d 9 h mario79 /kernel/trunk/ ATAPI:
1) Fix - sectors read with errors now are not brought in the cache.
2) Timeout at absence of the disk in ATAPI drive is reduced about 10 seconds without lowering reliability of reading at presence of the disk. Earlier time the waiting could make 1-1.5 minutes.
 
593 6152 d 15 h mikedld /kernel/trunk/ Revision numbering fix  
588 6153 d 17 h diamond / Load/eject CD/DVD device tray moved from sysfn 70 to sysfn 24 (see sysfunc*),
because these actions do not involve file system.
 
585 6157 d 8 h mario79 / The universal cache of IDE devices.
Step 2:
1) Realized cache ATAPI device (CD\DVD).
2) Lock\Unlock ATAPI device for working with cache.
3) Eject (F70/10) and Load (F70/11) tray of ATAPI device.
4) Application CD_tray for control of tray ATAPI device.
 
536 6202 d 16 h diamond /kernel/trunk/ Kernel updated to 0.7.0.0  
533 6205 d 20 h diamond /kernel/trunk/ Fixed work with CD broken in svn.521  
521 6216 d 18 h diamond /kernel/trunk/ * efficient handling of file names substitution
* current directory support; new sysfunction 30
* fixed bug in load_file with files of size divisible by page size
 
465 6252 d 23 h serge /kernel/trunk/ merge flat kernel  
431 6275 d 17 h serge /kernel/trunk/ copyrights  
425 6280 d 6 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
379 6301 d 20 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
364 6310 d 15 h diamond /kernel/trunk/ ISO9660 bugfixes  
154 6463 d 16 h diamond / File subsystem: fixed function 70.0 for CD
Window subsystem: now minimized windows are not activated when program terminates
@RB: now it ignores minimized windows
CMD: version from K0600 distro (modified to use fn 70.7 instead of 19) +
redraw does not change window border
 
150 6464 d 17 h diamond /kernel/ File subsystem: fixed error in function 70.5 for CD
Window subsystem: now when window coordinates are changed,
client area is changed too