Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2983 4224 d 5 h hidnplayr /kernel/branches/net/drivers/ fixed build for i8255x stub  
/kernel/branches/net/drivers/i8255x.asm
2982 4224 d 5 h hidnplayr /kernel/branches/net/core/ Fixing build for new stack  
/kernel/branches/net/core/exports.inc
2981 4224 d 6 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
/kernel/branches/net/core/exports.inc
/kernel/branches/net/drivers/3c59x.asm
/kernel/branches/net/drivers/R6040.asm
/kernel/branches/net/drivers/RTL8029.asm
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/RTL8169.asm
/kernel/branches/net/drivers/dec21x4x.asm
/kernel/branches/net/drivers/i8254x.asm
/kernel/branches/net/drivers/i8255x.asm
/kernel/branches/net/drivers/imports.inc
/kernel/branches/net/drivers/mtd80x.asm
/kernel/branches/net/drivers/pcnet32.asm
/kernel/branches/net/drivers/sis900.asm
2980 4224 d 7 h hidnplayr /kernel/branches/net/network/ UDP output now only updates stats if send didnt fail.  
/kernel/branches/net/network/udp.inc
2973 4250 d 2 h turbanoff /kernel/trunk/fs/ disable read for non-file (symlink, device inode, etc)  
/kernel/trunk/fs/ext2.inc
2972 4254 d 21 h art_zh /kernel/branches/Kolibri-A/trunk/gui/ nonscalable vector font01: just a template  
/kernel/branches/Kolibri-A/trunk/gui/font.inc
/kernel/branches/Kolibri-A/trunk/gui/fonts/nsvf_01.asm
/kernel/branches/Kolibri-A/trunk/gui/fonts/sd_data.asm
2971 4256 d 22 h Serge /kernel/branches/kolibri_pe/ kolibri_pe: the latest 32-bit version  
/kernel/branches/kolibri_pe/gui/win.c
/kernel/branches/kolibri_pe/blkdev/cd_drv.inc
/kernel/branches/kolibri_pe/blkdev/rd.inc
/kernel/branches/kolibri_pe/blkdev/rdsave.inc
/kernel/branches/kolibri_pe/boot/booteng.inc
/kernel/branches/kolibri_pe/boot/bootet.inc
/kernel/branches/kolibri_pe/boot/bootge.inc
/kernel/branches/kolibri_pe/boot/bootru.inc
/kernel/branches/kolibri_pe/boot/bootvesa.inc
/kernel/branches/kolibri_pe/const.inc
/kernel/branches/kolibri_pe/core/dll.c
/kernel/branches/kolibri_pe/core/dll.inc
/kernel/branches/kolibri_pe/core/export.asm
/kernel/branches/kolibri_pe/core/fpu.inc
/kernel/branches/kolibri_pe/core/frame.c
/kernel/branches/kolibri_pe/core/heap.c
/kernel/branches/kolibri_pe/core/heap.inc
/kernel/branches/kolibri_pe/core/init.asm
/kernel/branches/kolibri_pe/core/memory.inc
/kernel/branches/kolibri_pe/core/pe.c
/kernel/branches/kolibri_pe/core/slab.c
/kernel/branches/kolibri_pe/core/sys32.inc
/kernel/branches/kolibri_pe/core/syscall.asm
/kernel/branches/kolibri_pe/core/syscall.inc
/kernel/branches/kolibri_pe/core/taskman.inc
/kernel/branches/kolibri_pe/data32.inc
/kernel/branches/kolibri_pe/docs/sysfuncr.txt
/kernel/branches/kolibri_pe/docs/sysfuncs.txt
/kernel/branches/kolibri_pe/drivers/sb16/CONFIG.INC
/kernel/branches/kolibri_pe/fdo.inc
/kernel/branches/kolibri_pe/fs/fat32.inc
/kernel/branches/kolibri_pe/fs/fs.inc
/kernel/branches/kolibri_pe/fs/iso9660.inc
/kernel/branches/kolibri_pe/fs/ntfs.inc
/kernel/branches/kolibri_pe/gui/button.inc
/kernel/branches/kolibri_pe/gui/font.inc
/kernel/branches/kolibri_pe/gui/window.inc
/kernel/branches/kolibri_pe/include/core.h
/kernel/branches/kolibri_pe/include/mm.h
/kernel/branches/kolibri_pe/include/pe.h
/kernel/branches/kolibri_pe/include/slab.h
/kernel/branches/kolibri_pe/kernel.asm
/kernel/branches/kolibri_pe/kernel32.inc
/kernel/branches/kolibri_pe/makefile
/kernel/branches/kolibri_pe/network/eth_drv/arp.inc
/kernel/branches/kolibri_pe/network/eth_drv/ethernet.inc
/kernel/branches/kolibri_pe/network/ip.inc
/kernel/branches/kolibri_pe/network/queue.inc
/kernel/branches/kolibri_pe/network/socket.inc
/kernel/branches/kolibri_pe/network/stack.inc
/kernel/branches/kolibri_pe/network/tcp.inc
/kernel/branches/kolibri_pe/network/udp.inc
/kernel/branches/kolibri_pe/sound/playnote.inc
/kernel/branches/kolibri_pe/video/cursors.inc
/kernel/branches/kolibri_pe/video/vesa12.inc
/kernel/branches/kolibri_pe/video/vesa20.inc
2965 4259 d 10 h hidnplayr /kernel/branches/net/applications/pppoe/ Added some more configuration protocols to the PPPoE program  
/kernel/branches/net/applications/pppoe/pppoe.asm
2964 4259 d 23 h hidnplayr /kernel/branches/net/network/ Send all PPPoE control packets to PPPoE app.  
/kernel/branches/net/network/PPPoE.inc
/kernel/branches/net/network/stack.inc
2963 4261 d 9 h hidnplayr /kernel/branches/net/applications/pppoe/ Cleanup of PPPoE dialer  
/kernel/branches/net/applications/pppoe/pppoe.asm
2962 4261 d 9 h hidnplayr /kernel/branches/net/ Moved Link Control Protocol handler from kernel to application.  
/kernel/branches/net/applications/pppoe/pppoe.asm
/kernel/branches/net/network/PPPoE.inc
2961 4261 d 23 h hidnplayr /kernel/branches/net/network/ Basic LCP implementation, starting with echo request->reply  
/kernel/branches/net/network/PPPoE.inc
/kernel/branches/net/network/stack.inc
2960 4262 d 0 h hidnplayr /kernel/branches/net/ Fixed some bugs in PPPoE implementation. Discovery works, now we need PPP-LCP.  
/kernel/branches/net/applications/pppoe/pppoe.asm
/kernel/branches/net/network/PPPoE.inc
/kernel/branches/net/network/stack.inc
2959 4262 d 4 h hidnplayr /kernel/branches/net/applications/pppoe/ Stub for simple PPPoE dialer  
/kernel/branches/net/applications/pppoe
/kernel/branches/net/applications/pppoe/pppoe.asm
2958 4262 d 13 h hidnplayr / Enabled Anonymous access to FTP daemon, RETR command now ignores first '/'.  
/data/new-stack/network/users.ini
/kernel/branches/net/applications/ftpd/commands.inc
/kernel/branches/net/applications/ftpd/users.ini
2957 4262 d 13 h hidnplayr /kernel/branches/net/network/ TCP_input: window is now stored as dword, data is now also received when header prediction failed.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
2956 4263 d 20 h art_zh /kernel/branches/Kolibri-A/trunk/ nonscalable vector font00: minor corrections  
/kernel/branches/Kolibri-A/trunk/gui/fonts/nsvf_00.asm
/kernel/branches/Kolibri-A/trunk/gui/fonts/nsvf_01.asm
/kernel/branches/Kolibri-A/trunk/gui/font.inc
/kernel/branches/Kolibri-A/trunk/gui/fonts/sd_data.asm
/kernel/branches/Kolibri-A/trunk/kernel.asm
2955 4263 d 23 h hidnplayr /kernel/branches/net/network/ implemented TCP_rangeset and TCP_set_persist  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/tcp_timer.inc
2954 4264 d 0 h hidnplayr /kernel/branches/net/network/ rewrote TCP option parser, added SACK, moved connection accepter to run before option parser.  
/kernel/branches/net/network/tcp_input.inc
2953 4264 d 0 h hidnplayr /kernel/branches/net/network/ Enabled Requesting scale and timestamp by default.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_subr.inc

Show All