tpg/acess2.git
2012-02-08 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-02-08 John HodgeRandom fixes with Tegra2 debugging
2012-02-08 John HodgeFixing compile warnings
2012-02-08 John HodgeAdded USB back into the main build
2012-02-08 John HodgeUsermode/include - Fixes so user sys/ works in AcessNative
2012-02-08 John HodgeAcessNative - Implemented events, don't trust them
2012-02-08 John HodgeUSB - Cleaning a little
2012-02-07 John HodgeOops
2012-02-07 John HodgeMore work on neatening code
2012-02-07 John HodgeSorting source tree a bit
2012-02-07 John HodgeKernel - Slight reworks to timer code
2012-02-07 John HodgeUsermode - Cleanups courtesey of scan-build
2012-02-07 John HodgeAcessNative - Fixing for recent kernel changes
2012-02-06 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-02-06 John HodgeKernel/ARMv7 - Fixed not using ASIDs
2012-02-05 John HodgeUsermode - Added device detection to DHCP client
2012-02-05 John HodgeNetworking - Reworked route table management
2012-02-05 John HodgeNetworking - Working on DHCP client (and related changes)
2012-01-30 John HodgeImplementing telnet server, fixes everywhere
2012-01-30 John HodgeBugfixing
2012-01-30 John HodgeKernel - Implementing SysSpawn
2012-01-29 John HodgeKernel - Fixed freeing NULL
2012-01-29 John HodgeKernel/armv7 - Fixed for threading changes
2012-01-29 John HodgeUsermode - Fixed duplicate definitions of BUFSIZ
2012-01-29 John Hodgeminor - commenting change
2012-01-29 John HodgeKernel/x86_64 - Updated to new threading changes, fixed...
2012-01-28 John HodgeKernel - Split per-process and per-thread data
2012-01-26 John HodgeMissing files
2012-01-26 John HodgeUsermode/telnetd - Hacking it up :) Needs _SysSpawn...
2012-01-26 John HodgeKernel - Removed an unneeded todo
2012-01-26 John HodgeUsermode - Cleaning up while attempting to port dropbea...
2012-01-24 John HodgeIntegrating new event handling into userspace
2012-01-24 John HodgeFixing kernel time handling
2012-01-24 John HodgeKernel - Fixing time formatting functions (not fully...
2012-01-23 John HodgeKernel - Cleaned up threads code a little, fixed event...
2012-01-23 John HodgeKernel - Implemented event wait (untested)
2012-01-23 John HodgeKernel - Added events to build
2012-01-22 John HodgeKernel/threads - Working on centralised event handling
2012-01-22 John HodgePlanning better async
2012-01-21 John HodgeCleaning up ignored files
2012-01-21 John HodgeAdded DoRelease script (untested)
2012-01-21 John HodgeWorking on better release system
2012-01-21 John HodgeFixing ARM build from VFS changes
2012-01-21 John HodgeModules/IPStack - Fixed compile warning
2012-01-21 John HodgeKernel - Split VTerm up into multiple files
2012-01-21 John HodgeOops, forgot a file from x86 fixes
2012-01-21 John HodgeVFS - Rework to remove function pointers from tVFS_Node
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
next

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