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
3390 4061 d 11 h Serge /kernel/trunk/ kernel: wait_event_timeout  
/kernel/trunk/core/peload.inc
/kernel/trunk/gui/event.inc
3389 4061 d 17 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 4061 d 18 h hidnplayr /kernel/branches/net/network/ Re-enabled network2 events.  
/kernel/branches/net/network/stack.inc
3387 4061 d 21 h hidnplayr /kernel/branches/net/drivers/ Enabled Promiscuous mode for i8254x so it works in Qemu.  
/kernel/branches/net/drivers/i8254x.asm
3386 4061 d 22 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK logic was reversed  
/kernel/branches/net/network/ARP.inc
3385 4061 d 22 h hidnplayr /kernel/branches/net/drivers/ Fixed RTL8139 driver broken in #3346  
/kernel/branches/net/drivers/RTL8139.asm
3384 4062 d 0 h hidnplayr /kernel/branches/net/applications/zeroconf/ zeroconf was sending the wrong MAC address since #3340  
/kernel/branches/net/applications/zeroconf/zeroconf.asm
3383 4062 d 19 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 4067 d 4 h clevermouse /kernel/trunk/core/ fix insignificant misprint  
/kernel/trunk/core/heap.inc
3367 4068 d 1 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 4068 d 21 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 4068 d 21 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 4070 d 2 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
3356 4071 d 21 h mario79 /kernel/trunk/hid/ Fix for r.3355  
/kernel/trunk/hid/keyboard.inc
3355 4071 d 22 h mario79 /kernel/trunk/ F66.3 added indication pressing of keys: Win-left and Win-right.  
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/hid/keyboard.inc
3354 4072 d 0 h hidnplayr /kernel/branches/net/network/ Fixed typo in ARP_IP_to_MAC (debug output displayed wrong IP)  
/kernel/branches/net/network/ARP.inc
3351 4072 d 17 h hidnplayr /kernel/branches/net/drivers/ MII: only include code when its actually used.  
/kernel/branches/net/drivers/bus/mii.inc
/kernel/branches/net/drivers/pcnet32.asm
3350 4072 d 18 h hidnplayr /kernel/branches/net/drivers/ PHY and link detection for PCnet32 driver (no watchdog yet), added general mii code for ethernet drivers.  
/kernel/branches/net/drivers/bus/mii.inc
/kernel/branches/net/drivers/netdrv.inc
/kernel/branches/net/drivers/pcnet32.asm
3349 4073 d 3 h hidnplayr /kernel/branches/net/drivers/ 3c59x: enable RX/TX after enabling interrupts, not before.  
/kernel/branches/net/drivers/3c59x.asm
3348 4073 d 3 h hidnplayr /kernel/branches/net/ Netstat: redraw window on network subsystem event.
Kernel: send event when IP configuration changed.
 
/kernel/branches/net/applications/netstat/netstat.asm
/kernel/branches/net/network/IPv4.inc

Show All