tpg/acess2.git
2010-03-03 John HodgeCleanup commit, fixes to UDP, TCP and ICMP
2010-02-26 John HodgeRemoved debug from Network/NE2000/ne2000.c
2010-02-26 John HodgeUDP Packets are now sent and recieved correctly (server...
2010-02-25 John HodgeMore fixups to ARP and UDP (udp still buggy)
2010-02-25 John HodgeWorking on UDP, removed debug from some code, fixed...
2010-02-14 John HodgeMore work on TCP, splitted UDI arch dependent out of...
2010-02-12 John HodgeMore work on TCP, still not usable
2010-02-11 John HodgeWork on IP/TCP Stack
2010-02-07 John HodgeHelps if I add it to the main makefile
2010-02-07 John HodgeRemoved the need to alter acess.ld for each build envir...
2010-02-05 John HodgeMore work on IPStack, TCP and UDP slowly moving along
2010-02-03 John HodgeCleanups that will hopefully allow compilation in more...
2010-02-03 John HodgeFixed and improved Ping support
2010-02-03 John HodgeMore work on the IP Stack, now responds to pings
2010-02-03 John HodgeFixed IPStack's ID showing as IDENT
2010-02-03 John HodgeMore additions
2010-02-03 John HodgeCleaning up unadded files
2010-02-02 John HodgeWorking on GUI, side changes to the message passing
2010-02-02 John HodgeReorganised the modules directory, started serious...
2010-01-23 John HodgeAltered & Renamed LookupString, Added DrvUtil_SetIdent
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...
next

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