2015-02-17 |
John Hodge | Kernel/threads - Debug cleanups and (hopefully) race... |
commit | commitdiff | tree | snapshot |
2015-02-17 |
John Hodge | Usermode/ld-acess - Clean up loadlib.c, improved debug |
commit | commitdiff | tree | snapshot |
2015-02-17 |
John Hodge | Kernel/VTerm - Minor cleanup to VT input (remove logging) |
commit | commitdiff | tree | snapshot |
2015-02-17 |
John Hodge | Kernel/debug - Clean up Debug() method, bind to #define... |
commit | commitdiff | tree | snapshot |
2015-02-17 |
John Hodge | Kernel/x86 - (minor) Fix spaces in log output on ZERO... |
commit | commitdiff | tree | snapshot |
2015-02-17 |
John Hodge | Kernel/ARMv7 - Hacky (non-atomic) sync_and_fetch_4 |
commit | commitdiff | tree | snapshot |
2015-02-16 |
John Hodge | Build - Fix build quirks for fresh |
commit | commitdiff | tree | snapshot |
2015-02-16 |
John Hodge | Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2 |
commit | commitdiff | tree | snapshot |
2015-02-16 |
John Hodge | Modules/Tegra2Vid - Misc |
commit | commitdiff | tree | snapshot |
2015-02-16 |
John Hodge | Usermode/libnet - Set recursion bit (We want the server... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
John Hodge | Modules/IPStack - Add structure for propagating ICMP... |
commit | commitdiff | tree | snapshot |
2015-02-16 |
John Hodge | Networking - DNS resolution semi-working |
commit | commitdiff | tree | snapshot |
2015-02-16 |
John Hodge... | Usermode/(libnet,libpsocket) - Call new DNS code from... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
John Hodge... | Usermode/libnet - Implementation of DNS lookup, untested |
commit | commitdiff | tree | snapshot |
2015-02-15 |
John Hodge... | Usermode/libnet - Starting work on DNS resolver |
commit | commitdiff | tree | snapshot |
2015-02-15 |
John Hodge... | Modules - Use short command annotation in makefile... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
John Hodge... | Merge branch 'master' of git://cadel.mutabah.net/acess2 |
commit | commitdiff | tree | snapshot |
2015-02-15 |
John Hodge | Externals - pkgconfig (compiles?) |
commit | commitdiff | tree | snapshot |
2015-02-15 |
John Hodge | Kernel - Add a quick and dirty (and useless) emergency... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
John Hodge | Kernel/VTerm - Half-screen scroll step, fix limits |
commit | commitdiff | tree | snapshot |
2015-02-15 |
John Hodge | Kernel - TODO: Kernel-mode shell |
commit | commitdiff | tree | snapshot |
2015-02-15 |
John Hodge | Usermode/ld-acess - Use $(AS) var instead of invoking CC |
commit | commitdiff | tree | snapshot |
2015-02-15 |
John Hodge | BuildConf/x86_64 - Set AS to fix compile errors (caused... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
John Hodge | Tools/NetTest - Fix compilation error |
commit | commitdiff | tree | snapshot |
2015-02-13 |
John Hodge | ARMv7 - Fix compiler and partial compilation |
commit | commitdiff | tree | snapshot |
2015-02-12 |
John Hodge | Kernel/x86_64 - Fix task switching |
commit | commitdiff | tree | snapshot |
2015-02-08 |
John Hodge | Kernel/x86 - Clean up some of the task switching code... |
commit | commitdiff | tree | snapshot |
2015-02-01 |
John Hodge | UDI/include - Update GFX to be auto-generated from... |
commit | commitdiff | tree | snapshot |
2015-01-31 |
John Hodge | UDI/include - add [com]buster's copy of udi_gfx.h ... |
commit | commitdiff | tree | snapshot |
2015-01-31 |
John Hodge | Externals - Update libspiderscript version |
commit | commitdiff | tree | snapshot |
2015-01-31 |
John Hodge | Modules/UDI - (minor) tiny fiddle to udic planning |
commit | commitdiff | tree | snapshot |
2015-01-31 |
John Hodge | Notes - Strike UDI off the TODO list |
commit | commitdiff | tree | snapshot |
2015-01-31 |
John Hodge | UDI/drivers - Added a helper macro for initialising... |
commit | commitdiff | tree | snapshot |
2015-01-31 |
John Hodge | Tools/NetTest - Add TCP retransmit test |
commit | commitdiff | tree | snapshot |
2015-01-31 |
John Hodge | Kernel/IPStack - (minor) TODO retransmit timer |
commit | commitdiff | tree | snapshot |
2015-01-31 |
John Hodge | Usermode/libc - Fixing some libc problems |
commit | commitdiff | tree | snapshot |
2015-01-30 |
John Hodge | RunQemu - Add AHCI support |
commit | commitdiff | tree | snapshot |
2015-01-12 |
John Hodge | Merge branch 'master' of git://github.com/thepowersgang... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
John Hodge | Usermode/libc #6 Fix string.h functions, add some more... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
John Hodge... | Tools/NetTest - Move common test code |
commit | commitdiff | tree | snapshot |
2014-12-28 |
John Hodge... | Externals/cross-compiler - Update to compile for both... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
John Hodge... | AcessNative - Tweak run script to select root app |
commit | commitdiff | tree | snapshot |
2014-12-28 |
John Hodge... | Usermode/AxWin3 - Clean up unneeded (and silly) log... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
John Hodge... | Usermode/AxWin4 - Minor cleanups (change background... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
John Hodge... | Usermode/AxWin4 - (minor) Fix CColour to compile in... |
commit | commitdiff | tree | snapshot |
2014-12-27 |
John Hodge... | Usermode/AxWin4 - (hack) Add downscaled bitmap font |
commit | commitdiff | tree | snapshot |
2014-12-26 |
John Hodge... | AcessNative - Set SO_REUSEADDR |
commit | commitdiff | tree | snapshot |
2014-12-26 |
John Hodge... | Usermode/AxWin4 - Fix bitmap upscale |
commit | commitdiff | tree | snapshot |
2014-12-26 |
John Hodge... | Merge branch 'master' of github.com:thepowersgang/acess2 |
commit | commitdiff | tree | snapshot |
2014-12-26 |
John Hodge... | Usermode/AxWin4 - Added text rendering (very hacky... |
commit | commitdiff | tree | snapshot |
2014-12-26 |
John Hodge... | Usermode/libunicode - Add C++ wrappers |
commit | commitdiff | tree | snapshot |
2014-12-26 |
John Hodge... | Usermode/libc - Fix time conversion code |
commit | commitdiff | tree | snapshot |
2014-12-26 |
John Hodge... | Usermode/libc++ - cxa_guard behavior fix |
commit | commitdiff | tree | snapshot |
2014-12-11 |
John Hodge | Externals - Add pkgconfig (builds for host) and glib... |
commit | commitdiff | tree | snapshot |
2014-12-11 |
John Hodge | Usermode - More hackery to get glib compiling |
commit | commitdiff | tree | snapshot |
2014-12-11 |
John Hodge | Usermode/POSIX - Hacking in stubs to build irssi/glib |
commit | commitdiff | tree | snapshot |
2014-11-27 |
John Hodge | Merge branch 'master' of git://github.com/thepowersgang... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
John Hodge | Modules/VGA - Symbolic names for registers |
commit | commitdiff | tree | snapshot |
2014-11-27 |
John Hodge | Usermode - Adding hacky pthreads support |
commit | commitdiff | tree | snapshot |
2014-11-25 |
John Hodge | Modules/VGA - Start on a generic VGA driver (VGA driver... |
commit | commitdiff | tree | snapshot |
2014-11-25 |
John Hodge | Externals - Fix non-quoted $PATH value |
commit | commitdiff | tree | snapshot |
2014-11-24 |
John Hodge | UDI/GFX - fiddling |
commit | commitdiff | tree | snapshot |
2014-11-09 |
John Hodge... | Usermode/AxWin4 - Send mouse/keyboard events to client |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | Usermode/AxWin4 - Fix broken map impl causing pixel... |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | Usermode/AxWin4 - Fixing ID lookups of windows and... |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | Usermode/libc++ - Implement map::insert and map::erase |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | AcessNative - Add _SysTimestamp (based off gettimeofday) |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | Usermode/libc - Add support for %H and %M in strftime |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | Usermode/AxWin4 - Fix _DrawText deserialise, replace... |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | AcessNative - Remove errnous function defintions that... |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | Usermode/AxWin4 - Clean up logging |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | Usermode - Fix broken compilation |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | Modules/PS2KbMouse - (minor) Cleanup 8042 driver a... |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | AcessNative - Add userland build to makefile |
commit | commitdiff | tree | snapshot |
2014-11-07 |
John Hodge... | Usermode/AxWin4 - Debugging quirks in ARCH=native |
commit | commitdiff | tree | snapshot |
2014-11-06 |
John Hodge... | Usermode/libaxwin4 - Handle demarshal failure |
commit | commitdiff | tree | snapshot |
2014-11-06 |
John Hodge... | AcessNative - Hexdump sycall, stub shm |
commit | commitdiff | tree | snapshot |
2014-11-06 |
John Hodge... | Usermode/AxWin4 - Tweak handling of AcessNative (doesn... |
commit | commitdiff | tree | snapshot |
2014-11-06 |
John Hodge... | Usermode/libc++ - Fix off by one in map indexing |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | Kernel/VTerm - "Fix" wrapping issue in VTerm (why was... |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | AcessNative - Fix incorrect VT name, clean up a warning |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | Usermode/libc++ - Add another DWARF encoding type to... |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | Usermode/AxWin4 - (minor) Log and fail when wrong windo... |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | Notes - Kill some old TODOs |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | Makefile - Trace mtest build |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | Kernel/x86_64 - Disable full page dump on #PF |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | Tools/Network Test - Tweaking |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | Kernel/VFS - Better error reporting in open |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | AcessNative - Fixing bad handling of errors, add run... |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | ARCH=native Fix crtn to return |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | AcessNative - Clean up ELF loader code |
commit | commitdiff | tree | snapshot |
2014-11-05 |
John Hodge... | AcessNative - Fix compile errors from API changes ... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
John Hodge... | Kernel/x86_64 - Fix broken memset |
commit | commitdiff | tree | snapshot |
2014-11-03 |
John Hodge... | Kernel/x86 - Fix forgetting to reference pointer in... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
John Hodge... | Usermode/ld-acess - Overhaul cleanup of ELF loader |
commit | commitdiff | tree | snapshot |
2014-11-03 |
John Hodge... | Usermode/libc - Fix not loading crt0.s in libc |
commit | commitdiff | tree | snapshot |
2014-10-26 |
John Hodge | Kernel - Kill EDI binding with fire (never completed... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
John Hodge... | ARCH=native - Fix compilation on newer compilers (link... |
commit | commitdiff | tree | snapshot |
2014-10-17 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
commit | commitdiff | tree | snapshot |
2014-10-17 |
John Hodge | Fix ARCH=native compiling |
commit | commitdiff | tree | snapshot |
next |