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
2404 4445 d 11 h hidnplayr /kernel/branches/net/network/ Fixed socket_ring_write in net branch.  
2403 4445 d 12 h hidnplayr /kernel/branches/net/network/ Forgot init_mutex ...  
2402 4445 d 12 h hidnplayr /kernel/branches/net/network/ Usage of new mutexes in net branch.  
2401 4446 d 2 h hidnplayr /kernel/branches/net/drivers/ Bugfix in PCnet32 driver for net branch  
2400 4446 d 2 h Serge /kernel/trunk/core/ new 68.26 user_unmap(void* block_base, unsigned int offset, size_t unmap_size);  
2398 4446 d 5 h mario79 /kernel/trunk/core/ Decrease size of shadow buffer for VGA. The old size is 2-fold excess of actual need.  
2390 4447 d 2 h hidnplayr /kernel/branches/net/network/ Fixed TCP and UDP checksum in net branch.  
2387 4447 d 3 h hidnplayr /kernel/branches/net/drivers/ Added error reporting to some of the network drivers in net branch  
2386 4447 d 3 h hidnplayr /kernel/branches/net/network/ Fixed ICMP in net branch  
2385 4447 d 5 h hidnplayr /kernel/branches/net/ Sync net branch with trunk  
2384 4447 d 5 h hidnplayr /kernel/trunk/ Adapted more structures to use new struct.inc  
2382 4448 d 8 h hidnplayr /kernel/branches/net/ Synced net branch with trunk  
2381 4448 d 8 h hidnplayr /kernel/trunk/ Usage of struct.inc from fasm in trunk kernel.  
2373 4448 d 11 h hidnplayr /kernel/branches/net/boot/ Trying to fix the makefile for new stack  
2369 4448 d 13 h hidnplayr /kernel/branches/net/network/ Fixed problem with UDP_input when checksum was 0.  
2366 4449 d 10 h hidnplayr /kernel/branches/net/network/ Bugfixes in net branch:
-Disabled UDP remote IP checking because it blocks valid packets in certain situations (DNS resolving)
-Removed device '0' (application level) as default device because it was not correctly implemented and would require a lot of changes. Yet need to find a better solution for this.
 
2365 4449 d 13 h hidnplayr /kernel/trunk/core/ Reserved sysfn 74,75,76 in trunk for new stack.  
2364 4449 d 13 h hidnplayr /kernel/branches/net/ Changed net branch specific kernel function numbers to make room for function 73 in main branch.  
2362 4449 d 15 h hidnplayr /kernel/branches/net/network/ Markup changes in net branch + updates in TCP_output  
2356 4451 d 11 h Serge /kernel/trunk/core/ export destroy_event and timer_hs  
2353 4452 d 6 h mario79 /kernel/trunk/video/ Fix for f38 - correction for the remainder of the division  
2350 4455 d 1 h art_zh /kernel/branches/Kolibri-A/trunk/ one old and stupid bug fixed  
2343 4466 d 11 h Serge /kernel/trunk/core/ export free_page  
2341 4468 d 15 h Serge /kernel/trunk/ blitter prerequisite  
2337 4476 d 20 h Serge /kernel/trunk/video/ remove deleted cursor from cursor's list  
2322 4533 d 14 h art_zh /kernel/branches/Kolibri-A/trunk/ new font engine  
2321 4534 d 3 h art_zh /kernel/branches/Kolibri-A/trunk/gui/ sysfont parser bugfix  
2320 4534 d 23 h art_zh /kernel/branches/Kolibri-A/trunk/gui/ sysfont parser  
2318 4536 d 23 h art_zh /kernel/branches/Kolibri-A/trunk/gui/ new font engine  
2316 4548 d 2 h art_zh /kernel/branches/Kolibri-A/trunk/gui/fonts/ vectorized system font #0 (data)  
2315 4549 d 8 h hidnplayr /kernel/branches/net/ NET branch: Fixed errors in socket_open and socket_fork  
2314 4549 d 9 h hidnplayr /kernel/branches/net/ -Fixed build.bat for NET branch
-Removed some unrelated files
-updates in telnet
 
2313 4549 d 11 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver for NET branch  
2312 4549 d 11 h hidnplayr /kernel/branches/net/ Added missing struct.inc to NET branch  
2311 4550 d 1 h hidnplayr /kernel/branches/net/network/ more small updates and fixes in net branch  
2310 4550 d 4 h hidnplayr /kernel/branches/net/network/ more small updates and fixes in net branch  
2309 4550 d 5 h hidnplayr /kernel/branches/net/network/ small updates and fixes in TCP for net branch  
2308 4550 d 8 h hidnplayr /kernel/branches/net/network/ small updates and fixes in net branch  
2307 4550 d 10 h hidnplayr /kernel/trunk/network/eth_drv/ Re-enabled i8255x card 1068:8086.  
2306 4553 d 4 h hidnplayr /kernel/trunk/network/eth_drv/ re-enabled rtl8139 card in trunk kernel, it was disabled by error in r1887