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 4 d 4 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.
 
9993 72 d 7 h Doczom /kernel/trunk/network/ fixed bad commit(rev9976) of Jergen  
9976 100 d 1 h Jurgen /kernel/trunk/ 1.Add procedure check exception 12 (overflow stack) 2.Add info in reference of function 68,24 (rus) 3.Change max limit size of the load file to 1G, for load big WinApp files. 4.Fix procedure close tcp socket:
When WinApp create/close socket in loop => crash core Kolibri
 
9917 344 d 0 h Doczom /kernel/trunk/ [KERNEL]: Replaced magic numbers with constants and cleaned code  
9739 805 d 4 h turbocat /kernel/trunk/network/ kernel: added struct sockaddr  
9709 837 d 2 h Doczom /kernel/trunk/ delete TASKDATA  
9692 839 d 22 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9049 1051 d 9 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 1075 d 5 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 1075 d 9 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 1447 d 23 h hidnplayr /kernel/trunk/network/ Remove some extra debug  
8026 1447 d 23 h hidnplayr /kernel/trunk/network/ More TCP advertised window size fixes, small updates regarding closing of TCP sockets.  
7974 1464 d 4 h hidnplayr /kernel/trunk/network/ TCP: Ack every other received full MSS segment, bugfixes.  
7680 1736 d 0 h hidnplayr /kernel/trunk/network/ small network code updates, annotations  
7679 1736 d 0 h hidnplayr /kernel/trunk/network/ network code cleanup  
7678 1736 d 1 h hidnplayr /kernel/trunk/network/ network code cleanup, fix some statistics  
6916 2552 d 1 h hidnplayr /kernel/trunk/network/ TCP: Use bitflag instead of dword for t_force.  
6908 2557 d 0 h ashmew2 /kernel/trunk/ Add a build script for Linux  
6907 2557 d 0 h ashmew2 /kernel/trunk/network/ Build script for linux  
6476 2841 d 1 h hidnplayr /kernel/trunk/network/ More comments and stats in TCP code.  
6413 2947 d 22 h hidnplayr /kernel/trunk/network/ More descriptive constant names, reduced socket buffer size.  
6011 3073 d 3 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3083 d 22 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.
 
5969 3084 d 21 h hidnplayr /kernel/trunk/network/ Improved error handling in sockets code.  
5842 3150 d 0 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5584 3233 d 8 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5566 3281 d 21 h hidnplayr /kernel/trunk/network/ bugfix in SOCKET_ring_create (stack corruption)  
5522 3357 d 21 h hidnplayr / New network buffers - phase I  
5442 3382 d 4 h hidnplayr /kernel/trunk/network/ Collect some more TCP statistics.  
5364 3425 d 19 h hidnplayr /kernel/trunk/network/ SOCKET_receive: generate a new network event when we expect the caller to call back later.  
5363 3425 d 23 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5356 3428 d 4 h serge /kernel/trunk/ kernel: update PTE bits  
5155 3494 d 0 h hidnplayr /kernel/trunk/network/ Dont crash on socket_fork when out of memory.  
4850 3691 d 22 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 3749 d 23 h hidnplayr /kernel/trunk/network/ Fixed stack corruption on SOCKET_num_to_ptr error.  
4535 3772 d 8 h hidnplayr /kernel/trunk/network/ Bugfix for SOCKET_alloc.  
4528 3774 d 6 h hidnplayr /kernel/trunk/network/ More bugfixes for SOCKET_notify.  
4527 3774 d 6 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_notify.  
4520 3776 d 4 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_block  
4436 3789 d 11 h hidnplayr /kernel/trunk/network/ Disabled socket cleanup after process ends (until deadlock is fixed..)