Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2945 4257 d 17 h hidnplayr / Added missing files, fixed ftpd.  
2942 4257 d 17 h hidnplayr /kernel/branches/net/network/ Bugfixes for #2937 (receive window calculation).
Disabled interrupts while in TCP_input or TCP_output to prevent deadlock.
 
2941 4257 d 20 h hidnplayr /kernel/branches/net/ When a process ends by function -1, kill all it's sockets.  
2940 4257 d 21 h hidnplayr /kernel/branches/net/network/ Fixed some cases of terrible deadlock in TCP.  
2939 4257 d 21 h hidnplayr /kernel/branches/net/network/ Fixed bug in socket_connect for TCP  
2938 4257 d 21 h hidnplayr /kernel/branches/net/network/ Fixed a bug in the last commit  
2937 4258 d 2 h hidnplayr /kernel/branches/net/network/ Beginning implementation of timestamps and Round Trip Time in TCP.  
2936 4259 d 6 h hidnplayr /kernel/branches/net/network/ Fixed kernel crash when keepalive timer expires.  
2935 4259 d 22 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in network drivers irq handler.
Updated netdrv.inc and pci.inc
 
2934 4260 d 0 h hidnplayr /kernel/branches/net/drivers/ Fixed bug wich caused i8254x driver to be able to load multiple times on the same device.  
2932 4265 d 0 h hidnplayr /kernel/branches/net/network/ Removed useless cli before calling mutex  
2931 4265 d 21 h hidnplayr /kernel/branches/net/network/ Rewrote PPPoE from scratch.
TODO: link IPv4_output to PPPoE_session_output
 
2930 4266 d 5 h hidnplayr /kernel/branches/net/network/ Some updates for TCP  
2929 4267 d 16 h hidnplayr /kernel/branches/net/drivers/bus/ Bugfix in pci.inc for network drivers.  
2928 4267 d 17 h hidnplayr /kernel/branches/ Removing deprecated branch "hd_kolibri"
The same can be achieved on trunk kolibri by using the "/sys" path.
A backup of the files can be found on the KolibriOS FTP server.
 
2925 4269 d 3 h hidnplayr /kernel/branches/net/drivers/ some updates for i8254x driver  
2924 4270 d 0 h hidnplayr /kernel/branches/net/network/ Some markup changes in network stack.  
2923 4270 d 1 h hidnplayr /kernel/branches/net/drivers/ some markup changes in dec21x4x.asm  
2922 4270 d 5 h hidnplayr /kernel/branches/net/drivers/bus/ fixed find_mmio32 in pci.inc  
2921 4270 d 5 h hidnplayr /kernel/branches/net/drivers/ i8254x driver stub (works in vBox)  
2919 4275 d 4 h hidnplayr /kernel/branches/net/applications/netcfg/ Removed useless button from NetCFG  
2918 4275 d 20 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8169 driver  
2917 4275 d 21 h hidnplayr /kernel/branches/net/applications/netcfg/ added rtl8169 device 0x813610ec, and a whole list of i8254x devices  
2916 4276 d 2 h hidnplayr /kernel/branches/net/drivers/ Some cleanup in rtl8169 driver  
2914 4277 d 3 h hidnplayr /kernel/branches/net/network/ Added crude loopback device.  
2913 4277 d 6 h hidnplayr /kernel/branches/net/drivers/ Fixed bugs in SIS900 RX:
-Receiver MUST be re-enabled by the driver.
-Driver MUST check for multiple packets at once.
 
2912 4277 d 6 h hidnplayr /kernel/branches/net/drivers/ Completion of the new SIS900 driver.
-cleanup of used packets after they are sent
-transmit function now checks first if the descriptor is free
 
2911 4277 d 20 h hidnplayr /kernel/branches/net/drivers/bus/ added latency config macro to pci.inc  
2910 4277 d 20 h hidnplayr /kernel/branches/net/drivers/ SIS900:
-refactoring
-fixed SIS900-635 MAC read
-fixed alignment issues
-added multiple TX descriptor support
TODO: clear sent packets from memory
 
2909 4278 d 6 h hidnplayr /kernel/branches/net/drivers/ Bugfix in SIS900 init, added some debug output, Bugfix in set_rxd, some refactoring  
2908 4278 d 7 h hidnplayr /kernel/branches/net/drivers/ Bugfix in 'hook' procedure for SIS900 driver  
2907 4278 d 7 h hidnplayr /kernel/branches/net/applications/netcfg/ Now NetCFG also works with PCI devices wich have multiple functions.  
2905 4279 d 7 h hidnplayr /kernel/branches/net/applications/libraries/network/ Removed unused libini from network library  
2902 4283 d 7 h hidnplayr /kernel/trunk/drivers/ last AGP updates  
2901 4283 d 9 h hidnplayr /kernel/trunk/drivers/ More debug output and some fixes for AGP  
2900 4284 d 5 h hidnplayr /kernel/trunk/drivers/ Fixed the obvious bugs  
2899 4284 d 8 h hidnplayr /kernel/trunk/drivers/ AGP driver stub  
2894 4288 d 18 h hidnplayr /kernel/branches/net/network/ Fixed debug output for previous revision  
2893 4288 d 18 h hidnplayr /kernel/branches/net/network/ TCP_send now sends correct data under all conditions  
2892 4289 d 17 h hidnplayr /kernel/branches/net/applications/ftpd/ code improvements and cleanup for FTPd