tpg/acess2.git
2012-12-01 John Hodge... Externals/ACPICA - More descriptive error message
2012-12-01 John Hodge... Externals/ACPICA - Added magic to auto-extract source
2012-12-01 John Hodge... Externals/ACPICA - Compiles (with hackery)
2012-11-30 John Hodge... Externals/ACPICA - Working on drop-in ACPICA
2012-11-30 John Hodge... Kernel/x86-smp - Fixing SMP support
2012-11-30 John Hodge... Kernel/libc - Fixed infinite loop in vsnprintf
2012-11-30 John Hodge... Usermode - More syscall renaming
2012-11-30 John Hodge... Modules/InitRD - Added a few libraries
2012-11-29 John Hodge... Usermode - Renamed VFS syscalls to _Sys* to remove...
2012-11-29 John Hodge... Kernel/x86 - Added owner field to SHORTLOCK to catch...
2012-11-29 John Hodge... Usermode/AxWin3 - Added move code to decorator
2012-11-29 John Hodge... Usermode/AxWin3 - Fixed requesting redraw on window...
2012-11-28 John Hodge... Usermode/AxWin3 - Fixed error with relative windows...
2012-11-28 John Hodge... Kernel - Debugging hard locks
2012-11-28 John Hodge... Usermode/ld-acess - Cleaning out unused/unneeded headers
2012-11-28 John Hodge... Kernel - Fixed stupid bug in utf-8 code (mirrored in...
2012-11-28 John Hodge... Usermode/libc - Cleanup of source
2012-11-28 John Hodge... Usermode - A few tweaks to POSIX emulation for dropbear
2012-11-28 John Hodge... Modules/InitRD - Added ate to initrd image
2012-11-28 John Hodge... Usermode/AxWin3 - Fixed bad blit clipping
2012-11-28 John Hodge... Kernel/threads - (minor) Fixed stray newline
2012-11-28 John Hodge... Modules/BochsGA - Added SETCURSORBITMAP
2012-11-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-11-28 John HodgeKernel/x86_64 - Cleanup and pondering mboot framebuffer
2012-11-28 John Hodge... Kernel/messages - Fixed IPCMSG flag not being reset...
2012-11-28 John Hodge... Usermode/AxWin3 - Cleaning up stray debug
2012-11-27 John Hodge... Usermode/AxWin3 - Reworked renderers to use raw IPC...
2012-11-26 John Hodge... Usermode/AxWin3 - Debugging
2012-11-26 John Hodge... Kernel/x86_64 - Debugging GUI errors (and a wild goose...
2012-11-25 John Hodge... Modules/UHCI - Added logging and ASSERTs to find bugs
2012-11-25 John Hodge... Kernel/x86_64 - Fixed MM_AllocDMA off by `n` pages...
2012-11-18 John Hodge... Modules/UHCI - Debugging x86_64 errors
2012-11-18 John Hodge... Modules/FAT - Slight improvement to detection code
2012-11-18 John Hodge... BuildConf/x86_64 - Disabled SSE for kernel builds
2012-11-18 John Hodge... Kernel/x86_64 - Debugging
2012-11-17 John Hodge... Kernel/x86 - Fixed possible issue with entrypoint not...
2012-11-13 John Hodge... Build - Misc changes for clang building
2012-11-13 John Hodge... Usermode/ld-acess - Fixed uninitialised usage of some...
2012-11-13 John Hodge... Kernel - Fixing bugs from previous commig
2012-11-13 John Hodge... Misc - Changes to allow warning-less compilation with...
2012-11-11 John Hodge... AcessNative - Compile fixes after elf linking changes
2012-11-11 John Hodge... Kernel - Minor changes to SysSpawn
2012-11-10 John Hodge... Usermode/AxWin3 - Changed to use SysSpawn and detect...
2012-11-10 John Hodge... RunQemu - Fixed argument handling issues
2012-11-10 John Hodge... Modules/UHCI - Added option to disable at runtime
2012-11-06 John Hodge... Kernel - Fixing bugs in kernel-land ELF relocation
2012-11-06 John Hodge... ld-acess/libc - Implimenting functions required by...
2012-11-04 John Hodge... User/Kernel - ARMv7 fixes (relocation of .text)
2012-10-23 John Hodge... Kernel - Fixed ARMv7 build, doesn't run
2012-10-19 John Hodge... Usermode/GUI Terminal - Moar!
2012-10-17 John Hodge... Usermode/AxWin3 - Updated clientside IPC code to allow...
2012-10-17 John Hodge... Usermode/GUI Shell - Hacking up a GUI terminal
2012-10-16 John Hodge... Usermode/ATE - Stub edit code
2012-10-16 John Hodge... Usermode/GUI - Testing and Debugging RichText
2012-10-16 John Hodge... Usermode/libc - scanf() and many other cleanups
2012-10-15 John Hodge... ATE - Misc
2012-10-15 John Hodge... AcessNative - Silenced unneeded warnings
2012-10-13 John HodgeAxWin3 - Heaps of bugfixes to RichText renderer
2012-10-13 John Hodge... AxWin3 - Fixed overflow caused by using width in height...
2012-10-12 John HodgeUsermode - Working on AxWin3 SubWin widget (also API...
2012-10-12 John HodgeAcessnative - Sys_Spawn implimented
2012-10-11 John HodgeUsermode - Updated SysSpawn to have a permissions argument
2012-10-11 John HodgeAcessNative - Implimented user side of SysSpawn
2012-10-10 John Hodgelibc+AxWin3 - RichText rendering, scanf
2012-10-10 John HodgeAxWin3 - Adding RichText rendering, no sscanf so doesn...
2012-10-09 John HodgeAxWin3 - More RichText work
2012-10-09 John HodgeAxWin - Adding clientside RichText render
2012-10-08 John HodgeAxWin3 - Designing a text editor (and related APIs)
2012-10-07 John HodgeAcessKernel - cleaning up debug messages
2012-10-07 John HodgeAcessNative - Mouse implimented, woot!
2012-10-07 John HodgeAcessNative - Fixed buggy SDL key mappings
2012-10-07 John HodgeKernel - Removed old KEY_* enum
2012-10-07 John HodgeMerge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2012-10-07 John HodgeAcessNative - Added message length to simplfy message...
2012-10-07 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-10-06 John HodgeAcessNative - Fixed windows symlink derps
2012-10-06 John HodgeAcessNative - Fixed missing header (typo)
2012-10-06 John HodgeAcessNative - Changes to allow _compiling_ on windows.
2012-10-04 John HodgeAcessNative - Handling for connection closures
2012-10-04 John HodgeAcessNative - Bugfixes 'r' us, GUI can start and render...
2012-10-04 John HodgeSyscalls - Changed SysGetMessage to provide a buffer...
2012-10-04 John HodgeAcessNative - Disable optimisations to aid debug
2012-10-04 John HodgeAcessNative - Misc testing and bugfixing
2012-10-03 John HodgeAcessNative - Fixed CLIShell
2012-10-03 John HodgeAcessNative - Loads login process and runs again (shell...
2012-10-03 John HodgeAcessNative - TCP client implimented, buggy
2012-10-03 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-10-03 John HodgeAcessNative - Implimented (serverside) TCP
2012-10-01 John HodgeKernel/x86_64 - Forgot VPCI stub
2012-09-30 John HodgeKernel - x86_64 booting again (with some hackery)
2012-09-19 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-09-19 John HodgeModules/EHCI - Debugging EHCI, still broken
2012-09-17 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-09-17 John HodgeModules/EHCI - Implimenting functions (doesn't fully...
2012-09-16 John HodgeKernel/x86_64 - Update for Proc_SpawnWorker API change
2012-09-16 John HodgeModules/IPStack - Fix for Proc_SpawnWorker change
2012-09-16 John HodgeKernel - API Change - Proc_SpawnWorker return thread...
2012-09-16 John HodgeKernel - Added user events
2012-09-16 John HodgeModules/USB - EHCI Driver and related changes to hub...
2012-09-13 John HodgeNotes - VirtualPCI (not many notes)
next

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