tpg/acess2.git
2010-01-20 John HodgeI really need to learn to compile test before commiting
2010-01-20 John HodgeUpdated gitignore rules, cleaned up MBR parsing
2010-01-20 John HodgeStarted splitting ATA driver into separate files
2010-01-20 John HodgeRenamed ATA core to main.c
2010-01-20 John HodgeMoved ATA driver out of Kernel tree
2010-01-19 John HodgeBugfixes and debug cleanup
2010-01-19 John HodgeMulti-user testing and bugfixing
2010-01-19 John HodgeMore debug in PE loader
2010-01-19 John HodgeExteding Driver interface
2010-01-19 John HodgeComment/documentation change to the VFS
2010-01-18 John HodgeFixes and logging
2010-01-18 John HodgeChanges and Features to IPStack
2010-01-17 John HodgeAdding PE file support
2010-01-17 John HodgeAdded support for dynamic registration of module loaders
2010-01-16 John HodgeAdding `udisetup` (and required linker script)
2010-01-15 John HodgeSlight changes to UDI structures and logging
2010-01-15 John HodgeFixed Double-Relocation in modules.c (edited bin/elf...
2010-01-15 John HodgeMore work on UDI, cleanup and pseudod should now load.
2010-01-15 John HodgeAdded cb.o to the UDI objects list
2010-01-15 John HodgeMore UDI work
2010-01-15 John HodgeMore work on UDI support
2010-01-14 John HodgeMore work on UDI support, still doesn't load pseudud yet
2010-01-14 John HodgeBugfixes and UDI Updates
2010-01-12 John HodgeOk, this was embarrassing... Added core include file...
2010-01-12 John HodgeMore work on UDI, Added more Login VTerms
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 HodgeAdded debug code to vterm, fixed userland _errno support
2009-12-30 John HodgeStarting on PAE support, removed UDI from kernel
2009-12-30 John HodgeMore work on UDI, attempting to get it to load the...
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 HodgeCleanup & Debug Removal
2009-12-28 John HodgeAdded flag to enable/disable debug symbols in the kernel
2009-12-28 John HodgeChanged the x86 architecture to have tPAddr be 64-bits...
2009-12-28 John HodgeRevamped the config file parsing to be more resiliant...
2009-12-28 John HodgeBugfixes upon chaning GCC versions
2009-12-27 John HodgeWorking on UDI support (UDI manager module now compiles)
2009-12-27 John HodgeFixed bug in Inode_ClearCache
2009-12-27 John HodgeUpdated build system to remove `install` from `all`
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...
next

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