Merge branch 'master' of github.com:thepowersgang/acess2
[tpg/acess2.git] / KernelLand /
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-07-10 John HodgeKernel/logdebug - More useful asserts
2013-07-09 John HodgeMerge pull request #1 from berkus/patch-1
2013-07-09 BerkusFix typo.
2013-07-07 John HodgeKernel - Meta Serial driver (incomplete)
2013-07-03 John HodgeKernel/syscalls - Implimenting _SysMkDir
2013-06-26 John HodgeModule/ATA - Slight cleanup
2013-06-26 John HodgeModules/ATA - (untested) Cleanup to BM address handling
2013-06-26 John HodgeKernel/x86 - Hack to return quickly when mapping <1MiB...
2013-06-26 John HodgeKernel/IOCache - Page-based caching implimented
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 HodgeKernel/IOCache - Constness fixes and pointer callback...
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-23 John HodgeKernel/UTF-16 - Added case-insensitive compre (for...
2013-06-23 John HodgeKernel/VFS - Disabled use of .Size in directories
2013-06-23 John HodgeKernel/libc - Added support for utf16 strings (%ls)
2013-06-23 John HodgeKernel/PCI - Fixed lack of shift in detecting special...
2013-06-23 John HodgeKernel/x86 - Workaround for possibly buggy 64-bit divid...
2013-06-23 John HodgeKernel/VFS - Update to node cache to support extra...
2013-06-22 John HodgeKernel - Added UTF-16 functions
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 HodgeKernel - Cleaned up MM_AllocDMA/_MapHWPages/_GetPhysAddr
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-20 John HodgeKernel/VTerm - Include forgotten 2D command handling
2013-05-20 John HodgeKernel/VTerm,PTY - Replaced VTerm buffers with PTY...
2013-05-18 John HodgeKernel - Misc fixes and debug in VTerm/PTY, AxWin3...
2013-05-18 John HodgeKernel - Integrated PTY with VTerm, userland currently...
2013-05-18 John HodgeKernel/PTYs - Fixed maths error causing page fault
2013-05-18 John HodgeKernel/threads - Fixed infinite fault loop if thread...
2013-05-17 John HodgeKernel/PTYs - Finishing touches on implimentation
2013-05-17 John HodgeKernel - Implimenting PTYs (untested, unintegrated)
2013-05-16 John HodgeKernel/VFS - Fixed bug with setting flags on FD0
2013-05-16 John HodgeKernel - Implimented VFS_Reopen
2013-05-16 John HodgeKernel - Added 'Flags' param to VFS Read/Write/FindDir
2013-05-15 John Hodge (sonata)Kernel - SYS_FDCTL
2013-05-15 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2013-05-15 John HodgeKernel - Working on SYS_COPYFD
2013-05-15 John Hodge (sonata)Kernel - Defaulted FRandom 'DataAvaliable' to 1
2013-05-14 John HodgeKernel - Added fast random (ala /dev/urandom), good...
2013-05-14 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-14 John HodgeKernel - Update syscall definition (comment only)
2013-05-14 John HodgeKernel/VTerm - C99 and slight debug
2013-05-14 John HodgeKernel/IPCPipe - Disabled debug
2013-05-14 John HodgeModules/IPStack - Removed useless log message
2013-05-14 John HodgeKernel - Disabled omission of frame pointer (debugging)
2013-05-13 John Hodge (sonata)Modules/FAT - Fixed handling of <FAT32 root directory
2013-05-13 John Hodge (sonata)Kernel/VTerm - Fixed typo in comment
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)Kernel/armv7 - Extra code for Tegra2 timer tests
2013-05-08 John Hodge (sonata)Modules/E1000 - (minor) Worked around dumb gcc warning
2013-05-08 John Hodge (sonata)Kernel/x86 - Untested MicroSleep function
2013-05-03 John Hodge (sonata)Kernel/acpica - Disable debug
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-05-03 John HodgeKernel/acpica - Fiddling
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-26 John HodgeKernel/x86 - mboot: Cleaning up source, added sanity...
2013-04-26 John HodgeKernel/x86 - acpica: Debug to trace AE_NO_MEMORY cause
2013-04-26 John HodgeKernel/x86 - mm_virt: Allowed PhysAddr=NULL with AllocDMA
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-02 John HodgeKernel/Threads - Added output to SetName to trace threa...
2013-04-02 John HodgeKernel/VTerm - Added stub support for an escape code...
2013-04-01 John HodgeKernel/Modules - Heaps of work on PCnet FASTIII driver
2013-03-31 John HodgeKernel/VTerm - Fixed little bugs exposed with stdio...
2013-03-30 John Hodge (sonata)Kernel - Doxygen documentation updates
2013-03-30 John Hodge (sonata)Kernel/x86 - Report ACPICA cache name on exhaustion
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-03-26 John HodgeAcesNative+Usermode - libacessnative "works" (for some...
2013-03-05 John HodgeMerge branch 'master' of git://localhost/acess2
2013-03-05 John Hodge (sonata)Kernel/VFS - Fix debug in io.c
2013-03-05 John Hodge (sonata)Kernel - Fixed bug in isupper()
2013-02-26 John HodgeModules - Removing uneeded prototypes
2013-02-26 John HodgeKernel - Added ipcpipe to build
next

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