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
9163 1001 d 5 h Doczom /programs/develop/libraries/console_coff/ fix bug in scroll  
/programs/develop/libraries/console_coff/console.asm
9162 1001 d 14 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- fix bugs with prdt overflow
- full refactoring of disk reading
- added fdo verbosity control
- other changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9161 1001 d 18 h hidnplayr /drivers/ethernet/ RTL8139: Improved interrupt handeling.  
/drivers/ethernet/RTL8139.asm
9160 1001 d 18 h hidnplayr /drivers/unfinished/ Some small bugfixes in unfinished drivers.  
/drivers/unfinished/agp.asm
/drivers/unfinished/cardbus.asm
9159 1001 d 19 h hidnplayr /drivers/unfinished/ BCM57XX: Update template  
/drivers/unfinished/bcm57xx.asm
9158 1001 d 19 h hidnplayr /drivers/ethernet/ R6040: Improved interrupt handeling.  
/drivers/ethernet/R6040.asm
9157 1001 d 19 h hidnplayr /drivers/ethernet/ Rhine: Improved interrupt handeling.  
/drivers/ethernet/rhine.asm
9156 1003 d 8 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/stdio/ libc.obj:
- fixed return fwrite and fread as well as eof
 
/programs/develop/ktcc/trunk/libc.obj/source/stdio/fread.c
/programs/develop/ktcc/trunk/libc.obj/source/stdio/fwrite.c
9155 1004 d 10 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ "thread_work" C example added to "build_all.sh"  
/programs/develop/ktcc/trunk/libc.obj/samples/build_all.sh
9154 1004 d 10 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- disabled for windows and linux build
 
/programs/develop/ktcc/trunk/source/Tupfile.lua
9153 1004 d 10 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- added definitions of _KOLIBRI, _KOLIBRI, _KOLIBRI_ by default
- added ktcc for Windows and Linux to autobuild
 
/programs/develop/ktcc/trunk/source/Tupfile.lua
/programs/develop/ktcc/trunk/source/libtcc.c
9152 1005 d 9 h turbocat /drivers/sensors/ k10temp: fix for erratum 688 returned  
/drivers/sensors/e_msr.c
/drivers/sensors/amd_nb.c
/drivers/sensors/k10temp/Makefile
/drivers/sensors/k10temp/Tupfile.lua
9151 1005 d 12 h hidnplayr /kernel/trunk/docs/ Fix typo  
/kernel/trunk/docs/sysfuncs.txt
9150 1006 d 8 h hidnplayr / AR81xx: Add PCI ID's of some more possibly working devices. (Disabled in netcfg for now)  
/drivers/ethernet/ar81xx.asm
/drivers/ethernet/ar81xx.inc
/programs/network/netcfg/drivers.inc
9149 1007 d 7 h hidnplayr /drivers/ Cleanup  
/drivers/ethernet/RTL8139.asm
/drivers/ethernet/RTL8169.asm
/drivers/ethernet/forcedeth.asm
/drivers/ethernet/i8254x.asm
/drivers/ethernet/mtd80x.asm
/drivers/ethernet/pcnet32.asm
/drivers/netdrv.inc
9148 1007 d 8 h hidnplayr /drivers/ethernet/ rtl8169: Improved interrupt handling.  
/drivers/ethernet/RTL8169.asm
9147 1007 d 8 h hidnplayr /drivers/ethernet/ i8254x: Improved interrupt handling.  
/drivers/ethernet/ar81xx.asm
/drivers/ethernet/i8254x.asm
9146 1007 d 8 h hidnplayr / AR81xx: Bugfixes (now also works on non-gigabit devices such as QCA8172), refactoring.  
/drivers/ethernet/ar81xx.asm
/drivers/ethernet/ar81xx.inc
/drivers/netdrv.inc
/programs/network/netcfg/drivers.inc
9145 1009 d 21 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- fixed two stupid errors, now work in qemu
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9144 1010 d 8 h turbocat /drivers/sensors/k10temp/ k10temp:
- fixed crash when there was no device.
 
/drivers/sensors/k10temp/k10temp.c
9143 1010 d 9 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added ahci_read
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9142 1010 d 18 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- important register preseving
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9141 1010 d 19 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added ahci_read_first_sector and it works
- temporariry removed ahci_read
- small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9140 1011 d 7 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added disk registration in system
- added ahci_read (DOES NOT WORK, TODO), ahci_querymedia
- other changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9139 1011 d 18 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- use spinlocks (added two functions) instead of delays in ahci_port_identify
- small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9138 1013 d 11 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- refactoring: use swap_bytes_in_words for strings in ident space
- added viewing lba48 addresable sectors count, disk capacity in MiB and GiB
- other small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9137 1014 d 8 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added atof function
- Added example for working with threads
 
/programs/develop/ktcc/trunk/libc.obj/samples/thread_work.c
/programs/develop/ktcc/trunk/libc.obj/source/stdlib/atof.c
/programs/develop/ktcc/trunk/libc.obj/include/stdlib.h
/programs/develop/ktcc/trunk/libc.obj/include/sys/ksys.h
/programs/develop/ktcc/trunk/libc.obj/samples/Makefile
/programs/develop/ktcc/trunk/libc.obj/source/libc.c
/programs/develop/ktcc/trunk/libc.obj/source/symbols.txt
9136 1015 d 15 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- fix build
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9135 1015 d 15 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- optimized signature checking
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9134 1016 d 7 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- added drive type detection
- identify now works both for SATA and SATAPI
- small fixes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9133 1018 d 7 h turbocat /contrib/games/wolf3d/ Wolf3d:
- Does not terminate if there is no sound.
- Added --nosound parameter.
- Fixed uSDL_Delay again.
 
/contrib/games/wolf3d/SDL/uSDL.c
/contrib/games/wolf3d/id_sd.cpp
/contrib/games/wolf3d/wl_main.cpp
9132 1018 d 8 h hidnplayr /programs/network/ssh/ CP866->UTF8 input recode  
/programs/network/ssh/ssh.asm
9131 1019 d 16 h rgimad /kernel/branches/kolibri-ahci/blkdev/ kolibri-ahci:
- fixed identify command sending, now driver successfully identifies hard disk model on my acer aspire
- small changes
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
9130 1020 d 9 h rgimad /kernel/branches/kolibri-ahci/ kolibri-ahci:
- fixed issue with staggered spin-up, so now works better on real hardware
- more verbose debug output
- other small changes
TODO: improve reading identification space
why identification space is all zeroes on my acer aspire ?
 
/kernel/branches/kolibri-ahci/blkdev/ahci.inc
/kernel/branches/kolibri-ahci/build2.sh
9129 1020 d 13 h hidnplayr /programs/network/netstat/ Cosmetic fixes  
/programs/network/netstat/netstat.asm
9128 1020 d 22 h hidnplayr /programs/network/ Ctrl+C for ping, tracert.  
/programs/network/ping/ping.asm
/programs/network/tracert/tracert.asm
9127 1021 d 9 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_kbhit  
/programs/develop/libraries/console_coff/console.asm
9126 1021 d 15 h hidnplayr /programs/network/ssh/ Variable RSA key length  
/programs/network/ssh/sshlib_host.inc
9125 1021 d 15 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_get_input, added some common control characters.  
/programs/develop/libraries/console_coff/console.asm
9124 1023 d 10 h turbocat /contrib/games/wolf3d/ Wolf3D:
- Added automatic adjustment to the screen
 
/contrib/games/wolf3d/kolibri.cpp
/contrib/games/wolf3d/wl_main.cpp