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
3169 4123 d 5 h art_zh /kernel/branches/Kolibri-A/trunk/ -A: minor updates  
3168 4123 d 6 h art_zh /kernel/branches/Kolibri-A/trunk/ -A: minor updates  
3166 4123 d 19 h clevermouse /kernel/trunk/core/ get_pg_addr now correctly handles the kernel large page  
3164 4123 d 19 h clevermouse /kernel/trunk/blkdev/ make caching for PnP disks really work  
3163 4126 d 12 h art_zh /kernel/branches/Kolibri-A/trunk/ Good-bye VESA !  
3162 4126 d 15 h hidnplayr /kernel/branches/net/network/ Fixed previous mistake.  
3161 4126 d 15 h hidnplayr /kernel/branches/net/network/ Actually release the TCP socket once it's closed.  
3160 4126 d 16 h hidnplayr /kernel/branches/net/network/ Refactored recent ARP code a bit.  
3159 4126 d 18 h hidnplayr /kernel/branches/net/network/ Kernel now automatically sends one gratuitous ARP once IP address has been set.
Also, fixed ARP stats.
 
3158 4126 d 18 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8029 which led to crash after receiving TCP frame.  
3156 4127 d 11 h hidnplayr /kernel/branches/net/drivers/ Fixed autobuild  
3155 4127 d 11 h hidnplayr /kernel/branches/net/drivers/ Replaced signed relative jumps with unsigned ones were needed.
(I must lose this bad habbit in 2013...)
 
3154 4127 d 21 h hidnplayr /kernel/branches/net/ Added VIA Rhine driver. Only tested on Rhine II cards.  
3149 4134 d 15 h hidnplayr /kernel/branches/net/drivers/ Fixed and refactored RTL8029/NE2000 driver. Some fine-tuning still needed.  
3148 4137 d 14 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 4137 d 16 h hidnplayr /kernel/branches/net/network/ Fixed and simplified ARP_add_entry. (Previous versions worked only for one entry)  
3146 4138 d 8 h hidnplayr /kernel/branches/net/ Added simple socket debugging tool.
Moved some TCP code to tcp_usreq.inc.
 
3145 4138 d 19 h hidnplayr /kernel/branches/net/core/ Kill sockets when process crashes.  
3144 4139 d 6 h hidnplayr /kernel/branches/net/ Added TCP_mss (max segment size) stub.
Bugfix in FTPD concerning data ports.
 
3143 4140 d 9 h hidnplayr /kernel/branches/net/network/ Fixed TCP keepalive  
3126 4151 d 13 h clevermouse /kernel/trunk/core/ fix double-unlock in free(); make free() always save edi; update test  
3069 4170 d 9 h serge /kernel/trunk/ trunk: always show default cursor for inactive window  
3030 4186 d 9 h serge /kernel/trunk/core/ kernel: export MapPage  
3007 4193 d 8 h art_zh /kernel/branches/Kolibri-A/utilities/amon/ A-version of GMON  
2999 4195 d 11 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in i8254x driver  
2998 4195 d 12 h hidnplayr /kernel/branches/net/network/ Fixed blocking in SOCKET_receive_tcp  
2996 4197 d 9 h hidnplayr /kernel/branches/net/network/ Experimental blocking sockets  
2995 4197 d 16 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
2994 4199 d 9 h hidnplayr /kernel/branches/net/network/ Getting ready for blocking sockets  
2993 4199 d 11 h hidnplayr /kernel/branches/net/network/ Bugfix in SOCKET_ring_read  
2991 4207 d 8 h Serge /kernel/trunk/ Infinity: minor update
kernel: increase size of LFB
 
2990 4212 d 8 h art_zh /kernel/branches/Kolibri-A/trunk/gui/fonts/ few more characters  
2989 4217 d 9 h Serge /kernel/branches/Kolibri-acpi/docs/ f73. preliminary description  
2988 4217 d 10 h Serge /kernel/trunk/video/ blitter optimization  
2987 4217 d 10 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trank  
2983 4222 d 14 h hidnplayr /kernel/branches/net/drivers/ fixed build for i8255x stub  
2982 4222 d 14 h hidnplayr /kernel/branches/net/core/ Fixing build for new stack  
2981 4222 d 14 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
2980 4222 d 15 h hidnplayr /kernel/branches/net/network/ UDP output now only updates stats if send didnt fail.  
2973 4248 d 11 h turbanoff /kernel/trunk/fs/ disable read for non-file (symlink, device inode, etc)