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 4732 d 3 h art_zh /kernel/branches/Kolibri-A/trunk/ just a minor optimisation  
1929 4732 d 17 h art_zh /kernel/branches/Kolibri-A/trunk/ gfx-revertion bugs liced  
1928 4735 d 4 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 4772 d 23 h Asper /kernel/trunk/drivers/ Fix previous rev  
1916 4773 d 0 h Asper /kernel/trunk/drivers/ Infinity without MMX+ instructions  
1915 4773 d 5 h Asper /kernel/trunk/drivers/ Removing of dublicating driver  
1912 4776 d 22 h clevermouse /kernel/trunk/drivers/ vidintel: support for pre-i9xx videocards  
1909 4783 d 4 h clevermouse /kernel/trunk/blkdev/ test error condition in the wait loop  
1899 4802 d 4 h art_zh /kernel/branches/Kolibri-A/trunk/ Kolibri-A: new graph engine = BUGGY VERSION! =  
1894 4805 d 10 h serge /kernel/trunk/ kernel: new blitter  
1893 4805 d 21 h hidnplayr /kernel/branches/net/drivers/ Updated R6040 driver for net branch:
Fixed typo, cleaned up, disabled excessive debug output.
 
1889 4809 d 0 h hidnplayr /kernel/branches/net/drivers/ Updated r6040 driver for net branch  
1888 4809 d 20 h yogev_ezra /kernel/trunk/network/eth_drv/drivers/ Linux name fix  
1887 4809 d 23 h hidnplayr /kernel/trunk/network/eth_drv/ R6040 driver for trunk kernel  
1886 4809 d 23 h hidnplayr /kernel/branches/net/ R6040 driver for net branch  
1885 4810 d 2 h hidnplayr /kernel/branches/net/network/ Added some stub functions to net_branch  
1878 4816 d 23 h serge /kernel/trunk/blkdev/ int13_call: vm86 hotfix  
1874 4817 d 5 h serge /kernel/trunk/ kernel: set_keyboard_data  
1859 4825 d 2 h art_zh /kernel/branches/Kolibri-A/trunk/ new "tiled" graph engine (* buggy version *)  
1857 4825 d 21 h hidnplayr /kernel/branches/net/ i586 compatability macros (CMOVcc substitutes) for NET branch  
1838 4830 d 19 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 4831 d 2 h hidnplayr /kernel/branches/net/applications/tcpserv/ Net Branch:
TCPserv: very simple TCP server used to develop and debug TCP code.
 
1831 4833 d 0 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 4833 d 0 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 4833 d 22 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8169 interrupt procedure.  
1774 4836 d 17 h hidnplayr /kernel/branches/net/network/ More TCP and sockets code  
1773 4837 d 0 h hidnplayr /kernel/branches/net/network/ More TCP updates + Socket states  
1772 4837 d 0 h hidnplayr /kernel/branches/net/network/ Small update in TCP_input  
1763 4840 d 19 h hidnplayr /kernel/branches/net/network/ More updates to TCP code of new stack.  
1762 4841 d 17 h hidnplayr /kernel/branches/net/network/ Bugfix of r1761  
1761 4844 d 18 h hidnplayr /kernel/branches/net/network/ Updates of TCP_output for net branch  
1750 4846 d 4 h clevermouse /kernel/trunk/drivers/ modesetter for Intel videocards: fixes for pre-i965 cards  
1739 4848 d 3 h clevermouse / change path to repository in data/*/Makefile  
1738 4848 d 4 h clevermouse /kernel/trunk/bootloader/ fix parameters saving in floppy bootsector  
1735 4848 d 5 h clevermouse / fix compilation in linux  
1734 4850 d 19 h hidnplayr /kernel/trunk/network/eth_drv/ Added i8255x compatible card 1068:8086 to the network card list.  
1733 4857 d 2 h hidnplayr /kernel/branches/net/network/ * Updates in TCP code
* Splitted TCP code into multiple files
* cleanup
 
1731 4866 d 4 h clevermouse /kernel/trunk/drivers/ LVDS non-VGA modesetter for Intel videocards  
1730 4866 d 5 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 4878 d 18 h hidnplayr /kernel/branches/net/network/ Update in TCP code for net branch.