tpg/acess2.git
2014-10-26 John HodgeKernel - Kill EDI binding with fire (never completed...
2014-10-18 John Hodge... ARCH=native - Fix compilation on newer compilers (link...
2014-10-17 John HodgeMerge branch 'master' of git://localhost/acess2
2014-10-17 John HodgeFix ARCH=native compiling
2014-09-28 John Hodge... Externals/cross-compiler - Fix documentation build...
2014-09-28 John Hodge... Usermode/libc - Fix inttypes.h
2014-09-27 John HodgeRandom work on C++11 printf
2014-09-27 John HodgeKernel - Minor fix to logic in rwlock
2014-09-04 John HodgeUsermode/c++extras - Cleanup of cprintf code
2014-09-02 John HodgeUsermode/libc++_extras - Work on a C++ printf implement...
2014-08-25 John HodgeUsermode - Hacky and stubbed libiconv and libintl clone...
2014-08-25 John HodgeSyscalls - Work on removing SysDebug (formatted), repla...
2014-08-25 John HodgeKernel/logdebug - Cast values in relation assert print...
2014-08-25 John HodgeConfig - Save native CXX variable
2014-08-25 John HodgeUsermode/AxWin4 - Controls working, starting on text
2014-08-25 John HodgeUsermode/Core Libs - Fix CRT* file types
2014-08-24 John Hodgex86_64 build working with new compiler
2014-08-20 John HodgeTools/NetTest - Annotate runner log file with test...
2014-08-19 John HodgeKernel/IPStack - Fix TCP node size being zero instead...
2014-08-18 John HodgeKernel/libc - Print address of invalid strings
2014-08-18 John HodgeKernel - MMap fixed (non-fixed mappings, bad search...
2014-08-18 John HodgeModules/UDI - Allow disabling from module arguments
2014-08-18 John HodgeUsermode/AxWin4 - Shared buffers working, added DrawCtr...
2014-08-18 John HodgeUsermode/libaxwin4 - Fix to reply waiting (thread safet...
2014-08-18 John HodgeUsermode/ld-acess - Fix dynamic linking quirk (STB_WEAK...
2014-08-18 John HodgeUsermode/libc++ - Many fixes and cleanups
2014-08-18 John HodgeUsermode/libc - Move free logic to another method,...
2014-06-23 John HodgeTools/NetTest - Fix compilation errors
2014-06-22 John HodgeUsermode/AxWin4 - Working in shared memory usage
2014-06-22 John HodgeKernel/VFS - Truncate support, mmap fixes
2014-06-22 John HodgeKernel/VFS - Kernel-side implementation of marshalled FDs
2014-06-21 John HodgeKernel - Start on SHM 'driver' (and common in-memory...
2014-06-21 John HodgeModules/UDI - (minor) UDIC sample update
2014-06-21 John HodgeKernel/Debug - Add size to hexdump header, add double...
2014-06-21 John HodgeUDI - Tweaks to bochsga driver
2014-06-21 John HodgeUsermode/ld-acess - Fix syscall arg count for SysDebugHex
2014-06-21 John HodgeUsermode/ld-acess - STB_WEAK local symbols
2014-06-21 John HodgeUsermode/AxWin4 - Screen dimensions acquisition, speedu...
2014-06-10 John HodgeUsermode/AxWin4 - Input progressing
2014-06-08 John HodgeUsermode/AxWin4 - Mouse input in progress
2014-06-08 John HodgeModules/VirtIO - Fix bad ASSERTC
2014-06-08 John HodgeUsermode/AxWin4 - Rendering random data successfully now
2014-06-08 John HodgeUsermode/libc++ - Override allocators to remove placeme...
2014-06-08 John HodgeKernel/VTerm - Add 2DCmd push image support
2014-06-08 John HodgeUsermode/Syscalls - Add WriteAt/ReadAt syscalls
2014-06-08 John HodgeUsermode/AxWin4 - PushData implemented
2014-06-08 John HodgeKernel/Debug - Fix normal log lines to be printed in...
2014-06-08 John HodgeKernel/VTerm - Fix doing full redraw on every string
2014-06-08 John HodgeModules/InitRD - Add AxWin4
2014-06-08 John HodgeUsermode/AxWin4 - Add very basic start on a UI program
2014-06-08 John HodgeUsermode/AxWin4 - Slowly implementing
2014-06-08 John HodgeUsermode - Remove acess.ld (unneeded now)
2014-06-08 John HodgeUsermode/libaxwin4 - Fix bad message ID for resize...
2014-06-08 John HodgeUsermode/libc++ - Fix system_error construction, silcen...
2014-06-08 John HodgeUsermode/libc++ - STL Fix string termination, silence...
2014-06-08 John HodgeKernel - Fix user handles not being cleared by Threads_...
2014-06-08 John HodgeKernel/IPCPipe - Add queue length limit, watch for...
2014-06-08 John HodgeKernel/vfs - Return matched flags from VFS_SelectNode
2014-06-06 John HodgeUsermode/libc++ - Exception handling implemented (parti...
2014-06-06 John HodgeUsermode/syscalls - Add SysDebugHex syscall (Debug_HexDump)
2014-05-31 John HodgeBuildConf - Use cross-compiler
2014-05-31 John HodgeUsermode/init - Better logging
2014-05-31 John HodgeKernel/serial - Debugging added (disabled)
2014-05-31 John HodgeKernel/debug - make Panic() emit red text
2014-05-31 John HodgeKernel/binary - Emit warning when interpreter can't...
2014-05-31 John HodgeUsermode/AxWin4 - Fix deserialiser, ::std::map for...
2014-05-31 John HodgeUsermode/libposix - Update makefile to include crt...
2014-05-31 John HodgeUsermode/libc - Makefile update, move stdin/... to...
2014-05-31 John HodgeUsermode/libc++ - ::std::map implementation mostly
2014-05-31 John HodgeExternals/cross-compiler - Fix GCC patchset to emit...
2014-05-31 John HodgeBuildConf - Switch to OS specific cross-compiler (inste...
2014-05-31 John HodgeUsermode/crt0 - Added shared version for libraries
2014-05-31 John HodgeUsermode/ld-acess - Large cleanup to ELF dynamic linking
2014-05-26 John HodgeUsermode/crt0 - Replaced crtbegin/crtend with crti...
2014-05-26 John HodgeUsermode/libaxwin4 - Implementation and debug
2014-05-26 John HodgeUsermode/libc++ - Debug in cxa code, list emplace and...
2014-05-26 John HodgeUsermode/AxWin4 - Server implementation runnable
2014-05-24 John HodgeUsermode/AxWin4 - Starting work on client-side library
2014-05-24 John HodgeUsermode/libc++ - system_error and vector implementation
2014-05-24 John HodgeKernel/UDI - Fix omission of UDI_PCI_VERSION in bus_pci.c
2014-05-24 John HodgeUDI/udibuild - Added command tracing flag, C99 pedantic...
2014-05-24 John HodgeUDI/include - Fix automatic inclusion of PCI binding
2014-05-24 John HodgeUDI/udibuild - Add more warnings to build configuration
2014-05-24 John HodgeUDI/uart_16c550 - Fix includes in preparation for commi...
2014-05-24 John HodgeUDI/net_ne2000 - Fix incompatabilities pointed out...
2014-05-24 John HodgeUsermode/AxWin4 - Add forgotten cursor (same file as...
2014-05-24 John HodgeUsermode/AxWin4 - Server implemenation moving along
2014-05-24 John HodgeUsermode/libc++ - Tweaks to STL
2014-05-23 John HodgeTests - Cleanup (disabling TCP Window Size module test)
2014-05-23 John HodgeUDI - Revised udi_gfx from [com]buster
2014-05-23 John HodgeUsermode/axwin4 - Continuing
2014-05-23 John HodgeUsermode/libc++ - ::std::list allocator and insert...
2014-05-22 John HodgeUsermode/irc - Fix scrolling on new messages.
2014-05-22 John HodgeModules/UDI - Fix compilation errors due to invalid...
2014-05-21 John HodgeModules/InitRD - Silence creation script
2014-05-21 John HodgeUsermode/libc++ - Exceptions mostly
2014-05-21 John Hodgeusermode/axwin4 - Blit to screen planned
2014-05-21 John HodgeUsermode/irc - Fix pointer mismatch printing new messages
2014-05-21 John HodgeUDI - Added checks on UDI_[NIC|PHYSIO]_VERSION
2014-05-21 John HodgeUDI/drivers - Add UDI_VERSION definition
next

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