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
1629 4949 d 18 h serge /kernel/trunk/ f62/pci_api: and again  
1626 4951 d 1 h art_zh /kernel/branches/Kolibri-A/trunk/ a test version with FFT library inside kernel  
1623 4958 d 2 h mikedld /kernel/trunk/ fixed drivers compilation  
1615 4963 d 21 h serge /kernel/trunk/core/ 1)kernel_free: set proper return value
2)export get_timer_ticks
 
1614 4965 d 0 h serge /kernel/trunk/ sysfn62: again and again...  
1612 4965 d 19 h serge /kernel/trunk/ 1)sysfn62 yet anothe fix
2)new exports
 
1603 4972 d 9 h art_zh /kernel/trunk/bus/pci/ new SysFn62 call - STABLE now  
1602 4972 d 17 h art_zh /kernel/trunk/bus/pci/ fn62 rotation bug fixed  
1599 4974 d 21 h art_zh /kernel/branches/Kolibri-A/ 1) SouthBridge utilities;
2) reverted for the old (but stable) 62syscall for a while...
 
1598 4975 d 4 h art_zh /kernel/trunk/bus/pci/ #1591 sysfn62 rotation bug resque -- not stable yet!  
1591 4983 d 9 h lrz /kernel/trunk/ A 62 sys function have call without cross registers. Small optimization a syscall.inc.  
1587 4984 d 2 h Lrz /kernel/branches/Kolibri-A/trunk/ A sys func. 62 have call without cross registers.  
1579 4985 d 6 h diamond /kernel/trunk/hid/ no ascii codes for releasing keys (fix of rev. 1576)  
1576 4985 d 21 h diamond /kernel/trunk/hid/ fix releasing hotkeys  
1565 4997 d 7 h art_zh /kernel/branches/Kolibri-A/utilities/ rs780 northbridge test utilities (for 6 major config spaces)  
1564 4999 d 1 h hidnplayr /kernel/branches/net/drivers/ Fixed PCnet driver.  
1563 4999 d 19 h diamond /kernel/trunk/ fix bug #16  
1562 4999 d 21 h hidnplayr /kernel/branches/net/applications/netcfg/ Fixed typo in driverlist of netcfg  
1561 5000 d 20 h hidnplayr /kernel/branches/net/drivers/ MTD80x driver for net branch:
Only mtd803 aka surecom ep-320x for now.
 
1560 5001 d 4 h art_zh /kernel/branches/Kolibri-A/trunk/ PCIe config bugs fixed  
1559 5001 d 19 h hidnplayr /kernel/branches/net/drivers/ Latest bugfix in RTL8169 for today.  
1558 5001 d 19 h hidnplayr /kernel/branches/net/drivers/ Update of RTL8169 driver for net branch  
1557 5002 d 4 h hidnplayr /kernel/branches/net/drivers/ Some bugfixes in RTL8169 driver for net branch.  
1556 5003 d 3 h hidnplayr /kernel/branches/net/drivers/ Fixed RTL8139 driver.
bugfix in RTL8169 driver.
 
1554 5005 d 1 h hidnplayr /kernel/branches/net/drivers/ I uploaded the wrong file in previous revision
reverted the file + uploaded right file this time
 
1553 5005 d 2 h hidnplayr /kernel/branches/net/drivers/ RTL8169 driver for NET branch (not tested/debugged yet!)  
1551 5005 d 4 h art_zh /kernel/branches/Kolibri-A/trunk/ further AMD-kernel tuning:
1)faster syscall bridge for future APIs;
2)HyperTransport module added (quite raw yet);
4)unrestricted i/o port access;
3)some MeOS rudiments removed.
 
1550 5006 d 18 h diamond /kernel/trunk/gui/ fix calculation of draw_limits  
1549 5006 d 18 h diamond /kernel/trunk/ revert rev. 1537 and do it correctly  
1548 5006 d 19 h Asper /kernel/trunk/drivers/ Driver for VIA soundcards renamed.  
1546 5006 d 20 h Asper /kernel/trunk/drivers/ VIA and EMU10K1X sound drivers added. List of codecs updated.  
1545 5006 d 23 h hidnplayr /kernel/branches/net/drivers/ Bugfix in 3com network driver concerning tx reset on transmit.  
1544 5007 d 2 h hidnplayr /kernel/branches/net/network/ ICMP checksum validation + cleanup of echo reply code  
1543 5007 d 21 h hidnplayr /kernel/branches/net/network/ Updated SOCKET_listen and SOCKET_accept so they can actually work now.
Changed SOCKET_alloc so that it returns better socket numbers.
 
1542 5008 d 6 h hidnplayr /kernel/branches/net/ Correct use of TYPE and PROTOCOL parameters in socket function  
1541 5008 d 19 h hidnplayr /kernel/branches/net/ fix in ARPcfg application
added pci ids of dec21x4x cards to netcfg
bugfixes in dex21x4x driver, pcnet32 driver, rtl8139 driver and sis900 driver
new network program (ICMP) to ping computers, uses new RAW socket code (experimental)
 
1540 5008 d 19 h diamond /kernel/trunk/gui/ desktop window is not movable (bug #17)  
1539 5008 d 23 h hidnplayr /kernel/branches/net/applications/synergyc/ Synergy client for KolibriOS net branch.
For more info about synergy: http://synergy2.sourceforge.net/
 
1537 5009 d 4 h hidnplayr /kernel/trunk/ System function 18,19,5 now checks if mouse coordinates are valid.  
1536 5009 d 8 h hidnplayr /kernel/branches/net/network/ Refactoring of socket.inc
bugfix in ETH_output when sending packets of 60 bytes
updates in TCP code