AcessNative - Wine equivalent for Acess
[tpg/acess2.git] / Kernel /
2010-07-04 John HodgeAdded current time syscall, commented some others
2010-07-04 John HodgeFixed potential coherency bug in timer code
2010-07-04 John HodgeAttempt to fix multiboot module support
2010-07-02 John HodgeBugfix to debug code (fixing usage of va_args)
2010-06-27 John HodgeCleaning up timer code, implementing cursor in vesa
2010-06-22 John HodgeTrying to fix the string corruption bug, working on...
2010-06-20 John HodgeFixing a kernel #PF caused by an unitialised VFS method
2010-06-20 John HodgeRemoved debug statement, not needed anymore
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 some edge cases in heap where the spinlock was...
2010-06-19 John HodgeSlight changes to PCI driver to clean up code
2010-06-19 John HodgeReworked part of the PCI driver to better allow PCI...
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 HodgeRemoved debug in module loader, shortened the length...
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 HodgeChanged build system to not require calc
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 HodgeMore work on Ext2 write (and fixed an error made earlier)
2010-05-24 John HodgeWorking on UDI support
2010-05-24 John Hodgeslight change to memory map
2010-05-24 John HodgeUpdate to tVFS_Node to support hard links
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...
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 serenade.mutabah.net:acess2
2010-05-11 John HodgeCleaned up thread code, changed default compiler name...
2010-05-11 John HodgeMerge branch 'master' of [email protected]:acess2
2010-05-11 John HodgeAdding start of x86_64 port
2010-05-03 John HodgeBugfixes to usermode 64-bit division, more work on...
2010-05-03 John HodgeWork on WM's sizing code, not quite complete yet
2010-05-01 John HodgeMore work on axwin, and slight changes in othe places
2010-05-01 John HodgeImproved user error handling, now a user DIV0 doesn...
2010-05-01 John HodgeRemoved debug
2010-05-01 John HodgeFixes to VTerm to make vterms with resolutions lower...
2010-04-30 John HodgeMany changes, bugfixes to user vsnprintf and to escape...
2010-04-24 John HodgeFixing documentation for 2D operations
2010-04-24 John HodgeRemoved debug statements that happened during VESA...
2010-04-24 John HodgeAdded basic 2D video accelleration
2010-04-24 John HodgeDarn stupid bugs
2010-04-24 John HodgeBig rewrite of AxWin to get it to compile and run
2010-04-24 John HodgeFixed SYS_SEEK not working due to 64-bit offset
2010-04-24 John HodgeUpdates to VTerm to correctly handle framebuffer modes
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 HodgeHalfway through deciding where to put the error handler...
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-23 John HodgeAltered debug print function to use vsnprintf and to...
2010-04-22 John HodgeFixed VESA scrolling bug
2010-04-21 John HodgeRemoved debug from VTerm
2010-04-21 John HodgeFixes to Vesa video driver and VTerm's mode setting
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 HodgeFixed VESA using LogF when not needed, changed VTerm...
2010-04-21 John HodgeAdded kernel panic routines to output to the screen...
2010-04-21 John HodgeFixed login text-entry bug, fixes to KMS (graphics...
2010-04-21 John HodgeRandom fixes, disabled debug in vterm, random crash...
2010-04-15 John HodgeMakefile cleanup, documentation
2010-04-15 John HodgeAdded SYS_OPENCHILD system call
2010-04-15 John HodgeAdded the ADT library (not really abstract, but it...
2010-04-14 John HodgeRenamed libc filename, disabled debug and reenabled...
2010-04-14 John HodgeAdded debug to FAT driver, trying to fix a Real HW bug
next

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