Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3481 4036 d 17 h Serge /kernel/trunk/ kernel: export GetCpuFreq  
/kernel/trunk/const.inc
/kernel/trunk/core/peload.inc
/kernel/trunk/data32.inc
/kernel/trunk/gui/event.inc
/kernel/trunk/kernel.asm
3462 4053 d 9 h mario79 /kernel/trunk/ Fix for r.2536  
/kernel/trunk/kernel.asm
3461 4053 d 16 h hidnplayr /kernel/branches/net/network/ SOCKET_receive_stream returns 0 now when there is no data instead of -1.  
/kernel/branches/net/network/socket.inc
3460 4053 d 16 h clevermouse /kernel/trunk/blkdev/ replace align with explicit padding (align in struct is silently ignored after r2381)  
/kernel/trunk/blkdev/disk.inc
3459 4053 d 17 h hidnplayr /kernel/branches/net/network/ Experimental support for MSG_PEEK and MSG_DONTWAIT in SOCKET_receive_stream.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
3455 4055 d 12 h mario79 /kernel/trunk/ Fix f.18.3 - If the window is captured and moved by the user, then you can't change the position in window stack.  
/kernel/trunk/kernel.asm
3454 4055 d 16 h mario79 /kernel/trunk/ trunk kernel: print svn revision on the debug board  
/kernel/trunk/kernel.asm
3452 4057 d 5 h mario79 /kernel/trunk/gui/ Fix f.67 for correct sequence of calling repaint the background (example KFAR, Fplay etc.)  
/kernel/trunk/gui/window.inc
3451 4057 d 7 h mario79 /kernel/trunk/gui/ Fix for f.72  
/kernel/trunk/gui/event.inc
3442 4060 d 13 h clevermouse /kernel/trunk/ fix RamdiskDelete+FloppyDelete, they worked incorrectly since their introduction in r171  
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/fs/fat12.inc
3430 4066 d 11 h esevece /kernel/trunk/boot/ Accept key S to save settings in spanish build  
/kernel/trunk/boot/bootcode.inc
3429 4067 d 6 h hidnplayr /kernel/branches/net/applications/netcfg/ Fixed previous revision.  
/kernel/branches/net/applications/netcfg/vendors.inc
3428 4067 d 6 h hidnplayr /kernel/branches/net/applications/netcfg/ Added Atheros to netcfg vendor list.  
/kernel/branches/net/applications/netcfg/vendors.inc
3426 4067 d 8 h hidnplayr /kernel/trunk/ Fix typos from #2089 (reported by mikedld)  
/kernel/trunk/kernel.asm
3416 4068 d 1 h esevece /kernel/trunk/gui/ Translating desktop to spanish  
/kernel/trunk/gui/font.inc
3415 4068 d 1 h esevece / Translating desktop to spanish  
/data/sp
/kernel/trunk/gui/char2_sp.mt
/kernel/trunk/gui/char_sp.mt
/programs/other/font_conv/char2_sp.txt
/programs/other/font_conv/char_sp.txt
/programs/other/font_conv/convert_sp.c
/data/sp/lang.inc
/data/sp/lang.ini
/data/sp/menu.dat
/kernel/trunk/gui/font.inc
/programs/other/font_conv/char.txt
/programs/system/panel/trunk/i_data.inc
3407 4070 d 11 h hidnplayr /kernel/branches/net/network/ Fixed wait_event call for tcp_input.  
/kernel/branches/net/network/tcp_input.inc
3406 4070 d 14 h hidnplayr /kernel/branches/net/network/ Preparing to implement TCP reassembly queue.
Some cleanup of tcp_input and skip checksum recalculation for loopback segments.
 
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
3405 4070 d 16 h hidnplayr /kernel/branches/net/ Sync net branch with trunk  
/kernel/branches/net/bus/pci/pci32.inc
/kernel/branches/net/const.inc
/kernel/branches/net/core/heap.inc
/kernel/branches/net/core/peload.inc
/kernel/branches/net/core/v86.inc
/kernel/branches/net/data32.inc
/kernel/branches/net/fs/ext2.inc
/kernel/branches/net/gui/event.inc
/kernel/branches/net/kernel.asm
3403 4071 d 9 h turbanoff /kernel/trunk/fs/ fix ext4 dir blocks count check. fix bug in ext2_find_lfn  
/kernel/trunk/fs/ext2.inc
3400 4072 d 21 h hidnplayr /kernel/trunk/core/ bug in v86 irq, spotted by mikedld  
/kernel/trunk/core/v86.inc
3397 4074 d 1 h Serge /kernel/trunk/core/ kernel: export pe disk functions  
/kernel/trunk/core/peload.inc
3396 4074 d 5 h clevermouse /kernel/trunk/gui/ wait_event_timeout: return 0 for timeout  
/kernel/trunk/gui/event.inc
3395 4074 d 6 h clevermouse /kernel/trunk/ spin_lock_* macro  
/kernel/trunk/const.inc
3394 4074 d 6 h clevermouse /kernel/trunk/ activate PCI enumerator at boot  
/kernel/trunk/kernel.asm
3393 4074 d 6 h clevermouse /kernel/trunk/ PCI enumerator; save ebx/esi in pci_{read,write}_reg  
/kernel/trunk/bus/pci/pci32.inc
/kernel/trunk/const.inc
/kernel/trunk/data32.inc
3392 4074 d 11 h clevermouse /kernel/trunk/ increase size of debug board from 4K to 64K  
/kernel/trunk/kernel.asm
3390 4075 d 0 h Serge /kernel/trunk/ kernel: wait_event_timeout  
/kernel/trunk/core/peload.inc
/kernel/trunk/gui/event.inc
3389 4075 d 7 h hidnplayr /kernel/branches/net/network/ Run TCP input code in a separate thread.  
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
3388 4075 d 7 h hidnplayr /kernel/branches/net/network/ Re-enabled network2 events.  
/kernel/branches/net/network/stack.inc
3387 4075 d 10 h hidnplayr /kernel/branches/net/drivers/ Enabled Promiscuous mode for i8254x so it works in Qemu.  
/kernel/branches/net/drivers/i8254x.asm
3386 4075 d 11 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK logic was reversed  
/kernel/branches/net/network/ARP.inc
3385 4075 d 12 h hidnplayr /kernel/branches/net/drivers/ Fixed RTL8139 driver broken in #3346  
/kernel/branches/net/drivers/RTL8139.asm
3384 4075 d 13 h hidnplayr /kernel/branches/net/applications/zeroconf/ zeroconf was sending the wrong MAC address since #3340  
/kernel/branches/net/applications/zeroconf/zeroconf.asm
3383 4076 d 9 h hidnplayr /kernel/trunk/ Fixed old bug (#1494) in system function 66, reported by mikedld.
Set default extension of kernel to ".mnt"
 
/kernel/trunk/kernel.asm
3371 4080 d 18 h clevermouse /kernel/trunk/core/ fix insignificant misprint  
/kernel/trunk/core/heap.inc
3367 4081 d 14 h hidnplayr /kernel/branches/net/applications/zeroconf/ Zeroconf now prints correct link-local IP to the debug board.  
/kernel/branches/net/applications/zeroconf/zeroconf.asm
3361 4082 d 10 h hidnplayr /kernel/branches/net/applications/zeroconf/ Zeroconfig: dont assume first received packet is the correct one.
Also fixed link-local IP assignment.
 
/kernel/branches/net/applications/zeroconf/zeroconf.asm
3360 4082 d 11 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK now lets you choose if ARP_IP_to_MAC should block or not.  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/stack.inc
3359 4083 d 15 h hidnplayr /kernel/branches/net/ Synced net branch with trunk (#3358)  
/kernel/branches/net/boot/booten.inc
/kernel/branches/net/boot/bootsp.inc
/kernel/branches/net/boot/parsers.inc
/kernel/branches/net/core/conf_lib-sp.inc
/kernel/branches/net/core/sys32-sp.inc
/kernel/branches/net/data32sp.inc
/kernel/branches/net/fs/fs-sp.inc
/kernel/branches/net/kernelsp.inc
/kernel/branches/net/boot/booteng.inc
/kernel/branches/net/vmodeint.inc
/kernel/branches/net/vmodeld.inc
/kernel/branches/net/blkdev/disk.inc
/kernel/branches/net/blkdev/disk_cache.inc
/kernel/branches/net/blkdev/hd_drv.inc
/kernel/branches/net/blkdev/ide_cache.inc
/kernel/branches/net/blkdev/rdsave.inc
/kernel/branches/net/boot/bootcode.inc
/kernel/branches/net/boot/bootet.inc
/kernel/branches/net/boot/bootge.inc
/kernel/branches/net/boot/bootru.inc
/kernel/branches/net/boot/bootstr.inc
/kernel/branches/net/boot/bootvesa.inc
/kernel/branches/net/boot/et.inc
/kernel/branches/net/boot/preboot.inc
/kernel/branches/net/boot/rdload.inc
/kernel/branches/net/boot/ru.inc
/kernel/branches/net/boot/shutdown.inc
/kernel/branches/net/bus/pci/PCIe.inc
/kernel/branches/net/core/apic.inc
/kernel/branches/net/core/conf_lib.inc
/kernel/branches/net/core/dll.inc
/kernel/branches/net/core/heap.inc
/kernel/branches/net/core/irq.inc
/kernel/branches/net/core/malloc.inc
/kernel/branches/net/core/memory.inc
/kernel/branches/net/core/peload.inc
/kernel/branches/net/core/sys32.inc
/kernel/branches/net/core/syscall.inc
/kernel/branches/net/core/taskman.inc
/kernel/branches/net/core/test_malloc.asm
/kernel/branches/net/core/timers.inc
/kernel/branches/net/data32.inc
/kernel/branches/net/detect/biosdisk.inc
/kernel/branches/net/detect/biosmem.inc
/kernel/branches/net/detect/sear_par.inc
/kernel/branches/net/fs/ext2.inc
/kernel/branches/net/fs/fat12.inc
/kernel/branches/net/fs/fat32.inc
/kernel/branches/net/fs/fs.inc
/kernel/branches/net/fs/fs_lfn.inc
/kernel/branches/net/fs/part_set.inc
/kernel/branches/net/gui/event.inc
/kernel/branches/net/gui/font.inc
/kernel/branches/net/gui/mouse.inc
/kernel/branches/net/gui/mousepointer.inc
/kernel/branches/net/gui/window.inc
/kernel/branches/net/hid/keyboard.inc
/kernel/branches/net/hid/mousedrv.inc
/kernel/branches/net/kernel.asm
/kernel/branches/net/kernel32.inc
/kernel/branches/net/memmap.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/video/blitter.inc
/kernel/branches/net/video/cursors.inc
/kernel/branches/net/video/vesa12.inc
/kernel/branches/net/video/vesa20.inc