Fixed Video_DrawText passing too many arguments to _SysDebug
[tpg/acess2.git] / Kernel / arch /
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-30 John Hodgex86_64 fixes
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-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
2010-08-07 John HodgeFixed behavior of VTerm when driver is set at runtime
2010-08-01 John HodgeUst cleaning up
2010-08-01 John HodgeLinking and MM Fiddling (mm now handles large pages...
2010-08-01 John HodgeBugfixing the x86_64 port
2010-07-31 John HodgeWorking on MP build (now can run, just crashes due...
2010-07-31 John HodgeFixes to x86_64 - Fixed MM_phys corrupting memory ...
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-22 John HodgeChanging syscall interface to jump to KUSER_CODE, allow...
2010-07-22 John HodgeFixed timer code bug (not ACKing after enabling)
2010-07-20 John HodgeBit of debug cleanup, fixing bugs found on GrUB2
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-07-05 John HodgeFiddling with multiboot modules (and some bug searching...
2010-07-04 John HodgeCleaning up a little, and possibly a speed increase
2010-07-04 John HodgeCommenting is nice (also disabled debug in FDD driver)
2010-07-04 John HodgeFixing handling of Multiboot modules
2010-07-04 John HodgeDisabled KPanic mode switch, cleanup in 64-bit PMM
2010-07-04 John HodgeAttempt to fix multiboot module support
2010-06-22 John HodgeTrying to fix the string corruption bug, working on...
2010-06-20 John HodgeFixing behavior of Threads_CloneTCB
2010-06-19 John HodgeCleaning up and attempting to fix these darn heisenbugs
2010-06-19 John HodgeFixed #PF in Memory Manager (mm_virt.h was using KERNEL...
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-06-03 John HodgeBugfixing
2010-05-31 John HodgeMore 32-bit int fixes
2010-05-31 John HodgeDarn defaulting to 32-bit integers :(
2010-05-31 John HodgeSpeedups to physical memory allocation, fixed a stupid...
2010-05-31 John HodgeNew kernel stack, fixing pmem alloc bug, updated to...
2010-05-31 John HodgeYay! TSS issues fixed, now to work on the VMM
2010-05-31 John HodgeFixed GCC using sse instructions, fixing TSS support...
2010-05-31 John HodgeDisabled debug in PMM, and fixed error in #UD reporting
2010-05-31 John HodgeFixed heap bug
2010-05-31 John HodgeFixed bug with physical memory allocation, update MM_Al...
2010-05-31 John HodgeAdded page table dump and using INVPLG
2010-05-30 John HodgeCleaning up and adding page fault handler
2010-05-29 John HodgeUpdated mm_phys to use Debug statements instead of...
2010-05-29 John HodgeFixed typo, cleaned up stuff
2010-05-29 John HodgeFun bugs are fun, fixed MM_AllocPhysRange, now for...
2010-05-29 John HodgePhysical page counts are now filled
2010-05-29 John HodgeChicken and egg problem, solved
2010-05-29 John HodgeNow with less fail
2010-05-29 John HodgeBitmap filling done
2010-05-29 John HodgeNearly completed physical init
2010-05-28 John HodgeUntested work on physical mm setup
2010-05-28 John HodgeFixes to 64-bit port, now working on physical memory...
2010-05-28 John HodgeMore work on error and interrupt handling (almost got...
2010-05-27 John HodgeMore work on x86_64 build, error handling and IDT
2010-05-27 John HodgeWorking on 64-bit IDT
2010-05-27 John Hodgex86_64 starts without erroring, reaches high mem and...
2010-05-27 John Hodgex86_64 now compiles and builds :) :)
2010-05-27 John HodgeVM8086 stub for x86_64 build
2010-05-27 John HodgeBugfixing
2010-05-24 John Hodgeslight change to memory map
2010-05-17 John HodgeWorking on mem management
2010-05-16 John HodgeAdded architectue documentation
2010-05-15 John HodgeSlight memory organisation changes
2010-05-15 John HodgeUpdates to CPU Determining and initialising fractal...
2010-05-14 John HodgeMore work on x86_64 port, near compiling now
2010-05-13 John HodgeMore memory management functions implemented, other...
2010-05-13 John HodgeSpeedup fix to PUSH_GPR and POP_GPR
2010-05-13 John HodgeFixed bugs caused by the segregation of timer code.
2010-05-13 John HodgeMore work on x86_64 port, also cleaned up a little...
next

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