Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / Usermode / Libraries /
2012-08-14 John HodgeMerge branch 'master' of git://localhost/acess2
2012-08-08 John HodgeUsermode - Renamed readdir() to SysReadDir()
2012-08-05 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-08-05 John HodgeMerge branch 'master' of git.mutabah.net:acess2
2012-08-05 John HodgeUsermode/AxWin3 - Minor changes
2012-08-03 John HodgeUsermode - Added armv6 userland shims
2012-08-03 John HodgeUsermode - Slight fixes in preparation for armv6
2012-08-01 John HodgeUsermode - heap debugging and memmove speedup
2012-08-01 John HodgeUserland/libc - (minor) Debugging in heap
2012-08-01 John HodgeUsermode - Removed axwin2 (completly defunct)
2012-07-31 John HodgeUsermode/AxWin3 - Added keysyms (symlink to kernel...
2012-07-31 John HodgeUsermode/libc - Fix bug in strtol
2012-07-31 John HodgeAxWin3 - Bugfixes everywhere, hotkeys working
2012-07-31 John HodgeUsermode/ld-acess - Removed libgcc exports
2012-07-30 John HodgeUsermode/libc - Implimented strtoll/strtol
2012-07-17 John HodgeMerge branch 'master' of git://localhost/acess2
2012-07-15 John HodgeGeneral cleanup and bugfixes
2012-07-14 John HodgeMerge branch 'master' of ted.mutabah.net:acess2
2012-07-04 John HodgeUsermode - Fixes to magic non-recusive build
2012-06-14 John HodgeCommon/ELF Loader - Debug fixes and detection for no...
2012-06-14 John HodgeUsermode/build - Added the actual version of libgcc...
2012-06-14 John HodgeUsermode/libc - Implimented abs/labs for a ported game
2012-05-27 John HodgeUsermode/libpsocket - Heaps of work on getaddrinfo
2012-05-27 John HodgeUsermode/libnet - Sorting things out (and made a TCP...
2012-05-27 John HodgeUsermode - Added O_RDWR and friends to unistd.h
2012-05-27 John HodgeUsermode/libpsocket - Working on BSD/POSIX socket emulation
2012-05-26 John HodgeMerge branch 'master' of git://cadel.mutabah.net/acess2
2012-05-24 John HodgeFixing up misc x86-64 bugs
2012-05-24 John HodgeUsermode - Moved include files to each library's directory
2012-05-20 John HodgeLittle bugfixes to userland
2012-05-18 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-05-18 John HodgeUsermode/DHCPC - Bugfixing and implementing select...
2012-04-24 John HodgeMerge branch 'master' of git.mutabah.net:acess2
2012-04-22 John HodgeMerge branch 'master' of cadel.mutabah.net:acess2
2012-04-20 John HodgeUsermode - Removed SpiderScript
2012-04-20 John HodgeSpiderScript - Moved header to directory, ready to...
2012-04-20 John HodgeSpiderScript - Implementing object element/attribute...
2012-04-20 John HodgeSpiderScript - Fixed array behaviour, removed memory...
2012-04-17 John HodgeUsermode/SpiderScript - Added language namespace exports
2012-04-17 John HodgeUsermode/SpiderScript - Restructured namespace handling...
2012-04-17 John HodgeUsermode/SpiderScript - Added compile-time type checkin...
2012-04-15 John HodgeUsermode/spiderscript - Added generation-time type...
2012-04-15 John HodgeUsermode/libspiderscript - Fixed namespace scoping...
2012-04-15 John HodgeUsermode/libspiderscript - Cleaning code, made bytecode...
2012-04-14 John HodgeUsermode/libspiderscript - Fixing a multitude of bugs
2012-03-16 John HodgeFixing KMod support
2012-02-09 John HodgeMisc warning killing
2012-02-08 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-02-07 John HodgeOops
2012-02-07 John HodgeMore work on neatening code
2012-02-06 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-02-05 John HodgeNetworking - Reworked route table management
2012-02-05 John HodgeNetworking - Working on DHCP client (and related changes)
2012-01-30 John HodgeImplementing telnet server, fixes everywhere
2012-01-24 John HodgeIntegrating new event handling into userspace
2012-01-21 John HodgeCleaning up ignored files
2012-01-15 John HodgeOops, little fixes
2012-01-15 John HodgeFixing bugs exposed by scan-build
2011-12-10 John HodgeMoving more stuff to new makefiles
2011-12-09 John HodgeUsermode - Fixing sub-tree make support
2011-12-09 John HodgeFixed bad rule in ld-acess new build
2011-12-08 John HodgeFixing new build system
2011-12-08 John HodgeUsermode - More work on new build system
2011-12-07 John HodgeUsermode - Working on new build/makefile system
2011-12-02 John HodgeUsermode/crt0 - Fixed crt0 not calling _exit
2011-11-24 John HodgeUsermode/ld-acess - Fixed bug in syscall5/syscall6...
2011-11-23 John HodgeUsermode/ld-acess - Fixed bug with ARM nested functions
2011-11-20 John HodgeUsermode/ld-acess - Fixed bug in x86 main entrypoint
2011-11-17 John HodgeUsermode/Libs - Fixing misc compile warnings
2011-11-17 John HodgeUsermode/ld-acess - Added two more ARM relocation types
2011-11-17 John HodgeUsermode/crt0 - Cleaned up and added ctrbegin/crtend...
2011-11-17 John HodgeUsermode/libc - Fixing little bugs/speed issues
2011-11-12 John HodgeUsermode/ld-acess - Fixing x86_64 entrypoint
2011-11-11 John HodgeUsermode/libc - Slightly smarter memcpy
2011-11-06 John HodgeUsermode - Slight changes, debug/commenting only
2011-11-04 John HodgeUsermode/AxWin3 - Cleaning up and adding client widget...
2011-11-04 John HodgeUsermode/AxWin3 - Added symlink to handle -l dependency...
2011-11-04 John HodgeUsermode/AxWin3 - Moved interface library to Applicatio...
2011-11-04 John HodgeUsermode/AxWin3 - Implementing window creation
2011-11-04 John HodgeUsermode/AxWin3 - Working on IPC, compiles and runs...
2011-11-03 John HodgeUsermode/AxWin3 - Debugging IPC
2011-11-03 John HodgeUsermode/ld-acess - Fixed lack of envp
2011-11-03 John HodgeUsermode/libc - Fixing some bugs in environment handling
2011-11-02 John HodgeUsermode/AxWin3 - Workign on interface lib, adding...
2011-11-02 John HodgeUsermode/AxWin3 - Working on interface library
2011-11-01 John HodgeUsermode/AxWin3 - Implementing WM IPC calls in lib
2011-10-31 John HodgeUsermode/AxWin3 - Working on interface library
2011-10-30 John HodgeUsermode/AxWin3 - Working on the libaxwin3 API
2011-10-28 John HodgeUsermode/ld-acess - Moved ARMv7 ld-acess to top of...
2011-10-26 John HodgeUsermode/ld-acess - Added support for R_ARM_COPY
2011-10-26 John HodgeUsermode/ld-acess - Fixed ARMv7 syscalls to save LR...
2011-10-23 John HodgeUsermode/ld-acess - Fixed warning when debug is enabled
2011-10-23 John HodgeUsermode - Finally cleaned up ELF32 relocation
2011-10-20 John HodgeUsermode/ld-acess - Fixed ARM relocations
2011-10-20 John HodgeUsermode/ld-acess - Fixed error in x86_64 clone syscall
2011-10-20 John HodgeUsermode/libc - Fixed libc from assuming 32-bit pointer...
2011-10-19 John HodgeUsermode/ld-acess - Implemented R_836_COPY and R_X86_64...
2011-10-19 John HodgeUsermode/ld-acess - Fixed crash when arguments are...
2011-10-17 John HodgeMisc fixes, and I think I broke ld-acess x86_64 a while...
2011-10-17 John HodgeChanged i386 build to x86
next

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