tpg/acess2.git
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
2013-05-20 John HodgeKernel/VTerm - Include forgotten 2D command handling
2013-05-20 John HodgeUsermode/libreadline - Fixed for new PTY
2013-05-20 John HodgeUsermode/libposix - Fixed getpass for new PTY
2013-05-20 John HodgeUsermode/login - Added PTY mode reset before showing...
2013-05-20 John HodgeUsermode/AxWin3 - Updated for PTY support
2013-05-20 John HodgeKernel/VTerm,PTY - Replaced VTerm buffers with PTY...
2013-05-20 John HodgeUsermode/ld-acess - PTY 2D commands
2013-05-18 John HodgeKernel - Misc fixes and debug in VTerm/PTY, AxWin3...
2013-05-18 John HodgeUsermode/init,login - Updated to new PTY code
2013-05-18 John HodgeKernel - Integrated PTY with VTerm, userland currently...
2013-05-18 John HodgeUsermode/GUI Terminal - Switched to PTY instead of...
2013-05-18 John HodgeUsermode/ld-acess - Fixed compilation errors in devices...
2013-05-18 John HodgeKernel/PTYs - Fixed maths error causing page fault
2013-05-18 John HodgeKernel/threads - Fixed infinite fault loop if thread...
2013-05-17 John HodgeKernel/PTYs - Finishing touches on implimentation
2013-05-17 John HodgeKernel - Implimenting PTYs (untested, unintegrated)
2013-05-16 John HodgeUsermode/libposix - Fixed bug in getpass (didn't trim \n)
2013-05-16 John HodgeKernel/VFS - Fixed bug with setting flags on FD0
2013-05-16 John HodgeUsermode/libc,libpsocket - Various fixes to psockets...
2013-05-16 John HodgeKernel - Implimented VFS_Reopen
2013-05-16 John HodgeKernel - Added 'Flags' param to VFS Read/Write/FindDir
2013-05-15 John Hodge... Usermode/libposix - Misc
2013-05-15 John Hodge... Kernel - SYS_FDCTL
2013-05-15 John Hodge... Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2013-05-15 John HodgeKernel - Working on SYS_COPYFD
2013-05-15 John HodgeUsermode/libposix - fcntl and debug
2013-05-15 John Hodge... Kernel - Defaulted FRandom 'DataAvaliable' to 1
2013-05-15 John Hodge... Usermode/libposix - Fixed duplicate definition of uid_t
2013-05-14 John HodgeUsermode/libposix - Fixed getpass() argument
2013-05-14 John HodgeKernel - Added fast random (ala /dev/urandom), good...
2013-05-14 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-14 John HodgeTools/GCCProxy - Moved libgcc to last item in link...
2013-05-14 John HodgeUsermode/libposix - Implimenting functions for dropbear
next

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