tpg/acess2.git
2012-01-20 John HodgeCleaning up for release rel0.14
2012-01-20 John HodgeKernel - Moved process cleanup to thread deletion code
2012-01-20 John HodgeKernel/x86 - Cleaning up and implmented address space...
2012-01-15 John HodgeOops, little fixes
2012-01-15 John HodgeModules/UHCI - Fixed edge case NULL dereference
2012-01-15 John HodgeFixing bugs exposed by scan-build
2012-01-15 John HodgeBuildConf/host - Slight fix to allow scan-build for...
2012-01-15 John HodgeKernel/x86 - Cleaning up dead code
2012-01-15 John HodgeKernel/armv7 - Added nG detection to DumpTables
2012-01-15 John HodgeKernel/x86 - Fixed bug in SHORTLOCK that caused locks...
2012-01-15 John HodgeKernel/mutex - Fixed double lock on glThreadListLock
2012-01-15 John HodgeKernel/x86 - Fixed SMP bug, #if'd out some dead code
2012-01-14 John HodgeModules/Tegra2Vid - Hacking up some investigations :)
2012-01-14 John HodgeKernel/armv7 - Noted said hack as such
2012-01-14 John HodgeKernel/armv7 - Debugging, fixed TLB issues with a HACK!
2012-01-14 John HodgeModules/Tegra2Vid - Renamed properly
2012-01-14 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-01-14 John Hodgeminor
2012-01-14 John HodgeModules/VESA - Deferred mode population until needed...
2012-01-14 John HodgeModules/Tegra2Disp - Little fixes
2012-01-14 John HodgeModules/USB - Fixed thread name
2012-01-14 John HodgeKernel/x86 - Debugging SMP bugs, lead to some fixes...
2012-01-10 John HodgeModules/Tegra2Vid - Got it compiling
2012-01-10 John HodgeModules/Tegra2Disp - Initial commit, doesn't work but...
2012-01-08 John HodgeKernel/armv7 - Fiddling with prefetch abort output
2012-01-07 John HodgeFixing Tegra2 build
2012-01-06 John HodgeKernel/armv7 - Debug output added
2012-01-06 John HodgeMisc fiddling to ARMv7 for trimslice builds
2011-12-29 John HodgeKernel/armv7 - Fidding with tegra2 config
2011-12-12 John HodgeFixed applications not depending on acess.ld
2011-12-12 John HodgeUsermode - Fixed bug with clean builds
2011-12-10 John HodgeMoving more stuff to new makefiles
2011-12-09 John HodgeUsermode - Fixing sub-tree make support
2011-12-09 John HodgeFixed bad rule in ld-acess new build
2011-12-08 John HodgeFixing new build system
2011-12-08 John HodgeUsermode - More work on new build system
2011-12-07 John HodgeUsermode - Working on new build/makefile system
2011-12-07 John HodgeKernel/x86 - Fixing build
2011-12-04 John HodgeKernel - Fixing and breaking SMP related stuff
2011-12-03 John HodgeBuild - Renamed $(CONFIG) to $(PLATFORM)
2011-12-03 John HodgeBuild - Fixed not using GZBIN in kernel makefile
2011-12-03 John HodgeBuild - Cleaning up distinction between architectures...
2011-12-02 John HodgeAcessNative - Fixing errors caused by API changes
2011-12-02 John HodgeUsermode/crt0 - Fixed crt0 not calling _exit
2011-12-01 John HodgeKernel - Fixing boot headers
2011-12-01 John HodgeMisc - Cleaning up logging output
2011-12-01 John HodgeKernel/PCI - Updated PCI API to take the protocol field...
2011-12-01 John HodgeModules/USB - Fixed slight bug in UHCI
2011-12-01 John HodgeKernel - Removed boot script support (unneeded)
2011-12-01 John HodgeBuild - Removed -Werror from kmode to allow scan-build...
2011-12-01 John HodgeModules/UHCI - Tiny correctness fix in code (no functio...
2011-12-01 John HodgeModules/USB - A little work on HID code
2011-11-30 John HodgeModules/USB - Cleanup mostly
2011-11-30 John HodgeKernel - Removed debug from workqueue
2011-11-30 John HodgeKernel/x86 - Fixed timing error that caused time to...
2011-11-30 John HodgeKernel - Fixed double-lock caused by workqueue
2011-11-30 John HodgeModules/USB - Bugfixes
2011-11-30 John HodgeModules/InitRD - Fixing ARM bug (actually in boot args)
2011-11-30 John HodgeKernel - Added (completely untested) m68k port
2011-11-30 John HodgeBuild - Restructured configuration
2011-11-29 John HodgeModules/USB - Debugging polling and async
2011-11-29 John HodgeKernel - Disable nested locks in x86, added workqueue...
2011-11-29 John HodgeKernel - Added a FIFO to thread code
2011-11-29 John HodgeModules/USB - Callback support and Driver selection
2011-11-29 John HodgeModules/USB - Cleanup and sorting, added hub code to...
2011-11-28 John HodgeModules/USB - Little work on hub code
2011-11-28 John HodgeModules/USB - Cleaning up protocol code, working on...
2011-11-28 John HodgeKernel/VTerm - Why did I remove the redraw?
2011-11-28 John HodgeModules/USB - Cleaning up code
2011-11-28 John HodgeModules/USB - Working on driver support, little headache
2011-11-27 John HodgeMerge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2011-11-27 John HodgeModules/USB - Commenting mostly
2011-11-27 John HodgeKernel/x86 - Oops, bad entry
2011-11-26 John HodgeModules/USB - Parsing interface descriptors now
2011-11-26 John HodgeKernel - Removed some unneeded logging statements
2011-11-26 John HodgeModules/USB - Coming along, reading descriptors now
2011-11-25 John HodgeLight fixes to build bugs
2011-11-25 John HodgeModules/USB - Working on UHCI callbacks
2011-11-25 John HodgeModules/USB - Fiddling with USB
2011-11-25 John HodgeModules/USB - Working on a structure for the USB subsystem
2011-11-24 John HodgeModules/FS_InitRD - Added libaxwin3
2011-11-24 John HodgeKernel/vfs - Slight debugging changes in select()
2011-11-24 John HodgeUsermode/ld-acess - Fixed bug in syscall5/syscall6...
2011-11-24 John HodgeKernel - Fixed a double-lock in message handling
2011-11-23 John HodgeUsermode/ld-acess - Fixed bug with ARM nested functions
2011-11-23 John HodgeModules/InitRD - Fixed to not convert files into hex
2011-11-21 John HodgeUsermode/AxWin3 - Added delete support to text input
2011-11-21 John HodgeUsermode/login - Made the login process re-enable the...
2011-11-21 John HodgeKernel - Fixing vterm bug with 32-bit input, slight...
2011-11-20 John HodgeUsermode/AxWin3 - Working on keyboard input
2011-11-20 John HodgeKernel - Cleaning up a little (implemented MIN and...
2011-11-20 John HodgeKernel/Keyboard - Changed keyboard API to facilitate...
2011-11-20 John HodgeUsermode/AxWin3 - Cleaning up, graphics fixes and worki...
2011-11-20 John HodgeUsermode/CLIShell - Fixed not catching execve returning
2011-11-20 John HodgeKernel - Cleaned up a little (re-enabled cursor too)
2011-11-20 John HodgeUsermode/ld-acess - Fixed bug in x86 main entrypoint
2011-11-18 John HodgeUsermode/AxWin3 - Reworked widget minimum sizes, fixed...
2011-11-18 John HodgeUsermode/AxWin3 - Bugfixing rendering/layout issues
2011-11-17 John HodgeUsermode/AxWin3 - Fiddling with text presentation
2011-11-17 John HodgeUsermode/AxWin3 - Splitting widget types out into separ...
next

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