Usermode/libaxwin4 - Handle demarshal failure
[tpg/acess2.git] / Usermode / Libraries /
2014-11-06 John Hodge (sonata)Usermode/libaxwin4 - Handle demarshal failure
2014-11-06 John Hodge (sonata)Usermode/libc++ - Fix off by one in map indexing
2014-11-05 John Hodge (sonata)Usermode/libc++ - Add another DWARF encoding type to...
2014-11-05 John Hodge (sonata)Usermode/AxWin4 - (minor) Log and fail when wrong windo...
2014-11-05 John Hodge (sonata)ARCH=native Fix crtn to return
2014-11-03 John Hodge (sonata)Usermode/ld-acess - Overhaul cleanup of ELF loader
2014-11-03 John Hodge (sonata)Usermode/libc - Fix not loading crt0.s in libc
2014-10-18 John Hodge (sonata)ARCH=native - Fix compilation on newer compilers (link...
2014-10-17 John HodgeMerge branch 'master' of git://localhost/acess2
2014-10-17 John HodgeFix ARCH=native compiling
2014-09-28 John Hodge (sonata)Usermode/libc - Fix inttypes.h
2014-09-27 John HodgeRandom work on C++11 printf
2014-09-04 John HodgeUsermode/c++extras - Cleanup of cprintf code
2014-09-02 John HodgeUsermode/libc++_extras - Work on a C++ printf implement...
2014-08-25 John HodgeUsermode - Hacky and stubbed libiconv and libintl clone...
2014-08-25 John HodgeSyscalls - Work on removing SysDebug (formatted), repla...
2014-08-25 John HodgeUsermode/AxWin4 - Controls working, starting on text
2014-08-25 John HodgeUsermode/Core Libs - Fix CRT* file types
2014-08-24 John Hodgex86_64 build working with new compiler
2014-08-18 John HodgeUsermode/libaxwin4 - Fix to reply waiting (thread safet...
2014-08-18 John HodgeUsermode/ld-acess - Fix dynamic linking quirk (STB_WEAK...
2014-08-18 John HodgeUsermode/libc++ - Many fixes and cleanups
2014-08-18 John HodgeUsermode/libc - Move free logic to another method,...
2014-06-22 John HodgeUsermode/AxWin4 - Working in shared memory usage
2014-06-22 John HodgeKernel/VFS - Truncate support, mmap fixes
2014-06-21 John HodgeUsermode/ld-acess - Fix syscall arg count for SysDebugHex
2014-06-21 John HodgeUsermode/ld-acess - STB_WEAK local symbols
2014-06-21 John HodgeUsermode/AxWin4 - Screen dimensions acquisition, speedu...
2014-06-08 John HodgeUsermode/AxWin4 - Mouse input in progress
2014-06-08 John HodgeUsermode/libc++ - Override allocators to remove placeme...
2014-06-08 John HodgeUsermode/Syscalls - Add WriteAt/ReadAt syscalls
2014-06-08 John HodgeUsermode/AxWin4 - PushData implemented
2014-06-08 John HodgeUsermode - Remove acess.ld (unneeded now)
2014-06-08 John HodgeUsermode/libaxwin4 - Fix bad message ID for resize...
2014-06-08 John HodgeUsermode/libc++ - Fix system_error construction, silcen...
2014-06-08 John HodgeUsermode/libc++ - STL Fix string termination, silence...
2014-06-06 John HodgeUsermode/libc++ - Exception handling implemented (parti...
2014-06-06 John HodgeUsermode/syscalls - Add SysDebugHex syscall (Debug_HexDump)
2014-05-31 John HodgeUsermode/libposix - Update makefile to include crt...
2014-05-31 John HodgeUsermode/libc - Makefile update, move stdin/... to...
2014-05-31 John HodgeUsermode/libc++ - ::std::map implementation mostly
2014-05-31 John HodgeBuildConf - Switch to OS specific cross-compiler (inste...
2014-05-31 John HodgeUsermode/crt0 - Added shared version for libraries
2014-05-31 John HodgeUsermode/ld-acess - Large cleanup to ELF dynamic linking
2014-05-26 John HodgeUsermode/crt0 - Replaced crtbegin/crtend with crti...
2014-05-26 John HodgeUsermode/libaxwin4 - Implementation and debug
2014-05-26 John HodgeUsermode/libc++ - Debug in cxa code, list emplace and...
2014-05-24 John HodgeUsermode/AxWin4 - Starting work on client-side library
2014-05-24 John HodgeUsermode/libc++ - system_error and vector implementation
2014-05-24 John HodgeUsermode/libc++ - Tweaks to STL
2014-05-23 John HodgeTests - Cleanup (disabling TCP Window Size module test)
2014-05-23 John HodgeUsermode/libc++ - ::std::list allocator and insert...
2014-05-21 John HodgeUsermode/libc++ - Exceptions mostly
2014-05-18 John HodgeUsermode/libc++ - Exception handling in progress (build...
2014-05-18 John HodgeUsermode/libc++ - Starting on a hacky STL implementation
2014-05-18 John HodgeMerge branch 'master' of git://localhost/acess2
2014-05-18 John HodgeUsermode/libnet - Fix IPV4 parsing code to use stroul
2014-05-18 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2014-05-17 John HodgeUsermode/ld-acess - Fix x86_64 not saving RBP on no...
2014-05-14 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2014-05-12 John HodgeUTest+MTest - Minor makefile fixes for travis-ci
2014-05-11 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2014-05-11 John HodgeMakefile - Fix mtest target (and clean up utest targets)
2014-05-11 John HodgeUsermode/libc - Fixes and additions from curl
2014-05-11 John HodgeUsermode/libposix - Updates to get curl and netsurf...
2014-05-10 John HodgeUsermode/libm - Add hacky INFINITY and NAN macros
2014-05-10 John HodgeUsermode/libc - Actually fix strtoi (passing utest...
2014-05-10 John HodgeUsermode/libc - Add C99 errno values, fix compile error...
2014-05-10 John HodgeUsermode/libposix - add stubbed getopt
2014-05-10 John HodgeUsermode/libc - Fix over-use of 64-bit divide in strtoull
2014-05-10 John HodgeUsermode/libc - Fix and unit test strtoull/* behavior...
2014-05-10 John HodgeUsermode/libc - Fix edge case crash with realloc on...
2014-04-08 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2014-03-16 John HodgeUsermode/ld-acess - Fix unconditional inclusion of...
2014-03-16 John HodgeUsermode/ld-acess - Fix constness in FD_ISSET
2014-03-15 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-15 John HodgeUsermode/libpsocket - (minor) Commenting for DNS
2014-03-11 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-11 John Hodge (sonata)Usermode/ld-acess - (minor) assert.h in elf.c
2014-03-11 John Hodge (sonata)Usermode/libposix - Fix types in select, minor in crypt
2014-03-11 John Hodge (sonata)Usermode/libpsocket - Constify and bugfix
2014-03-10 John Hodge (sonata)Usermode/liburi - (minor) Remove unused variable
2014-03-10 John Hodge (sonata)Usermode/libnet - Fix bug with IPv6 parsing, constify
2014-03-10 John Hodge (sonata)Usermode/libimage_sif - Silence, scum!
2014-03-10 John HodgeUsermode/libposix - Basic stat() emulation
2014-03-09 John HodgeUsermode - C++ support, crtbegin/crtend
2014-03-09 John HodgeUsermode/libc++ - Basic C++ runtime implementation
2014-03-09 John HodgeUsermode/ld-acess - C++ wrapping, fix return type of...
2014-03-09 John HodgeUsermode/libm - Wrap builtin log
2014-03-09 John HodgeUsermode/libpsocket - Minor fixes
2014-03-09 John HodgeUsermode/libposix - Stubbed functions for bochs
2014-03-09 John HodgeUsermode/libc - Time formatting, stub locale.h, rename...
2014-03-08 John HodgeUsermode/libpsocket - Header wrapping, byte ordering...
2014-03-08 John HodgeUsermode/libposix - Header wrapping, mktemp
2014-03-08 John HodgeUsermode/libc - C++ wrapping in headers, time rework
2014-02-16 John HodgeUsermode/libreadline - Fix backspace
2014-02-15 John HodgeKernel - Fix compilation on x86_64 and armv7 (for MM...
2014-02-09 John HodgeUsermode/libc - Flush stdout on getchar
2014-02-09 John HodgeKernel/PTYs - NL->CR translation (disabled)
2014-02-09 John HodgeUsermode/libposix - Add baud rates to termios
next

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