2014-11-05 |
John Hodge (sonata) | ARCH=native Fix crtn to return |
tree | commitdiff |
2014-11-03 |
John Hodge (sonata) | Usermode/ld-acess - Overhaul cleanup of ELF loader |
tree | commitdiff |
2014-11-03 |
John Hodge (sonata) | Usermode/libc - Fix not loading crt0.s in libc |
tree | commitdiff |
2014-10-18 |
John Hodge (sonata) | ARCH=native - Fix compilation on newer compilers (link... |
tree | commitdiff |
2014-10-17 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
tree | commitdiff |
2014-10-17 |
John Hodge | Fix ARCH=native compiling |
tree | commitdiff |
2014-09-28 |
John Hodge (sonata) | Usermode/libc - Fix inttypes.h |
tree | commitdiff |
2014-09-27 |
John Hodge | Random work on C++11 printf |
tree | commitdiff |
2014-09-04 |
John Hodge | Usermode/c++extras - Cleanup of cprintf code |
tree | commitdiff |
2014-09-02 |
John Hodge | Usermode/libc++_extras - Work on a C++ printf implement... |
tree | commitdiff |
2014-08-25 |
John Hodge | Usermode - Hacky and stubbed libiconv and libintl clone... |
tree | commitdiff |
2014-08-25 |
John Hodge | Syscalls - Work on removing SysDebug (formatted), repla... |
tree | commitdiff |
2014-08-25 |
John Hodge | Usermode/AxWin4 - Controls working, starting on text |
tree | commitdiff |
2014-08-25 |
John Hodge | Usermode/Core Libs - Fix CRT* file types |
tree | commitdiff |
2014-08-24 |
John Hodge | x86_64 build working with new compiler |
tree | commitdiff |
2014-08-18 |
John Hodge | Usermode/AxWin4 - Shared buffers working, added DrawCtr... |
tree | commitdiff |
2014-08-18 |
John Hodge | Usermode/libaxwin4 - Fix to reply waiting (thread safet... |
tree | commitdiff |
2014-08-18 |
John Hodge | Usermode/ld-acess - Fix dynamic linking quirk (STB_WEAK... |
tree | commitdiff |
2014-08-18 |
John Hodge | Usermode/libc++ - Many fixes and cleanups |
tree | commitdiff |
2014-08-18 |
John Hodge | Usermode/libc - Move free logic to another method,... |
tree | commitdiff |
2014-06-23 |
John Hodge | Tools/NetTest - Fix compilation errors |
tree | commitdiff |
2014-06-22 |
John Hodge | Usermode/AxWin4 - Working in shared memory usage |
tree | commitdiff |
2014-06-22 |
John Hodge | Kernel/VFS - Truncate support, mmap fixes |
tree | commitdiff |
2014-06-21 |
John Hodge | Usermode/ld-acess - Fix syscall arg count for SysDebugHex |
tree | commitdiff |
2014-06-21 |
John Hodge | Usermode/ld-acess - STB_WEAK local symbols |
tree | commitdiff |
2014-06-21 |
John Hodge | Usermode/AxWin4 - Screen dimensions acquisition, speedu... |
tree | commitdiff |
2014-06-10 |
John Hodge | Usermode/AxWin4 - Input progressing |
tree | commitdiff |
2014-06-08 |
John Hodge | Usermode/AxWin4 - Mouse input in progress |
tree | commitdiff |
2014-06-08 |
John Hodge | Usermode/AxWin4 - Rendering random data successfully now |
tree | commitdiff |
2014-06-08 |
John Hodge | Usermode/libc++ - Override allocators to remove placeme... |
tree | commitdiff |
2014-06-08 |
John Hodge | Usermode/Syscalls - Add WriteAt/ReadAt syscalls |
tree | commitdiff |
2014-06-08 |
John Hodge | Usermode/AxWin4 - PushData implemented |
tree | commitdiff |
2014-06-08 |
John Hodge | Usermode/AxWin4 - Add very basic start on a UI program |
tree | commitdiff |
2014-06-08 |
John Hodge | Usermode/AxWin4 - Slowly implementing |
tree | commitdiff |
2014-06-08 |
John Hodge | Usermode - Remove acess.ld (unneeded now) |
tree | commitdiff |
2014-06-08 |
John Hodge | Usermode/libaxwin4 - Fix bad message ID for resize... |
tree | commitdiff |
2014-06-08 |
John Hodge | Usermode/libc++ - Fix system_error construction, silcen... |
tree | commitdiff |
2014-06-08 |
John Hodge | Usermode/libc++ - STL Fix string termination, silence... |
tree | commitdiff |
2014-06-06 |
John Hodge | Usermode/libc++ - Exception handling implemented (parti... |
tree | commitdiff |
2014-06-06 |
John Hodge | Usermode/syscalls - Add SysDebugHex syscall (Debug_HexDump) |
tree | commitdiff |
2014-05-31 |
John Hodge | Usermode/init - Better logging |
tree | commitdiff |
2014-05-31 |
John Hodge | Usermode/AxWin4 - Fix deserialiser, ::std::map for... |
tree | commitdiff |
2014-05-31 |
John Hodge | Usermode/libposix - Update makefile to include crt... |
tree | commitdiff |
2014-05-31 |
John Hodge | Usermode/libc - Makefile update, move stdin/... to... |
tree | commitdiff |
2014-05-31 |
John Hodge | Usermode/libc++ - ::std::map implementation mostly |
tree | commitdiff |
2014-05-31 |
John Hodge | BuildConf - Switch to OS specific cross-compiler (inste... |
tree | commitdiff |
2014-05-31 |
John Hodge | Usermode/crt0 - Added shared version for libraries |
tree | commitdiff |
2014-05-31 |
John Hodge | Usermode/ld-acess - Large cleanup to ELF dynamic linking |
tree | commitdiff |
2014-05-26 |
John Hodge | Usermode/crt0 - Replaced crtbegin/crtend with crti... |
tree | commitdiff |
2014-05-26 |
John Hodge | Usermode/libaxwin4 - Implementation and debug |
tree | commitdiff |
2014-05-26 |
John Hodge | Usermode/libc++ - Debug in cxa code, list emplace and... |
tree | commitdiff |
2014-05-26 |
John Hodge | Usermode/AxWin4 - Server implementation runnable |
tree | commitdiff |
2014-05-24 |
John Hodge | Usermode/AxWin4 - Starting work on client-side library |
tree | commitdiff |
2014-05-24 |
John Hodge | Usermode/libc++ - system_error and vector implementation |
tree | commitdiff |
2014-05-24 |
John Hodge | Usermode/AxWin4 - Add forgotten cursor (same file as... |
tree | commitdiff |
2014-05-24 |
John Hodge | Usermode/AxWin4 - Server implemenation moving along |
tree | commitdiff |
2014-05-24 |
John Hodge | Usermode/libc++ - Tweaks to STL |
tree | commitdiff |
2014-05-23 |
John Hodge | Tests - Cleanup (disabling TCP Window Size module test) |
tree | commitdiff |
2014-05-23 |
John Hodge | Usermode/axwin4 - Continuing |
tree | commitdiff |
2014-05-23 |
John Hodge | Usermode/libc++ - ::std::list allocator and insert... |
tree | commitdiff |
2014-05-22 |
John Hodge | Usermode/irc - Fix scrolling on new messages. |
tree | commitdiff |
2014-05-21 |
John Hodge | Usermode/libc++ - Exceptions mostly |
tree | commitdiff |
2014-05-21 |
John Hodge | usermode/axwin4 - Blit to screen planned |
tree | commitdiff |
2014-05-21 |
John Hodge | Usermode/irc - Fix pointer mismatch printing new messages |
tree | commitdiff |
2014-05-18 |
John Hodge | Usermode/libc++ - Exception handling in progress (build... |
tree | commitdiff |
2014-05-18 |
John Hodge | Usermode/Applications - Set GNU++11 for C++ compilation |
tree | commitdiff |
2014-05-18 |
John Hodge | Usermode/libc++ - Starting on a hacky STL implementation |
tree | commitdiff |
2014-05-18 |
John Hodge | Usermode/AxWin4 - Code now compiling (if STL is present) |
tree | commitdiff |
2014-05-18 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
tree | commitdiff |
2014-05-18 |
John Hodge | Usermode/gui_terminal - Minor touches to VT100 handling |
tree | commitdiff |
2014-05-18 |
John Hodge | Usermode/libnet - Fix IPV4 parsing code to use stroul |
tree | commitdiff |
2014-05-18 |
John Hodge | Usermode/Makefile - Use a single command for dependency... |
tree | commitdiff |
2014-05-18 |
John Hodge | Usermode/irc - New code working, glitches on wrapped... |
tree | commitdiff |
2014-05-18 |
John Hodge (sonata) | Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2 |
tree | commitdiff |
2014-05-17 |
John Hodge | Usermode/irc - Rework into multiple files |
tree | commitdiff |
2014-05-17 |
John Hodge | Usermode/ld-acess - Fix x86_64 not saving RBP on no... |
tree | commitdiff |
2014-05-17 |
John Hodge | Usermode/axwin4 - Starting on implementation |
tree | commitdiff |
2014-05-14 |
John Hodge | Merge branch 'master' of git://github.com/thepowersgang... |
tree | commitdiff |
2014-05-12 |
John Hodge | UTest+MTest - Minor makefile fixes for travis-ci |
tree | commitdiff |
2014-05-11 |
John Hodge | Usermode/AxWin4 - Planning mostly |
tree | commitdiff |
2014-05-11 |
John Hodge | Merge branch 'master' of github.com:thepowersgang/acess2 |
tree | commitdiff |
2014-05-11 |
John Hodge | Makefile - Fix mtest target (and clean up utest targets) |
tree | commitdiff |
2014-05-11 |
John Hodge | Usermode/libc - Fixes and additions from curl |
tree | commitdiff |
2014-05-11 |
John Hodge | Usermode/libposix - Updates to get curl and netsurf... |
tree | commitdiff |
2014-05-10 |
John Hodge | Usermode/libm - Add hacky INFINITY and NAN macros |
tree | commitdiff |
2014-05-10 |
John Hodge | Usermode/libc - Actually fix strtoi (passing utest... |
tree | commitdiff |
2014-05-10 |
John Hodge | Usermode/libc - Add C99 errno values, fix compile error... |
tree | commitdiff |
2014-05-10 |
John Hodge | Usermode/libposix - add stubbed getopt |
tree | commitdiff |
2014-05-10 |
John Hodge | Usermode/libc - Fix over-use of 64-bit divide in strtoull |
tree | commitdiff |
2014-05-10 |
John Hodge | Usermode/libc - Fix and unit test strtoull/* behavior... |
tree | commitdiff |
2014-05-10 |
John Hodge | Usermode/init - Minor cleanup (removal of unneeded... |
tree | commitdiff |
2014-05-10 |
John Hodge | Usermode/libc - Fix edge case crash with realloc on... |
tree | commitdiff |
2014-05-10 |
John Hodge | Usermode/Terminal - Handling for bright colours, others |
tree | commitdiff |
2014-04-08 |
John Hodge (sonata) | Merge branch 'master' of git://cadel.mutabah.net/acess2 |
tree | commitdiff |
2014-03-22 |
John Hodge | Usermode/irc - Tweaking for terminal handling fixes |
tree | commitdiff |
2014-03-16 |
John Hodge | Usermode/ld-acess - Fix unconditional inclusion of... |
tree | commitdiff |
2014-03-16 |
John Hodge | Usermode/ld-acess - Fix constness in FD_ISSET |
tree | commitdiff |
2014-03-15 |
John Hodge (sonata) | Minor misc fixes |
tree | commitdiff |
2014-03-15 |
John Hodge (sonata) | Merge branch 'master' of git://ted.mutabah.net/acess2 |
tree | commitdiff |
2014-03-15 |
John Hodge | Usermode/libpsocket - (minor) Commenting for DNS |
tree | commitdiff |
next |