Cleaning up for release
[tpg/acess2.git] / Modules /
2012-01-15 John HodgeModules/UHCI - Fixed edge case NULL dereference
2012-01-15 John HodgeFixing bugs exposed by scan-build
2012-01-14 John HodgeModules/Tegra2Vid - Hacking up some investigations :)
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 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-10 John HodgeModules/Tegra2Vid - Got it compiling
2012-01-10 John HodgeModules/Tegra2Disp - Initial commit, doesn't work but...
2012-01-07 John HodgeFixing Tegra2 build
2011-12-04 John HodgeKernel - Fixing and breaking SMP related stuff
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 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 HodgeModules/USB - Bugfixes
2011-11-30 John HodgeModules/InitRD - Fixing ARM bug (actually in boot args)
2011-11-30 John HodgeBuild - Restructured configuration
2011-11-29 John HodgeModules/USB - Debugging polling and async
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 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-26 John HodgeModules/USB - Parsing interface descriptors now
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-23 John HodgeModules/InitRD - Fixed to not convert files into hex
2011-11-21 John HodgeKernel - Fixing vterm bug with 32-bit input, slight...
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-12 John HodgeModules/FAT - Fixed edge cases in read
2011-11-11 John HodgeModules/IPStack - Fixed x86_64 build error
2011-11-11 John HodgeModules/InitRD - Added AxWin3 to initrd
2011-11-11 John HodgeKernel - Disabled -fno-builtins, removed some unneeded...
2011-11-11 John HodgeModules/FDDv2 - Fixed calling _ReadWithinTrack when...
2011-11-11 John HodgeModules/FAT - Fixed unneeded memcpy in LFN, made more...
2011-11-08 John HodgeModules/FDDv2 - Added catch for zero-length read
2011-11-08 John HodgeModules/ATA - Fixed not catching extended parition...
2011-10-29 John HodgeModules/BochsGA - Oops, didn't need that magic break
2011-10-28 John HodgeModules/RTL8139 - Fixed bug if BAR is invalid
2011-10-28 John HodgeModules/PL110 - added static cursor support
2011-10-26 John HodgeModules/armv7 - Just a little debug
2011-10-22 John HodgeKernel/drvutil - Fixes to cursor handling
2011-10-22 John HodgeModules/VESA - Cleaned the code a little
2011-10-22 John HodgeModules/BochsGA - Added DrvUtil cursor support
2011-10-22 John HodgeModules/VESA - Added cursor support (with blinking)
2011-10-20 John HodgeModules/PL110 - Added support for the Versatile version
2011-10-19 John HodgeModules/PL110 - Helps if I fix this too
2011-10-19 John HodgeModules/VESA - Changed to use DrvUtil functions
2011-10-19 John HodgeKernel/APIs - Moved buffer mode to FBInfo
2011-10-17 John HodgeMisc fixes, and I think I broke ld-acess x86_64 a while...
2011-10-17 John HodgeModules/PS2KbMouse - Bugfixing (alignment issue)
2011-10-17 John HodgeModules/BochsGA - Debugging and porting to newer APIs
2011-10-17 John HodgeModules/SunRPC - Stubbed
2011-10-17 John HodgeModules - Added DEPS variable for inter-module includes
2011-10-17 John HodgeModules/PL110 - Commenting
2011-10-16 John HodgeModules/PL110 - Added ARM PL110 CLCD driver
2011-10-14 John HodgeModules/InitRD - Added inode number lookup support
2011-10-12 John HodgeModules/InitRD - Fixed .gitignore to remove depfiles too
2011-10-12 John HodgeModules/InitRD - Fixed dependencies in InitRD script
2011-10-12 John HodgeMajor build system changes
2011-10-12 John HodgeModules/GIC - Fixed interrupt handling
2011-10-09 John HodgeModules/FDDv2 - Fixed incorrect usage of 'B', added...
2011-10-09 John HodgeModules/ISADMA - Removed commented out cli/sti
2011-10-09 John HodgeModules/FDD - Heaps of changes when debugging, may...
2011-10-09 John HodgeModules/FDDv2 - Completed, seems to work
2011-10-09 John HodgeModules/FDDv2 - VFS interface almost done, Caching...
2011-10-08 John HodgeModules - Adding rewrite of the FDD driver
2011-10-08 John HodgeModules/PS2KbMouse - Fixing PL050 bugs
2011-10-08 John HodgeModules/armv7 - GIC support coming along
2011-10-07 John HodgeModules/armv7 - Added stub IRQ_AddHandler to GIC
2011-10-07 John HodgeModules/armv7 - Fixing PL050 support
2011-10-05 John HodgeModules/PS2KbMouse - Fixed 8042 not being initialised
2011-10-04 John HodgeModules/armv7 - Adding a stub GIC driver
2011-10-04 John HodgeModules - Switched GNU99
2011-10-04 John HodgeModules/FDD - Trying to fix fdd behavior
2011-10-04 John HodgeModules/USB - Fiddling with USB
2011-10-04 John HodgeModules/PS2KbMouse - Adding pl050 support
2011-09-28 John HodgeKernel - Added pointer to IRQ callbacks
2011-09-28 John HodgeModules/USB - Working on things :)
2011-09-27 John HodgeModules/USB - Working on USB support again
2011-09-27 John HodgeModules - Moved to using object directories
2011-09-26 John HodgeModules/FDD - Fixed random bug
2011-09-26 John HodgeModules/ATA - Fiddling for bugfixing, bug was elsewhere...
2011-09-25 John HodgeModules/PS2KbMouse - Broke 8042 specific code out
2011-09-25 John HodgeRenamed tpl_drv_* to api_drv_* (a more fitting name)
2011-09-25 John HodgeModules/SB16 - Stub driver, nowhere near complete
2011-09-25 John HodgeModules/IPStack - Updated worker thread invocation
next

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