Tools/NetTest - Add TCP retransmit test
[tpg/acess2.git] / KernelLand /
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
2013-11-22 John HodgeTerminal - Adding some (slightly buggy) xterm features
2013-11-19 John HodgeKernel - Clean up heap code to better handle OOM
2013-11-19 John HodgeKernel/timers - Debugging output changes
2013-11-18 John HodgeKernel - Fixed threads entering EVENTSLEEP with event...
2013-11-18 John HodgeKernel/debug - Disabled debug if CPU holds the debug...
2013-11-18 John HodgeModules/IPStack - Added proper node reference counting...
2013-11-18 John HodgeModules/IPStack - Free outgoing buffer once sent
2013-11-18 John HodgeModules/IPStack - Condenced outgoing packet messages
2013-11-18 John HodgeModules/E1000 - "handle" RXDMT0 by just logging
2013-11-18 John HodgeModules/EHCI - Tweaking, needs a rewrite I think
2013-11-18 John HodgeModules/USB - Increased UHCI root hub poll period to 2s
2013-11-18 John HodgeKernel/rootfs - Added GetNodeByInode support
2013-11-18 John HodgeKernel/VTerm - VT100 emulation fixes exposed by dropbea...
2013-11-18 John HodgeModules/VESA - Disabled cursor blink to aid timer debugging
2013-11-06 John HodgeKernel - Replaced for(;;); in panic with HALT_CPU macro
next

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