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
1521 5065 d 12 h hidnplayr /kernel/branches/net/drivers/ Fixed 3c59x driver to work with 3c900b-tpo cards  
1520 5065 d 15 h dunkaist /programs/games/snake/trunk/ snake: some bugfixes  
1519 5066 d 9 h hidnplayr /kernel/branches/net/ -Refactoring of network drivers.
-Ommitted unnescessary copying of packets in some drivers.
-Some small updates in TCP (perhaps 50% done ?)
 
1518 5066 d 15 h dunkaist /programs/games/snake/ snake: new game  
1517 5067 d 10 h diamond /kernel/trunk/ reverted wrong files from the prev revision  
1516 5067 d 10 h diamond /kernel/trunk/ make.sh from http://board.kolibrios.org/viewtopic.php?f=1&t=1459  
1515 5069 d 19 h dunkaist /programs/other/rtfread/trunk/ rtfread: providing menu_bar and scroll_bar from box_lib  
1514 5070 d 5 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 5072 d 14 h mario79 /kernel/trunk/gui/ If the user to be resizing the window then mouse event is not generated (6 = mouse event)  
1512 5078 d 12 h mario79 /programs/other/rtfread/trunk/ Rtfread
1) Use OpenDialog calls of Proc_Lib now
2) Removed old code for invoke Sysxtree
 
1511 5078 d 13 h mario79 /programs/media/kiv/trunk/ KIV - use OpenDialog calls of Proc_Lib now  
1510 5080 d 8 h mario79 /programs/develop/heed/trunk/ Heed
1) Use OpenDialog calls of Proc_Lib
2) Removed old code for invoke Sysxtree
 
1509 5080 d 20 h mario79 /programs/develop/libraries/proc_lib/ Proc_Lib.obj - library for common procedures
While only OpenDialog calls
 
1508 5083 d 16 h art_zh /kernel/branches/Kolibri-A/trunk/ lo-res vesa modes excluded  
1507 5086 d 10 h art_zh /kernel/branches/Kolibri-A/trunk/ basic embedded features  
1506 5086 d 11 h art_zh /kernel/branches/Kolibri-A/ some mess cleanout  
1505 5086 d 11 h art_zh /kernel/branches/Kolibri-A/ Embedded KOS (AMD/HT version)  
1504 5088 d 5 h diamond /kernel/trunk/ fix processing of cyrillic letter yo in file systems  
1503 5089 d 12 h hidnplayr /kernel/branches/net/drivers/ Net-branch: Updates in dec21x4x.asm, still only works in virtual pc.  
1502 5091 d 5 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 5092 d 8 h mario79 /kernel/trunk/core/ Fix for function 68.23 - infinite loop after CLI and PAGE FAULT for destroy_smap  
1500 5093 d 10 h serge /drivers/devman/ print valid device HID  
1499 5093 d 13 h serge /drivers/devman/ fix Makefile  
1498 5093 d 13 h serge /drivers/devman/ acpica library  
1497 5095 d 12 h Lrz /kernel/trunk/ 61 system function.  
1496 5096 d 10 h Lrz /kernel/trunk/ 55 and 60 system functions have call without shift registers.  
1495 5098 d 1 h Lrz /kernel/trunk/ 65 system function have call without shift registers.  
1494 5098 d 11 h Lrz /kernel/trunk/ 66 system function have call without shift registers.  
1493 5099 d 14 h mario79 /programs/media/midamp/trunk/ MidAmp - now used OpenDilaog, instead SysXtree.  
1492 5100 d 11 h hidnplayr /kernel/branches/net/drivers/ Updates in RTL8029 and PCNET32 driver.
Moved public data structure for network drivers to netdrv.inc
 
1491 5100 d 14 h Lrz /kernel/trunk/ The 70 system function have call without shift registers.  
1490 5101 d 5 h mario79 /programs/develop/libraries/box_lib/asm/trunk/ OpenDilaog - small fix for big and dangerous bug.  
1489 5102 d 8 h IgorA /programs/ deleted function of memory of the 'box_lib.obj' now they are connected through 'lib_init'
all programs that use 'tree_list' and 't_edit' must use 'lib_init'
 
1488 5103 d 6 h IgorA /programs/ new macros '@use_library_mem mem_alloc,mem_free,mem_realloc,dll_load'
in file 'load_lib.mac'
 
1487 5103 d 13 h art_zh /kernel/trunk/ Extended PCI-express configuration space
can now be manually configured for non-AMD machines
 
1486 5104 d 9 h hidnplayr /kernel/branches/net/drivers/ Net-branch:
Fixed bug in RTL8139 interrupt handler.
 
1485 5104 d 12 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 5104 d 13 h hidnplayr /kernel/branches/net/network/ Looks like I uploaded wrong udp.inc in previous revision...  
1483 5104 d 15 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 5104 d 18 h hidnplayr /kernel/branches/net/network/ Net-branch:
Fixed Bugs in checksum, introduced in #1473
Checksum for IP/UDP/TCP is now very fast.