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
3333 4066 d 22 h hidnplayr /kernel/branches/net/ Updated readme.txt  
3332 4066 d 22 h hidnplayr /kernel/branches/net/applications/netstat/ Added missed and dumped TCP packet counters to netstat.  
3331 4066 d 22 h hidnplayr /kernel/branches/net/applications/ircc/ Mostly cosmetical updates for IRCC  
3325 4067 d 19 h clevermouse /kernel/trunk/ ability to create kernel threads  
3324 4067 d 21 h hidnplayr /kernel/branches/net/drivers/ Stub for forcedeth driver.  
3323 4067 d 21 h hidnplayr /kernel/branches/net/drivers/ Tied 3c59x network driver to new interface.  
3322 4067 d 21 h hidnplayr /kernel/branches/net/ Removed obsolete EthReceiver interface  
3320 4067 d 22 h clevermouse /kernel/trunk/ fix r2601  
3317 4068 d 14 h turbanoff /kernel/trunk/fs/ ext2 fix bug: bad error checking in ext2_get_inode_block and in ext2_HdRead  
3316 4068 d 17 h turbanoff /kernel/trunk/fs/ ext2 fix stack inconsistent in ext2_find_lfn  
3315 4068 d 18 h mario79 /kernel/trunk/docs/ Documentation for F73 to trunk kernel.  
3314 4068 d 19 h turbanoff /kernel/trunk/fs/ ext2 fix stack inconsistent in ext2_HdRead  
3313 4068 d 19 h turbanoff /kernel/trunk/fs/ ext2: fix bug in file read  
3310 4069 d 12 h esevece /kernel/trunk/ Correction for recent commit  
3309 4069 d 12 h esevece /kernel/trunk/ More spanish translation  
3307 4070 d 14 h hidnplayr /kernel/branches/net/network/ Fixed SOCKET_process_end (broken in #3264), Use mutexes for ring buffer reading/writing.  
3305 4070 d 22 h clevermouse /kernel/trunk/drivers/ fix FAT32 formatting in tmpdisk  
3304 4070 d 23 h clevermouse /kernel/trunk/core/ I'm sorry  
3303 4070 d 23 h clevermouse /kernel/trunk/ Protect thread from external terminate while running any syscall except 5,10,23.
Now 18.2/18.12 are really safe through kernel-colored glasses (however, you still
should not use them except for really critical cases),
although the protection is sometimes quite excessive.
 
3296 4071 d 11 h clevermouse /kernel/trunk/ protect thread from external terminate while running sysfn 70  
3294 4071 d 21 h clevermouse /kernel/trunk/core/ output program name in addition to PID when it crashes  
3293 4071 d 21 h hidnplayr /kernel/branches/net/network/ Fixed stack corruption in TCP_input when TCP queue is full  
3289 4072 d 6 h hidnplayr /kernel/branches/net/network/ Fixed unlocking of mutex in TCP_output.  
3287 4072 d 11 h esevece /kernel/trunk/ Added kernelsp.inc for some messages  
3285 4072 d 22 h clevermouse /kernel/trunk/drivers/ fix FAT16 formatting in tmpdisk  
3284 4072 d 22 h clevermouse /kernel/trunk/blkdev/ wrong var name  
3283 4072 d 22 h clevermouse /kernel/trunk/blkdev/ fix return value of disk_sync in compatibility case  
3276 4073 d 12 h esevece /kernel/trunk/boot/ Copied booteng.inc to booten.inc. So, removing booteng.inc  
3275 4073 d 13 h hidnplayr /kernel/branches/net/network/ Cleanup in TCP, fixed possible deadlock in TCP_input.  
3274 4073 d 15 h esevece /kernel/trunk/ Spanish translation (boot and kernel). Fix in makefile. Change name of booteng.inc to booten.inc  
3272 4074 d 21 h hidnplayr /kernel/branches/net/applications/ Updated network.inc for applications.  
3270 4075 d 16 h hidnplayr /kernel/branches/net/network/ Fixed bugs in TCP (crash when closing socket, crash when responding to segment that has no socket)  
3267 4075 d 23 h hidnplayr /kernel/branches/net/network/ Unblock a blocked socket before closing it.  
3264 4076 d 17 h hidnplayr /kernel/branches/net/network/ separate thread and process ID's for sockets.  
3261 4077 d 0 h hidnplayr /kernel/branches/net/network/ PID fix for SOCKET_pair function.  
3259 4080 d 16 h hidnplayr /kernel/branches/net/network/ Re-applied some changes concerning local sockets. They were reverted by accident.  
3257 4080 d 16 h hidnplayr /kernel/branches/net/network/ Better blocking sockets, preparing for some API changes.  
3253 4082 d 13 h hidnplayr /kernel/branches/net/network/ Fixed some bugs with non-blocking local sockets.  
3252 4082 d 13 h hidnplayr /kernel/branches/net/network/ Better TCP timestamp, fixed stack corruption if PAWS fails.  
3251 4082 d 15 h hidnplayr /kernel/branches/net/network/ Changed some debug output messages (and their levels) in new stack.
Implemented a queue for incoming TCP segments.