tpg/acess2.git
2011-02-17 John HodgeFixed `make install` issues, bugs with VESA rel0.07
2011-02-14 John HodgeAdded some very pedantic warning flags
2011-02-13 John HodgeReworked semaphores to be symetric
2011-02-13 John HodgeWorking on x86_64 build
2011-02-13 John HodgeFixed a bug where stack was accessed after address...
2011-02-13 John Hodgecleanup (removed debug comment)
2011-02-13 John HodgeFixed crt0.o not creating its output directory
2011-02-13 John HodgeCleanup (debug statements removed)
2011-02-13 John HodgeFixed gitignore to skip x86_64 objects
2011-02-13 John HodgeChanged to a classfull sequential allocation algo
2011-02-12 John HodgeTSC backed timekeeping, 64-bit integer printing
2011-02-12 John HodgeCleaned up places where MM_Allocate was used without...
2011-02-12 John HodgeBig bugfixes from trying a Clone/fork bomb
2011-02-02 John HodgeFixed compile errors, added Semaphore code
2011-02-02 John HodgeUpdated InitRD to new usermode layout, cleanups in...
2011-01-29 John HodgeUsermode - Starting on a text editor
2011-01-25 John HodgeSlight bugfixes and output cleanups
2011-01-25 John HodgeIPStack / ifconfig - Routing changes
2011-01-25 John Hodgeld-acess - Fixed bugs due to not testing from AcessNati...
2011-01-25 John HodgeKernel - Fixed page fault Proc_ReturnToUser
2011-01-24 John HodgeIPStack - Routing improvement
2011-01-23 John HodgeIPStack - Heaps of network fixes
2011-01-23 John HodgeKernel - So... should remember to initialise structures
2011-01-23 John HodgeAcessNative - Bugfixing
2011-01-23 John HodgeAcessNative - Reworked protocol to be simpler
2011-01-22 John HodgeAcessNative - Getting there... (Bedtime commit)
2011-01-22 John HodgeLots of work on the AcessNative kernel
2011-01-18 John HodgeRenamed ld-acess.so_src directory to ld-acess_src
2011-01-18 John Hodge- Misc changes
2011-01-18 John HodgeBig changes to AcessNative
2010-12-30 John HodgeAcessNative - Work on the ELF Loader
2010-12-20 John HodgeAcessNative - Cleaned up some of acesskernel's code
2010-12-20 John HodgeAcessNative - ld-acess - Woking on ELF loading
2010-12-20 John HodgeFixed bad handling of VFS_AllocHandle_
2010-12-10 John HodgeThrough many hacks, AcessNative now compiles
2010-12-10 John HodgeFixed places where char* was used in place of const...
2010-12-10 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2010-12-10 John HodgeAcessNative - ld-acess initial commmit (non-compile)
2010-12-10 John HodgeAcessNative - Wine equivalent for Acess
2010-12-10 John HodgeCleaning up code, and separating a little to allow...
2010-12-09 thePowersGangNear-Complete Joystick spec
2010-12-04 John HodgeAdded thread pointer to thread dump
2010-12-02 thePowersGangDraft Joystick spec (used for mouse driver)
2010-11-28 John HodgeGUI Fixes
2010-11-28 John HodgeFixed GUI font rendering
2010-11-27 John HodgeFixed Video_DrawText passing too many arguments to...
2010-11-27 John HodgeAdded sanity checking to kernel vnsprintf
2010-11-27 John HodgeFixed compile issues in AxWin2 WM
2010-11-27 John HodgeFixed false positive on VESA cursor OOB checks
2010-11-27 John HodgeUsermode build system overhaul
2010-11-27 John HodgeBuild fixes
2010-11-27 John HodgeFixed Makefile.cfg behavior
2010-11-25 John HodgeCombined ld-acess and libacess
2010-11-25 John HodgeSlight change to VMM defines
2010-11-21 John HodgeFiddling with IPStack
2010-11-20 thePowersGangFixed need to set $(ACESSDIR)
2010-11-20 John HodgeFixing error reporting
2010-11-20 John HodgeFixing route determining
2010-11-20 John HodgeFixed memcmp error (checks 1 more byte than it should)
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 HodgeCompile fixes, implemented Net_GetInterface
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 HodgeFixed kernel segfault in VTerm (referenced possible... rel0.06
2010-10-31 John HodgeFixed scrolling bug in VTerm
2010-10-31 John HodgeFiddling with x86_64 and i486 builds
2010-10-30 John Hodgex86_64 fixes
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 HodgeFixing places where malloc() (and others) is not null...
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-14 John Hodgex86_64: Bugfixing
2010-10-12 John Hodgex86_64 build now compiles :)
2010-10-11 John HodgeFixing to get x86_64 build to compile after threading...
2010-10-05 John HodgeChanged back to lottery scheduler, disabled debug
2010-10-03 John HodgeRefactored thread switching code to support compile...
2010-10-03 John HodgeDebug, Debug, Debug
2010-10-03 John HodgeReplace rand() implementation - fixes threading lockups
2010-10-02 John HodgePlaced a comment to not the location of the blocker
2010-10-02 John HodgeFixed threading bug
2010-09-09 John HodgeSpinlock fixes
2010-09-09 John Hodgeexported spinlocks
2010-09-09 John HodgeMoved spinlocks out of arch.h into lib.c
2010-09-09 John HodgePer-CPU task switch disable, minor spiderscript changes
2010-09-07 John HodgeSpiderScript - For loop, #if'd out experimental code
2010-09-07 John HodgeCosmetic code changes
2010-09-07 John HodgeFixing up doxygen comments
2010-09-07 John HodgeMore thread issue fixing, still not working
next

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