Usermode/libc - Fix time conversion code
[tpg/acess2.git] / Usermode / Libraries / libc.so_src /
2012-12-08 John Hodge (sonata)Merge branch 'master' of ted.mutabah.net:acess2
2012-12-07 John HodgeUsermode/libc-libposix - Features for SpiderWeb/SpiderS...
2012-12-04 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-12-04 John HodgeMerge branch 'master' of git://localhost/acess2
2012-12-01 John Hodge (sonata)Kernel - Imported userland strtoi file (and other minor...
2012-11-29 John Hodge (sonata)Usermode - Renamed VFS syscalls to _Sys* to remove...
2012-11-28 John Hodge (sonata)Usermode/libc - Cleanup of source
2012-11-28 John Hodge (sonata)Usermode - A few tweaks to POSIX emulation for dropbear
2012-11-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-11-06 John Hodge (sonata)ld-acess/libc - Implimenting functions required by...
2012-11-04 John Hodge (sonata)User/Kernel - ARMv7 fixes (relocation of .text)
2012-10-16 John Hodge (sonata)Usermode/libc - scanf() and many other cleanups
2012-10-10 John Hodgelibc+AxWin3 - RichText rendering, scanf
2012-10-03 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-09-01 John HodgeUsermode/libc - Adding features
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 git.mutabah.net:acess2
2012-08-03 John HodgeUsermode - Added armv6 userland shims
2012-08-01 John HodgeUsermode - heap debugging and memmove speedup
2012-08-01 John HodgeUserland/libc - (minor) Debugging in heap
2012-07-31 John HodgeUsermode/libc - Fix bug in strtol
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-06-14 John HodgeUsermode/libc - Implimented abs/labs for a ported game
2012-05-26 John HodgeMerge branch 'master' of git://cadel.mutabah.net/acess2
2012-05-24 John HodgeUsermode - Moved include files to each library's directory
2012-05-20 John HodgeLittle bugfixes to userland
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)
2011-12-08 John HodgeFixing new build system
2011-12-07 John HodgeUsermode - Working on new build/makefile system
2011-11-17 John HodgeUsermode/libc - Fixing little bugs/speed issues
2011-11-11 John HodgeUsermode/libc - Slightly smarter memcpy
2011-11-06 John HodgeUsermode - Slight changes, debug/commenting only
2011-11-03 John HodgeUsermode/libc - Fixing some bugs in environment handling
2011-10-20 John HodgeUsermode/libc - Fixed libc from assuming 32-bit pointer...
2011-10-12 John HodgeMajor build system changes
2011-10-11 John HodgeLibraries/ld-acess - Cleaning up
2011-10-06 John HodgeUsermode/libc - Look ma! setjmp
2011-10-06 John HodgeReworking usermode/libc to closer C compliance
2011-08-28 John HodgeUsermode/ld-acess - Disabled PIC (not needed) mmap_binary
2011-08-10 John HodgeUsermode/libc - Changes to get NASM/irssi/bash ......
2011-08-08 John HodgeUsermode/libc - Implementing POSIX/BSD sockets
2011-08-08 John HodgeUsermode - Switched to the POSIX read()/write() argumen...
2011-08-04 John HodgeUsermode/libc - Fixed implementation of atexit and...
2011-06-16 John HodgeUsermode - IRC Client
2011-06-07 John HodgeNetworking - Heaps of changes
2011-05-25 John HodgeMerge branch 'master' of [email protected]:acess2
2011-05-16 John HodgeMisc fixes to libc, added ISADMA to core Makefile.cfg
2011-03-24 John HodgeMore work on x86_64 port of usermode
2011-03-24 John HodgeUsermode/Libs - x86_64 port in progress
2011-02-27 John Hodgelibc - Fixed an embarrasing bug in strchr :|
2011-02-12 John HodgeBig bugfixes from trying a Clone/fork bomb
2010-11-27 John HodgeUsermode build system overhaul
2010-11-06 John HodgeComposite commit (GUI / Networking)
2010-08-24 John HodgeTrying to reduce the ability for a fork bomb to fault...
2010-08-17 John HodgeSpiderScript! (with a sample script)
2010-08-07 John HodgeFixed behavior of VTerm when driver is set at runtime
2010-06-20 John HodgeMisc debug to fix a printf bug, traced the bug to 64...
2010-05-11 John HodgeMerge branch 'master' of [email protected]:acess2
2010-05-03 John HodgeBugfixes to usermode 64-bit division, more work on...
2010-04-30 John HodgeMany changes, bugfixes to user vsnprintf and to escape...
2010-04-26 John HodgeAdded calloc to libc
2010-04-23 John HodgeHalfway through deciding where to put the error handler...
2010-04-23 John HodgeFixes to VM8086 handler to remove operand size errors.
2010-04-14 John HodgeRenamed libc filename, disabled debug and reenabled...
2009-12-27 John HodgeUpdated build system to remove `install` from `all`
2009-12-26 John HodgeUpdated the build files to use $(xCP), allows use of...
2009-11-19 John HodgeCleanup and Bugfixes
2009-11-17 John HodgeCleanups & Implementations to allow IPStack to compile
2009-11-13 John HodgeFixes and Cleanup
2009-10-26 John HodgeFixes to Libc, Doxygen Comments and VTerm layout
2009-10-10 John HodgeVarious Changes
2009-10-03 John HodgeFixed correctness in stdio, minor changes in ls to...
2009-10-02 John HodgeCleanup
2009-10-02 John HodgeRemoved Page directory dump, added a mention of the...
2009-09-30 John HodgeFixed Segfault if execve fails, fixed errors in LibC...
2009-09-30 John HodgeImmense cleanup of libc, implemening login program...
2009-09-22 John HodgeFixed bug in libc.so/brk(), fixed support for VT100...
2009-09-21 John HodgeAdding usermode tree

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