Fixed TID0 not being on the All Threads list
[tpg/acess2.git] / Kernel / arch / x86 /
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-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-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-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-27 John HodgeWorking on 64-bit IDT
2010-05-27 John Hodgex86_64 now compiles and builds :) :)
2010-05-27 John HodgeBugfixing
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-13 John HodgeMore work on x86_64 port, also cleaned up a little...
2010-05-13 John HodgeWorking on separating architecture dependent and indepe...
2010-05-11 John Hodgex86_64 support, requiring a slight refactor to the...
2010-05-11 John HodgeMerge branch 'master' of [email protected]:acess2
2010-05-01 John HodgeImproved user error handling, now a user DIV0 doesn...
2010-04-30 John HodgeMany changes, bugfixes to user vsnprintf and to escape...
2010-04-24 John HodgeFixed the EFLAGS contents to actually enable IF
2010-04-24 John HodgeFixed MM_UnmapHWPages overwriting the wrong area
2010-04-23 John HodgeFixes to error handling and User text mappings
2010-04-23 John HodgeFixes to VM8086 handler to remove operand size errors.
2010-04-21 John HodgeFixed case where the screen was cleared during a panic
2010-04-21 John HodgeMade the KPanic routine switch back to 0xB8000 text...
2010-04-21 John HodgeAdded kernel panic routines to output to the screen...
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-10 John HodgeFixed a bug in the heap manager where if an exact match...
2010-04-06 John HodgeCleaning up more Log( calls with Log_*(
2010-04-06 John HodgeFixed VM8086/Vesa memory allocation bug
2010-04-06 John HodgeMany changes, Mostly working on improving the BootConf...
2010-04-02 John HodgeFixes to x86 error and interrupt handling
2010-04-02 John HodgeVM8086 Support, Starting on VESA Driver
2010-04-01 John HodgeMisc Changes
2010-03-29 John HodgeAdded mboot2 header
2010-03-29 John HodgeBugfixing FAT Driver, Addint Multiboot2 Support
2010-03-27 John HodgeUpdating drivers to use the Log_ functions instead...
2010-03-21 John HodgeMisc Changes, Added Logging Subsystem, Fixes to InitRD...
2010-03-18 John HodgeBugfixing initrd and ld-acess
2010-03-17 John HodgeMultiple fixes
2010-03-06 John HodgeSlight Changes, mostly fixing CPU error reporting
2010-03-05 John Hodgedoxygen fixes
2010-02-25 John HodgeWorking on UDP, removed debug from some code, fixed...
2010-02-03 John HodgeCleanups that will hopefully allow compilation in more...
2010-01-14 John HodgeBugfixes and UDI Updates
2010-01-12 John HodgeBugfixes, Cleanup and Rewite started on UDI interface
2010-01-02 John HodgeFixed a bug that caused physical memory allocation...
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-30 John HodgeStarting on PAE support, removed UDI from kernel
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-12-26 John HodgeBig Changes - See commit details
2009-11-23 John HodgeMore work on IPStack (Also fixed Proc_SpawnWorker)
2009-11-22 John HodgeAdded ProcDev/SysFS + Cleanup
2009-11-20 John HodgeCleanup and Bugfixing
2009-11-19 John HodgeCleanup and Bugfixes
2009-11-17 John HodgeCleanups & Implementations to allow IPStack to compile
2009-11-13 John HodgeFixes and Cleanup
2009-11-10 John HodgeGeneral Cleanup, Implemented DMA Allocation
2009-10-27 John HodgeImplemented Dependency resolving for compile-time modul...
2009-10-26 John HodgeFixes to Libc, Doxygen Comments and VTerm layout
2009-10-18 John HodgeMultiple changes (Module Interopability, Timers, FDD...
2009-10-15 John HodgeVarious Changes
2009-10-11 John HodgeFixed network triple fault, packets now send successfully.
2009-10-11 John HodgeImplemented basic disk write support in EXT2.
2009-10-10 John HodgeFixed the RTC only firing once.
2009-10-10 John HodgeVarious Changes
2009-10-03 John HodgeEnabled WP flag in CR0 to allow COW to work if the...
2009-10-02 John HodgeFixed bug where system would lock if a user task segfau...
2009-10-02 John HodgeCleanup
2009-10-02 John HodgeRemoved Page directory dump, added a mention of the...
2009-10-01 John HodgeAdded Timer functions, DMA Driver and FDD driver
next

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