Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / arch / x86 / proc.c
2012-01-30 John HodgeKernel - Implementing SysSpawn
2012-01-29 John Hodgeminor - commenting change
2012-01-28 John HodgeKernel - Split per-process and per-thread data
2012-01-20 John HodgeKernel/x86 - Cleaning up and implmented address space...
2012-01-15 John HodgeKernel/x86 - Fixed SMP bug, #if'd out some dead code
2012-01-14 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-01-14 John HodgeKernel/x86 - Debugging SMP bugs, lead to some fixes...
2011-12-07 John HodgeKernel/x86 - Fixing build
2011-12-04 John HodgeKernel - Fixing and breaking SMP related stuff
2011-12-01 John HodgeMisc - Cleaning up logging output
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-10-24 John HodgeKernel - Fixing up doxygen commenting
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-15 John HodgeKernel - Cleaning up proc/syscalls
2011-10-12 John HodgeKernel - Changed Threads_CloneTCB (removed Err ptr)
2011-09-27 John HodgeKernel/x86 - Disabled task tracing
2011-09-26 John HodgeKernel/x86 - Separated timer and task switching
2011-09-25 John HodgeKernel/x86 - Fixed build and run after x86_64 and arm7...
2011-09-25 John HodgeKernel/arm7 - Debugging
2011-08-28 John HodgeKernel/x86 - Misc fixes
2011-08-22 John HodgeKernel - General fixing after ARM7 changes
2011-08-08 John HodgeKernel/x86 - Removed PAE support
2011-08-06 John HodgeKernel - Cleaning up unneeded malloc() calls
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-07 John HodgeCleaning up and Debugging (Exposed by AcessNative mostly)
2011-04-02 John HodgeMisc changes
2011-03-24 John HodgeMore work on x86_64 port of usermode
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-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
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-09-04 John HodgeFiddling with threading code to attempt to fix this...
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-22 John HodgeChanged spinlock mechananisim
2010-07-31 John HodgeWorking on MP build (now can run, just crashes due...
2010-07-28 John HodgeHelps if I test in BOTH builds
2010-07-28 John HodgeBugfixed MP scheduling code in MP build
2010-07-28 John HodgeFixing MultiCPU thread distribution (only tested in...
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-18 John HodgeMore MP fiddling
2010-07-18 John HodgeMore MP work (now APs start and use the LAPIC timer)
2010-07-17 John HodgeAdding support for the Local APIC Timer (requires some...
2010-07-17 John HodgeAPs start nicely now.
2010-07-16 John HodgeWorking on multiprocessing support
2010-07-13 John HodgeIncreased user stack size, fiddling with error recovery
2010-06-20 John HodgeFixing behavior of Threads_CloneTCB
2010-06-18 John HodgeFixed the EnvP array passed to Proc_StartUser not being...
2010-06-18 John HodgeIt's been too long since I committed
2010-05-14 John HodgeMore work on x86_64 port, near compiling now
2010-05-13 John HodgeFixed bugs caused by the segregation of timer code.
2010-05-11 John HodgeMerge branch 'master' of [email protected]:acess2
2010-04-23 John HodgeFixes to VM8086 handler to remove operand size errors.
2010-04-21 John HodgeRandom fixes, disabled debug in vterm, random crash...
2010-04-13 John HodgeMerge branch 'master' of git://git.ucc.asn.au/acess2
2010-04-02 John HodgeFixes to x86 error and interrupt handling
2010-04-02 John HodgeVM8086 Support, Starting on VESA Driver
2010-01-12 John HodgeBugfixes, Cleanup and Rewite started on UDI interface
2010-01-01 John HodgeSMP Work (APs now start, just seem to lock up on lgdt...
2010-01-01 John HodgeMore SMP Work, also changed the physical allocator...
2009-12-31 John HodgeWorking on Multiprocessing support
2009-12-29 John HodgeChanged "common.h" to "acess.h" to reduce possible...
2009-12-28 John HodgeAttempting to fix an intermittent TSS bug
2009-12-28 John HodgeCleaned up some more debug
2009-12-28 John HodgeChanged the x86 architecture to have tPAddr be 64-bits...
2009-11-23 John HodgeMore work on IPStack (Also fixed Proc_SpawnWorker)
2009-11-19 John HodgeCleanup and Bugfixes
2009-11-13 John HodgeFixes and Cleanup
2009-10-26 John HodgeFixes to Libc, Doxygen Comments and VTerm layout
2009-10-15 John HodgeVarious Changes
2009-10-02 John HodgeCleanup
2009-09-27 John HodgeFixed duplicate reference of heap locatons, and stopped...
2009-09-27 John HodgeRemoved debug
2009-09-27 John HodgeMoved adding a task to the active list to threads.c
2009-09-27 John HodgeAdded debug to Threads_GetNext
2009-09-27 John HodgeAdded tracing of task switches
2009-09-27 John HodgeAdded magic breakpoint to SYS_CLONE, cleaned up other...
2009-09-27 John HodgeDebug in Proc_Clone
2009-09-27 John HodgeAdded debug to Proc_Clone
2009-09-25 John HodgeCR3 is PHYSICAL not VIRTUAL
2009-09-25 John HodgeFix Triplefault on task switch
2009-09-25 John HodgeFix race condition with scheduler starting before task...
2009-09-25 John HodgeFix Segfault in ArchThreads_Init and added MAX_CPUS...
2009-09-25 John HodgeMoved task selection to threads.c, fixed segfault in...
2009-09-25 John HodgeSeparated Architecture independent thread controll...
2009-09-23 John HodgeMoved rand from arch/proc to lib.c and changed it to...
2009-09-21 John HodgeInitial commit of kernel only

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