tpg/acess2.git
2013-07-12 John HodgeUpdate to TODO list
2013-07-12 John HodgeUsermode/lspci - Dump command state in verbose
2013-07-12 John HodgeModules/E1000 - Enabled bus master for qemu (which...
2013-07-12 John HodgeKernel/PCI - Added function to access the Command field...
2013-07-11 John HodgeUsermode/lspci - Cleanup and BAR dump
2013-07-11 John HodgeKernel/timers - Fixed bad assertions
2013-07-11 John HodgeUsermode/libc - Fixed %x/%X being signed in printf
2013-07-11 John HodgeKernel - Fixed hack that was tripping armv7 alignment...
2013-07-10 John HodgeMakeReleaseSet - Fixing up script
2013-07-10 John HodgeModules/IPStack - Fixed unused variable in udp
2013-07-10 John HodgeREADME - Updating readme a little
2013-07-10 John HodgeTools/BootFloppy - Hacky script to create a boot floppy...
2013-07-10 John HodgeUsermode/dhcpclient - A little cleanup
2013-07-10 John HodgeModules/IPStack - Fixed UDP port collision detection
2013-07-10 John HodgeUsermode/inittab - Added automounter to init
2013-07-10 John HodgeUsermode/Automounter - Added message on successful...
2013-07-10 John HodgeUsermode/init - Fixed bad stderr for 'exec' commands
2013-07-10 John HodgeUsermode/DHCP Client - Slight change to timeout message
2013-07-10 John HodgeModules/AHCI - Disable debug (seems good atm)
2013-07-10 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2013-07-10 John HodgeBuildConf - Added VirtIONet to x86 build
2013-07-10 John HodgeModules - Added VirtIO Network driver (and VirtIO library)
2013-07-10 John HodgeModules/IPStack - Added NULL checks in buffer code
2013-07-10 John HodgeKernel/logdebug - More useful asserts
2013-07-09 John HodgeMerge pull request #1 from berkus/patch-1
2013-07-09 BerkusFix typo.
2013-07-09 John HodgeDocumentaion update (thanks klange)
2013-07-09 John HodgeHOST=native - Fixes for new syscalls
2013-07-07 John HodgeKernel - Meta Serial driver (incomplete)
2013-07-03 John HodgeUsermode/acess.ld - Ignore native script
2013-07-03 John HodgeUsermode/automounter - Added automounter
2013-07-03 John HodgeUsermode/libposix - opendir/mkdir
2013-07-03 John HodgeKernel/syscalls - Implimenting _SysMkDir
2013-07-03 John HodgeAcessNative - Updates for recent changes
2013-07-03 John HodgeUsermode/AxWin3 - SDL Edition of the WM, runs but no...
2013-07-03 John HodgeUsermode/Libraries - Hacks to get SDL ver of AxWin3...
2013-07-03 John HodgeUsermode/AxWin3 - Cleaning up and separating code
2013-07-03 John HodgeUsermode/libgcc - Removed, shouldn't be needed anymore
2013-07-02 John HodgeAcessNative - Updated syscall names
2013-07-02 John HodgeUsermode/liburi - Replaced syscall file IO with stdio
2013-07-02 John HodgeUsermode/AxWin3 - Preparing for SDL build
2013-07-02 John HodgeTools/GCCProxy - -dumpversion/-dumpspecs used by netsurf
2013-07-01 John HodgeUsermode/libc,libposix - Fixing errors in headers
2013-07-01 John HodgeExternals - Adding netsurf config
2013-06-26 John HodgeModule/ATA - Slight cleanup
2013-06-26 John HodgeModules/ATA - (untested) Cleanup to BM address handling
2013-06-26 John HodgeKernel/x86 - Hack to return quickly when mapping <1MiB...
2013-06-26 John HodgeKernel/IOCache - Page-based caching implimented
2013-06-26 John HodgeKernelLand - Better node chaching code
2013-06-25 John HodgeModules/AHCI - Different debug
2013-06-25 John Hodge(minor) Modules/LVM - Commenting
2013-06-25 John HodgeModules/NTFS - Added _Read, working on _Close cleanup
2013-06-25 John HodgeModules/NTFS - Implimented update sequences, fixes...
2013-06-24 John HodgeModules/LVM - Added caching
2013-06-24 John HodgeKernel/IOCache - Constness fixes and pointer callback...
2013-06-24 John HodgeModules/NTFS - ReadDir/FindDir appear to work well
2013-06-23 John HodgeExternals - Fixed .gitignore to ignore source dirs
2013-06-23 John HodgeModules/AHCI - Debug change
2013-06-23 John HodgeModules/NTFS - Implimentation progressing (ReadDir...
2013-06-23 John HodgeKernel/UTF-16 - Added case-insensitive compre (for...
2013-06-23 John HodgeKernel/VFS - Disabled use of .Size in directories
2013-06-23 John HodgeKernel/libc - Added support for utf16 strings (%ls)
2013-06-23 John HodgeKernel/PCI - Fixed lack of shift in detecting special...
2013-06-23 John HodgeKernel/x86 - Workaround for possibly buggy 64-bit divid...
2013-06-23 John HodgeKernel/VFS - Update to node cache to support extra...
2013-06-22 John HodgeKernel - Added UTF-16 functions
2013-06-22 John HodgeModules/NTFS - Implimentation in progress
2013-06-21 John HodgeModules/AHCI - Cleaned up AHCI LVM names
2013-06-21 John HodgeModules/LVM - Detection for GPT in MBR code
2013-06-20 John HodgeBuildConf/x86 - Added AHCI driver
2013-06-20 John HodgeModules/AHCI - Reading the boot sector works
2013-06-20 John HodgeModules/LVM - (minor) Error handler in AddVolume
2013-06-19 John HodgeModules/AHCI - Added H2D register structure (used for...
2013-06-19 John HodgeModules/AHCI - Moved FIS definitions to sata.h
2013-06-19 John HodgeKernel - Cleaned up MM_AllocDMA/_MapHWPages/_GetPhysAddr
2013-06-19 John HodgeModules/PL110 - Updated to recent(ish) VFS change
2013-06-18 John HodgeModules/AHCI - Init almost complete, connection detect...
2013-06-18 John HodgeModules/LVM - Added handle return to LVM volume creation
2013-06-17 John HodgeExternals/common.mk - Fixed depenency issues
2013-06-17 John HodgeExternals - libsdl compiling, may not work
2013-06-17 John HodgeExternals - Pondering mplayer
2013-06-17 John HodgeModules/AHCI - Creeping towards useful
2013-06-17 John HodgeUsermode/libc - inttypes.h fixed to include stdint.h
2013-06-17 John HodgeModules/AHCI - Slowly fiddling
2013-06-17 John HodgeExternals - Added start of a libSDL port, added autorec...
2013-06-12 John HodgeTools/GCCProxy - Tweaked to handle --version correctly
2013-06-12 John HodgeUsermode/libc - A little bit of POSIX signals
2013-06-09 John HodgeUsermode/lib{c,posix} - Adding clock_* POSIX functions
2013-06-09 John HodgeExternals/mesa - Incomplete makefile
2013-06-08 John HodgeExternals/libpng - Compiles
2013-06-08 John HodgeUsermode - Moved common portions of the Makefile.cfg...
2013-06-08 John HodgeUsermode/libm - Stubbed up a quick libm (using gcc...
2013-06-08 John HodgeExternals/freetype - Appears to work
2013-06-08 John HodgeExternals - gitignore
2013-06-08 John HodgeExternals/dropbear - Works, but install might be failing
2013-06-08 John HodgeExternals/dropbear - Untested makefile and patchset
2013-06-08 John HodgeTools/GCCProxy - Added '-fno-omit-frame-pointer' to...
2013-06-08 John HodgeExternals - Added zlib meta-makefile (and common)
2013-05-22 John HodgeCleaned up some TODOs
2013-05-21 John HodgeUsermode/libposix - Hacked translation of termios-ptymode
next

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