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
1517 5039 d 13 h diamond /kernel/trunk/ reverted wrong files from the prev revision  
1516 5039 d 13 h diamond /kernel/trunk/ make.sh from http://board.kolibrios.org/viewtopic.php?f=1&t=1459  
1514 5042 d 7 h hidnplayr /kernel/branches/net/ - globalisation of network driver functions
(Replaced EthRegDev with NetRegDev)
- rewrite/cleanup of socket.inc
- started rewrite of tcp.inc
- port numbers in application are not byte-swapped anymore
- many more fixes and changes

- TCP does not work but UDP/IP/ICMP/ARP (partly) work.. (as before)
 
1513 5044 d 17 h mario79 /kernel/trunk/gui/ If the user to be resizing the window then mouse event is not generated (6 = mouse event)  
1508 5055 d 19 h art_zh /kernel/branches/Kolibri-A/trunk/ lo-res vesa modes excluded  
1507 5058 d 13 h art_zh /kernel/branches/Kolibri-A/trunk/ basic embedded features  
1506 5058 d 14 h art_zh /kernel/branches/Kolibri-A/ some mess cleanout  
1505 5058 d 14 h art_zh /kernel/branches/Kolibri-A/ Embedded KOS (AMD/HT version)  
1504 5060 d 8 h diamond /kernel/trunk/ fix processing of cyrillic letter yo in file systems  
1503 5061 d 14 h hidnplayr /kernel/branches/net/drivers/ Net-branch: Updates in dec21x4x.asm, still only works in virtual pc.  
1502 5063 d 8 h hidnplayr /kernel/branches/net/drivers/ Net-branch: another work in progress: dec21x4x driver.
Only works in MS Virtual-PC for now. (not on real hardware yet)
 
1501 5064 d 11 h mario79 /kernel/trunk/core/ Fix for function 68.23 - infinite loop after CLI and PAGE FAULT for destroy_smap  
1497 5067 d 15 h Lrz /kernel/trunk/ 61 system function.  
1496 5068 d 13 h Lrz /kernel/trunk/ 55 and 60 system functions have call without shift registers.  
1495 5070 d 4 h Lrz /kernel/trunk/ 65 system function have call without shift registers.  
1494 5070 d 13 h Lrz /kernel/trunk/ 66 system function have call without shift registers.  
1492 5072 d 14 h hidnplayr /kernel/branches/net/drivers/ Updates in RTL8029 and PCNET32 driver.
Moved public data structure for network drivers to netdrv.inc
 
1491 5072 d 16 h Lrz /kernel/trunk/ The 70 system function have call without shift registers.  
1487 5075 d 16 h art_zh /kernel/trunk/ Extended PCI-express configuration space
can now be manually configured for non-AMD machines
 
1486 5076 d 12 h hidnplayr /kernel/branches/net/drivers/ Net-branch:
Fixed bug in RTL8139 interrupt handler.
 
1485 5076 d 14 h hidnplayr /kernel/branches/net/network/ net-branch:
Fix crash in udp.inc when arp-entry is not found.
Fixed bug in deleting of arp entry's
 
1484 5076 d 16 h hidnplayr /kernel/branches/net/network/ Looks like I uploaded wrong udp.inc in previous revision...  
1483 5076 d 18 h hidnplayr /kernel/branches/net/network/ net-branch:
Fixed error in udp.inc
Fixed another error in checksum, seems to work bug-free now :)
 
1482 5076 d 21 h hidnplayr /kernel/branches/net/network/ Net-branch:
Fixed Bugs in checksum, introduced in #1473
Checksum for IP/UDP/TCP is now very fast.
 
1481 5077 d 11 h hidnplayr /kernel/branches/net/ Net-branch:
Added statistics to 3c59x driver.
Fixed mixed up DNS and Gateway of static settings for zeroconf
 
1478 5082 d 16 h hidnplayr /kernel/branches/net/drivers/ Fixed merging error in RTL8139.Asm for net-branch  
1474 5084 d 12 h diamond /kernel/trunk/ optimize set_window_box: do nothing if new box is the same as old one  
1473 5086 d 10 h hidnplayr /kernel/branches/net/network/ Updates in net branch coded 6 months ago.
Mostly concerning checksuming, and cleanups
 
1472 5086 d 15 h hidnplayr /kernel/branches/net/drivers/ Changes in net_branch:

Fixed yet another bug in RTL8139 driver (should be almost bug-free now)
Added 3com driver (only boomerang cards tested)
If somebody has a vortex type 3com card, please help me debug the driver!
 
1466 5088 d 11 h mario79 /kernel/trunk/gui/ Now, if the window is captured and moved by the user, then no mouse events! (6 = mouse event)  
1465 5091 d 0 h mario79 /kernel/trunk/gui/ Fix of left mouse button broken to revision 1460  
1463 5097 d 20 h art_zh /kernel/trunk/bus/pci/ PCIexpress: extended configurator  
1462 5102 d 16 h art_zh /kernel/trunk/bus/pci/ allocation bug for prefetched BARs fixed  
1461 5107 d 13 h diamond /kernel/trunk/core/ changes in free memory checks from Maxis (bug #9)  
1460 5109 d 5 h Lrz /kernel/trunk/gui/ small changes  
1455 5122 d 15 h art_zh /kernel/trunk/ 1) back to #1451 to save some phys. memory
2) non-PSE paging restored
3) documentation corrected
 
1454 5124 d 9 h art_zh /kernel/trunk/ Number of system pages corrected  
1453 5125 d 22 h art_zh /kernel/trunk/ useless i486-code removed from init.inc  
1452 5126 d 12 h serge /kernel/trunk/core/ Maxis fixes: stupid bug in load_file()  
1451 5128 d 9 h art_zh /kernel/trunk/ kernel PTE initialization bug fixed