tpg/acess2.git
2009-12-26 John HodgeUpdate to readme relating to the filesystem generation
2009-12-26 John HodgeAdded Filesystem generation and required $(x*) variables
2009-12-26 John HodgeUpdated the build files to use $(xCP), allows use of...
2009-12-26 John HodgeBig Changes - See commit details
2009-11-24 John HodgeAltered keyboard driver to correctly support Unicode
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-16 John HodgeFixed implementation of ChRoot
2009-11-15 John HodgeForgot to build test :S Added defintion of CFG_VFS_CHROOT
2009-11-15 John HodgeAdded ChRoot Support (untested)
2009-11-13 John HodgeFixes and Cleanup
2009-11-10 John HodgeAdding several modules to the Tree, plus some files...
2009-11-10 John HodgeGeneral Cleanup, Implemented DMA Allocation
2009-11-06 John HodgeAdded Doxygen files
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
next

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