Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9739 782 d 18 h turbocat /kernel/trunk/network/ kernel: added struct sockaddr  
9709 814 d 16 h Doczom /kernel/trunk/ delete TASKDATA  
9692 817 d 12 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9049 1028 d 23 h hidnplayr /kernel/trunk/network/ Add is_userspace_region checks to some socket functions.
Disabled PPPoE and IPv6 completely by default, as not functional.
 
8867 1052 d 19 h rgimad /kernel/trunk/ [KERNEL] #2 Preparing to merge legacy TASKDATA into APPDATA:
- rename event_mask in APPDATA to occured_events, cause TASKDATA already has event_mask and they have different meaning and usage
- small fixes
 
8866 1052 d 23 h rgimad /kernel/trunk/ [KERNEL] Preparing to merge legacy TASKDATA into APPDATA:
- now doesnt use TASK_COUNT, now uses [thread_count] global instead of it
- update come copyrights
 
8027 1425 d 13 h hidnplayr /kernel/trunk/network/ Remove some extra debug  
8026 1425 d 13 h hidnplayr /kernel/trunk/network/ More TCP advertised window size fixes, small updates regarding closing of TCP sockets.  
7974 1441 d 17 h hidnplayr /kernel/trunk/network/ TCP: Ack every other received full MSS segment, bugfixes.  
7680 1713 d 14 h hidnplayr /kernel/trunk/network/ small network code updates, annotations  
7679 1713 d 14 h hidnplayr /kernel/trunk/network/ network code cleanup  
7678 1713 d 14 h hidnplayr /kernel/trunk/network/ network code cleanup, fix some statistics  
6916 2529 d 15 h hidnplayr /kernel/trunk/network/ TCP: Use bitflag instead of dword for t_force.  
6908 2534 d 14 h ashmew2 /kernel/trunk/ Add a build script for Linux  
6907 2534 d 14 h ashmew2 /kernel/trunk/network/ Build script for linux  
6476 2818 d 15 h hidnplayr /kernel/trunk/network/ More comments and stats in TCP code.  
6413 2925 d 11 h hidnplayr /kernel/trunk/network/ More descriptive constant names, reduced socket buffer size.  
6011 3050 d 17 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3061 d 11 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.
 
5969 3062 d 11 h hidnplayr /kernel/trunk/network/ Improved error handling in sockets code.  
5842 3127 d 14 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5584 3210 d 21 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5566 3259 d 11 h hidnplayr /kernel/trunk/network/ bugfix in SOCKET_ring_create (stack corruption)  
5522 3335 d 11 h hidnplayr / New network buffers - phase I  
5442 3359 d 18 h hidnplayr /kernel/trunk/network/ Collect some more TCP statistics.  
5364 3403 d 9 h hidnplayr /kernel/trunk/network/ SOCKET_receive: generate a new network event when we expect the caller to call back later.  
5363 3403 d 12 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5356 3405 d 18 h serge /kernel/trunk/ kernel: update PTE bits  
5155 3471 d 14 h hidnplayr /kernel/trunk/network/ Dont crash on socket_fork when out of memory.  
4850 3669 d 11 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).  
4574 3727 d 13 h hidnplayr /kernel/trunk/network/ Fixed stack corruption on SOCKET_num_to_ptr error.  
4535 3749 d 22 h hidnplayr /kernel/trunk/network/ Bugfix for SOCKET_alloc.  
4528 3751 d 19 h hidnplayr /kernel/trunk/network/ More bugfixes for SOCKET_notify.  
4527 3751 d 20 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_notify.  
4520 3753 d 18 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_block  
4436 3767 d 1 h hidnplayr /kernel/trunk/network/ Disabled socket cleanup after process ends (until deadlock is fixed..)  
4366 3792 d 11 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4365 3792 d 14 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_close for TCP  
4347 3794 d 20 h hidnplayr /kernel/trunk/network/ TCP: advertise correct window, small updates and bugfixes  
4344 3795 d 21 h hidnplayr /kernel/trunk/network/ Bugfix in PAWS algorithm for TCP.