IPStack/tcp - Added deferred ACK support
[tpg/acess2.git] / KernelLand / Modules /
2013-01-25 John Hodge (sonata)IPStack/tcp - Added deferred ACK support
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
2012-11-13 John Hodge (sonata)Kernel - Fixing bugs from previous commig
2012-11-13 John Hodge (sonata)Misc - Changes to allow warning-less compilation with...
2012-11-10 John Hodge (sonata)Modules/UHCI - Added option to disable at runtime
2012-11-06 John Hodge (sonata)Kernel - Fixing bugs in kernel-land ELF relocation
2012-11-04 John Hodge (sonata)User/Kernel - ARMv7 fixes (relocation of .text)
2012-10-03 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-09-19 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-09-19 John HodgeModules/EHCI - Debugging EHCI, still broken
2012-09-17 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-09-17 John HodgeModules/EHCI - Implimenting functions (doesn't fully...
2012-09-16 John HodgeModules/IPStack - Fix for Proc_SpawnWorker change
2012-09-16 John HodgeModules/USB - EHCI Driver and related changes to hub...
2012-09-13 John HodgeModules/EHCI - Debug output, nowhere near usable yet
2012-09-02 John HodgeModules/FAT - Replaced literal -1 for EOC with GETFATVA...
2012-08-28 John HodgeModules/Ext2 - Adding inode creation/writeback on file...
2012-08-23 John HodgeModules/FAT - (minor) Add forgotten LEAVE
2012-08-22 John HodgeMerge branch 'master' of git://localhost/acess2
2012-08-21 John HodgeKernel - VFS API Update - ReadDir caller provided buffer
2012-08-20 John HodgeMisc code cleanup
2012-08-20 John HodgeModules/Ext2 - Fixed compile errors caused by differing...
2012-08-20 John HodgeModules/Ext2 - Experimental write support coming along
2012-08-15 John HodgeModules/ATA - Unified DMA code, cleaned up removed...
2012-08-15 John HodgeModules/Ext2 - Fixed typo and forgetting to set inode...
2012-08-15 John HodgeModules/Ext2 - Fixed not unlocking node lock for non...
2012-08-14 John HodgeMerge branch 'master' of git://localhost/acess2
2012-08-09 John HodgeUSB - Fixed compile errors for x86_64
2012-08-08 John HodgeModules/NVidia - Stub driver (not compiled)
2012-08-08 John HodgeAdded lspci to core build and initrd
2012-08-08 John HodgeModules/InitRD - (minor) Omnispeak/keen5 file changes...
2012-08-08 John HodgeUSB - Silenced device init debug
2012-08-07 John HodgeUSB - HC API Update
2012-08-07 John HodgeModules/LVM - Catches for stupid coding
2012-08-06 John HodgeUSB - Added rudimentary device cleanup
2012-08-06 John HodgeUSB - Updated code to use endpoint registration
2012-08-06 John HodgeUSB - Changed HC API to reflect more advanced features
2012-08-05 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-08-05 John HodgeMerge branch 'master' of git.mutabah.net:acess2
2012-08-03 John HodgeModules - Added -ffreestanding to module build (allows...
2012-08-03 John HodgeModules/IPStack - Made use of "sti" x86 only
2012-07-24 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-07-20 John HodgeKernel - Implimented double buffering in video utils...
2012-07-19 John HodgeKernel - Cleaning up useless message spam
2012-07-19 John HodgeJust a little cleanup
2012-07-19 John HodgeKernel - Adding flags for network adapters
2012-07-19 John HodgeKernel - Added stub E1000 driver
2012-07-19 John HodgeModules/InitRD - Added telnetd
2012-07-19 John HodgeModules/Ext2 - Fixed zero-length filenames and memory...
2012-07-18 John HodgeKernel - Changed MM_GetPhysAddr to take a pointer
2012-07-17 John HodgeKernel - Fixing bugs exposed with `qemu -nographic`
2012-07-17 John HodgeMerge branch 'master' of git://localhost/acess2
2012-07-17 John HodgeModules/EXT2 - Working on write support
2012-07-16 John HodgeKernelLand - Fixing issues compiling ARMv7
2012-07-16 John HodgeModules/Tegra2Vid - Fiddling, seems to not want to...
2012-07-16 John HodgeModules/EHCI - Planning out, might need USB HC API...
2012-07-15 John HodgeModules/USB - Fixed debugging typo in devinit
2012-07-15 John HodgeKernel/Modules - Removed "nothing to be done for 'insta...
2012-07-15 John HodgeGeneral cleanup and bugfixes
2012-07-14 John HodgeMerge branch 'master' of ted.mutabah.net:acess2
2012-07-14 John HodgeKernel - Silencing complaining compilers
2012-07-14 John HodgeMerge branch 'master' of ted.mutabah.net:acess2
2012-07-14 John HodgeModules/LVM - Fixed bugs with reference counting and...
2012-07-14 John HodgeKernel - Added .Detect method to VFS drivers
2012-07-14 John HodgeKernel/VFS - Fixed logic error in MkNod (rootfs and...
2012-07-14 John HodgeModules/FAT - Fixed unimplimented incomplete directory...
2012-07-14 John HodgeMerge branch 'master' of ted.mutabah.net:acess2
2012-07-14 John HodgeKernel - Added return value to module cleanup, fixed...
2012-07-13 John HodgeModules/FAT - Logged unimplimented function
2012-07-13 John HodgeModules/FAT - Fixed write support
2012-07-12 John HodgeKernel - Fixing small errors exposed by new compiler
2012-07-12 John HodgeModules/FAT - Implimentation of FAT_Link, validity...
next

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