2014-05-18 |
John Hodge... | Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2 |
commit | commitdiff | tree | snapshot |
2014-05-17 |
John Hodge | Usermode/irc - Rework into multiple files |
commit | commitdiff | tree | snapshot |
2014-05-17 |
John Hodge | Usermode/ld-acess - Fix x86_64 not saving RBP on no... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
John Hodge | Usermode/axwin4 - Starting on implementation |
commit | commitdiff | tree | snapshot |
2014-05-14 |
John Hodge | Merge branch 'master' of git://github.com/thepowersgang... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
John Hodge | BuildConf - Switch x86 to i686-elf compiler |
commit | commitdiff | tree | snapshot |
2014-05-12 |
John Hodge | UTest+MTest - Minor makefile fixes for travis-ci |
commit | commitdiff | tree | snapshot |
2014-05-11 |
John Hodge | Usermode/AxWin4 - Planning mostly |
commit | commitdiff | tree | snapshot |
2014-05-11 |
John Hodge | Merge branch 'master' of github.com:thepowersgang/acess2 |
commit | commitdiff | tree | snapshot |
2014-05-11 |
John Hodge | Nativelib - Fix clang compilation issues |
commit | commitdiff | tree | snapshot |
2014-05-11 |
John Hodge | Makefile - Fix mtest target (and clean up utest targets) |
commit | commitdiff | tree | snapshot |
2014-05-11 |
John Hodge | Externals/netsurf - Minor fixes, now compiles up to... |
commit | commitdiff | tree | snapshot |
2014-05-11 |
John Hodge | Usermode/libc - Fixes and additions from curl |
commit | commitdiff | tree | snapshot |
2014-05-11 |
John Hodge | Externals/curl - Add curl patchset (works with some... |
commit | commitdiff | tree | snapshot |
2014-05-11 |
John Hodge | Usermode/libposix - Updates to get curl and netsurf... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Usermode/libm - Add hacky INFINITY and NAN macros |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Usermode/libc - Actually fix strtoi (passing utest... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Usermode/libc - Add C99 errno values, fix compile error... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Usermode/libposix - add stubbed getopt |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | TravisCI Config - Ignore errors in make |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | gitignore - Ignore ISO files |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Modules/BochsGA - Comment on new MMIO registers, output... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Modules/Tegra2Vid - (minor) Fix use of PL110 in IOCtl... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Kernel/libc - Define _SysDebug macro for userland libc... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Kernel/PCI - (minor) Planned function to handle device... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Modules/UDI - Handle errors in udiprops more gracefully |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Kernel/arch - Fix common division macro to handle numer... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Kernel/heap - Check for free(NULL) and silently ignore |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Usermode/libc - Fix over-use of 64-bit divide in strtoull |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Kernel/DrvUtil Video - (minor) Disable debug |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Kernel - (minor) Documentation comment tweaks |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Usermode/libc - Fix and unit test strtoull/* behavior... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Modules/IPStack - TCP Code cleanup and fixes from modul... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Kernel/threads - (minor) Clean up code (remove pre... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Modules/VESA - Fix calling SETCURSOR when in B8000... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Kernel/DrvUtil Video - Add asserts to catch misuse |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | BuildConf - Add CXX for armv7 |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Modules/UDI - Add check for UDI_VERSION to udi.h |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Modules/UDI - Non-compiling gfx translation layer ... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | UDI - Adding an attempt at a BochsGA UDI GFX driver |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Modules/Keyboard - (minor) Clean up instance allocation |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Usermode/init - Minor cleanup (removal of unneeded... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Usermode/libc - Fix edge case crash with realloc on... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Makefile - Add network module tests |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Kernel/x86_64 - Fix DumpTables handling edge of user... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Tools/NetTest - Code cleanup in TCP tests |
commit | commitdiff | tree | snapshot |
2014-05-10 |
John Hodge | Usermode/Terminal - Handling for bright colours, others |
commit | commitdiff | tree | snapshot |
2014-04-08 |
John Hodge... | Merge branch 'master' of git://cadel.mutabah.net/acess2 |
commit | commitdiff | tree | snapshot |
2014-03-22 |
John Hodge | Usermode/irc - Tweaking for terminal handling fixes |
commit | commitdiff | tree | snapshot |
2014-03-22 |
John Hodge | Tools/NetTest - Add TCP Window test (not passing) |
commit | commitdiff | tree | snapshot |
2014-03-22 |
John Hodge | Modules/IPStack - Abstract TCP checksums to allow verif... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
John Hodge | Modules/FAT - Slight cleanup |
commit | commitdiff | tree | snapshot |
2014-03-22 |
John Hodge | Kernel/x86 - Structure for watchpoints (not used) |
commit | commitdiff | tree | snapshot |
2014-03-22 |
John Hodge | Kernel/VTerm - Remove last reference to x86_VGAText |
commit | commitdiff | tree | snapshot |
2014-03-22 |
John Hodge | Kernel/heap - Clean up a little, fix corruption in... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
John Hodge | Modules/VGAText - Remove, functionality is now in VESA |
commit | commitdiff | tree | snapshot |
2014-03-19 |
John Hodge | NetTest - Clean up TCP code a little, add lost packet... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
John Hodge | Modules/IPStack - Add ICMPv6 (not tested), fix TCP... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
John Hodge | Kernel/x86 - Evil hack to do validation of virtual... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | Modules/IPStack - Fix assertion failure, dedup some... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | Tools/NetTest - TCP test passing with connection opened... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | Modules/IPStack - Rework TCP connection closing |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | Kernel - Ring buffer free method |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | Tools/NetTest - Fixed ip checksum, pcap packet trace... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | Modules/IPStack - TCP RST for non-SYN packets to listen... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | .gitignore - Ignore compiled headers |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | Tools/NetTest - TCP stack testing, going well |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | Usermode/ld-acess - Fix unconditional inclusion of... |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | Usermode/ld-acess - Fix constness in FD_ISSET |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | Modules/IPStack - Fixes from module testing |
commit | commitdiff | tree | snapshot |
2014-03-16 |
John Hodge | Tools/NetTest - Add a runner to test networking stack |
commit | commitdiff | tree | snapshot |
2014-03-15 |
John Hodge... | Minor misc fixes |
commit | commitdiff | tree | snapshot |
2014-03-15 |
John Hodge... | Merge branch 'master' of git://ted.mutabah.net/acess2 |
commit | commitdiff | tree | snapshot |
2014-03-15 |
John Hodge | Kernel - Move debug hooks to common handler |
commit | commitdiff | tree | snapshot |
2014-03-15 |
John Hodge | Kernel/VTerm - Silence some debug |
commit | commitdiff | tree | snapshot |
2014-03-15 |
John Hodge | Externals - Updated makefiles |
commit | commitdiff | tree | snapshot |
2014-03-15 |
John Hodge | Usermode/libpsocket - (minor) Commenting for DNS |
commit | commitdiff | tree | snapshot |
2014-03-15 |
John Hodge | Kernel/x86 - Add IP/SP output to thread dump |
commit | commitdiff | tree | snapshot |
2014-03-15 |
John Hodge | Usermode/Applications - C++ support |
commit | commitdiff | tree | snapshot |
2014-03-15 |
John Hodge | Modules/IPStack - Abstract HW addr cache, IPv6 TX ... |
commit | commitdiff | tree | snapshot |
2014-03-15 |
John Hodge | Modules/UDI - Fix use of 'bool' as a variable name |
commit | commitdiff | tree | snapshot |
2014-03-15 |
John Hodge | Kernel - Expose thread timer for EVENT_TIMER, multiple... |
commit | commitdiff | tree | snapshot |
2014-03-11 |
John Hodge... | Merge branch 'master' of git://ted.mutabah.net/acess2 |
commit | commitdiff | tree | snapshot |
2014-03-11 |
John Hodge... | Usermode/insmod - (minor) Include missed header |
commit | commitdiff | tree | snapshot |
2014-03-11 |
John Hodge... | Usermode/ld-acess - (minor) assert.h in elf.c |
commit | commitdiff | tree | snapshot |
2014-03-11 |
John Hodge... | Usermode/libposix - Fix types in select, minor in crypt |
commit | commitdiff | tree | snapshot |
2014-03-11 |
John Hodge... | Usermode/libpsocket - Constify and bugfix |
commit | commitdiff | tree | snapshot |
2014-03-10 |
John Hodge... | AcessNative - Spawn in libacess-native (with AN_GETPATH... |
commit | commitdiff | tree | snapshot |
2014-03-10 |
John Hodge... | Usermode/liburi - (minor) Remove unused variable |
commit | commitdiff | tree | snapshot |
2014-03-10 |
John Hodge... | Usermode/libnet - Fix bug with IPv6 parsing, constify |
commit | commitdiff | tree | snapshot |
2014-03-10 |
John Hodge... | Usermode/libimage_sif - Silence, scum! |
commit | commitdiff | tree | snapshot |
2014-03-10 |
John Hodge... | Usermode/Telnet - Use _SysSelect instead of select... |
commit | commitdiff | tree | snapshot |
2014-03-10 |
John Hodge | Usermode/libposix - Basic stat() emulation |
commit | commitdiff | tree | snapshot |
2014-03-10 |
John Hodge | Externals/freetype - Fix for cross-compiler |
commit | commitdiff | tree | snapshot |
2014-03-09 |
John Hodge | Makefile - libc++ and libm |
commit | commitdiff | tree | snapshot |
2014-03-09 |
John Hodge | Modules/InitRD - Fix input path for externals |
commit | commitdiff | tree | snapshot |
2014-03-09 |
John Hodge | Externals - Fix prefix value (use DESTPATH) |
commit | commitdiff | tree | snapshot |
2014-03-09 |
John Hodge... | Kernel - Rename _EXECUTE to _EXEC (VFS perm flag) |
commit | commitdiff | tree | snapshot |
2014-03-09 |
John Hodge... | Usermode/login - Code cleanup |
commit | commitdiff | tree | snapshot |
2014-03-09 |
John Hodge | BuildConf - Add C++ compiler for x86 |
commit | commitdiff | tree | snapshot |
next |