tpg/acess2.git
2014-05-11 John HodgeMakefile - Fix mtest target (and clean up utest targets)
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-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... 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
2014-03-11 John Hodge... Usermode/libpsocket - Constify and bugfix
2014-03-10 John Hodge... AcessNative - Spawn in libacess-native (with AN_GETPATH...
2014-03-10 John Hodge... Usermode/liburi - (minor) Remove unused variable
2014-03-10 John Hodge... Usermode/libnet - Fix bug with IPv6 parsing, constify
2014-03-10 John Hodge... Usermode/libimage_sif - Silence, scum!
2014-03-10 John Hodge... Usermode/Telnet - Use _SysSelect instead of select...
2014-03-10 John HodgeUsermode/libposix - Basic stat() emulation
2014-03-10 John HodgeExternals/freetype - Fix for cross-compiler
2014-03-09 John HodgeMakefile - libc++ and libm
2014-03-09 John HodgeModules/InitRD - Fix input path for externals
2014-03-09 John HodgeExternals - Fix prefix value (use DESTPATH)
2014-03-09 John Hodge... Kernel - Rename _EXECUTE to _EXEC (VFS perm flag)
2014-03-09 John Hodge... Usermode/login - Code cleanup
2014-03-09 John HodgeBuildConf - Add C++ compiler for x86
2014-03-09 John HodgeInitRD - Libc++, libm, bochs, dbserver
2014-03-09 John HodgeGCCProxy - Hack in c++ support (now defunct with workin...
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-09 John HodgeKernel/MMap - Fix off-by-one error causing junk mappings
2014-03-09 John HodgeKernel/x86 - Handle zero page in vmem dump
2014-03-09 John HodgeExternals - Cleanup, cross-compiler working
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-19 John HodgeKernel/heap - Silence extending
next

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