Build - Cleaning up distinction between architectures and configs
[tpg/acess2.git] / Kernel / arch / x86 /
2011-12-03 John HodgeBuild - Cleaning up distinction between architectures...
2011-12-01 John HodgeMisc - Cleaning up logging output
2011-11-30 John HodgeKernel/x86 - Fixed timing error that caused time to...
2011-11-29 John HodgeKernel - Disable nested locks in x86, added workqueue...
2011-11-27 John HodgeMerge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2011-11-27 John HodgeKernel/x86 - Oops, bad entry
2011-11-26 John HodgeKernel - Removed some unneeded logging statements
2011-11-11 John HodgeKernel - Fixing very slow CheckMem function
2011-11-11 John HodgeKernel - Fixing bugs exposed by enabling -O3
2011-11-11 John HodgeKernel/threads - Cleaning out delete queue
2011-11-11 John HodgeKernel - Split Mutexes/Semaphores out
2011-11-11 John HodgeKernel/x86 - Added SSE/FPU state saving, not fully...
2011-11-11 John HodgeKernel/x86 - Distinguished tracing of unaligned memcpys...
2011-11-08 John HodgeKernel - Debugging memcpy use, cut down on some in...
2011-10-24 John HodgeKernel - Cleaned up rear PCI api
2011-10-24 John HodgeKernel - Fixing up doxygen commenting
2011-10-18 John HodgeKernel/x86 - Compile fixes for newer gcc
2011-10-18 John HodgeKernel/x86 - Fixed warnings in newer versions of GCC
2011-10-17 John HodgeKernel/x86 - Fixed bug in user start, hidden by not...
2011-10-17 John HodgeChanged i386 build to x86
2011-10-15 John HodgeKernel - Cleaning up proc/syscalls
2011-10-12 John HodgeKernel - Changed Threads_CloneTCB (removed Err ptr)
2011-10-11 John HodgeKernel/x86_64 - Fixed Kernel not using COW, cleanup
2011-10-04 John HodgeKernel - Cleaning up unneeded messages
2011-09-28 John HodgeKernel - Added pointer to IRQ callbacks
2011-09-27 John HodgeKernel/x86 - Disabled task tracing
2011-09-26 John HodgeKernel/x86 - Separated timer and task switching
2011-09-26 John HodgeKernel/x86_64 - Bugfixing
2011-09-25 John HodgeKernel/x86 - Fixed build and run after x86_64 and arm7...
2011-09-25 John HodgeKernel/arm7 - Debugging
2011-09-23 John HodgeKernel/x86 - Indent fixes only
2011-08-28 John HodgeKernel/x86 - Misc fixes
2011-08-26 John HodgeKernel/x86 - Added node display to DumpTables, fixed...
2011-08-25 John HodgeKernel/x86 - Implemented VFS node in PMM, debugging...
2011-08-24 John HodgeKernel/x86 - Fixed bug MM_DumpTables
2011-08-24 John HodgeKernel - Fixes to Proc_Clone usage in x86
2011-08-23 John HodgeMerge commit 'eb98f1f2915446ef05120482a2fc353c76330b50...
2011-08-23 John HodgeKernel/x86 - Fixed usage of Proc_Clone
2011-08-22 John HodgeKernel - General fixing after ARM7 changes
2011-08-08 John HodgeKernel/x86 - Removed PAE support
2011-08-07 John HodgeKernel - Cleaning up messages rel0.10
2011-08-06 John HodgeKernel - Cleaning up unneeded malloc() calls
2011-07-27 John HodgeKernel - Cleaning up
2011-07-18 John HodgeKernel - Reworked x86 physical memory allocation
2011-07-03 John HodgeKernel - Absently cleaning up (minor presentation changes)
2011-07-02 John HodgeBugfixing a hidden bug in vm8086 (to help trace a tcp...
2011-06-11 John HodgeKernel/x86 - Emarrasing, stray " at the start of the...
2011-06-11 John HodgeKernel - x86 Fixed a couple of bugs
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 HodgeKernel - More work on ARM port
2011-05-25 John HodgeMerge branch 'master' of [email protected]:acess2
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 HodgeKernel - Instruction tracing support
2011-04-02 John HodgeMisc changes
2011-03-24 John HodgeMore work on x86_64 port of usermode
2011-03-23 John HodgeCleaning up mostly
2011-03-01 John HodgeKernel - Added backtrace for user segfault
2011-02-27 John HodgeMisc changes, fixing problems with long log strings
2011-02-14 John HodgeAdded some very pedantic warning flags
2011-02-13 John HodgeReworked semaphores to be symetric
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-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-22 John HodgeLots of work on the AcessNative kernel
2011-01-18 John Hodge- Misc changes
2010-11-27 John HodgeBuild fixes
2010-11-25 John HodgeSlight change to VMM defines
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-10-31 John HodgeFiddling with x86_64 and i486 builds
2010-10-03 John HodgeRefactored thread switching code to support compile...
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-08-31 John HodgeFiddling with threading bugs (both Qemu and Bochs hate...
2010-08-25 John HodgeMore work on SpiderScript
2010-08-24 John HodgeFixed TID0 not being on the All Threads list
2010-08-24 John HodgeTrying to reduce the ability for a fork bomb to fault...
2010-08-24 John HodgeFixed Proc_ReturnToUser's dependence on the structure...
2010-08-23 John HodgeUnborking some threading code
2010-08-22 John HodgeFixing commenting (always nice)
2010-08-22 John HodgeChanged spinlock mechananisim
2010-08-17 John HodgeCommenting is nice
next

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