Kernel/x86 - Add flag to set PIT to larges possible divisor
[tpg/acess2.git] / KernelLand / Kernel / drv /
2014-01-21 John HodgeKernel/serial - Heap dump option
2014-01-11 John HodgeKernel/PTY - Fix missed lock
2014-01-05 John HodgeKernel/Serial - Add serial debug hooks
2014-01-05 John HodgeKernel/PTY - Add indexed PTY support
2013-12-25 John HodgeKernel/pci - Catch non-assigned BARs with an error
2013-12-21 John HodgeKernel/VTerm - Disable debug
2013-11-30 John HodgeKernel - Switched back to standards-compilant printf...
2013-11-22 John HodgeTerminal - Adding some (slightly buggy) xterm features
2013-11-18 John HodgeKernel/VTerm - VT100 emulation fixes exposed by dropbea...
2013-10-28 John HodgeKernel - Renamed signal.h to avoid collision in AcessNative
2013-09-22 John HodgeKernel/sysfs - (minor) Fixed extra newline in log message
2013-09-22 John Hodge(minor) Kernel - Commenting in PTY
2013-09-22 John HodgeKernel - Added serial port 'driver' (wraps PTY)
2013-09-14 John HodgeKernel/VTerm - Switched to using userland VT100 code
2013-09-10 John HodgeKernel/PTYs - Fixed client writes not blocking
2013-09-08 John HodgeKernel/VTerm - Fixed wrong order for \e[H arguments
2013-09-08 John HodgeKernel/VTerm - Implemented \ec, reset settings
2013-09-08 John HodgeKernel/PTYs - Added support for sending signals to...
2013-09-08 John HodgeKernel/VTerm - (minor) Possible escape sequence to...
2013-09-08 John HodgeKernel/PTYs - Fixed named ptys not being removed from...
2013-08-11 John HodgeKernel/PTY - Fixed NULL deref in kernel pty
2013-08-06 John HodgeMerge branch 'master' of git://localhost/acess2
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-27 John HodgeKernel/IOCache - Fixed IOCache eating all temp mappings
2013-07-27 John HodgeKernel/PTYs - Fixed server-end of user closing prematurely
2013-07-22 John HodgeKernel - Fixed crash on setting GUI cursor
2013-07-12 John HodgeKernel/PCI - Added function to access the Command field...
2013-07-10 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2013-07-07 John HodgeKernel - Meta Serial driver (incomplete)
2013-06-26 John HodgeKernel/IOCache - Page-based caching implimented
2013-06-24 John HodgeKernel/IOCache - Constness fixes and pointer callback...
2013-06-23 John HodgeKernel/PCI - Fixed lack of shift in detecting special...
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-17 John HodgeKernel/PTYs - Finishing touches on implimentation
2013-05-17 John HodgeKernel - Implimenting PTYs (untested, unintegrated)
2013-05-16 John HodgeKernel - Added 'Flags' param to VFS Read/Write/FindDir
2013-05-15 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
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/VTerm - C99 and slight debug
2013-05-14 John HodgeKernel/IPCPipe - Disabled debug
2013-05-13 John Hodge (sonata)Kernel/VTerm - Fixed typo in comment
2013-04-02 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-04-02 John HodgeKernel/VTerm - Added stub support for an escape code...
2013-03-31 John HodgeKernel/VTerm - Fixed little bugs exposed with stdio...
2013-02-26 John HodgeKernel - Added ipcpipe to build
2013-02-25 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-02-25 John HodgeKernel - Add untested Datagram IPC Pipe
2013-02-02 John HodgeKernel - Implimented cached escape codes
2013-01-30 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-28 John HodgeKernel - Fix ACLs using anon structures
2013-01-27 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-25 John Hodge (sonata)Kernel/vterm - Fixed bug in \e[100m support
2013-01-23 John Hodge (sonata)Kernel/vterm - Implimented 90-97/100-107 font modes...
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)Kernel/fifo - Fixed memory corruption
2013-01-20 John Hodge (sonata)Kernel - Fixed recursion runaway on Panic() in debug
2013-01-20 John Hodge (sonata)Kernel/FIFO - Debug
2013-01-20 John Hodge (sonata)Kernel/vterm - Added warning on unknown init option
2013-01-20 John Hodge (sonata)Kernel/fifo - (minor) Debugging
2013-01-19 John Hodge (sonata)Kernel/VTerm - (minor) Improved logging
2012-12-31 John HodgeMerge branch 'master' of git://localhost/acess2
2012-12-30 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2012-12-30 John HodgeAll - Changes for AcessNative on windows
2012-12-20 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2012-12-20 John HodgeKernel - Fixed VPCI bugs
2012-12-04 John HodgeMerge branch 'master' of git://localhost/acess2
2012-11-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-10-07 John HodgeKernel - Removed old KEY_* enum
2012-10-03 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-09-17 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-09-13 John HodgeKernel - Added a (slightly hacky) virtual PCI interface
2012-08-23 John HodgeKernel/VFS - Fixed mount reference counting and shutdow...
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-14 John HodgeMerge branch 'master' of git://localhost/acess2
2012-08-08 John HodgeKernel/PCI - Fixed using the wrong node type for PCI...
2012-07-24 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-07-19 John HodgeKernel - Cleaning up useless message spam
2012-07-19 John HodgeDiskTool - Fixing build errors from recent kernel changes
2012-07-19 John HodgeKernel - Standardised kernel build tag (placed in gsBui...
2012-07-17 John HodgeMerge branch 'master' of git://localhost/acess2
2012-07-15 John HodgeKernel - Debugging AxWin3 error
2012-07-14 John HodgeKernel/PCI - Removed unused port bitmap
2012-07-14 John HodgeMerge branch 'master' of ted.mutabah.net:acess2
2012-07-09 John HodgeKernel - Fixed improper use of sprintf
2012-06-14 John HodgeKernel - Added /Devices/{zero,one,null}
2012-05-22 John HodgeCleanups - MM_MapTemp to return void*, VFS use Unlink...
next

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