Kernel/debug - Clean up Debug() method, bind to #define config
[tpg/acess2.git] / KernelLand /
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-03-15 John HodgeKernel/x86 - Add IP/SP output to thread dump
2014-03-15 John HodgeModules/IPStack - Abstract HW addr cache, IPv6 TX ...
2014-03-15 John HodgeModules/UDI - Fix use of 'bool' as a variable name
2014-03-15 John HodgeKernel - Expose thread timer for EVENT_TIMER, multiple...
2014-03-11 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-09 John HodgeModules/InitRD - Fix input path for externals
2014-03-09 John Hodge (sonata)Kernel - Rename _EXECUTE to _EXEC (VFS perm flag)
2014-03-09 John HodgeInitRD - Libc++, libm, bochs, dbserver
2014-03-09 John HodgeKernel/MMap - Fix off-by-one error causing junk mappings
2014-03-09 John HodgeKernel/x86 - Handle zero page in vmem dump
2014-02-19 John HodgeKernel/heap - Silence extending
2014-02-19 John HodgeKernel/x86 - Reference issues
2014-02-19 John HodgeKernel/x86 - Update pmem statistics method
2014-02-19 John HodgeKernel/x86 - Slight cleanup to VMem code
2014-02-19 John HodgeKernel/x86 - Multiboot module cleanup
2014-02-16 John HodgeKernel/vfs - (minor) commenting only
2014-02-16 John HodgeCLIShell - PTY signal support (and kernel fixes)
2014-02-15 John HodgeKernel - Fix compilation on x86_64 and armv7 (for MM...
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/Time - Call rand() every time timers are checked
2014-02-09 John HodgeKernel/Logging - (minor) Reflow array to be more readable
2014-02-09 John HodgeModules/IPStack - Increase range of TCP port allocation...
2014-02-09 John HodgeKernel/libc - Replace invalid '%C' strings with "(inval)"
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 HodgeExternals - Add vttest
2014-02-09 John HodgeKernel/vterm - Fix clobbering of AltBuf's heap footer
2014-02-09 John HodgeModules/InitRD - Support for optional files (dbclient...
2014-02-09 John HodgeKernel/PTYs - Add initial dims/mode to PTY_Create
2014-02-09 John HodgeKernel/modules - Add support for argument strings to...
2014-02-09 John HodgeKernel - Add debug_hooks.h header to contain hooks...
2014-02-09 John HodgeUDI/gio_uart - Silence debug
2014-02-09 John HodgeUDI/gio_uart - Support input/rx
2014-02-09 John HodgeUDI/bus_pci - Apply erratum E20010702.1, handle status...
2014-02-09 John HodgeUDI/meta_bus - Switch to MEI
2014-02-09 John HodgeUDI/PIO - Return buffer correctly, extra tracing
2014-02-09 John HodgeUDI/buf - buf_copy/buf_free/fixes
2014-02-09 John HodgeUDI/channels - Tracing of direction of calls
2014-02-09 John HodgeModules/PCnetFAST3 - Quieten
2014-02-09 John HodgeKernel/debug - (minor) commenting
2014-02-09 John HodgeKernel/threads - Fix edge case where AddActive is calle...
2014-02-09 John HodgeKernel/x86 - Add flag to set PIT to larges possible...
2014-02-09 John HodgeKernel/heap - Enable validation on every malloc
2014-02-03 John HodgeModules/USB MSC - Silence, scum
2014-02-03 John HodgeModules/EHCI - Name interrupt worker
2014-02-03 John HodgeKernel/VFS - Add assertion that node for VFS_Mark*...
2014-02-03 John HodgeKernel - Fix ASSERTRV macro supplying too many argument...
2014-02-03 John HodgeModules/UDI - GIO Metalanguage Binding, GIO UART suppor...
2014-01-21 John HodgeKernel/x86_64 - Fix compilation error
2014-01-21 John HodgeKernel/DrvUtil Video - Silence warning for 15/16-bit...
2014-01-21 John HodgeModules/LVM - Framework for partitioning type detection
2014-01-21 John HodgeKernel/serial - Heap dump option
2014-01-21 John HodgeACPICA - Replace acacess.h with a modified version...
2014-01-11 John HodgeKernel/threads - Add state dump for RWLocks
2014-01-11 John HodgeKernel/PTY - Fix missed lock
2014-01-07 John HodgeModules/IPStack - TCP future byte handling
2014-01-06 John HodgeModules/VBE - Sanity checking, pre-set current mode...
2014-01-06 John HodgeModules/ATA - Soft reset devices during startup
2014-01-06 John HodgeKernel/VFS - (minor) Logging changes to select
2014-01-06 John HodgeKernel/Heap - (minor) Commenting spellfixes
2014-01-05 John HodgeKernel/Serial - Add serial debug hooks
2014-01-05 John HodgeBoth - Merge signal lists
2014-01-05 John HodgeKernel/PTY - Add indexed PTY support
2013-12-26 John HodgeModules/ATA - (minor) Updated commenting
2013-12-26 John HodgeModules/IPStack - Fix page fault in TCP, quietened...
2013-12-26 John HodgeModules/VirtIONet - Added disabled Tx packet trace
2013-12-26 John HodgeModules/E1000 - Add (disabled) packet dump
2013-12-26 John HodgeModules/IPStack - Fix UDP checksums, logging cleanup
2013-12-26 John HodgeKernel/heap - Fixed memory leak, clean up pointer arith...
2013-12-26 John HodgeModules/VESA - Allowed #if-ing out VM8086 use
2013-12-25 John HodgeModules/VESA - Hide cursor when not LFB mode
2013-12-25 John HodgeModules/VIARhineII - Debug disabled, minor cleanup
2013-12-25 John HodgeModules/VirtIO - Debug disabled, added some new messages
2013-12-25 John HodgeModules/VirtIONet - Fix lockup on init if multiple...
2013-12-25 John HodgeKernel/logging - Slight cleanup
2013-12-25 John HodgeKernel/heap - Add File/Line to free(), modify heap...
2013-12-25 John HodgeKernel/pci - Catch non-assigned BARs with an error
2013-12-25 John HodgeModules/IPStack - Cleanup, remove now extra calls to...
2013-12-25 John HodgeKernel/x86 - #if'd out kernel panic clear (can't assume...
2013-12-21 John HodgeKernel - Fixed crash in vfs from assuming allocated...
2013-12-21 John HodgeKernel/armv7 - Stub backtrace to make compilation happy
2013-12-21 John HodgeModules/ATA - Error (instead of EOK) on IO failure
2013-12-21 John HodgeKernel/x86 - Fix PMem bitmap overflow
2013-12-21 John HodgeKernel/VTerm - Disable debug
2013-12-21 John HodgeKernel/x86 - Hacky multiboot->VESA hook
2013-12-21 John HodgeModules/VESA - Rework to handle boot-time modes (EGA...
2013-12-20 John HodgeModules/RTL8169 - Replace some magic with enum
2013-12-18 John HodgeModules/USB MSC - Error handling and fix for Tegra2...
2013-12-18 John HodgeModules/EHCI - Add interrupt handling
2013-12-18 John HodgeModules/LVM - Log basics of supervolumes
2013-12-17 John HodgeModules/EHCI - Untested interrupt support
2013-12-17 John HodgeModules/EHCI - Bulk/Control transfers working
2013-11-30 John HodgeKernel - Switched back to standards-compilant printf...
2013-11-22 John HodgeKernel - Working on allowing \0 out debug
next

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