Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10051 1 d 20 h ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
7974 1461 d 20 h hidnplayr /kernel/trunk/network/ TCP: Ack every other received full MSS segment, bugfixes.  
6915 2550 d 14 h hidnplayr /kernel/trunk/network/ TCP: dont accept out of order FINs.  
6910 2552 d 14 h hidnplayr /kernel/trunk/network/ TCP_process_input: remember device number.  
6908 2554 d 16 h ashmew2 /kernel/trunk/ Add a build script for Linux  
6907 2554 d 16 h ashmew2 /kernel/trunk/network/ Build script for linux  
6710 2747 d 22 h clevermouse /kernel/trunk/network/ on RST, close TCP connection but don't free the structure - owner process should know what happened  
6476 2838 d 17 h hidnplayr /kernel/trunk/network/ More comments and stats in TCP code.  
6413 2945 d 14 h hidnplayr /kernel/trunk/network/ More descriptive constant names, reduced socket buffer size.  
6011 3070 d 19 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3081 d 14 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.
 
5842 3147 d 16 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5841 3147 d 17 h hidnplayr /kernel/trunk/network/ Fixed stack corruption when TCP input queue is full.  
5522 3355 d 13 h hidnplayr / New network buffers - phase I  
5442 3379 d 20 h hidnplayr /kernel/trunk/network/ Collect some more TCP statistics.  
5363 3423 d 15 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5155 3491 d 16 h hidnplayr /kernel/trunk/network/ Dont crash on socket_fork when out of memory.  
5133 3534 d 16 h hidnplayr /kernel/trunk/network/ Small changes in TCP_input  
5000 3598 d 19 h clevermouse /kernel/trunk/network/ fix kernel crash when TCP input queue is full  
4850 3689 d 14 h mario79 /kernel/trunk/ Added the tag "Revision: XXXX" in some kernel files, to form the right number of revision at boot (blue boot screen).  
4510 3774 d 21 h hidnplayr /kernel/trunk/network/ Make network queue spinlock protected instead of mutex-protected or worse: a combination of both..  
4388 3808 d 13 h hidnplayr /kernel/trunk/network/ Disabled verbose network debug output.  
4387 3808 d 13 h hidnplayr /kernel/trunk/network/ Fixed typo in tcp_input.inc  
4366 3812 d 13 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4347 3814 d 23 h hidnplayr /kernel/trunk/network/ TCP: advertise correct window, small updates and bugfixes  
4344 3815 d 23 h hidnplayr /kernel/trunk/network/ Bugfix in PAWS algorithm for TCP.  
4339 3817 d 14 h hidnplayr /kernel/trunk/network/ Bugfixes in TCP.  
4296 3831 d 18 h hidnplayr /kernel/trunk/network/ TCP_input: dont use conditional move instruction. (not available on some machines)  
3861 3942 d 22 h hidnplayr /kernel/trunk/network/ new function: NET_packet_free, i8255x driver should not cause problems anymore.  
3756 3977 d 1 h hidnplayr /kernel/trunk/network/ Small bugfix in TCP_input for data when header prediction failed.  
3711 3984 d 11 h clevermouse /kernel/trunk/ style fixes, no binary changes (style checker was sick for some time)  
3674 3993 d 17 h hidnplayr /kernel/trunk/network/ SOCKET_connect can now block if wanted.  
3652 3998 d 2 h hidnplayr /kernel/trunk/network/ Bugixes and improvements for closing TCP sockets.  
3647 3999 d 1 h hidnplayr /kernel/trunk/network/ Implemented global socket mutex.  
3644 4000 d 0 h hidnplayr /kernel/trunk/network/ Correct stats for TCP.  
3600 4006 d 21 h hidnplayr /kernel/trunk/network/ Renamed some variables and constants in network code, removed NET_set_default function, improved TCP timers  
3556 4013 d 16 h hidnplayr /kernel/trunk/ Disabled network debug output by default.  
3545 4013 d 17 h hidnplayr / Merge new network stack with trunk