Kernel/timers - Fixed bad assertions
[tpg/acess2.git] / KernelLand / Modules /
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
2013-01-25 John Hodge (sonata)IPStack/tcp - Added deferred ACK support
2013-01-22 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-22 John HodgeMerge branch 'master' of git://localhost/acess2
2013-01-20 John Hodge (sonata)Fixed FDD install
2013-01-20 John Hodge (sonata)Modules/RPiDisplay - Commiting non-compiled code
2013-01-20 John Hodge (sonata)Modules/InitRD - Added GUI terminal and libunicode...
2013-01-20 John Hodge (sonata)Modules/BochsGA - Added 800x480 mode
2013-01-20 John Hodge (sonata)Modules/VIARhineII - (minor) Removed unnessesary message
2013-01-20 John Hodge (sonata)Modules/IPStack - (minor) Fixed return value of UDP...
2013-01-19 John Hodge (sonata)Kernel/InitRD - Added inittab
2013-01-19 John Hodge (sonata)Modules/InitRD - Added bomb command
2013-01-19 John Hodge (sonata)Modules/FDDv2 - Fixed logic error in ReadDir
2012-12-30 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2012-12-20 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2012-12-20 John HodgeModules/Tegra2Vid - More fiddling, I think it modesets now
2012-12-20 John HodgeModules/EHCI - Added command-line controller definition
2012-12-20 John HodgeKernel/armv7 - Tegra2 timer and interrupt rework
2012-12-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-12-09 John Hodge (sonata)Modules/EHCI - Random debug
2012-12-04 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-12-04 John HodgeMerge branch 'master' of git://localhost/acess2
2012-12-02 John Hodge (sonata)KernelLand - Misc debugging
2012-12-01 John Hodge (sonata)Kernel - Imported userland strtoi file (and other minor...
2012-11-30 John Hodge (sonata)Modules/InitRD - Added a few libraries
2012-11-29 John Hodge (sonata)Usermode - Renamed VFS syscalls to _Sys* to remove...
2012-11-28 John Hodge (sonata)Modules/InitRD - Added ate to initrd image
2012-11-28 John Hodge (sonata)Modules/BochsGA - Added SETCURSORBITMAP
2012-11-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-11-26 John Hodge (sonata)Kernel/x86_64 - Debugging GUI errors (and a wild goose...
2012-11-25 John Hodge (sonata)Modules/UHCI - Added logging and ASSERTs to find bugs
2012-11-18 John Hodge (sonata)Modules/UHCI - Debugging x86_64 errors
2012-11-18 John Hodge (sonata)Modules/FAT - Slight improvement to detection code
next

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