2013-08-11 |
John Hodge | Usermode/libpsockets - Added basic services to getaddrinfo |
tree | commitdiff |
2013-08-07 |
John Hodge (sonata) | Usermode/ld-acess - Disabled destructive relocation |
tree | commitdiff |
2013-08-06 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
tree | commitdiff |
2013-08-01 |
John Hodge (sonata) | Merge branch 'master' of git://cadel.mutabah.net/acess2 |
tree | commitdiff |
2013-08-01 |
John Hodge (sonata) | Usermode/ld-acess - PYT Mode flags |
tree | commitdiff |
2013-07-31 |
John Hodge | Kernel - Changed PTY code to not expose userland server... |
tree | commitdiff |
2013-07-30 |
John Hodge | Usermode/ld-acess - Fixed missing dependency for syscalls |
tree | commitdiff |
2013-07-30 |
John Hodge | Usermode/libc - Added ENOTTY to errno |
tree | commitdiff |
2013-07-30 |
John Hodge | Usermode/libposix - PTY Support (stubbed) |
tree | commitdiff |
2013-07-27 |
John Hodge | Usermode/ld-acess - Added SysTimedSleep |
tree | commitdiff |
2013-07-27 |
John Hodge | Usermode - Handled read failures in readline correctly |
tree | commitdiff |
2013-07-27 |
John Hodge | Usermode/libpsocket - Fixed accept()'s prototype |
tree | commitdiff |
2013-07-27 |
John Hodge | Usermode/libc - Improved strerror, added some basic... |
tree | commitdiff |
2013-07-27 |
John Hodge | Usermode/libposix - Hacking up some functions to compil... |
tree | commitdiff |
2013-07-23 |
John Hodge | Usermode/AxWin3 - Added input support to RichText renderer |
tree | commitdiff |
2013-07-23 |
John Hodge | Usermode/libunicode - Cleaned up ReadUTF8 to support... |
tree | commitdiff |
2013-07-22 |
John Hodge | Usermode/libimage_sif - Added endian-flipping support |
tree | commitdiff |
2013-07-22 |
John Hodge | Usermode/ld-acess - Fixed errors when compiling stublib... |
tree | commitdiff |
2013-07-22 |
John Hodge | Usermode - Fixed scan-build complaints |
tree | commitdiff |
2013-07-22 |
John Hodge | Usermode/libc - Fixing errors from clang, disabled... |
tree | commitdiff |
2013-07-15 |
John Hodge | Usermode/libc - Fixed printf itoa putting precision... |
tree | commitdiff |
2013-07-15 |
John Hodge | Usermode/libc - Fixed some slight errno issues |
tree | commitdiff |
2013-07-15 |
John Hodge | Usermode/libc - Changed printf to work in strings inste... |
tree | commitdiff |
2013-07-14 |
John Hodge | Usermode/libc - AcessNative hacks to separate acess... |
tree | commitdiff |
2013-07-11 |
John Hodge | Usermode/libc - Fixed %x/%X being signed in printf |
tree | commitdiff |
2013-07-10 |
John Hodge | Merge branch 'master' of github.com:thepowersgang/acess2 |
tree | commitdiff |
2013-07-09 |
John Hodge | HOST=native - Fixes for new syscalls |
tree | commitdiff |
2013-07-03 |
John Hodge | Usermode/acess.ld - Ignore native script |
tree | commitdiff |
2013-07-03 |
John Hodge | Usermode/libposix - opendir/mkdir |
tree | commitdiff |
2013-07-03 |
John Hodge | Kernel/syscalls - Implimenting _SysMkDir |
tree | commitdiff |
2013-07-03 |
John Hodge | Usermode/Libraries - Hacks to get SDL ver of AxWin3... |
tree | commitdiff |
2013-07-03 |
John Hodge | Usermode/libgcc - Removed, shouldn't be needed anymore |
tree | commitdiff |
2013-07-02 |
John Hodge | AcessNative - Updated syscall names |
tree | commitdiff |
2013-07-02 |
John Hodge | Usermode/liburi - Replaced syscall file IO with stdio |
tree | commitdiff |
2013-07-01 |
John Hodge | Usermode/libc,libposix - Fixing errors in headers |
tree | commitdiff |
2013-06-17 |
John Hodge | Usermode/libc - inttypes.h fixed to include stdint.h |
tree | commitdiff |
2013-06-12 |
John Hodge | Usermode/libc - A little bit of POSIX signals |
tree | commitdiff |
2013-06-09 |
John Hodge | Usermode/lib{c,posix} - Adding clock_* POSIX functions |
tree | commitdiff |
2013-06-08 |
John Hodge | Usermode - Moved common portions of the Makefile.cfg... |
tree | commitdiff |
2013-06-08 |
John Hodge | Usermode/libm - Stubbed up a quick libm (using gcc... |
tree | commitdiff |
2013-05-27 |
John Hodge (sonata) | Usermode/libc - Moved perror to errno.c and implimented... |
tree | commitdiff |
2013-05-27 |
John Hodge (sonata) | Usermode/libc - Exit on heap corruption |
tree | commitdiff |
2013-05-27 |
John Hodge (sonata) | Usermode/libposix - Fixed compilation error with higher... |
tree | commitdiff |
2013-05-21 |
John Hodge | Usermode/libposix - Hacked translation of termios-ptymode |
tree | commitdiff |
2013-05-20 |
John Hodge | Usermode/libreadline - Fixed for new PTY |
tree | commitdiff |
2013-05-20 |
John Hodge | Usermode/libposix - Fixed getpass for new PTY |
tree | commitdiff |
2013-05-20 |
John Hodge | Usermode/ld-acess - PTY 2D commands |
tree | commitdiff |
2013-05-18 |
John Hodge | Kernel - Misc fixes and debug in VTerm/PTY, AxWin3... |
tree | commitdiff |
2013-05-18 |
John Hodge | Kernel - Integrated PTY with VTerm, userland currently... |
tree | commitdiff |
2013-05-18 |
John Hodge | Usermode/ld-acess - Fixed compilation errors in devices... |
tree | commitdiff |
2013-05-17 |
John Hodge | Kernel/PTYs - Finishing touches on implimentation |
tree | commitdiff |
2013-05-17 |
John Hodge | Kernel - Implimenting PTYs (untested, unintegrated) |
tree | commitdiff |
2013-05-16 |
John Hodge | Usermode/libposix - Fixed bug in getpass (didn't trim \n) |
tree | commitdiff |
2013-05-16 |
John Hodge | Usermode/libc,libpsocket - Various fixes to psockets... |
tree | commitdiff |
2013-05-15 |
John Hodge (sonata) | Usermode/libposix - Misc |
tree | commitdiff |
2013-05-15 |
John Hodge (sonata) | Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2 |
tree | commitdiff |
2013-05-15 |
John Hodge | Usermode/libposix - fcntl and debug |
tree | commitdiff |
2013-05-15 |
John Hodge (sonata) | Usermode/libposix - Fixed duplicate definition of uid_t |
tree | commitdiff |
2013-05-14 |
John Hodge | Usermode/libposix - Fixed getpass() argument |
tree | commitdiff |
2013-05-14 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
tree | commitdiff |
2013-05-14 |
John Hodge | Usermode/libposix - Implimenting functions for dropbear |
tree | commitdiff |
2013-05-14 |
John Hodge | Usermode - POSIX and C conformance changes |
tree | commitdiff |
2013-05-12 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
tree | commitdiff |
2013-05-08 |
John Hodge (sonata) | Usermode/libc - Misc unused change in printf %f |
tree | commitdiff |
2013-05-03 |
John Hodge (sonata) | Merge branch 'master' of github.com:thepowersgang/acess2 |
tree | commitdiff |
2013-04-26 |
John Hodge | Usermode/libpsocket - getnameinfo and other definitions |
tree | commitdiff |
2013-04-26 |
John Hodge | Usermode/libposix - More definitions on the way to... |
tree | commitdiff |
2013-04-26 |
John Hodge | Usermode/libc - More errno values and signal symbolic... |
tree | commitdiff |
2013-04-26 |
John Hodge | Usermode/libc - Fixed back-seek of -1 when a write... |
tree | commitdiff |
2013-04-26 |
John Hodge | Usermode/ld-acess - Bugfix and extra syscall |
tree | commitdiff |
2013-04-02 |
John Hodge (sonata) | Merge branch 'master' of git://cadel.mutabah.net/acess2 |
tree | commitdiff |
2013-04-02 |
John Hodge | Usermode/libc - Removed debug in stdio flush |
tree | commitdiff |
2013-03-31 |
John Hodge | Usermode - Added stdio output caching |
tree | commitdiff |
2013-03-29 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
tree | commitdiff |
2013-03-29 |
John Hodge | Usermode - ARCH=native changes, kinda borked |
tree | commitdiff |
2013-03-29 |
John Hodge (sonata) | Merge branch 'master' of git://cadel.mutabah.net/acess2 |
tree | commitdiff |
2013-03-28 |
John Hodge (sonata) | Usermode - Fixed incorrect use of vsnprintf |
tree | commitdiff |
2013-03-26 |
John Hodge | AcesNative+Usermode - libacessnative "works" (for some... |
tree | commitdiff |
2013-03-06 |
John Hodge | Usermode - libacess-native |
tree | commitdiff |
2013-03-06 |
John Hodge | Usermode - Hacking up native compilation target |
tree | commitdiff |
2013-03-05 |
John Hodge | Usermode/libc - Fixed setjmp.h relying on __is_ARCHDIR_*_ |
tree | commitdiff |
2013-03-05 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
tree | commitdiff |
2013-03-05 |
John Hodge (sonata) | Usermode/libc - Fixed switched SEEK_CUR/SEEK_SET values |
tree | commitdiff |
2013-03-05 |
John Hodge | Usermode/crt0 - Patching to support cross-compiler |
tree | commitdiff |
2013-03-03 |
John Hodge | Externals/cross-compiler - Patching to get things compiling |
tree | commitdiff |
2013-02-25 |
John Hodge | Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2 |
tree | commitdiff |
2013-02-20 |
John Hodge | AcessNative - Working on possible recompilation emulation |
tree | commitdiff |
2013-02-19 |
John Hodge | Usermode/libimage_sif - Cleanups |
tree | commitdiff |
2013-02-18 |
John Hodge | Usermode/libimage_sif - Fixed buggy loading code |
tree | commitdiff |
2013-02-18 |
John Hodge | Usermode/liburi - Fixed off-by-one in path code |
tree | commitdiff |
2013-02-18 |
John Hodge | Usermode/axwin3 - Window destruction and client exit |
tree | commitdiff |
2013-02-16 |
John Hodge | Usermode/libc - Messing about with %f |
tree | commitdiff |
2013-02-15 |
John Hodge | Usermode/libc - printf fixes |
tree | commitdiff |
2013-02-15 |
John Hodge | Makefiles - Silenced utest and mtest chatter |
tree | commitdiff |
2013-02-15 |
John Hodge | Usermode/libc - ftoa() fixes, current test set passes |
tree | commitdiff |
2013-02-15 |
John Hodge | Usermode/libc - Fixed itoa precision, ftoa rounding |
tree | commitdiff |
2013-02-14 |
John Hodge | Usermode - Unit tests called from root makefile |
tree | commitdiff |
2013-02-14 |
John Hodge | Usermode/libc - Fixed compilation issues in printf |
tree | commitdiff |
2013-02-14 |
John Hodge | Usermode/libc - Unit tests |
tree | commitdiff |
2013-02-09 |
John Hodge | Usermode/libc - Fixed DIV0 in fread/fopen |
tree | commitdiff |
next |