Kernel/DrvUtil Video - (minor) Disable debug
[tpg/acess2.git] / KernelLand / Modules /
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
2013-04-26 John HodgeModules/E1000 - Partially functional driver
2013-04-26 John HodgeModules/IPStack - Added MAC checksum offload support
2013-04-02 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-04-02 John HodgeKernel/IPStack - Added lock to buffer structure so...
2013-04-01 John HodgeKernel/Modules - Heaps of work on PCnet FASTIII driver
2013-03-29 John HodgeMerge branch 'master' of git://localhost/acess2
2013-03-29 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-03-29 John Hodge (sonata)Modules/IPStack - Reduced UDP debug spam
2013-03-28 John Hodge (sonata)Usermode+InitRD - Fixed incorrect location of dhcpc
2013-02-26 John HodgeModules - Removing uneeded prototypes
2013-02-25 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-02-20 John HodgeModules/InitRD - Added extra menu images
2013-02-19 John HodgeModules/InitRD - Fixed files.lst format
2013-02-15 John HodgeModules/USB - Disabled debug in core.c
2013-02-09 John Hodge (sonata)Modules/FDDv2 - Minor fix in ReadDir/FindDir
2013-02-09 John HodgeModules/LVM - Minor note
2013-02-08 John HodgeModules/IPStack - TCP minor bugfixes, arp semaphore...
2013-02-02 John HodgeMerge branch 'master' of git://localhost/acess2
2013-01-30 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-29 John Hodge (sonata)Modules/IPStack - Fixed NULL dereference in routing
2013-01-28 John Hodge (sonata)Modules/IPStack - Killing Threads_Yield
2013-01-28 John HodgeKernel - (experimental) Allowing THREAD_EVENT_TIMER...
2013-01-28 John HodgeModules/IPStack - Fixed use of sprintf(NULL,...)
2013-01-28 John HodgeIPStack - Breaking things (constant iftype)
2013-01-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-28 John HodgeKernel[Tegra2] - Messing about debugging tegra stuff
2013-01-27 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
next

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