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
1930 4729 d 5 h art_zh /kernel/branches/Kolibri-A/trunk/ just a minor optimisation  
1929 4729 d 19 h art_zh /kernel/branches/Kolibri-A/trunk/ gfx-revertion bugs liced  
1928 4732 d 5 h art_zh /kernel/branches/Kolibri-A/trunk/ 1) gfx reverted to stable version 1710
2) Phenom and Fusion CPUs supported
3) RDMSR syscall added
 
1917 4770 d 1 h Asper /kernel/trunk/drivers/ Fix previous rev  
1916 4770 d 1 h Asper /kernel/trunk/drivers/ Infinity without MMX+ instructions  
1915 4770 d 6 h Asper /kernel/trunk/drivers/ Removing of dublicating driver  
1912 4774 d 0 h clevermouse /kernel/trunk/drivers/ vidintel: support for pre-i9xx videocards  
1909 4780 d 5 h clevermouse /kernel/trunk/blkdev/ test error condition in the wait loop  
1899 4799 d 6 h art_zh /kernel/branches/Kolibri-A/trunk/ Kolibri-A: new graph engine = BUGGY VERSION! =  
1894 4802 d 12 h serge /kernel/trunk/ kernel: new blitter  
1893 4802 d 23 h hidnplayr /kernel/branches/net/drivers/ Updated R6040 driver for net branch:
Fixed typo, cleaned up, disabled excessive debug output.
 
1889 4806 d 2 h hidnplayr /kernel/branches/net/drivers/ Updated r6040 driver for net branch  
1888 4806 d 22 h yogev_ezra /kernel/trunk/network/eth_drv/drivers/ Linux name fix  
1887 4807 d 1 h hidnplayr /kernel/trunk/network/eth_drv/ R6040 driver for trunk kernel  
1886 4807 d 1 h hidnplayr /kernel/branches/net/ R6040 driver for net branch  
1885 4807 d 4 h hidnplayr /kernel/branches/net/network/ Added some stub functions to net_branch  
1878 4814 d 0 h serge /kernel/trunk/blkdev/ int13_call: vm86 hotfix  
1874 4814 d 6 h serge /kernel/trunk/ kernel: set_keyboard_data  
1859 4822 d 3 h art_zh /kernel/branches/Kolibri-A/trunk/ new "tiled" graph engine (* buggy version *)  
1857 4822 d 23 h hidnplayr /kernel/branches/net/ i586 compatability macros (CMOVcc substitutes) for NET branch  
1838 4827 d 20 h hidnplayr /kernel/branches/net/network/ Net branch:
-Updates in TCP code: accepting connections now works.
(TCPserv is able to send 'hello world!' to telnet client)
 
1836 4828 d 3 h hidnplayr /kernel/branches/net/applications/tcpserv/ Net Branch:
TCPserv: very simple TCP server used to develop and debug TCP code.
 
1831 4830 d 1 h hidnplayr /kernel/branches/net/network/ Updates in NET branch:
- Added RST packet handling code
- Added SOCKET_isconnected
- Added ACK handeling in syn rcvd state (for passive open)
 
1830 4830 d 2 h hidnplayr /kernel/branches/net/network/ Bugfixes in Net branch:
- Fixed delayed ACK (misimplementation)
- Fixed zero window problem and checksum for TCP_respond_socket
 
1823 4830 d 23 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8169 interrupt procedure.  
1774 4833 d 19 h hidnplayr /kernel/branches/net/network/ More TCP and sockets code  
1773 4834 d 1 h hidnplayr /kernel/branches/net/network/ More TCP updates + Socket states  
1772 4834 d 2 h hidnplayr /kernel/branches/net/network/ Small update in TCP_input  
1763 4837 d 20 h hidnplayr /kernel/branches/net/network/ More updates to TCP code of new stack.  
1762 4838 d 18 h hidnplayr /kernel/branches/net/network/ Bugfix of r1761  
1761 4841 d 19 h hidnplayr /kernel/branches/net/network/ Updates of TCP_output for net branch  
1750 4843 d 5 h clevermouse /kernel/trunk/drivers/ modesetter for Intel videocards: fixes for pre-i965 cards  
1739 4845 d 4 h clevermouse / change path to repository in data/*/Makefile  
1738 4845 d 5 h clevermouse /kernel/trunk/bootloader/ fix parameters saving in floppy bootsector  
1735 4845 d 7 h clevermouse / fix compilation in linux  
1734 4847 d 20 h hidnplayr /kernel/trunk/network/eth_drv/ Added i8255x compatible card 1068:8086 to the network card list.  
1733 4854 d 3 h hidnplayr /kernel/branches/net/network/ * Updates in TCP code
* Splitted TCP code into multiple files
* cleanup
 
1731 4863 d 5 h clevermouse /kernel/trunk/drivers/ LVDS non-VGA modesetter for Intel videocards  
1730 4863 d 6 h clevermouse /kernel/trunk/ Video subsystem:
* export GetDisplay and SetScreen for COFF drivers
* fix out-of-bound access to screen map in __sys_disable_mouse
 
1719 4875 d 19 h hidnplayr /kernel/branches/net/network/ Update in TCP code for net branch.