Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / AcessNative /
2015-02-16 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2015-02-15 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2015-01-12 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2014-12-28 John Hodge (sonata)AcessNative - Tweak run script to select root app
2014-12-26 John Hodge (sonata)AcessNative - Set SO_REUSEADDR
2014-12-26 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2014-11-27 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2014-11-09 John Hodge (sonata)Usermode/AxWin4 - Send mouse/keyboard events to client
2014-11-07 John Hodge (sonata)AcessNative - Add _SysTimestamp (based off gettimeofday)
2014-11-07 John Hodge (sonata)AcessNative - Remove errnous function defintions that...
2014-11-07 John Hodge (sonata)AcessNative - Add userland build to makefile
2014-11-06 John Hodge (sonata)AcessNative - Hexdump sycall, stub shm
2014-11-05 John Hodge (sonata)AcessNative - Fix incorrect VT name, clean up a warning
2014-11-05 John Hodge (sonata)AcessNative - Fixing bad handling of errors, add run...
2014-11-05 John Hodge (sonata)AcessNative - Clean up ELF loader code
2014-11-05 John Hodge (sonata)AcessNative - Fix compile errors from API changes ...
2014-10-17 John HodgeMerge branch 'master' of git://localhost/acess2
2014-10-17 John HodgeFix ARCH=native compiling
2014-03-15 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-11 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-10 John Hodge (sonata)AcessNative - Spawn in libacess-native (with AN_GETPATH...
2013-11-28 John HodgeAcessNative - TCP emulation working
2013-11-28 John HodgeAcessNative - Fixed excessive redraws
2013-11-23 John HodgeAcessNative - Adding network support
2013-11-06 John HodgeAcessNative - Rework of thread handling
2013-10-28 John HodgeAcessNative - Fix some compilation issues
2013-08-01 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-07-30 John HodgeAcessNative - added MkNod to nativefs
2013-07-22 John HodgeAcessNative - Cleaned up ld-acess syscall debug
2013-07-22 John HodgeAcessNative - Added heap shim to libacess-native, disab...
2013-07-22 John HodgeAcessNative - Cleanup of VFS handle debug
2013-07-15 John HodgeAcessNative/kernel - Fixed badly ordered syscalls
2013-07-14 John HodgeAcessNative - Added PTY init to AcessKernel
2013-07-14 John HodgeAcessNative/libacess-native.so - Fixed init code slightly
2013-07-10 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2013-07-09 John HodgeHOST=native - Fixes for new syscalls
2013-07-03 John HodgeAcessNative - Updates for recent changes
2013-07-02 John HodgeAcessNative - Updated syscall names
2013-05-14 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-13 John Hodge (sonata)AcessNative - Better error reporting in NativeFS
2013-04-02 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-03-29 John HodgeMerge branch 'master' of git://localhost/acess2
2013-03-29 John HodgeAcessNative - Fixed alignment on request header
2013-03-29 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-03-26 John HodgeAcessNative - Included ipcpipe for AxWin3
2013-03-26 John HodgeAcesNative+Usermode - libacessnative "works" (for some...
2013-03-06 John HodgeAcessNative - Working on libacess-native
2013-02-25 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-02-20 John HodgeAcessNative - Working on possible recompilation emulation
2013-01-30 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-28 John HodgeAcessNative/nativefs - Removed debug
2013-01-22 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-22 John HodgeMerge branch 'master' of git://localhost/acess2
2013-01-19 John Hodge (sonata)AcessNative - Fixes for recent userland changes, cleanups
2012-12-31 John HodgeMerge branch 'master' of git://localhost/acess2
2012-12-30 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2012-12-30 John HodgeAll - Changes for AcessNative on windows
2012-12-20 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2012-12-20 John HodgeAcessNative - Added item to gitignore
2012-12-04 John HodgeMerge branch 'master' of git://localhost/acess2
2012-11-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-11-11 John Hodge (sonata)AcessNative - Compile fixes after elf linking changes
2012-10-15 John Hodge (sonata)AcessNative - Silenced unneeded warnings
2012-10-13 John HodgeAxWin3 - Heaps of bugfixes to RichText renderer
2012-10-12 John HodgeAcessnative - Sys_Spawn implimented
2012-10-11 John HodgeAcessNative - Implimented user side of SysSpawn
2012-10-09 John HodgeAxWin - Adding clientside RichText render
2012-10-07 John HodgeAcessKernel - cleaning up debug messages
2012-10-07 John HodgeAcessNative - Mouse implimented, woot!
2012-10-07 John HodgeAcessNative - Fixed buggy SDL key mappings
2012-10-07 John HodgeMerge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2012-10-07 John HodgeAcessNative - Added message length to simplfy message...
2012-10-07 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-10-06 John HodgeAcessNative - Fixed windows symlink derps
2012-10-06 John HodgeAcessNative - Fixed missing header (typo)
2012-10-06 John HodgeAcessNative - Changes to allow _compiling_ on windows.
2012-10-04 John HodgeAcessNative - Handling for connection closures
2012-10-04 John HodgeAcessNative - Bugfixes 'r' us, GUI can start and render...
2012-10-04 John HodgeAcessNative - Disable optimisations to aid debug
2012-10-04 John HodgeAcessNative - Misc testing and bugfixing
2012-10-03 John HodgeAcessNative - Fixed CLIShell
2012-10-03 John HodgeAcessNative - Loads login process and runs again (shell...
2012-10-03 John HodgeAcessNative - TCP client implimented, buggy
2012-10-03 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-10-03 John HodgeAcessNative - Implimented (serverside) TCP
2012-08-22 John HodgeMerge branch 'master' of git://localhost/acess2
2012-08-21 John HodgeKernel - VFS API Update - ReadDir caller provided buffer
2012-07-14 John HodgeMerge branch 'master' of ted.mutabah.net:acess2
2012-07-14 John HodgeDiskTool - Autodetection of filesystems and better...
2012-07-14 John HodgeMerge branch 'master' of ted.mutabah.net:acess2
2012-07-13 John HodgeAcessNative/nativefs - Fixed memory leak due to Close...
2012-07-13 John HodgeAcessNative - Added write support to nativefs
2012-07-09 John HodgeAcessNative - Fixed nativefs using the wrong off_t
2012-07-09 John HodgeDiskTool - Compiling again, now with modules
2012-07-09 John HodgeDiskTook - Linked to AcessNative's nativefs, cleared...
2012-07-04 John HodgeAcessNative - Cleaning up debug
2012-07-04 John HodgeAcessNative - Fixing crashes
2012-05-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-05-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-05-09 John HodgeAcessNative - Fixing little bugs
next

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