tpg/acess2.git
2014-05-18 John HodgeUsermode/libc++ - Exception handling in progress (build...
2014-05-18 John HodgeUsermode/Applications - Set GNU++11 for C++ compilation
2014-05-18 John HodgeUsermode/libc++ - Starting on a hacky STL implementation
2014-05-18 John HodgeUsermode/AxWin4 - Code now compiling (if STL is present)
2014-05-18 John HodgeModules/IPStack - Disable TCP debug
2014-05-18 John HodgeMerge branch 'master' of git://localhost/acess2
2014-05-18 John HodgeKernel/x86_64 - Fix MM_AllocDMA to handle NULL PAddr...
2014-05-18 John HodgeKernel/x86 - Fix not restoring registers in Proc_CloneInt
2014-05-18 John HodgeKernel/VTerm - Fix scroll in alt buffer
2014-05-18 John HodgeUsermode/gui_terminal - Minor touches to VT100 handling
2014-05-18 John HodgeUsermode/libnet - Fix IPV4 parsing code to use stroul
2014-05-18 John HodgeUsermode/Makefile - Use a single command for dependency...
2014-05-18 John HodgeModules/E1000 - (minor) Logging when init fails
2014-05-18 John HodgeUsermode/irc - New code working, glitches on wrapped...
2014-05-18 John Hodge... Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2014-05-17 John HodgeUsermode/irc - Rework into multiple files
2014-05-17 John HodgeUsermode/ld-acess - Fix x86_64 not saving RBP on no...
2014-05-17 John HodgeUsermode/axwin4 - Starting on implementation
2014-05-14 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2014-05-14 John HodgeBuildConf - Switch x86 to i686-elf compiler
2014-05-12 John HodgeUTest+MTest - Minor makefile fixes for travis-ci
2014-05-11 John HodgeUsermode/AxWin4 - Planning mostly
2014-05-11 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2014-05-11 John HodgeNativelib - Fix clang compilation issues
2014-05-11 John HodgeMakefile - Fix mtest target (and clean up utest targets)
2014-05-11 John HodgeExternals/netsurf - Minor fixes, now compiles up to...
2014-05-11 John HodgeUsermode/libc - Fixes and additions from curl
2014-05-11 John HodgeExternals/curl - Add curl patchset (works with some...
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 HodgeTravisCI Config - Ignore errors in make
2014-05-10 John Hodgegitignore - Ignore ISO files
2014-05-10 John HodgeModules/BochsGA - Comment on new MMIO registers, output...
2014-05-10 John HodgeModules/Tegra2Vid - (minor) Fix use of PL110 in IOCtl...
2014-05-10 John HodgeKernel/libc - Define _SysDebug macro for userland libc...
2014-05-10 John HodgeKernel/PCI - (minor) Planned function to handle device...
2014-05-10 John HodgeModules/UDI - Handle errors in udiprops more gracefully
2014-05-10 John HodgeKernel/arch - Fix common division macro to handle numer...
2014-05-10 John HodgeKernel/heap - Check for free(NULL) and silently ignore
2014-05-10 John HodgeUsermode/libc - Fix over-use of 64-bit divide in strtoull
2014-05-10 John HodgeKernel/DrvUtil Video - (minor) Disable debug
2014-05-10 John HodgeKernel - (minor) Documentation comment tweaks
2014-05-10 John HodgeUsermode/libc - Fix and unit test strtoull/* behavior...
2014-05-10 John HodgeModules/IPStack - TCP Code cleanup and fixes from modul...
2014-05-10 John HodgeKernel/threads - (minor) Clean up code (remove pre...
2014-05-10 John HodgeModules/VESA - Fix calling SETCURSOR when in B8000...
2014-05-10 John HodgeKernel/DrvUtil Video - Add asserts to catch misuse
2014-05-10 John HodgeBuildConf - Add CXX for armv7
2014-05-10 John HodgeModules/UDI - Add check for UDI_VERSION to udi.h
2014-05-10 John HodgeModules/UDI - Non-compiling gfx translation layer ...
2014-05-10 John HodgeUDI - Adding an attempt at a BochsGA UDI GFX driver
2014-05-10 John HodgeModules/Keyboard - (minor) Clean up instance allocation
2014-05-10 John HodgeUsermode/init - Minor cleanup (removal of unneeded...
2014-05-10 John HodgeUsermode/libc - Fix edge case crash with realloc on...
2014-05-10 John HodgeMakefile - Add network module tests
2014-05-10 John HodgeKernel/x86_64 - Fix DumpTables handling edge of user...
2014-05-10 John HodgeTools/NetTest - Code cleanup in TCP tests
2014-05-10 John HodgeUsermode/Terminal - Handling for bright colours, others
2014-04-08 John Hodge... Merge branch 'master' of git://cadel.mutabah.net/acess2
2014-03-22 John HodgeUsermode/irc - Tweaking for terminal handling fixes
2014-03-22 John HodgeTools/NetTest - Add TCP Window test (not passing)
2014-03-22 John HodgeModules/IPStack - Abstract TCP checksums to allow verif...
2014-03-22 John HodgeModules/FAT - Slight cleanup
2014-03-22 John HodgeKernel/x86 - Structure for watchpoints (not used)
2014-03-22 John HodgeKernel/VTerm - Remove last reference to x86_VGAText
2014-03-22 John HodgeKernel/heap - Clean up a little, fix corruption in...
2014-03-20 John HodgeModules/VGAText - Remove, functionality is now in VESA
2014-03-19 John HodgeNetTest - Clean up TCP code a little, add lost packet...
2014-03-19 John HodgeModules/IPStack - Add ICMPv6 (not tested), fix TCP...
2014-03-17 John HodgeKernel/x86 - Evil hack to do validation of virtual...
2014-03-16 John HodgeModules/IPStack - Fix assertion failure, dedup some...
2014-03-16 John HodgeTools/NetTest - TCP test passing with connection opened...
2014-03-16 John HodgeModules/IPStack - Rework TCP connection closing
2014-03-16 John HodgeKernel - Ring buffer free method
2014-03-16 John HodgeTools/NetTest - Fixed ip checksum, pcap packet trace...
2014-03-16 John HodgeModules/IPStack - TCP RST for non-SYN packets to listen...
2014-03-16 John Hodge.gitignore - Ignore compiled headers
2014-03-16 John HodgeTools/NetTest - TCP stack testing, going well
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-16 John HodgeModules/IPStack - Fixes from module testing
2014-03-16 John HodgeTools/NetTest - Add a runner to test networking stack
2014-03-15 John Hodge... Minor misc fixes
2014-03-15 John Hodge... Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-15 John HodgeKernel - Move debug hooks to common handler
2014-03-15 John HodgeKernel/VTerm - Silence some debug
2014-03-15 John HodgeExternals - Updated makefiles
2014-03-15 John HodgeUsermode/libpsocket - (minor) Commenting for DNS
2014-03-15 John HodgeKernel/x86 - Add IP/SP output to thread dump
2014-03-15 John HodgeUsermode/Applications - C++ support
2014-03-15 John HodgeModules/IPStack - Abstract HW addr cache, IPv6 TX ...
2014-03-15 John HodgeModules/UDI - Fix use of 'bool' as a variable name
2014-03-15 John HodgeKernel - Expose thread timer for EVENT_TIMER, multiple...
2014-03-11 John Hodge... Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-11 John Hodge... Usermode/insmod - (minor) Include missed header
2014-03-11 John Hodge... Usermode/ld-acess - (minor) assert.h in elf.c
2014-03-11 John Hodge... Usermode/libposix - Fix types in select, minor in crypt
next

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