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