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
3229 4068 d 16 h hidnplayr /kernel/branches/net/network/ Forgot to set the PID in previous revision.  
3228 4068 d 16 h hidnplayr /kernel/branches/net/network/ New function Socket_pair for UNIX (IPC) sockets.  
3226 4069 d 15 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 4070 d 11 h hidnplayr /kernel/branches/net/applications/ircc/ Better NICK command support, support for channels with many users.  
3220 4070 d 12 h hidnplayr /kernel/branches/net/applications/ircc/ Some more updates for userlist in IRCC.  
3216 4071 d 12 h hidnplayr /kernel/branches/net/applications/ircc/ Some GUI updates for IRCC.  
3215 4072 d 15 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed some more servercommands, made scrollbar for userlist functional.  
3214 4072 d 18 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed JOIN and PRIVMSG commands for IRCc.  
3212 4072 d 19 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed bug in IRCC's serverparser.  
3211 4073 d 11 h hidnplayr /kernel/branches/net/drivers/ Sceletone for a BCM57xx driver. Only for the brave!  
3206 4073 d 19 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver. Works but has some holes, uses only one receive descriptor. Use with caution.  
3205 4073 d 20 h hidnplayr /kernel/branches/net/drivers/ Updated PCI macros for network drivers.  
3203 4076 d 20 h hidnplayr /kernel/branches/net/network/ ARP will now wait for reply/timeout if it needed to send an ARP request packet.  
3201 4077 d 13 h hidnplayr /kernel/branches/net/drivers/ Some refactoring of DEC21x4x driver.  
3200 4077 d 13 h hidnplayr /kernel/branches/net/ Updated API so applications can easily send ARP announcements, keep track of ARP conflicts.
Zeroconfig now supports padding option and sends ARP announcements if needed. Also some refactoring/cleanup.
 
3199 4079 d 16 h hidnplayr /kernel/branches/net/drivers/bus/ Fixed some PCI function macros for network cards.
(Now PCnet32 driver works again in VmWare)
 
3198 4080 d 11 h hidnplayr /kernel/branches/net/drivers/ Refactored PCnet driver. Omitted unnecessary copying of data.  
3197 4080 d 17 h hidnplayr /kernel/branches/net/drivers/ Bugfix in PCnet driver.  
3195 4082 d 9 h art_zh /kernel/branches/Kolibri-A/trunk/ SSE-moves  
3194 4082 d 11 h art_zh /kernel/branches/Kolibri-A/trunk/ Good-bye APM !  
3193 4082 d 17 h hidnplayr /kernel/branches/net/ Changed working title of network branch in kernel.asm.  
3191 4082 d 19 h hidnplayr /kernel/branches/net/applications/ircc/ Stub for new IRC client.  
3187 4083 d 12 h hidnplayr /kernel/branches/net/ Syncing net branch with trunk.  
3185 4086 d 19 h hidnplayr /kernel/branches/net/network/ Added some experimental IPv6 code to net branch.  
3179 4087 d 13 h IgorA /kernel/branches/net/applications/tftpc/ correct import function names  
3176 4088 d 9 h art_zh /kernel/branches/Kolibri-A/trunk/ 16-bit rubbish cleaning  
3169 4090 d 10 h art_zh /kernel/branches/Kolibri-A/trunk/ -A: minor updates  
3168 4090 d 10 h art_zh /kernel/branches/Kolibri-A/trunk/ -A: minor updates  
3163 4093 d 16 h art_zh /kernel/branches/Kolibri-A/trunk/ Good-bye VESA !  
3162 4093 d 19 h hidnplayr /kernel/branches/net/network/ Fixed previous mistake.  
3161 4093 d 20 h hidnplayr /kernel/branches/net/network/ Actually release the TCP socket once it's closed.  
3160 4093 d 20 h hidnplayr /kernel/branches/net/network/ Refactored recent ARP code a bit.  
3159 4093 d 23 h hidnplayr /kernel/branches/net/network/ Kernel now automatically sends one gratuitous ARP once IP address has been set.
Also, fixed ARP stats.
 
3158 4093 d 23 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8029 which led to crash after receiving TCP frame.  
3156 4094 d 16 h hidnplayr /kernel/branches/net/drivers/ Fixed autobuild  
3155 4094 d 16 h hidnplayr /kernel/branches/net/drivers/ Replaced signed relative jumps with unsigned ones were needed.
(I must lose this bad habbit in 2013...)
 
3154 4095 d 2 h hidnplayr /kernel/branches/net/ Added VIA Rhine driver. Only tested on Rhine II cards.  
3149 4101 d 20 h hidnplayr /kernel/branches/net/drivers/ Fixed and refactored RTL8029/NE2000 driver. Some fine-tuning still needed.  
3148 4104 d 19 h hidnplayr /kernel/branches/net/network/ Further fixing of ARP_add_entry. Now entries can be re-added if they were removed once before.  
3147 4104 d 20 h hidnplayr /kernel/branches/net/network/ Fixed and simplified ARP_add_entry. (Previous versions worked only for one entry)