Kernel/debug - Clean up Debug() method, bind to #define config
[tpg/acess2.git] / KernelLand / Kernel / drv /
2015-02-16 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2015-02-15 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2015-02-15 John HodgeKernel/VTerm - Half-screen scroll step, fix limits
2014-11-27 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2014-11-05 John Hodge (sonata)Kernel/VTerm - "Fix" wrapping issue in VTerm (why was...
2014-08-18 John HodgeKernel - MMap fixed (non-fixed mappings, bad search...
2014-06-22 John HodgeKernel/VFS - Truncate support, mmap fixes
2014-06-21 John HodgeKernel - Start on SHM 'driver' (and common in-memory...
2014-06-08 John HodgeKernel/VTerm - Add 2DCmd push image support
2014-06-08 John HodgeKernel/VTerm - Fix doing full redraw on every string
2014-06-08 John HodgeKernel/IPCPipe - Add queue length limit, watch for...
2014-05-31 John HodgeKernel/serial - Debugging added (disabled)
2014-05-18 John HodgeMerge branch 'master' of git://localhost/acess2
2014-05-18 John HodgeKernel/VTerm - Fix scroll in alt buffer
2014-05-18 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2014-05-11 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2014-05-11 John HodgeNativelib - Fix clang compilation issues
2014-04-08 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2014-03-22 John HodgeKernel/VTerm - Remove last reference to x86_VGAText
2014-03-15 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-15 John HodgeKernel - Move debug hooks to common handler
2014-03-15 John HodgeKernel/VTerm - Silence some debug
2014-02-16 John HodgeCLIShell - PTY signal support (and kernel fixes)
2014-02-15 John HodgeKernel - Change virtual memory API to use void* for...
2014-02-12 John HodgeKernel/VTerm - Replace offset WritePos with Row,Col...
2014-02-12 John HodgeKernel/VTerm - Code cleanup and VT100 bugfixes
2014-02-09 John HodgeKernel/PTYs - NL->CR translation (disabled)
2014-02-09 John HodgeKernel/VTerm - Fix scroll-on-write code (scroll before...
2014-02-09 John HodgeVT100 - Replace global buffer with per-terminal, furthe...
2014-02-09 John HodgeKernel/vterm - Fix clobbering of AltBuf's heap footer
2014-02-09 John HodgeKernel/PTYs - Add initial dims/mode to PTY_Create
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
next

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