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
3289 4076 d 17 h hidnplayr /kernel/branches/net/network/ Fixed unlocking of mutex in TCP_output.  
3287 4076 d 22 h esevece /kernel/trunk/ Added kernelsp.inc for some messages  
3285 4077 d 9 h clevermouse /kernel/trunk/drivers/ fix FAT16 formatting in tmpdisk  
3284 4077 d 9 h clevermouse /kernel/trunk/blkdev/ wrong var name  
3283 4077 d 9 h clevermouse /kernel/trunk/blkdev/ fix return value of disk_sync in compatibility case  
3276 4077 d 23 h esevece /kernel/trunk/boot/ Copied booteng.inc to booten.inc. So, removing booteng.inc  
3275 4078 d 0 h hidnplayr /kernel/branches/net/network/ Cleanup in TCP, fixed possible deadlock in TCP_input.  
3274 4078 d 2 h esevece /kernel/trunk/ Spanish translation (boot and kernel). Fix in makefile. Change name of booteng.inc to booten.inc  
3272 4079 d 8 h hidnplayr /kernel/branches/net/applications/ Updated network.inc for applications.  
3270 4080 d 3 h hidnplayr /kernel/branches/net/network/ Fixed bugs in TCP (crash when closing socket, crash when responding to segment that has no socket)  
3267 4080 d 11 h hidnplayr /kernel/branches/net/network/ Unblock a blocked socket before closing it.  
3264 4081 d 4 h hidnplayr /kernel/branches/net/network/ separate thread and process ID's for sockets.  
3261 4081 d 11 h hidnplayr /kernel/branches/net/network/ PID fix for SOCKET_pair function.  
3259 4085 d 3 h hidnplayr /kernel/branches/net/network/ Re-applied some changes concerning local sockets. They were reverted by accident.  
3257 4085 d 3 h hidnplayr /kernel/branches/net/network/ Better blocking sockets, preparing for some API changes.  
3253 4087 d 0 h hidnplayr /kernel/branches/net/network/ Fixed some bugs with non-blocking local sockets.  
3252 4087 d 1 h hidnplayr /kernel/branches/net/network/ Better TCP timestamp, fixed stack corruption if PAWS fails.  
3251 4087 d 2 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 4087 d 3 h hidnplayr /kernel/branches/net/applications/netstat/ Removed unused fields from netstat  
3249 4087 d 4 h hidnplayr /kernel/branches/net/network/ Removed non-working debug level specific for network stack.  
3246 4087 d 8 h Serge /kernel/trunk/core/ heap.inc: Fix indention. Why don't we use 12 spaces ?  
3242 4093 d 0 h johnfound /kernel/branches/net/ kernel.asm back to #3238  
3240 4093 d 1 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 4097 d 6 h hidnplayr /kernel/branches/net/applications/ircc/ IRCc: do not redraw userlist, unless scrollbar actually moved.  
3233 4097 d 7 h hidnplayr /kernel/branches/net/applications/ircc/ Added alphabetic sorting for users in IRCc  
3232 4097 d 11 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi: update  
3231 4097 d 11 h hidnplayr /kernel/branches/net/ Added PCI ID's for ADMtek N100 to DEC21x4x driver.  
3229 4099 d 3 h hidnplayr /kernel/branches/net/network/ Forgot to set the PID in previous revision.  
3228 4099 d 3 h hidnplayr /kernel/branches/net/network/ New function Socket_pair for UNIX (IPC) sockets.  
3226 4100 d 1 h hidnplayr /kernel/branches/net/applications/ircc/ Now IRCc will print messages to the correct window instead of just using the one that is opened.  
3222 4100 d 21 h hidnplayr /kernel/branches/net/applications/ircc/ Better NICK command support, support for channels with many users.  
3220 4100 d 23 h hidnplayr /kernel/branches/net/applications/ircc/ Some more updates for userlist in IRCC.  
3216 4101 d 23 h hidnplayr /kernel/branches/net/applications/ircc/ Some GUI updates for IRCC.  
3215 4103 d 2 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed some more servercommands, made scrollbar for userlist functional.  
3214 4103 d 5 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed JOIN and PRIVMSG commands for IRCc.  
3212 4103 d 6 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed bug in IRCC's serverparser.  
3211 4103 d 22 h hidnplayr /kernel/branches/net/drivers/ Sceletone for a BCM57xx driver. Only for the brave!  
3206 4104 d 6 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver. Works but has some holes, uses only one receive descriptor. Use with caution.  
3205 4104 d 7 h hidnplayr /kernel/branches/net/drivers/ Updated PCI macros for network drivers.  
3203 4107 d 7 h hidnplayr /kernel/branches/net/network/ ARP will now wait for reply/timeout if it needed to send an ARP request packet.