Working on AxWin2
[tpg/acess2.git] / Kernel /
2011-05-30 John HodgeWorking on AxWin2
2011-05-29 John HodgeMoved to BASE_IOCTLS() macro for keyboard driver
2011-05-28 John HodgeMouse driver and AxWin
2011-05-28 John HodgeKernel - Finally fixed that corruption bug (description...
2011-05-28 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2011-05-28 John HodgeARM7 - Removed unneeded div header
2011-05-28 John HodgeKernel - More work on ARM port
2011-05-25 John HodgeMerge branch 'master' of [email protected]:acess2
2011-05-16 John HodgeARM Build (doesn't compile yet)
2011-05-16 John HodgeHore work to allow ARM builds
2011-05-08 John HodgeFiddling ready for an ARM port
2011-05-07 John HodgeCleaning up and Debugging (Exposed by AcessNative mostly)
2011-05-07 John HodgeBroke threads.h into two files (for better isolation)
2011-05-07 John HodgeKernel - Instruction tracing support
2011-05-07 John HodgeMoved call to strip until install (to allow the debug...
2011-04-02 John HodgeMisc changes
2011-03-24 John HodgeMore work on x86_64 port of usermode
2011-03-24 John HodgeCompile fixes for clang
2011-03-23 John HodgeCleaning up mostly
2011-03-23 John HodgeFiddling with the x86_64 port
2011-03-02 John HodgeBedtime commit, misc changes
2011-03-02 John HodgeFixed default minium size in vsnprintf being 1 (should...
2011-03-02 John HodgeAdded debug (disabled) to Semaphore_Signal
2011-03-02 John HodgeFixed bug in kernel script parsing (uninitialised value)
2011-03-02 John Hodge*partial commit* - Added debut name to VFS_SelectNode
2011-03-02 John HodgeBugfix in Ring buffer (embarrasing)
2011-03-01 John HodgeUsermode implementation of select()
2011-03-01 John HodgeFixed vsnprintf
2011-03-01 John HodgeFixing select() implementation (and usage)
2011-03-01 John HodgeKernel - Added backtrace for user segfault
2011-02-28 John HodgeKernel - Implemented select(), partially debugged
2011-02-28 John HodgeMoved to using a perl syscall generation script
2011-02-28 John HodgeImplementing (and using) select() at kernel level
2011-02-27 John HodgeKernel - Some rational comments to select
2011-02-27 John HodgeKernel - Implementing select()
2011-02-27 John HodgeMisc changes, fixing problems with long log strings
2011-02-27 John HodgeMoved to using semaphores in VTerm
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 HodgeCleanup (debug statements removed)
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-01-25 John HodgeKernel - Fixed page fault Proc_ReturnToUser
2011-01-24 John HodgeIPStack - Routing improvement
2011-01-23 John HodgeKernel - So... should remember to initialise structures
2011-01-23 John HodgeAcessNative - Bugfixing
2011-01-22 John HodgeLots of work on the AcessNative kernel
2011-01-18 John Hodge- Misc changes
2010-12-20 John HodgeFixed bad handling of VFS_AllocHandle_
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 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-27 John HodgeAdded sanity checking to kernel vnsprintf
2010-11-27 John HodgeBuild fixes
2010-11-25 John HodgeSlight change to VMM defines
2010-11-21 John HodgeFiddling with IPStack
2010-11-20 John HodgeFixed memcmp error (checks 1 more byte than it should)
2010-11-20 John HodgeGeneral fixes
2010-11-19 John HodgeMultiple IPStack Related changes (and other bugfixes)
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 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 HodgeFixing up doxygen comments
2010-09-07 John HodgeMore thread issue fixing, still not working
2010-09-05 John HodgeStill some issues, but it seems to not crash anymore
2010-09-04 John HodgeFiddling with threading code to attempt to fix this...
2010-09-04 John HodgeJust a bit of commenting and cleanup (plus correctness...
2010-08-31 John HodgeFiddling with threading bugs (both Qemu and Bochs hate...
next

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