Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
347 6282 d 6 h heavyiron /kernel/tags/kolibri0.6.5.0/ Tag for kolibri0.6.5.0  
/kernel/tags/kolibri0.6.5.0
335 6286 d 12 h diamond /kernel/trunk/ Fixed creation of files with empty names when writing to '/path/'  
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/fs/fat12.inc
/kernel/trunk/fs/fat32.inc
321 6291 d 9 h diamond / * New sysfunction 70.9, create folder
* Deleted obsolete 58.4 (create folder 8.3 on hd)
* Updated docs
* Bugfixes (file system; core; direct screen access), improvements (sysfn 70.3)
* KFar 0.21, full error handling, folder creation (with new kernel)
 
/kernel/trunk/blkdev/hd_drv.inc
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/blkdev/rdsave.inc
/kernel/trunk/boot/bootcode.inc
/kernel/trunk/boot/rdload.inc
/kernel/trunk/const.inc
/kernel/trunk/core/heap.inc
/kernel/trunk/core/memory.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/taskman.inc
/kernel/trunk/detect/sear_par.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/fs/fat12.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/fs/fs.inc
/kernel/trunk/fs/fs_lfn.inc
/kernel/trunk/fs/ntfs.inc
/kernel/trunk/fs/part_set.inc
/kernel/trunk/kernel.asm
/kernel/trunk/memmap.inc
/programs/fs/kfar/trunk/kfar.asm
/programs/fs/kfar/trunk/viewer.inc
277 6310 d 8 h diamond /kernel/trunk/ * Updated documentation
* Deleted useless code
 
/kernel/trunk/core/syscall.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/fs/part_set.inc
/kernel/trunk/kernel.asm
273 6314 d 10 h diamond /kernel/trunk/ ntfs.inc: bugfixes
taskman.inc: IOPL reverted back to 1
 
/kernel/trunk/core/taskman.inc
/kernel/trunk/fs/ntfs.inc
265 6318 d 12 h diamond /kernel/trunk/ ntfs.inc: bugfix
kernel.asm: normal keyboard typematic rate&delay
 
/kernel/trunk/fs/ntfs.inc
/kernel/trunk/kernel.asm
263 6319 d 8 h Ghost /kernel/trunk/ removing useless files  
/kernel/trunk/core/mem.inc
/kernel/trunk/core/memmanag.inc
/kernel/trunk/core/newproce.inc
/kernel/trunk/core/physmem.inc
/kernel/trunk/fs/fs_phys.inc
/kernel/trunk/network/eth_drv/3c59x.inc
/kernel/trunk/network/eth_drv/i8255x.inc
/kernel/trunk/network/eth_drv/pcnet32.inc
/kernel/trunk/network/eth_drv/rtl8029.inc
/kernel/trunk/network/eth_drv/rtl8139.inc
/kernel/trunk/network/eth_drv/sis900.inc
/kernel/trunk/docs/apm/README.TXT
262 6319 d 8 h diamond /kernel/trunk/ NTFS reader, part 3: get file info & read normal files
taskman.inc: now invalid command line and/or path fields in program header
will not crash the kernel
 
/kernel/trunk/core/taskman.inc
/kernel/trunk/fs/ntfs.inc
257 6328 d 12 h diamond /kernel/trunk/fs/ NTFS reader, part 2: read all directories  
/kernel/trunk/fs/ntfs.inc
256 6329 d 7 h diamond /kernel/trunk/ NTFS reader, part 1: read root directory  
/kernel/trunk/fs/ntfs.inc
/kernel/trunk/blkdev/hd_drv.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/fs/fs_lfn.inc
/kernel/trunk/fs/part_set.inc
/kernel/trunk/kernel.asm
/kernel/trunk/kernel32.inc
237 6341 d 17 h serge /kernel/trunk/ kernel support for loading compressed apps - part 1  
/kernel/trunk/core/debug.inc
/kernel/trunk/core/dll.inc
/kernel/trunk/core/memory.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/taskman.inc
/kernel/trunk/fs/fs_lfn.inc
/kernel/trunk/kernel.asm
171 6410 d 11 h diamond /kernel/trunk/ File system: added function 70.8 - delete file/folder  
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/fs/fat12.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/fs/fs.inc
/kernel/trunk/fs/fs_lfn.inc
160 6422 d 8 h diamond /kernel/trunk/ DMA access to HD  
/kernel/trunk/blkdev/hd_drv.inc
/kernel/trunk/boot/bootcode.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/kernel.asm
/kernel/trunk/kernel32.inc
154 6430 d 10 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
 
/kernel/branches/gfx_kernel/fs/iso9660.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/fs/iso9660.inc
/programs/develop/cmd/trunk/cmd.asm
/programs/system/rb/trunk/@RB.ASM
/programs/system/rb/trunk/macros.inc
150 6431 d 11 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
 
/kernel/branches/gfx_kernel/fs/iso9660.inc
/kernel/trunk/fs/iso9660.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
147 6441 d 10 h diamond / Kernel: updated to Kolibri 0.6.0.0 distr
Programs from K0600 distr: CDP, KEYASCII
 
/kernel/trunk/core/newproce.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/syscall.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/fs/fs.inc
/kernel/trunk/kernel.asm
/programs/develop/keyascii/trunk/keyascii.asm
/programs/media/cdp/trunk/cdp.asm
139 6452 d 10 h diamond / Kernel: rewritten function 4
@rcher, ac97wav, midamp, rtfread: modified to use function 70
 
/kernel/branches/gfx_kernel/core/newproce.inc
/kernel/branches/gfx_kernel/gui/font.inc
/kernel/branches/gfx_kernel/kernel.asm
/kernel/trunk/boot/shutdown.inc
/kernel/trunk/core/newproce.inc
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/fs/fat32.inc
/kernel/trunk/gui/font.inc
/kernel/trunk/kernel.asm
/programs/media/ac97wav/trunk/ac97wav.asm
/programs/media/ac97wav/trunk/frontend.inc
/programs/media/ac97wav/trunk/macros.inc
/programs/media/ac97wav/trunk/meosfunc.inc
/programs/media/midamp/trunk/draw.inc
/programs/media/midamp/trunk/event.inc
/programs/media/midamp/trunk/gif_lite.inc
/programs/media/midamp/trunk/playlist.inc
/programs/other/archer/trunk/@RCHER.ASM
/programs/other/archer/trunk/data.inc
/programs/other/archer/trunk/dump.inc
/programs/other/archer/trunk/macros.inc
/programs/other/archer/trunk/sys.inc
/programs/other/rtfread/trunk/bgifont.inc
/programs/other/rtfread/trunk/rtf_lite.inc
/programs/other/rtfread/trunk/rtfread.asm
136 6454 d 6 h mario79 /kernel/trunk/ 1) The search HDD is improved, earlier by search was made reset only CD, now is made reset and HDD also.
2) Are deleted CLI and STI from procedures of reading and writing of sector on HDD. These of commands are replaced by operation with a port [hdbase]+206h, which disables only interruption for IDE.
 
/kernel/trunk/detect/dev_hdcd.inc
/kernel/trunk/fs/fat32.inc
133 6459 d 10 h diamond / File system: new function 70.4 to set file size
Graphics: fixed error when putimage and drawrect do not draw pixels
on right and bottom window sides
Processes: fixed kernel fault when program to load is too big
Programs: EYES: now it works with new kernel (rev. 130). Size optimization.
Blinking deleted.
 
/kernel/branches/gfx_kernel/blkdev/rd.inc
/kernel/branches/gfx_kernel/core/newproce.inc
/kernel/branches/gfx_kernel/core/sys32.inc
/kernel/branches/gfx_kernel/fs/fat12.inc
/kernel/branches/gfx_kernel/fs/fat32.inc
/kernel/branches/gfx_kernel/fs/fs.inc
/kernel/branches/gfx_kernel/fs/fs_lfn.inc
/kernel/branches/gfx_kernel/video/vesa20.inc
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/core/newproce.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/fs/fat12.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/fs/fs.inc
/kernel/trunk/fs/fs_lfn.inc
/kernel/trunk/video/vesa20.inc
/programs/demos/eyes/trunk/eyes.asm
131 6462 d 10 h diamond / File system: new function 70.3 for write to the existing file

@panel: to match K0581 distro: SYSMETER -> GMON
@numcalc: moved to the appropriate place in repository
HeEd: added english variant
NetSendC, NetSendS: added english variant + optimization
pic4: changes in set background + optimization
tetris, @rcher, board, sysxtree, vrr: new versions from K0581 distro
bgitest: fixed small error + ability to set language via lang.inc
c4: small correction in label height to match K0581 distro
 
/programs/develop/examples/numcalc
/programs/fs/sysxtree/trunk/ascgml.inc
/programs/fs/sysxtree/trunk/ascml.inc
/programs/fs/sysxtree/trunk/systr12.GIF
/programs/fs/sysxtree/trunk/xtree.bmp
/programs/fs/sysxtree/trunk/xtree.ico
/programs/fs/sysxtree/trunk/xtreeinf.txt
/programs/fs/sysxtree/trunk/xtreinfo.txt
/programs/other/archer/trunk/dump.inc
/programs/demos/numcalc
/programs/fs/sysxtree/trunk/SYSTR12.GIF
/programs/games/tetris/trunk/block.inc
/programs/games/tetris/trunk/blocks.inc
/programs/games/tetris/trunk/key.inc
/programs/games/tetris/trunk/menu.inc
/programs/games/tetris/trunk/mouse.inc
/programs/games/tetris/trunk/random.inc
/programs/games/tetris/trunk/score.inc
/programs/games/tetris/trunk/table.inc
/programs/games/tetris/trunk/window.inc
/kernel/branches/gfx_kernel/blkdev/rd.inc
/kernel/branches/gfx_kernel/docs/sysfuncr.txt
/kernel/branches/gfx_kernel/docs/sysfuncs.txt
/kernel/branches/gfx_kernel/fs/fat12.inc
/kernel/branches/gfx_kernel/fs/fat32.inc
/kernel/branches/gfx_kernel/fs/fs_lfn.inc
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/fs/fat12.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/fs/fs_lfn.inc
/programs/demos/bgitest/trunk/bgifont.inc
/programs/demos/bgitest/trunk/bgitest.asm
/programs/develop/heed/trunk/heed.asm
/programs/fs/sysxtree/trunk/ascgl.inc
/programs/fs/sysxtree/trunk/ascl.inc
/programs/fs/sysxtree/trunk/macros.inc
/programs/fs/sysxtree/trunk/sysxtree.asm
/programs/games/c4/trunk/c4.asm
/programs/games/tetris/trunk/tetris.asm
/programs/network/netsendc/trunk/netsendc.asm
/programs/network/netsends/trunk/netsends.asm
/programs/other/archer/trunk/@RCHER.ASM
/programs/other/archer/trunk/arcmacro.inc
/programs/other/archer/trunk/data.inc
/programs/other/archer/trunk/debug.inc
/programs/other/archer/trunk/deflate.inc
/programs/other/archer/trunk/macros.inc
/programs/other/archer/trunk/parser.inc
/programs/other/archer/trunk/sys.inc
/programs/system/board/trunk/board.asm
/programs/system/panel/trunk/@PANEL.ASM
/programs/system/pic4/trunk/pic4.asm
/programs/system/vrr/trunk/vrr.asm

Show All