Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10058 1 d 14 h ace_dent /kernel/trunk/network/ Fix EN typos

Small corrections for grammar and fluency [en_US].
 
10051 7 d 13 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 75 d 16 h Doczom /kernel/trunk/network/ fixed bad commit(rev9976) of Jergen  
9976 103 d 11 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 347 d 10 h Doczom /kernel/trunk/ [KERNEL]: Replaced magic numbers with constants and cleaned code  
9817 745 d 11 h Boppan /kernel/trunk/network/ [KERNEL] Change fragmented packet log  
9816 745 d 16 h Boppan /kernel/trunk/network/ [KERNEL] Update kernel images  
9815 745 d 16 h Boppan /kernel/trunk/network/ [KERNEL] Change fragmented packet log  
9814 745 d 17 h Boppan /kernel/trunk/network/ [KERNEL] Use stack to save EDI and fix stack and EDI state on packet drop  
9809 752 d 14 h Boppan /kernel/trunk/network/ [KERNEL] Temporally drop fragmented packets  
9807 755 d 13 h Boppan /kernel/trunk/network/ [KERNEL] Attempt to fix unexpected stack state  
9806 755 d 14 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fix for fragmented packet building  
9805 756 d 19 h Boppan /kernel/trunk/network/ [KERNEL] Fix incorrect address of the first buffer  
9804 758 d 14 h Boppan /kernel/trunk/network/ [KERNEL] Fix FIXME  
9803 758 d 14 h Boppan /kernel/trunk/network/ [KERNEL] Fix offset to first fragment  
9802 758 d 16 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fragmented packet size workaround  
9801 758 d 17 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fix for EDI destruction  
9800 758 d 18 h Boppan /kernel/trunk/network/ [KERNEL] Update compyrights in IPv4.inc  
9799 758 d 18 h Boppan /kernel/trunk/network/ [KERNEL] Fix IPv4 packet buffer structuring  
9739 808 d 14 h turbocat /kernel/trunk/network/ kernel: added struct sockaddr  
9736 811 d 17 h Boppan /kernel/trunk/network/ [KERNEL] Revert previous change  
9729 826 d 13 h Boppan /kernel/trunk/network/ [KERNEL] Adjust packet size calculation  
9709 840 d 12 h Doczom /kernel/trunk/ delete TASKDATA  
9692 843 d 8 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9395 907 d 9 h Boppan /kernel/trunk/network/ [KERNEL] Fix eth_input function documentation  
9394 907 d 13 h Boppan /kernel/trunk/network/ [KERNEL] Document eth_input function  
9054 1052 d 8 h hidnplayr /kernel/trunk/network/ Fix loopback  
9049 1054 d 19 h hidnplayr /kernel/trunk/network/ Add is_userspace_region checks to some socket functions.
Disabled PPPoE and IPv6 completely by default, as not functional.
 
9045 1055 d 19 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
9017 1057 d 9 h hidnplayr / Network device error/missed/dropped packet counters.
+ Network buffer sanity checks.
 
8896 1074 d 8 h hidnplayr / Add network packet error counters.  
8867 1078 d 15 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 1078 d 19 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
 
8700 1127 d 22 h Coldy /kernel/trunk/network/ Fix vulnerabilitie in sysfn 74.1 (add sanity check for user buffer), now user applications can't corrupt kernel memory via invalid buffer address  
8103 1321 d 10 h dunkaist /kernel/trunk/network/ Don't put .dummy_fn function of net loopback device to data 'section'.  
8027 1451 d 9 h hidnplayr /kernel/trunk/network/ Remove some extra debug  
8026 1451 d 9 h hidnplayr /kernel/trunk/network/ More TCP advertised window size fixes, small updates regarding closing of TCP sockets.  
8024 1454 d 8 h hidnplayr /kernel/trunk/network/ Fix TCP window updates  
7974 1467 d 13 h hidnplayr /kernel/trunk/network/ TCP: Ack every other received full MSS segment, bugfixes.  
7963 1469 d 15 h hidnplayr /kernel/trunk/network/ sys_protocols: don't destroy esi input reg