Modules/USB - Little work on hub code
[tpg/acess2.git] / Modules /
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
2011-09-08 John HodgeIPStack - Fiddling with firewall
2011-09-08 John HodgeModules/ATA - Hack/fix for x86-64 ATA
2011-08-24 John HodgeModules/FAT - Implemented GetNodeFromINode
2011-08-21 John HodgeModules/Network - Added PCnet-FASTIII driver (untested...
2011-08-21 John HodgeIPStack - SCTP support, dunno how good it is, but part...
2011-08-20 John HodgeKernel - Attempting to fix scroll redraw issue
2011-08-20 John HodgeModules/InitRD - Added new files, and re-added debug
2011-08-13 John HodgeModules/USB - A little more work
2011-08-08 John HodgeKernel - Fixes from clang's scan-build tool
2011-08-07 John HodgeKernel - Cleaning up messages rel0.10
2011-08-07 John HodgeKernel - Removed #include <adt.h> from acess.h, reduce...
2011-08-07 John HodgeIPStack - Fixed TCP locking up when the receive buffer...
2011-08-06 John HodgeFAT - Removed unneeded malloc() calls
2011-08-06 John HodgeIPStack - Cleaned up unneeded malloc() calls
2011-08-04 John HodgeIPStack - Changed IPv4_Checksum to use a word count
2011-08-04 John HodgeRTL8139 - Fixed Rx wrap bugs
2011-08-04 John HodgeChanged Video device spec to implement cursors
2011-08-04 John HodgeIPStack - Fixed TCP checksuming
2011-08-04 John HodgeRT8139 - Fixed to use Mutexes to control access to...
2011-08-02 John HodgeRTL8139 - Fixed not clearing IO bit in BAR
2011-07-30 John HodgeKernel - Bugfixing x86_64 port
2011-07-28 John HodgeModules/VGA - Implemented 2DOPS and fixed implementation
2011-07-06 John HodgePS2Mouse - Reworked driver to conform with Joystick...
2011-07-06 John HodgeModules/x86 - Needs a makefile :)
2011-07-06 John HodgeKernel - Reworked PCI API to be cleaner
next

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