tpg/acess2.git
2009-11-06 John HodgeAdded IO Cache Library, Moved FDD Driver to Modules...
2009-10-27 John HodgeImplemented Dependency resolving for compile-time modul...
2009-10-26 John HodgeImproved VTerm support
2009-10-26 John HodgeFixes to Libc, Doxygen Comments and VTerm layout
2009-10-18 John HodgeAdding module tree to git, added SYS_LOADMOD to allow...
2009-10-18 John HodgeMultiple changes (Module Interopability, Timers, FDD...
2009-10-15 John HodgeAdded the gitignore file to stop object and dependency...
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 HodgeAdded Driver Utils to git tree
2009-10-10 John HodgeCleaned up ATA driver (not only 3 functions in the...
2009-10-10 John HodgeFixed Infinite reading in ext2 driver, removed debug...
2009-10-10 John HodgeFixed Triple Fault in EXT2 driver/hdd driver
2009-10-10 John HodgeVarious Changes
2009-10-03 John HodgeEnabled WP flag in CR0 to allow COW to work if the...
2009-10-03 John HodgeFixed correctness in stdio, minor changes in ls to...
2009-10-02 John HodgeFixed bug where system would lock if a user task segfau...
2009-10-02 John HodgeFixed bug with handling of . and .. that was trashing...
2009-10-02 John HodgeCleanup
2009-10-02 John HodgeAdded sanity checking to VFS_OPEN
2009-10-02 John HodgeRemoved Page directory dump, added a mention of the...
2009-10-01 John HodgeDisabled the FDD driver
2009-10-01 John HodgeActually initialised the DMA
2009-10-01 John HodgeAdded DMA and FDD drivers to the tree
2009-10-01 John HodgeAdded Timer functions, DMA Driver and FDD driver
2009-10-01 John HodgeFixed CLIShell's `dir` command, added a logout/exit...
2009-09-30 John HodgeUpdated the CLI Shell to use the new path, adding login...
2009-09-30 John HodgeFixed Segfault if execve fails, fixed errors in LibC...
2009-09-30 John HodgeImplemented debug SYS_SETUID and SYS_SETGID (need to...
2009-09-30 John HodgeVerbosity in MM_PageFault for user Pagefaults
2009-09-30 John HodgeImmense cleanup of libc, implemening login program...
2009-09-28 John HodgePorting FIFO driver
2009-09-28 John HodgeStarted work on VTerm Fonts, slight changes to BochsVBE...
2009-09-28 John HodgeDebug
2009-09-28 John HodgeFixed invalid parameters passed to Threads_Exit by...
2009-09-28 John HodgeDebug
2009-09-28 John HodgeCut down on debug, fixed tabs, made process tree be...
2009-09-27 John HodgeRemoved debug (VFS_GetAbsPath seems to be stable)
2009-09-27 John Hodgefixed EOS calculation
2009-09-27 John Hodgetesting
2009-09-27 John Hodgetesting
2009-09-27 John HodgeTesting
2009-09-27 John HodgeTesting
2009-09-27 John HodgeBugfixes, bugfixes, bugfixes
2009-09-27 John HodgeFixed string being copied offset
2009-09-27 John HodgeMade it _look_ like the leading / is included
2009-09-27 John HodgeIncluded leading / in path parsing
2009-09-27 John HodgeFixed offset issue with slashNum
2009-09-27 John HodgeCorrectness Fix: Stuff speed, now parses CWD with the...
2009-09-27 John HodgeFixed: Used pos-increment instead of pre-increment
2009-09-27 John HodgeDebug
2009-09-27 John HodgeFixed use of `pos` instead of `read` in first slash...
2009-09-27 John HodgeFixed strncmp
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeFixed incorrect use of strpos
2009-09-27 John HodgeFixed: Not adding a trailing slash to CWD in VFS_GetAbsPath
2009-09-27 John HodgeRemove debug & add Debug
2009-09-27 John HodgeFixed: Moved back to using symbolic keys for states
2009-09-27 John HodgeFixed: Increased key states array to accomidate full...
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeFixed duplicate reference of heap locatons, and stopped...
2009-09-27 John HodgeFixed VFS_ChDir to handle symlinks by using VFS_Open
2009-09-27 John HodgeDebug
2009-09-27 John HodgeRemoved debug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeRemoved debug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeFixed FAT_Read to return number of bytes read. Created...
2009-09-27 John HodgeFixed SYS_READ and SYS_WRITE to return correct values
2009-09-27 John HodgeDisabled Debug
2009-09-27 John HodgeFixed MM_ClearUser not zeroing cleared entries
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeFixed bit arithmatic
2009-09-27 John HodgeExtended MM_Dump to dump table addresses
2009-09-27 John HodgeChanged user stack to be at 8M
2009-09-27 John HodgeAdded catch for when rand() sticks
2009-09-27 John HodgeChanged random values again
2009-09-27 John HodgeChanged the random values A and C
2009-09-27 John HodgeDebug statement in rand()
2009-09-27 John HodgeAdded tracing of ticket draws
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 HodgeCut down on debug
2009-09-27 John HodgeInvalidated page that has just been marked COW
2009-09-27 John HodgeHelps if DEBUG is defined
2009-09-27 John HodgeAdded debug to MM_PageFault
2009-09-27 John HodgeFixed MM_PageFault duplicating a page when it is only...
2009-09-27 John HodgeAdded magic breakpoint to SYS_CLONE, cleaned up other...
2009-09-27 John HodgeStrike that
2009-09-27 John HodgeFixed stack changing in SYS_CLONE
next

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