AcessNative - Wine equivalent for Acess
[tpg/acess2.git] / Modules /
2010-12-10 John HodgeCleaning up code, and separating a little to allow...
2010-11-27 John HodgeFixed false positive on VESA cursor OOB checks
2010-11-21 John HodgeFiddling with IPStack
2010-11-20 John HodgeFixing error reporting
2010-11-20 John HodgeFixing route determining
2010-11-20 John HodgeFixed IPv4 checksum (network byte order, dimwit)
2010-11-20 John HodgeGeneral fixes
2010-11-20 John HodgeCleaning up pcidump / fixed compile warning in InitRD
2010-11-20 John Hodgeifconfig - routes
2010-11-19 John HodgeMultiple IPStack Related changes (and other bugfixes)
2010-11-14 John HodgeReworked the IPStack tInterface structure
2010-11-13 John HodgeFiddling with ARP to handle routing
2010-11-07 John HodgeMore cleanup in IPStack (making routes usable)
2010-11-07 John HodgeRestructured interface code out to its own file, route...
2010-11-06 John HodgeFixed compilation issues in IPStack
2010-11-06 John HodgeComposite commit (GUI / Networking)
2010-10-31 John HodgeFiddling with x86_64 and i486 builds
2010-10-30 John HodgeFixing vsnprintf behavior on 64-bit systems
2010-10-29 John HodgeMisc fiddling with FAT driver (LFN and ReadDir)
2010-10-29 John HodgeBug was in Heap_Realloc
2010-10-29 John HodgeAttempting to fix heap corruption
2010-10-22 John HodgeCleaning up debug (and set modules to build with debug)
2010-10-22 John HodgeDon't ask me how, but it's booting again
2010-10-19 John HodgeBuglocating: Some random corruption in VFS, FDD lockups
2010-10-05 John HodgeChanged back to lottery scheduler, disabled debug
2010-10-03 John HodgeDebug, Debug, Debug
2010-10-03 John HodgeReplace rand() implementation - fixes threading lockups
2010-10-02 John HodgeFixed threading bug
2010-09-07 John HodgeCosmetic code changes
2010-08-31 John HodgeFiddling with threading bugs (both Qemu and Bochs hate...
2010-08-27 John HodgeNTFS Driver work (index headers)
2010-08-25 John HodgeCleaning up some misc files
2010-08-23 John HodgeUnborking some threading code
2010-08-22 John HodgeChanged spinlock mechananisim
2010-08-20 John HodgeImproving the debug capabilities of the heap code,...
2010-08-17 John HodgeSlight commenting changes
2010-08-17 John HodgeMore work on IPv4/IPv6 firewalling support
2010-08-17 John HodgeAdded timeout support to the ATA driver (timeout is...
2010-08-01 John HodgeUst cleaning up
2010-08-01 John HodgeChanging VTerm behavior (Get/Set Width/Height now retur...
2010-08-01 John HodgeCleanup (NTFS fiddling and fixed debug hexdump)
2010-08-01 John HodgeWorking on NTFS driver
2010-08-01 John HodgeRemoved debug from ATA_ReadFS (that bug is fixed)
2010-07-31 John HodgeNo more ATA debug (fixed the Qemu bug)
2010-07-31 John HodgeUpdating IPStack to have firewall hooks (well, the...
2010-07-31 John HodgeBroke out the ATA IO functions (Read/WriteDMA into...
2010-07-27 John HodgeWorking on the x86 bit port (caused some changes to...
2010-07-24 John HodgeFixing bugs and removing debug statements
2010-07-20 John HodgeMajor revamp to FAT code, fixing LFN issues and other...
2010-07-20 John HodgeBit of debug cleanup, fixing bugs found on GrUB2
2010-07-18 John HodgeMore MP work (now APs start and use the LAPIC timer)
2010-07-16 John HodgeWorking on multiprocessing support
2010-07-15 John HodgeFiddling with usermode PCI dump
2010-07-15 John HodgeDoes help if the biggest offender is actually a #if...
2010-07-15 John HodgeATA Debug was getting annoying
2010-07-15 John HodgeATA Fixes, Module compilation fixups
2010-07-14 John HodgeFiddling with ATA driver to try and fix RHW issues
2010-07-14 John HodgeCleaning up a bit
2010-07-13 John HodgeCleaning up some debug, fixing cosmetic bugs in usermod...
2010-07-05 John HodgeFiddling with multiboot modules (and some bug searching...
2010-07-04 John HodgeCommenting is nice (also disabled debug in FDD driver)
2010-07-04 John HodgeEnabled heaps of debug in ATA driver to try and solve...
2010-07-04 John HodgeFiddling with VESA cursor, cleaning up VESA and VTerm
2010-07-04 John HodgeForgot common.h for NTFS
2010-07-04 John HodgeWorking on NTFS driver more (currently debug only,...
2010-07-04 John HodgeAdded a check to the FDD driver to disable it at runtime
2010-07-02 John Hodgecommitting partial fixup to ATA code
2010-06-27 John HodgeVESA cursor now works, TODO: Allow setting of colour
2010-06-27 John HodgeCleaning up timer code, implementing cursor in vesa
2010-06-22 John HodgeTrying to fix the string corruption bug, working on...
2010-06-20 John HodgeWorking on a NTFS implementation (it's only going to...
2010-06-20 John HodgeFixing a kernel #PF caused by an unitialised VFS method
2010-06-18 John Hodgeno more debug plz
2010-06-18 John HodgeVESA scrolling bug fixed (caused by the removal of...
2010-06-18 John HodgeIt's been too long since I committed
2010-06-03 John HodgeBugfixing
2010-05-29 John HodgeChanged build system to not require calc
2010-05-27 John Hodgex86_64 now compiles and builds :) :)
2010-05-27 John HodgeWork on ext2
2010-05-24 John HodgeMore work on Ext2 write (and fixed an error made earlier)
2010-05-24 John HodgeWorking on UDI support
2010-05-24 John HodgeUpdate to tVFS_Node to support hard links
2010-05-13 John HodgeWorking on separating architecture dependent and indepe...
2010-05-11 John Hodgex86_64 support, requiring a slight refactor to the...
2010-05-11 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2010-05-11 John HodgeMerge branch 'master' of [email protected]:acess2
2010-05-11 John HodgeCorrectness in ATA driver
2010-05-03 John HodgeWork on WM's sizing code, not quite complete yet
2010-05-01 John HodgeFixed InitRD
2010-04-30 John HodgeMany changes, bugfixes to user vsnprintf and to escape...
2010-04-24 John HodgeRemoved debug statements that happened during VESA...
2010-04-24 John HodgeAdded basic 2D video accelleration
2010-04-23 John HodgeHalfway through deciding where to put the error handler...
2010-04-23 John HodgeFixes to VM8086 handler to remove operand size errors.
2010-04-22 John HodgeFixed VESA scrolling bug
2010-04-21 John HodgeFixes to Vesa video driver and VTerm's mode setting
2010-04-21 John HodgeFixed VESA using LogF when not needed, changed VTerm...
2010-04-21 John HodgeFixed login text-entry bug, fixes to KMS (graphics...
2010-04-21 John HodgeRandom fixes, disabled debug in vterm, random crash...
2010-04-17 John HodgeTCP Server now seems to work, started fixing client...
next

UCC git Repository :: git.ucc.asn.au