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