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
3220 4101 d 14 h hidnplayr /kernel/branches/net/applications/ircc/ Some more updates for userlist in IRCC.  
3216 4102 d 13 h hidnplayr /kernel/branches/net/applications/ircc/ Some GUI updates for IRCC.  
3215 4103 d 16 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed some more servercommands, made scrollbar for userlist functional.  
3214 4103 d 19 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed JOIN and PRIVMSG commands for IRCc.  
3212 4103 d 20 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed bug in IRCC's serverparser.  
3211 4104 d 13 h hidnplayr /kernel/branches/net/drivers/ Sceletone for a BCM57xx driver. Only for the brave!  
3206 4104 d 21 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 22 h hidnplayr /kernel/branches/net/drivers/ Updated PCI macros for network drivers.  
3203 4107 d 22 h hidnplayr /kernel/branches/net/network/ ARP will now wait for reply/timeout if it needed to send an ARP request packet.  
3202 4107 d 22 h clevermouse /kernel/trunk/blkdev/ make DiskDel save ebx  
3201 4108 d 15 h hidnplayr /kernel/branches/net/drivers/ Some refactoring of DEC21x4x driver.  
3200 4108 d 15 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 4110 d 18 h hidnplayr /kernel/branches/net/drivers/bus/ Fixed some PCI function macros for network cards.
(Now PCnet32 driver works again in VmWare)
 
3198 4111 d 13 h hidnplayr /kernel/branches/net/drivers/ Refactored PCnet driver. Omitted unnecessary copying of data.  
3197 4111 d 18 h hidnplayr /kernel/branches/net/drivers/ Bugfix in PCnet driver.  
3195 4113 d 11 h art_zh /kernel/branches/Kolibri-A/trunk/ SSE-moves  
3194 4113 d 12 h art_zh /kernel/branches/Kolibri-A/trunk/ Good-bye APM !  
3193 4113 d 19 h hidnplayr /kernel/branches/net/ Changed working title of network branch in kernel.asm.  
3191 4113 d 21 h hidnplayr /kernel/branches/net/applications/ircc/ Stub for new IRC client.  
3187 4114 d 14 h hidnplayr /kernel/branches/net/ Syncing net branch with trunk.  
3185 4117 d 20 h hidnplayr /kernel/branches/net/network/ Added some experimental IPv6 code to net branch.  
3179 4118 d 15 h IgorA /kernel/branches/net/applications/tftpc/ correct import function names  
3176 4119 d 11 h art_zh /kernel/branches/Kolibri-A/trunk/ 16-bit rubbish cleaning  
3174 4119 d 22 h clevermouse /kernel/trunk/fs/ fix FAT folder delete in some rare cases  
3171 4120 d 14 h hidnplayr / Added new sound.obj wich automatically loads correct sound driver.
See forum for more details (http://board.kolibrios.org/viewtopic.php?f=28&t=2196)
 
3169 4121 d 11 h art_zh /kernel/branches/Kolibri-A/trunk/ -A: minor updates  
3168 4121 d 12 h art_zh /kernel/branches/Kolibri-A/trunk/ -A: minor updates  
3166 4122 d 1 h clevermouse /kernel/trunk/core/ get_pg_addr now correctly handles the kernel large page  
3164 4122 d 1 h clevermouse /kernel/trunk/blkdev/ make caching for PnP disks really work  
3163 4124 d 18 h art_zh /kernel/branches/Kolibri-A/trunk/ Good-bye VESA !  
3162 4124 d 21 h hidnplayr /kernel/branches/net/network/ Fixed previous mistake.  
3161 4124 d 21 h hidnplayr /kernel/branches/net/network/ Actually release the TCP socket once it's closed.  
3160 4124 d 22 h hidnplayr /kernel/branches/net/network/ Refactored recent ARP code a bit.  
3159 4125 d 0 h hidnplayr /kernel/branches/net/network/ Kernel now automatically sends one gratuitous ARP once IP address has been set.
Also, fixed ARP stats.
 
3158 4125 d 0 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8029 which led to crash after receiving TCP frame.  
3156 4125 d 17 h hidnplayr /kernel/branches/net/drivers/ Fixed autobuild  
3155 4125 d 17 h hidnplayr /kernel/branches/net/drivers/ Replaced signed relative jumps with unsigned ones were needed.
(I must lose this bad habbit in 2013...)
 
3154 4126 d 3 h hidnplayr /kernel/branches/net/ Added VIA Rhine driver. Only tested on Rhine II cards.  
3149 4132 d 21 h hidnplayr /kernel/branches/net/drivers/ Fixed and refactored RTL8029/NE2000 driver. Some fine-tuning still needed.  
3148 4135 d 20 h hidnplayr /kernel/branches/net/network/ Further fixing of ARP_add_entry. Now entries can be re-added if they were removed once before.