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
3195 4145 d 19 h art_zh /kernel/branches/Kolibri-A/trunk/ SSE-moves  
3194 4145 d 20 h art_zh /kernel/branches/Kolibri-A/trunk/ Good-bye APM !  
3193 4146 d 3 h hidnplayr /kernel/branches/net/ Changed working title of network branch in kernel.asm.  
3191 4146 d 5 h hidnplayr /kernel/branches/net/applications/ircc/ Stub for new IRC client.  
3187 4146 d 22 h hidnplayr /kernel/branches/net/ Syncing net branch with trunk.  
3185 4150 d 5 h hidnplayr /kernel/branches/net/network/ Added some experimental IPv6 code to net branch.  
3179 4150 d 23 h IgorA /kernel/branches/net/applications/tftpc/ correct import function names  
3176 4151 d 19 h art_zh /kernel/branches/Kolibri-A/trunk/ 16-bit rubbish cleaning  
3174 4152 d 7 h clevermouse /kernel/trunk/fs/ fix FAT folder delete in some rare cases  
3171 4152 d 23 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 4153 d 20 h art_zh /kernel/branches/Kolibri-A/trunk/ -A: minor updates  
3168 4153 d 20 h art_zh /kernel/branches/Kolibri-A/trunk/ -A: minor updates  
3166 4154 d 10 h clevermouse /kernel/trunk/core/ get_pg_addr now correctly handles the kernel large page  
3164 4154 d 10 h clevermouse /kernel/trunk/blkdev/ make caching for PnP disks really work  
3163 4157 d 2 h art_zh /kernel/branches/Kolibri-A/trunk/ Good-bye VESA !  
3162 4157 d 5 h hidnplayr /kernel/branches/net/network/ Fixed previous mistake.  
3161 4157 d 5 h hidnplayr /kernel/branches/net/network/ Actually release the TCP socket once it's closed.  
3160 4157 d 6 h hidnplayr /kernel/branches/net/network/ Refactored recent ARP code a bit.  
3159 4157 d 8 h hidnplayr /kernel/branches/net/network/ Kernel now automatically sends one gratuitous ARP once IP address has been set.
Also, fixed ARP stats.
 
3158 4157 d 8 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8029 which led to crash after receiving TCP frame.  
3156 4158 d 2 h hidnplayr /kernel/branches/net/drivers/ Fixed autobuild  
3155 4158 d 2 h hidnplayr /kernel/branches/net/drivers/ Replaced signed relative jumps with unsigned ones were needed.
(I must lose this bad habbit in 2013...)
 
3154 4158 d 12 h hidnplayr /kernel/branches/net/ Added VIA Rhine driver. Only tested on Rhine II cards.  
3149 4165 d 6 h hidnplayr /kernel/branches/net/drivers/ Fixed and refactored RTL8029/NE2000 driver. Some fine-tuning still needed.  
3148 4168 d 5 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 4168 d 6 h hidnplayr /kernel/branches/net/network/ Fixed and simplified ARP_add_entry. (Previous versions worked only for one entry)  
3146 4168 d 23 h hidnplayr /kernel/branches/net/ Added simple socket debugging tool.
Moved some TCP code to tcp_usreq.inc.
 
3145 4169 d 9 h hidnplayr /kernel/branches/net/core/ Kill sockets when process crashes.  
3144 4169 d 21 h hidnplayr /kernel/branches/net/ Added TCP_mss (max segment size) stub.
Bugfix in FTPD concerning data ports.
 
3143 4170 d 23 h hidnplayr /kernel/branches/net/network/ Fixed TCP keepalive  
3126 4182 d 3 h clevermouse /kernel/trunk/core/ fix double-unlock in free(); make free() always save edi; update test  
3069 4200 d 23 h serge /kernel/trunk/ trunk: always show default cursor for inactive window  
3030 4216 d 23 h serge /kernel/trunk/core/ kernel: export MapPage  
3007 4223 d 23 h art_zh /kernel/branches/Kolibri-A/utilities/amon/ A-version of GMON  
2999 4226 d 1 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in i8254x driver  
2998 4226 d 3 h hidnplayr /kernel/branches/net/network/ Fixed blocking in SOCKET_receive_tcp  
2996 4228 d 0 h hidnplayr /kernel/branches/net/network/ Experimental blocking sockets  
2995 4228 d 7 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
2994 4229 d 23 h hidnplayr /kernel/branches/net/network/ Getting ready for blocking sockets  
2993 4230 d 1 h hidnplayr /kernel/branches/net/network/ Bugfix in SOCKET_ring_read