Modules/PRO100 - Starting on an Intel PRO/100 driver
[tpg/acess2.git] / KernelLand /
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 HodgeKernel - Switch to VT7 on kernel panic
2013-08-06 John HodgeModules/ATA - Added timeout to GetDiskSize
2013-08-05 John HodgeKernel/PTYs - Added block on user write when server...
2013-08-05 John HodgeKernel/VTerm - Added better option debug
2013-08-01 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-07-31 John HodgeKernel - Changed PTY code to not expose userland server...
2013-07-30 John HodgeModules/Ext2 - Fixed bugs in read/write support
2013-07-30 John HodgeKernel/Syscalls - Added syscall IDs for POSIX signal...
2013-07-30 John HodgeKernel - Added errno print when Binary_Load fails
2013-07-30 John HodgeKernel/VFS - Added warning (instead of LOG) when GetNod...
2013-07-27 John HodgeModules/LVM - Fixed memory leak on cleanup
2013-07-27 John HodgeModules/Ext2 - Bugfixing to write support
2013-07-27 John HodgeKernel - ADded ctype.h to utf16.h's include list
2013-07-27 John HodgeKernel/IOCache - Fixed IOCache eating all temp mappings
2013-07-27 John HodgeKernel/x86 - Removed busy wait in MM_MapTemp
2013-07-27 John HodgeKernel/x86 - Added backtrace to running program in...
2013-07-27 John HodgeKernel/x86 - Included EAX in user state dump
2013-07-27 John HodgeKernel/PTYs - Fixed server-end of user closing prematurely
2013-07-27 John HodgeKernel/syscalls - Added syscall for Time_Wait
2013-07-23 John HodgeModules/Keyboard - Added Delete=0x7F translation
2013-07-23 John HodgeModules/VIAVideo - Found some docs, little cleanup
2013-07-22 John HodgeKernel - Fixed crash on setting GUI cursor
2013-07-22 John HodgeKernel/VFS - Added debug for IOCtl failing
2013-07-15 John HodgeKernel/VFS - Added setting of errno to _Write
2013-07-12 John HodgeModules/E1000 - Enabled bus master for qemu (which...
2013-07-12 John HodgeKernel/PCI - Added function to access the Command field...
2013-07-11 John HodgeKernel/timers - Fixed bad assertions
2013-07-11 John HodgeKernel - Fixed hack that was tripping armv7 alignment...
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-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-27 John Hodge (sonata)Kernel/VTerm - Implimented cursor save/restore
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
next

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