Tools/NetTest - Add TCP retransmit test
[tpg/acess2.git] / KernelLand / Modules /
2013-10-09 John HodgeModules/UDI - MEI working, used for nic
2013-10-08 John HodgeModules/ATA - Fixed uninitialised variable
2013-10-08 John HodgeModules/UDI - NSR layer and fixes to enumeration
2013-10-08 John HodgeModules/UDI - PIO and better instance startup
2013-10-07 John HodgeModules/UDI - Cleaned up source layout, implemented...
2013-10-07 John HodgeModule/UDI - Implementing parts of MEI (abusing CPP...
2013-10-06 John HodgeModules/UDI - Attributes, PIO, CB allocation and channe...
2013-10-05 John HodgeModules/UDI - Moved UDI headers to /UDI/include
2013-10-05 John HodgeModules/UDI - Adding PCI and MEI headers
2013-10-05 John HodgeModules/UDI - Minor tweaks
2013-10-04 John HodgeModules/Makefile - added -fno-omit-frame-pointer to...
2013-10-04 John HodgeModules/UDI - Enumeration working, ne2000 starting...
2013-10-03 John HodgeModules/UDI - Implementing proper enumeration framework
2013-10-01 John HodgeModules/UDI - Added definition of NULL
2013-10-01 John HodgeModules/UDI - Fixing physio gaps, added NIC binding
2013-10-01 John HodgeModules/UDI - Fixed kernel-land compile errors
2013-10-01 John HodgeModules/UDI - Removed dependence on acess.h from UDI...
2013-10-01 John HodgeModules/EHCI - Fixing, closer to working now
2013-10-01 John HodgeModules/USB - More debug in portctl
2013-09-23 John HodgeModules/EHCI - Extra debug
2013-09-22 John HodgeModules/ARMv7 GIC - Clean up debug and fix a few nigglers
2013-09-22 John HodgeModules/Tegra2Vid - Fixed out-of-date IO function proto...
2013-09-22 John HodgeModules/ARMv7 GIC - Quietened interrupt handling
2013-09-22 John HodgeModules/InitRD - Added missing insmod/automount
2013-09-18 John HodgeModules/UDI - Improved attribute parsing
2013-09-17 John HodgeModules/UDI - Working on more framework and PCI bus
2013-09-16 John HodgeModules/UDI - Channel code implimented (partially)
2013-09-16 John HodgeModules/Makefile.tpl - Added vim filetype line
2013-09-16 John HodgeModules/UDI - Implimenting UDI support, can load udi_dp...
2013-09-14 John HodgeModules/UDI - Working on UDI support
2013-09-14 John HodgeModules/NTFS - Fixed some validation to prevent the...
2013-09-13 John HodgeKernel - Added assert() macro (same as ASSERT)
2013-09-10 John HodgeModules/Ext2 - Handled zero-sized directory records
2013-09-07 John Hodge(minor) Modules/UDI - Switched to ENTER/LEAVE
2013-09-07 John HodgeModules/IPStack - Planning new ARP code
2013-09-07 John HodgeModules/E1000 - (stub) Handle of ICR_TXD_LOW to silence...
2013-09-07 John HodgeModules/NTFS - Fixed errnous RETURN() debug statment
2013-08-11 John Hodge (sonata)Modules/IPStack - Added some more buffer asserts
2013-08-11 John Hodge (sonata)Modules/Keyboard - Hacked-up Ctrl-Alt-Del triple fault
2013-08-11 John Hodge (sonata)Modules/PRO100 - Real hardware testing
2013-08-11 John HodgeModules/PRO100 - Fixed -ve array reference
2013-08-11 John HodgeModules/E1000 - Disabled debug
2013-08-11 John HodgeModules/IPStack - Disabled ethernet checksum generation...
2013-08-10 John HodgeModules/PRO100 - Successfully gets a DHCP lease
2013-08-10 John HodgeModules/IPStack - Added NULL checks to buffer functions
2013-08-10 John HodgeModules/IPStack - Added log when adapter is registered
2013-08-10 John HodgeModules/IPStack - Fixed clobbering of destination MAC
2013-08-09 John HodgeMerge branch 'master' of git://localhost/acess2
2013-08-09 John Hodge (sonata)Modules/PRO100 - Implimenting, still untested
2013-08-08 John Hodge (sonata)Modules/PRO100 - Starting on an Intel PRO/100 driver
2013-08-06 John HodgeMerge branch 'master' of git://localhost/acess2
2013-08-06 John HodgeModules/ATA - Added timeout to GetDiskSize
2013-08-01 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-07-30 John HodgeModules/Ext2 - Fixed bugs in read/write support
2013-07-27 John HodgeModules/LVM - Fixed memory leak on cleanup
2013-07-27 John HodgeModules/Ext2 - Bugfixing to write support
2013-07-23 John HodgeModules/Keyboard - Added Delete=0x7F translation
2013-07-23 John HodgeModules/VIAVideo - Found some docs, little cleanup
2013-07-12 John HodgeModules/E1000 - Enabled bus master for qemu (which...
2013-07-10 John HodgeModules/IPStack - Fixed unused variable in udp
2013-07-10 John HodgeModules/IPStack - Fixed UDP port collision detection
2013-07-10 John HodgeModules/AHCI - Disable debug (seems good atm)
2013-07-10 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2013-07-10 John HodgeModules - Added VirtIO Network driver (and VirtIO library)
2013-07-10 John HodgeModules/IPStack - Added NULL checks in buffer code
2013-06-26 John HodgeModule/ATA - Slight cleanup
2013-06-26 John HodgeModules/ATA - (untested) Cleanup to BM address handling
2013-06-26 John HodgeKernelLand - Better node chaching code
2013-06-25 John HodgeModules/AHCI - Different debug
2013-06-25 John Hodge(minor) Modules/LVM - Commenting
2013-06-25 John HodgeModules/NTFS - Added _Read, working on _Close cleanup
2013-06-25 John HodgeModules/NTFS - Implimented update sequences, fixes...
2013-06-24 John HodgeModules/LVM - Added caching
2013-06-24 John HodgeModules/NTFS - ReadDir/FindDir appear to work well
2013-06-23 John HodgeModules/AHCI - Debug change
2013-06-23 John HodgeModules/NTFS - Implimentation progressing (ReadDir...
2013-06-22 John HodgeModules/NTFS - Implimentation in progress
2013-06-21 John HodgeModules/AHCI - Cleaned up AHCI LVM names
2013-06-21 John HodgeModules/LVM - Detection for GPT in MBR code
2013-06-20 John HodgeModules/AHCI - Reading the boot sector works
2013-06-20 John HodgeModules/LVM - (minor) Error handler in AddVolume
2013-06-19 John HodgeModules/AHCI - Added H2D register structure (used for...
2013-06-19 John HodgeModules/AHCI - Moved FIS definitions to sata.h
2013-06-19 John HodgeModules/PL110 - Updated to recent(ish) VFS change
2013-06-18 John HodgeModules/AHCI - Init almost complete, connection detect...
2013-06-18 John HodgeModules/LVM - Added handle return to LVM volume creation
2013-06-17 John HodgeModules/AHCI - Creeping towards useful
2013-06-17 John HodgeModules/AHCI - Slowly fiddling
2013-05-18 John HodgeKernel - Integrated PTY with VTerm, userland currently...
2013-05-16 John HodgeKernel - Added 'Flags' param to VFS Read/Write/FindDir
2013-05-14 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-14 John HodgeModules/IPStack - Removed useless log message
2013-05-13 John Hodge (sonata)Modules/FAT - Fixed handling of <FAT32 root directory
2013-05-12 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-12 John HodgeModules/E1000 - Fixed corruption/crash
2013-05-08 John Hodge (sonata)Modules/E1000 - (minor) Worked around dumb gcc warning
2013-05-03 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2013-05-03 John HodgeModules/E1000 - Bugfixes
2013-05-03 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2013-04-26 John HodgeModules/PCnetFAST3 - Partially functional
next

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