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
3320 4100 d 12 h clevermouse /kernel/trunk/ fix r2601  
3317 4101 d 4 h turbanoff /kernel/trunk/fs/ ext2 fix bug: bad error checking in ext2_get_inode_block and in ext2_HdRead  
3316 4101 d 7 h turbanoff /kernel/trunk/fs/ ext2 fix stack inconsistent in ext2_find_lfn  
3315 4101 d 8 h mario79 /kernel/trunk/docs/ Documentation for F73 to trunk kernel.  
3314 4101 d 9 h turbanoff /kernel/trunk/fs/ ext2 fix stack inconsistent in ext2_HdRead  
3313 4101 d 9 h turbanoff /kernel/trunk/fs/ ext2: fix bug in file read  
3310 4102 d 2 h esevece /kernel/trunk/ Correction for recent commit  
3309 4102 d 2 h esevece /kernel/trunk/ More spanish translation  
3307 4103 d 4 h hidnplayr /kernel/branches/net/network/ Fixed SOCKET_process_end (broken in #3264), Use mutexes for ring buffer reading/writing.  
3305 4103 d 12 h clevermouse /kernel/trunk/drivers/ fix FAT32 formatting in tmpdisk  
3304 4103 d 13 h clevermouse /kernel/trunk/core/ I'm sorry  
3303 4103 d 13 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 4104 d 1 h clevermouse /kernel/trunk/ protect thread from external terminate while running sysfn 70  
3294 4104 d 11 h clevermouse /kernel/trunk/core/ output program name in addition to PID when it crashes  
3293 4104 d 11 h hidnplayr /kernel/branches/net/network/ Fixed stack corruption in TCP_input when TCP queue is full  
3289 4104 d 20 h hidnplayr /kernel/branches/net/network/ Fixed unlocking of mutex in TCP_output.  
3287 4105 d 1 h esevece /kernel/trunk/ Added kernelsp.inc for some messages  
3285 4105 d 12 h clevermouse /kernel/trunk/drivers/ fix FAT16 formatting in tmpdisk  
3284 4105 d 12 h clevermouse /kernel/trunk/blkdev/ wrong var name  
3283 4105 d 12 h clevermouse /kernel/trunk/blkdev/ fix return value of disk_sync in compatibility case  
3276 4106 d 2 h esevece /kernel/trunk/boot/ Copied booteng.inc to booten.inc. So, removing booteng.inc  
3275 4106 d 3 h hidnplayr /kernel/branches/net/network/ Cleanup in TCP, fixed possible deadlock in TCP_input.  
3274 4106 d 5 h esevece /kernel/trunk/ Spanish translation (boot and kernel). Fix in makefile. Change name of booteng.inc to booten.inc  
3272 4107 d 11 h hidnplayr /kernel/branches/net/applications/ Updated network.inc for applications.  
3270 4108 d 6 h hidnplayr /kernel/branches/net/network/ Fixed bugs in TCP (crash when closing socket, crash when responding to segment that has no socket)  
3267 4108 d 13 h hidnplayr /kernel/branches/net/network/ Unblock a blocked socket before closing it.  
3264 4109 d 7 h hidnplayr /kernel/branches/net/network/ separate thread and process ID's for sockets.  
3261 4109 d 14 h hidnplayr /kernel/branches/net/network/ PID fix for SOCKET_pair function.  
3259 4113 d 6 h hidnplayr /kernel/branches/net/network/ Re-applied some changes concerning local sockets. They were reverted by accident.  
3257 4113 d 6 h hidnplayr /kernel/branches/net/network/ Better blocking sockets, preparing for some API changes.  
3253 4115 d 2 h hidnplayr /kernel/branches/net/network/ Fixed some bugs with non-blocking local sockets.  
3252 4115 d 3 h hidnplayr /kernel/branches/net/network/ Better TCP timestamp, fixed stack corruption if PAWS fails.  
3251 4115 d 5 h hidnplayr /kernel/branches/net/network/ Changed some debug output messages (and their levels) in new stack.
Implemented a queue for incoming TCP segments.
 
3250 4115 d 6 h hidnplayr /kernel/branches/net/applications/netstat/ Removed unused fields from netstat  
3249 4115 d 7 h hidnplayr /kernel/branches/net/network/ Removed non-working debug level specific for network stack.  
3246 4115 d 11 h Serge /kernel/trunk/core/ heap.inc: Fix indention. Why don't we use 12 spaces ?  
3242 4121 d 3 h johnfound /kernel/branches/net/ kernel.asm back to #3238  
3240 4121 d 4 h johnfound /kernel/branches/net/ Introduced new header version, that to serve STDIO through a IPC sockets mechanism. Some code cleanup and comments added.  
3234 4125 d 9 h hidnplayr /kernel/branches/net/applications/ircc/ IRCc: do not redraw userlist, unless scrollbar actually moved.  
3233 4125 d 10 h hidnplayr /kernel/branches/net/applications/ircc/ Added alphabetic sorting for users in IRCc