tpg/acess2.git
2012-02-26 John HodgeKernel/USB - Still broken, reworking host controller...
2012-02-26 John HodgeKernel - Added another event and allowed clearing of...
2012-02-26 John HodgeKernel/x86 - Added option to disable preemption, and...
2012-02-25 John HodgeModules/USB - Slight correctness fixes, and fixed a...
2012-02-24 John HodgeModules/UHCI - Just a little more debug
2012-02-23 John HodgeExtra - Added -nousb and -notee flags to RunQemu
2012-02-23 John HodgeModules/UHCI - Big cleanups to code... but there is...
2012-02-23 John HodgeModules/USB - Documention/Debugging, and fixed an API use
2012-02-23 John HodgeKernel - Slight semaphore fix
2012-02-21 John HodgeModules/LVM - Fiddling
2012-02-21 John HodgeUsermode/AxWin3 - Fixing mouse code to handle non 3...
2012-02-19 John HodgeAcessNative - Fixing a couple of bugs exposed by AxWin
2012-02-19 John HodgeUpdated readme
2012-02-19 John HodgeAcessNative - Fixes, now can run again (and spawn/kill...
2012-02-17 John HodgeModules - Working on LVM layer (not integrated yet)
2012-02-17 John HodgeModules/USB - Made HIDMouse a folder
2012-02-17 John HodgeKernel - Update VFS API to use off_t/size_t instead...
2012-02-17 John HodgeModules/USB - Slight commenting updates in HID
2012-02-17 John HodgeModules/USB - Crash prevention in UHCI, VFS interface...
2012-02-17 John HodgeKernel - Added snprintf function
2012-02-16 John HodgeModules/USB - Untested updates to USB mouse support
2012-02-16 John HodgeModules/USB - Working on HID support (and fixed some...
2012-02-16 John HodgeKernel - Fixed bug in x86/proc.c (caused early task...
2012-02-14 John HodgeUsermode/AxWin3 - Fixed bug with underlined items in...
2012-02-14 John HodgeUsermode/include - Slight fixes
2012-02-14 John HodgeKernel/vfs - Fixed edge case bug with chroots
2012-02-14 John HodgeAcessNative - Little fixes to get it running on 64-bit
2012-02-13 John HodgeKernel - Fixed freeze (I think)
2012-02-13 John HodgeKernel - Reenabled locking on debug output
2012-02-13 John HodgeKernel/timers - Cleaning up timer code... might have...
2012-02-11 John HodgeModules/EHCI - Header, no code yet
2012-02-10 John HodgeKernel/x86 - Slight fixes to PMM statistics
2012-02-10 John HodgeModules/OHCI - Working on it, a few little bugs and...
2012-02-10 John HodgeBuildConf - Added OHCI to x86 build
2012-02-10 John HodgeModules/OHCI - Implementation work, not usable yet...
2012-02-10 John HodgeModules/UHCI - Cosmetic changes
2012-02-10 John HodgeModules/ATA - Bugfix to MBR extended partition handling
2012-02-09 John HodgeNodules/USB - Working on OHCI
2012-02-09 John HodgeMisc warning killing
2012-02-08 John HodgeUSB - Slight host API change
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 :)
next

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