Kernel - Added 'Flags' param to VFS Read/Write/FindDir
[tpg/acess2.git] / KernelLand / Kernel / drv /
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...
2012-05-18 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-05-18 John HodgeKernel/VFS - Added timeouts to select
2012-05-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-05-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-05-04 John HodgeKernel/VTerm - Fixed mistype in warning
2012-04-24 John HodgeMerge branch 'master' of git.mutabah.net:acess2
2012-04-22 John HodgeMerge branch 'master' of cadel.mutabah.net:acess2
2012-04-22 John HodgeVESA - Debugging issue on VIA S3 BIOS
2012-03-27 John HodgeTESTING - Patches to implement Ctrl-C in VTerm
2012-03-27 John HodgeKernel - Fixed PCI bus enumeration bug, switched x86...
2012-03-15 John HodgeKernel - Fixing bugs in VT scrolling and keyboard mappi...
2012-03-01 John HodgeKernel/VTerm - Fixing meta-key handling
2012-03-01 John HodgeKernel - Split key translation out of PS2Keyboard
2012-02-17 John HodgeKernel - Update VFS API to use off_t/size_t instead...
2012-02-16 John HodgeKernel - Fixed bug in x86/proc.c (caused early task...
2012-02-09 John HodgeMisc warning killing
2012-02-08 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-02-07 John HodgeSorting source tree a bit

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