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
1838 4840 d 18 h hidnplayr /kernel/branches/net/network/ Net branch:
-Updates in TCP code: accepting connections now works.
(TCPserv is able to send 'hello world!' to telnet client)
 
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
1836 4841 d 1 h hidnplayr /kernel/branches/net/applications/tcpserv/ Net Branch:
TCPserv: very simple TCP server used to develop and debug TCP code.
 
/kernel/branches/net/applications/tcpserv
/kernel/branches/net/applications/tcpserv/tcpserv.asm
1831 4842 d 23 h hidnplayr /kernel/branches/net/network/ Updates in NET branch:
- Added RST packet handling code
- Added SOCKET_isconnected
- Added ACK handeling in syn rcvd state (for passive open)
 
/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
1830 4843 d 0 h hidnplayr /kernel/branches/net/network/ Bugfixes in Net branch:
- Fixed delayed ACK (misimplementation)
- Fixed zero window problem and checksum for TCP_respond_socket
 
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/tcp_timer.inc
1823 4843 d 21 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8169 interrupt procedure.  
/kernel/branches/net/drivers/RTL8169.asm
1774 4846 d 17 h hidnplayr /kernel/branches/net/network/ More TCP and sockets code  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_input.inc
1773 4846 d 23 h hidnplayr /kernel/branches/net/network/ More TCP updates + Socket states  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_timer.inc
1772 4847 d 0 h hidnplayr /kernel/branches/net/network/ Small update in TCP_input  
/kernel/branches/net/network/tcp_input.inc
1763 4850 d 18 h hidnplayr /kernel/branches/net/network/ More updates to TCP code of new stack.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/tcp_timer.inc
1762 4851 d 16 h hidnplayr /kernel/branches/net/network/ Bugfix of r1761  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_output.inc
1761 4854 d 17 h hidnplayr /kernel/branches/net/network/ Updates of TCP_output for net branch  
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_timer.inc
1733 4867 d 1 h hidnplayr /kernel/branches/net/network/ * Updates in TCP code
* Splitted TCP code into multiple files
* cleanup
 
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/tcp_timer.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
1719 4888 d 17 h hidnplayr /kernel/branches/net/network/ Update in TCP code for net branch.  
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
1716 4895 d 21 h hidnplayr /kernel/branches/net/network/ Small update in TCP code, stub for TCP_close  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
1710 4912 d 0 h art_zh /kernel/branches/Kolibri-A/trunk/ Kolibri-A: non-cacheable WinMap = BARE TEST VERSION! =  
/kernel/branches/Kolibri-A/trunk/const.inc
/kernel/branches/Kolibri-A/trunk/core/heap.inc
/kernel/branches/Kolibri-A/trunk/core/memory.inc
/kernel/branches/Kolibri-A/trunk/gui/font.inc
/kernel/branches/Kolibri-A/trunk/gui/mouse.inc
/kernel/branches/Kolibri-A/trunk/gui/skincode.inc
/kernel/branches/Kolibri-A/trunk/gui/window.inc
/kernel/branches/Kolibri-A/trunk/kernel.asm
1708 4912 d 15 h art_zh /kernel/branches/Kolibri-A/trunk/video/ hline/vline coolhack a-la Serge  
/kernel/branches/Kolibri-A/trunk/video/vesa20.inc
1707 4913 d 5 h art_zh /kernel/branches/Kolibri-A/trunk/ VESA 32bpp optimisation  
/kernel/branches/Kolibri-A/trunk/hid/mousedrv.inc
/kernel/branches/Kolibri-A/trunk/kernel.asm
/kernel/branches/Kolibri-A/trunk/memmap.inc
/kernel/branches/Kolibri-A/trunk/video/vesa20.inc
1703 4920 d 17 h art_zh /kernel/branches/Kolibri-A/trunk/boot/ blue screen removal: some bugs fixed  
/kernel/branches/Kolibri-A/trunk/boot/bootcode.inc
/kernel/branches/Kolibri-A/trunk/boot/booteng.inc
/kernel/branches/Kolibri-A/trunk/boot/bootvesa.inc
1700 4921 d 20 h art_zh /kernel/branches/Kolibri-A/trunk/boot/ Kolibri-A: anoying blue screen menu removed  
/kernel/branches/Kolibri-A/trunk/boot/ETFONT.FNT
/kernel/branches/Kolibri-A/trunk/boot/bootet.inc
/kernel/branches/Kolibri-A/trunk/boot/bootge.inc
/kernel/branches/Kolibri-A/trunk/boot/bootru.inc
/kernel/branches/Kolibri-A/trunk/boot/et.inc
/kernel/branches/Kolibri-A/trunk/boot/ru.inc
/kernel/branches/Kolibri-A/trunk/boot/bootcode.inc
/kernel/branches/Kolibri-A/trunk/boot/bootvesa.inc
1699 4922 d 15 h art_zh /kernel/branches/Kolibri-A/ simplified kernel build scripts  
/kernel/branches/Kolibri-A/trunk/bld.bat
/kernel/branches/Kolibri-A/utilities/RS780/GFX_TST.ASM
/kernel/branches/Kolibri-A/trunk/build.bat
/kernel/branches/Kolibri-A/trunk/makefile
/kernel/branches/Kolibri-A/utilities/RS780/MACROS.INC
1689 4929 d 16 h art_zh /kernel/branches/Kolibri-A/trunk/ SYNC WITH MAIN TRUNC: kernel-A updated to $1687  
/kernel/branches/Kolibri-A/trunk/drivers/emu10k1x.asm
/kernel/branches/Kolibri-A/trunk/drivers/vt823(x).asm
/kernel/branches/Kolibri-A/trunk/core/exports.inc
/kernel/branches/Kolibri-A/trunk/core/heap.inc
/kernel/branches/Kolibri-A/trunk/core/memory.inc
/kernel/branches/Kolibri-A/trunk/core/peload.inc
/kernel/branches/Kolibri-A/trunk/docs/sysfuncs.txt
/kernel/branches/Kolibri-A/trunk/drivers/codec.inc
/kernel/branches/Kolibri-A/trunk/drivers/imports.inc
/kernel/branches/Kolibri-A/trunk/drivers/infinity.asm
/kernel/branches/Kolibri-A/trunk/drivers/main.inc
/kernel/branches/Kolibri-A/trunk/drivers/mixer.asm
/kernel/branches/Kolibri-A/trunk/fs/fs_lfn.inc
/kernel/branches/Kolibri-A/trunk/gui/event.inc
/kernel/branches/Kolibri-A/trunk/gui/mouse.inc
/kernel/branches/Kolibri-A/trunk/gui/window.inc
/kernel/branches/Kolibri-A/trunk/hid/keyboard.inc
/kernel/branches/Kolibri-A/trunk/kernel.asm
1687 4931 d 5 h art_zh /kernel/branches/Kolibri-A/trunk/ sync with main kernel: rotationless sysfn62 call  
/kernel/branches/Kolibri-A/trunk/bus/pci/pci32.inc
/kernel/branches/Kolibri-A/trunk/core/memory.inc
/kernel/branches/Kolibri-A/trunk/core/syscall.inc
/kernel/branches/Kolibri-A/trunk/kernel.asm
1683 4935 d 4 h art_zh /kernel/branches/Kolibri-A/trunk/ init.inc optimized for AMD chipsets  
/kernel/branches/Kolibri-A/trunk/boot/bootcode.inc
/kernel/branches/Kolibri-A/trunk/bus/HT.inc
/kernel/branches/Kolibri-A/trunk/bus/pci/PCIe.inc
/kernel/branches/Kolibri-A/trunk/const.inc
/kernel/branches/Kolibri-A/trunk/data32.inc
/kernel/branches/Kolibri-A/trunk/init.inc
/kernel/branches/Kolibri-A/trunk/kernel.asm
/kernel/branches/Kolibri-A/trunk/kernel32.inc
/kernel/branches/Kolibri-A/trunk/memmap.inc
1678 4942 d 3 h art_zh /kernel/branches/Kolibri-A/trunk/ Kolibri-A: Linux-friendly now  
/kernel/branches/Kolibri-A/trunk/bus/HT.inc
/kernel/branches/Kolibri-A/trunk/kmake.sh
/kernel/branches/Kolibri-A/trunk/bus/HT.INC
/kernel/branches/Kolibri-A/trunk/make.sh
/kernel/branches/Kolibri-A/trunk/kernel.asm
/kernel/branches/Kolibri-A/trunk/kernel32.inc
1664 4949 d 22 h art_zh /kernel/branches/Kolibri-A/trunk/ CDROM is not supported any more...  
/kernel/branches/Kolibri-A/trunk/fs/iso9660.inc
/kernel/branches/Kolibri-A/trunk/video/vesa12.inc
/kernel/branches/Kolibri-A/trunk/video/vga.inc
/kernel/branches/Kolibri-A/trunk/core/sys32.inc
/kernel/branches/Kolibri-A/trunk/core/syscall.inc
/kernel/branches/Kolibri-A/trunk/fs/fat32.inc
/kernel/branches/Kolibri-A/trunk/fs/fs_lfn.inc
/kernel/branches/Kolibri-A/trunk/kernel.asm
/kernel/branches/Kolibri-A/trunk/kernel32.inc
/kernel/branches/Kolibri-A/trunk/video/vesa20.inc
1641 4963 d 17 h art_zh /kernel/branches/Kolibri-A/ an experimental kernel with a mad syscall and FHT inside  
/kernel/branches/Kolibri-A/trunk/sound/FHT.INC
/kernel/branches/Kolibri-A/utilities/FFT
/kernel/branches/Kolibri-A/utilities/FFT/FHT4B.ASM
/kernel/branches/Kolibri-A/trunk/sound/FFT.inc
/kernel/branches/Kolibri-A/trunk/bus/pci/PCIe.inc
/kernel/branches/Kolibri-A/trunk/core/syscall.inc
/kernel/branches/Kolibri-A/trunk/kernel32.inc
1638 4965 d 19 h serge /kernel/branches/Kolibri-acpi/ APIC patch from Ghost. Not tested.  
/kernel/branches/Kolibri-acpi/core/apic.inc
/kernel/branches/Kolibri-acpi/const.inc
/kernel/branches/Kolibri-acpi/core/dll.inc
/kernel/branches/Kolibri-acpi/core/sched.inc
/kernel/branches/Kolibri-acpi/core/sys32.inc
/kernel/branches/Kolibri-acpi/core/v86.inc
/kernel/branches/Kolibri-acpi/data32.inc
/kernel/branches/Kolibri-acpi/kernel.asm
/kernel/branches/Kolibri-acpi/kernel32.inc
1635 4966 d 7 h serge /kernel/branches/Kolibri-acpi/ acpi branch  
/kernel/branches/Kolibri-acpi
1626 4971 d 0 h art_zh /kernel/branches/Kolibri-A/trunk/ a test version with FFT library inside kernel  
/kernel/branches/Kolibri-A/trunk/sound/FFT.inc
/kernel/branches/Kolibri-A/trunk/core/syscall.inc
/kernel/branches/Kolibri-A/trunk/kernel32.inc
1599 4994 d 19 h art_zh /kernel/branches/Kolibri-A/ 1) SouthBridge utilities;
2) reverted for the old (but stable) 62syscall for a while...
 
/kernel/branches/Kolibri-A/trunk/bus/SB
/kernel/branches/Kolibri-A/trunk/bus/SB/SB710.ASM
/kernel/branches/Kolibri-A/utilities/SB700
/kernel/branches/Kolibri-A/utilities/SB700/LPC_REG.ASM
/kernel/branches/Kolibri-A/utilities/SB700/PCI_REG.ASM
/kernel/branches/Kolibri-A/utilities/SB700/SB_CM_RG.ASM
/kernel/branches/Kolibri-A/utilities/SB700/SB_IO_RG.ASM
/kernel/branches/Kolibri-A/utilities/SB700/SB_PM2RG.ASM
/kernel/branches/Kolibri-A/utilities/SB700/SB_PM_RG.ASM
/kernel/branches/Kolibri-A/trunk/bus/HT.INC
/kernel/branches/Kolibri-A/trunk/bus/pci/PCIe.inc
/kernel/branches/Kolibri-A/trunk/bus/pci/pci32.inc
/kernel/branches/Kolibri-A/trunk/core/memory.inc
/kernel/branches/Kolibri-A/trunk/core/syscall.inc
/kernel/branches/Kolibri-A/trunk/data32.inc
/kernel/branches/Kolibri-A/trunk/kernel.asm
1587 5004 d 1 h Lrz /kernel/branches/Kolibri-A/trunk/ A sys func. 62 have call without cross registers.  
/kernel/branches/Kolibri-A/trunk/bus/pci/pci32.inc
/kernel/branches/Kolibri-A/trunk/core/syscall.inc
/kernel/branches/Kolibri-A/trunk/kernel.asm
1565 5017 d 6 h art_zh /kernel/branches/Kolibri-A/utilities/ rs780 northbridge test utilities (for 6 major config spaces)  
/kernel/branches/Kolibri-A/utilities
/kernel/branches/Kolibri-A/utilities/RS780
/kernel/branches/Kolibri-A/utilities/RS780/HTIU_TST.ASM
/kernel/branches/Kolibri-A/utilities/RS780/MACROS.INC
/kernel/branches/Kolibri-A/utilities/RS780/MISC_TST.ASM
/kernel/branches/Kolibri-A/utilities/RS780/NB_TST.ASM
/kernel/branches/Kolibri-A/utilities/RS780/PCIEINDC.ASM
/kernel/branches/Kolibri-A/utilities/RS780/PCIEINDP.ASM
/kernel/branches/Kolibri-A/utilities/RS780/PCIETST.ASM
/kernel/branches/Kolibri-A/utilities/RS780/XLX_TST.ASM
1564 5019 d 0 h hidnplayr /kernel/branches/net/drivers/ Fixed PCnet driver.  
/kernel/branches/net/drivers/pcnet32.asm
1562 5019 d 20 h hidnplayr /kernel/branches/net/applications/netcfg/ Fixed typo in driverlist of netcfg  
/kernel/branches/net/applications/netcfg/drivers.inc
1561 5020 d 19 h hidnplayr /kernel/branches/net/drivers/ MTD80x driver for net branch:
Only mtd803 aka surecom ep-320x for now.
 
/kernel/branches/net/drivers/mtd80x.asm
1560 5021 d 3 h art_zh /kernel/branches/Kolibri-A/trunk/ PCIe config bugs fixed  
/kernel/branches/Kolibri-A/trunk/bus/HT.INC
/kernel/branches/Kolibri-A/trunk/bus/pci/PCIe.inc
/kernel/branches/Kolibri-A/trunk/bus/pci/pci32.inc
/kernel/branches/Kolibri-A/trunk/data32.inc
/kernel/branches/Kolibri-A/trunk/kernel.asm
1559 5021 d 17 h hidnplayr /kernel/branches/net/drivers/ Latest bugfix in RTL8169 for today.  
/kernel/branches/net/drivers/RTL8169.asm
1558 5021 d 18 h hidnplayr /kernel/branches/net/drivers/ Update of RTL8169 driver for net branch  
/kernel/branches/net/drivers/RTL8169.asm
1557 5022 d 3 h hidnplayr /kernel/branches/net/drivers/ Some bugfixes in RTL8169 driver for net branch.  
/kernel/branches/net/drivers/RTL8169.asm
1556 5023 d 2 h hidnplayr /kernel/branches/net/drivers/ Fixed RTL8139 driver.
bugfix in RTL8169 driver.
 
/kernel/branches/net/drivers
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/RTL8169.asm
/kernel/branches/net/drivers/netdrv.inc