tpg/acess2.git
2012-07-19 John HodgeDiskTool - Fixing build errors from recent kernel changes
2012-07-19 John HodgeKernel - Standardised kernel build tag (placed in gsBui...
2012-07-18 John HodgeKernel - Changed MM_GetPhysAddr to take a pointer
2012-07-18 John HodgeKernel/x86 - Cleaned up PMM init (and removed mboot...
2012-07-17 John HodgeUsermode/wget - Fixed minor warning that caused compila...
2012-07-17 John HodgeKernel - Fixing bugs exposed with `qemu -nographic`
2012-07-17 John HodgeMerge branch 'master' of git://localhost/acess2
2012-07-17 John HodgeKernel/vfs - Added (but haven't used) dirty node flag
2012-07-17 John HodgeDiskTool - Usability fixes
2012-07-17 John HodgeModules/EXT2 - Working on write support
2012-07-15 John HodgeModules/USB - Fixed debugging typo in devinit
2012-07-15 John HodgeKernel - Debugging AxWin3 error
2012-07-15 John HodgeUsermode/axwin3 - Fixed using stdout as stdin (causing...
2012-07-15 John HodgeKernel/Modules - Removed "nothing to be done for 'insta...
2012-07-15 John HodgeGeneral cleanup and bugfixes
2012-07-14 John HodgeMerge branch 'master' of ted.mutabah.net:acess2
2012-07-14 John HodgeKernel - Silencing complaining compilers
2012-07-14 John HodgeMerge branch 'master' of ted.mutabah.net:acess2
2012-07-14 John HodgeKernel/rootfs - Fixed root not being a directory
2012-07-14 John HodgeKernel - Fixed bug in DrvUtil_Disk causing bad return...
2012-07-14 John HodgeDiskTool - Autodetection of filesystems and better...
2012-07-14 John HodgeModules/LVM - Fixed bugs with reference counting and...
2012-07-14 John HodgeVFS - Fixed unmount issues and added filesystem autodet...
2012-07-14 John HodgeKernel - Added .Detect method to VFS drivers
2012-07-14 John HodgeKernel/VFS - Fixed logic error in MkNod (rootfs and...
2012-07-14 John HodgeModules/FAT - Fixed unimplimented incomplete directory...
2012-07-14 John HodgeKernel/Heap - Debugging change (dump paddr of bad value)
2012-07-14 John HodgeKernel/PCI - Removed unused port bitmap
2012-07-14 John HodgeKernel/rwlock - Fixed wrong logic causing lockup
2012-07-14 John HodgeKernel/libc - Fixed vsnprintf to be more standard
2012-07-14 John HodgeMerge branch 'master' of ted.mutabah.net:acess2
2012-07-14 John HodgeDiskTool - Adding cleanup
2012-07-14 John HodgeKernel - Added return value to module cleanup, fixed...
2012-07-14 John HodgeKernel/VFS - Added unmount support
2012-07-14 John HodgeKernel - Added a Read-Write lock implimentation (untested)
2012-07-13 John HodgeAcessNative/nativefs - Fixed memory leak due to Close...
2012-07-13 John HodgeDiskTool - Added LVM support
2012-07-13 John HodgeModules/FAT - Logged unimplimented function
2012-07-13 John HodgeVFS - Bugfixes to nodecache
2012-07-13 John HodgeKernel - Split drvutil.c into disk and video variants
2012-07-13 John HodgeAcessNative - Added write support to nativefs
2012-07-13 John HodgeDiskTool - Fixed debugging
2012-07-13 John HodgeModules/FAT - Fixed write support
2012-07-13 John HodgeKernel - Better documentation of timestamp/format_date
2012-07-12 John HodgeKernel - Fixing small errors exposed by new compiler
2012-07-12 John HodgeModules/FAT - Implimentation of FAT_Link, validity...
2012-07-12 John HodgeKernel - Added ctype.h header
2012-07-12 John HodgeDiskTool - Added endianness swaps and better logging
2012-07-11 John HodgeDiskTool - Cleanup, copy command
2012-07-11 John HodgeModules/FAT - HUGE Rewrite to driver, with experimental...
2012-07-11 John HodgeKernel - Split libc-esque functions into another file...
2012-07-11 John HodgeKernel/VFS - Error catching in MkNod/O_CREAT
2012-07-09 John HodgeDiskTool - Mounts successfully, debugging readdir
2012-07-09 John HodgeAcessNative - Fixed nativefs using the wrong off_t
2012-07-09 John HodgeModules/FAT - Changed error message to be more specific
2012-07-09 John HodgeDiskTool - Compiling again, now with modules
2012-07-09 John HodgeKernel - Fixed improper use of sprintf
2012-07-09 John HodgeKernel/VFS - Fixed missuse of strcmp that caused userla...
2012-07-09 John HodgeDiskTool - Adding action interface, module loading...
2012-07-09 John HodgeDiskTook - Linked to AcessNative's nativefs, cleared...
2012-07-09 John HodgeDiskTool - Now compiles (but does nothing)
2012-07-08 John HodgeKernel - Adding network debugging, disabled
2012-07-07 John HodgeDiskTool - Fiddling towards compiling
2012-07-06 John HodgeModules/PS2KbMouse - Fixed lack of brackets in pl050
2012-07-06 John HodgeDiskTool - Side project to use the VFS for image manipu...
2012-07-04 John HodgeAcessNative - Cleaning up debug
2012-07-04 John HodgeUsermode - Fixes to magic non-recusive build
2012-07-04 John HodgeUsermode/axwin3 - Commenting
2012-07-04 John HodgeAcessNative - Fixing crashes
2012-06-20 John HodgeKernel - Cleaning up some ARMv7 warnings due to alignment
2012-06-20 John HodgeKernel - Moved node type to the beginning of tVFS_Node
2012-06-20 John HodgeKernel - PMM Statistics prototype in hal_proc.h
2012-06-20 John HodgeModules/InitRD - Added comment support
2012-06-20 John HodgeKernel - Added PMM stats method (stubbed) to x86_64...
2012-06-20 John HodgeKernel/x86 - Added PMM statistics
2012-06-14 John HodgeUsermode/wget - Passed protocol name to getaddrinfo
2012-06-14 John HodgeModules/LVM - Changed drive file from .volume to ROOT
2012-06-14 John HodgeModules/ATA - A little more debug
2012-06-14 John HodgeKernel/modules - moved relocation to before dep checks...
2012-06-14 John HodgeCommon/ELF Loader - Debug fixes and detection for no...
2012-06-14 John HodgeUsermode/build - Added the actual version of libgcc...
2012-06-14 John HodgeKernel - Added /Devices/{zero,one,null}
2012-06-14 John HodgeModules/LVM - Fixed uninitalised value
2012-06-14 John HodgeUsermode/libc - Implimented abs/labs for a ported game
2012-05-27 John HodgeRoot - Added wget to core makefile
2012-05-27 John HodgeUsermode/wget - Can download a small text file, woot!
2012-05-27 John HodgeModules/UHCI - More verbose interrupt messages (x86_64...
2012-05-27 John HodgeUsermode/libpsocket - Heaps of work on getaddrinfo
2012-05-27 John HodgeUsermode/libnet - Sorting things out (and made a TCP...
2012-05-27 John HodgeUsermode - Added O_RDWR and friends to unistd.h
2012-05-27 John HodgeUsermode/libpsocket - Working on BSD/POSIX socket emulation
2012-05-26 John HodgeUsermode/wget - Renamed source dir
2012-05-26 John HodgeMerge branch 'master' of git://cadel.mutabah.net/acess2
2012-05-26 John HodgeUserland/wget - Starting on a wget clone
2012-05-24 John HodgeFixing up misc x86-64 bugs
2012-05-24 John HodgeUsermode - Moved include files to each library's directory
2012-05-22 John HodgeKernel - Applying MM_MapTemp changes to armv7 and amd64
2012-05-22 John HodgeUsermode/mount - Added options support
2012-05-22 John HodgeCleanups - MM_MapTemp to return void*, VFS use Unlink...
2012-05-22 John HodgeKernel - Moved module relocation to after dependencies...
next

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