tpg/acess2.git
2012-12-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-12-09 John Hodge... BuildConf/x86 - Moved EHCI before UHCI to ensure it...
2012-12-09 John Hodge... Kernel/x86 - Added USE_ACPICA makefile variable to...
2012-12-09 John Hodge... Kernel/x86_64 - Fixed collision with stddef.h
2012-12-09 John Hodge... Externals/ACPICA - Endabled debug
2012-12-09 John Hodge... Modules/EHCI - Random debug
2012-12-09 John Hodge... Kernel/x86 - Fixed VMM bug causing ACPI crash
2012-12-08 John Hodge... Merge branch 'master' of ted.mutabah.net:acess2
2012-12-07 John HodgeTools/GCCProxy - Removed debug
2012-12-07 John HodgeUsermode/libposix - Added stat(2) [stubbed]
2012-12-07 John HodgeKernel - Updated syscall list header
2012-12-07 John HodgeUsermode/libc-libposix - Features for SpiderWeb/SpiderS...
2012-12-07 John HodgeTools/GCCProxy - Fixing issues discovered in compilatio...
2012-12-06 John Hodge... Usermode/ATE - Just fiddling
2012-12-04 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-12-04 John HodgeMerge branch 'master' of git://localhost/acess2
2012-12-03 John Hodge... Kernel/armv7 - Fixed build
2012-12-03 John Hodge... RunQemu - Fixed -notee and -nographic
2012-12-02 John Hodge... KernelLand - Misc debugging
2012-12-02 John Hodge... Usermode/dhcpclient - Fixed use of O_RDWR for _SysOpen
2012-12-01 John Hodge... Kernel - ACPI debugging, and disabled
2012-12-01 John Hodge... Kernel/acpi - Tweaking
2012-12-01 John Hodge... Kernel/ACPI - Added initialisation call, unimplimented...
2012-12-01 John Hodge... Kernel/libc - Added prototypes
2012-12-01 John Hodge... Kernel - Adding (unused) ACPI code
2012-12-01 John Hodge... Externals/ACPICA - Cleaning up a little (and fixing...
2012-12-01 John Hodge... Kernel - Imported userland strtoi file (and other minor...
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
next

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