tpg/acess2.git
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 HodgeMisc fiddling with FAT driver (LFN and ReadDir)
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 HodgeSpiderScript - For loop, #if'd out experimental code
2010-09-07 John HodgeCosmetic code 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...
2010-08-28 John HodgeSpiderScript: Working on dumping the AST to disk
2010-08-27 John HodgeNTFS Driver work (index headers)
2010-08-27 John HodgeSpiderScript: Slight error fix
2010-08-26 John HodgeSpiderScript: Logical Functions, improved integer input
2010-08-26 John HodgeSpiderScript: Added line numbers to tAST_Node, cleaned...
2010-08-26 John HodgeSpiderScript: String Casts, Escape Codes, Size for...
2010-08-26 John HodgeSpiderScript - Changed method of defining variant funct...
2010-08-26 John HodgeAdded if() statement (and internal support for for...
2010-08-25 John HodgePCI device dump (lspci clone, essentially)
2010-08-25 John HodgeCleaning up some misc files
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 HodgeAnd, adding a rather important header that I fogot...
2010-08-22 John HodgeJust cleaning up some things that may be needed in...
2010-08-22 John HodgeFixing commenting (always nice)
2010-08-22 John HodgeChanged spinlock mechananisim
2010-08-20 John HodgeFixed heap troubles (and bugs in VFS_GetTruePath)
2010-08-20 John HodgeImproving the debug capabilities of the heap code,...
2010-08-17 John HodgeUpdated sample scripts (and included a static version)
2010-08-17 John HodgeSpiderScript! (with a sample script)
2010-08-17 John HodgeSlight commenting changes
2010-08-17 John HodgeAdded strncmp
2010-08-17 John HodgeCommenting is nice
2010-08-17 John HodgeMore work on IPv4/IPv6 firewalling support
2010-08-17 John HodgeAdded timeout support to the ATA driver (timeout is...
2010-08-07 John HodgeFixed behavior of VTerm when driver is set at runtime
2010-08-02 John HodgeFixed cursor behavior in VTerm
2010-08-02 John HodgeFixed mode switch behavior
2010-08-01 John HodgeUst cleaning up
2010-08-01 John HodgeMore behavior fixes (changes to resolution only apply...
2010-08-01 John HodgeChanging VTerm behavior (Get/Set Width/Height now retur...
2010-08-01 John HodgeCleanup (NTFS fiddling and fixed debug hexdump)
2010-08-01 John HodgeWorking on NTFS driver
2010-08-01 John HodgeRemoved debug from ATA_ReadFS (that bug is fixed)
2010-08-01 John HodgeNo more VFS debug please
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 HodgeDebugging GPF in VFS (non-canoical addr) - Added catch...
2010-07-31 John HodgeSlight doxygen fix
2010-07-31 John HodgeWorking on MP build (now can run, just crashes due...
2010-07-31 John HodgeRemoved old debug from init
2010-07-31 John HodgeMP Scheduling work (slightly buggy, but no impact on...
2010-07-31 John HodgeRemoved debug
2010-07-31 John HodgeMakign debug functions thread safe
2010-07-31 John HodgeFixes to x86_64 - Fixed MM_phys corrupting memory ...
2010-07-31 John HodgeNo more ATA debug (fixed the Qemu bug)
2010-07-31 John HodgeUpdating IPStack to have firewall hooks (well, the...
2010-07-31 John HodgeBroke out the ATA IO functions (Read/WriteDMA into...
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-25 John HodgeAdded -mno-red-zone
2010-07-24 John HodgeFixing bugs and removing debug statements
2010-07-22 John HodgeMisc changes, working on the VTerm's VT100 support...
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 HodgeUpdating gitignore to ignore the linker maps generated...
2010-07-20 John HodgeCleaning up files
2010-07-20 John HodgeMajor revamp to FAT code, fixing LFN issues and other...
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...
next

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