Usermode/libaxwin4 - Implementation and debug
[tpg/acess2.git] / Usermode / Libraries /
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
2014-02-09 John HodgeUsermode/libc - Add isxdigit
2014-02-09 John HodgeUsermode/libc - Remove debug on fread
2014-01-08 John HodgeUsermode/libpsocket - Add MSG_* values for send/recv
2014-01-05 John HodgeBoth - Merge signal lists
2013-12-21 John HodgeUsermode/libc - Shut up stdio
2013-11-30 John HodgeUsermode/libposix - Added types for F_GETLK
2013-11-30 John HodgeUsermode/libc - Minor compilation fix
2013-11-30 John HodgeUsermode/libc - Added EAFNOSUPPORT
2013-11-29 John HodgeUsermode/libpsocket - Features used by irssi
2013-11-22 John HodgeUsermode/libposix - Clear stdin buffer in getpass
2013-11-21 John HodgeUsermode/libc - stdin caching
2013-11-18 John HodgeUsermode/libposix - termios and ioctl updates for dropb...
2013-10-28 John HodgeUsermode - Minor fix to ARCH=native
2013-10-08 John HodgeUsermode/libc - Fixed some warnings in strtoi tests
2013-10-07 John HodgeUsermode/libc - Fixed unit tests
2013-10-04 John HodgeUsermode/libc - Fixed buggy strtoi code
2013-09-19 John HodgeUsermode/libc - Fixed no definition for uid_t/pid_t...
2013-09-19 John HodgeUsermode/ld-acess - Fixed ld-acess failing to compile...
2013-09-16 John HodgeUsermode/ld-acess - Cleanup to ELF32 relocation code
2013-09-16 John HodgeUsermode/ld-acess - Added _SysLoadModule syscall
2013-09-10 John HodgeUsermode/AxWin3 - Added scroll command to richtext...
2013-09-10 John HodgeUsermode/libc - Rework malloc/free fixing many bugs
2013-09-10 John HodgeUsermode/libc - Minor fix to memmove
2013-09-08 John HodgeUsermode/libc - Switched assert() to use SysDebug inste...
2013-09-08 John HodgeKernel/PTYs - Added support for sending signals to...
2013-09-07 John HodgeUsermode/libc - Fixed fflush not handling errors
2013-09-07 John HodgeUsermode/libc - Minor cleanup to heap
2013-09-07 John HodgeUsermode/libc - Call ld-acess binary dump on fault
2013-09-07 John HodgeUsermode/ld-acess - Added exported function to dump...
2013-08-15 John HodgeUsermode/libc - open_memstream
2013-08-11 John HodgeUsermode/libpsockets - Added inet_pton/inet_ntop (stubbed)
2013-08-11 John HodgeUsermode/libpsockets - Added basic services to getaddrinfo
2013-08-07 John Hodge (sonata)Usermode/ld-acess - Disabled destructive relocation
2013-08-06 John HodgeMerge branch 'master' of git://localhost/acess2
2013-08-01 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-08-01 John Hodge (sonata)Usermode/ld-acess - PYT Mode flags
2013-07-31 John HodgeKernel - Changed PTY code to not expose userland server...
2013-07-30 John HodgeUsermode/ld-acess - Fixed missing dependency for syscalls
2013-07-30 John HodgeUsermode/libc - Added ENOTTY to errno
2013-07-30 John HodgeUsermode/libposix - PTY Support (stubbed)
2013-07-27 John HodgeUsermode/ld-acess - Added SysTimedSleep
2013-07-27 John HodgeUsermode - Handled read failures in readline correctly
2013-07-27 John HodgeUsermode/libpsocket - Fixed accept()'s prototype
2013-07-27 John HodgeUsermode/libc - Improved strerror, added some basic...
2013-07-27 John HodgeUsermode/libposix - Hacking up some functions to compil...
next

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