Tools/BootFloppy - Commenting
[tpg/acess2.git] / KernelLand /
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
2013-11-06 John HodgeKernel - Clean up prototypes in threads.c
2013-11-06 John HodgeKernel - Altered event wait to use Threads_int_Sleep
2013-11-03 John HodgeKernel - Converted most blocking states to use Threads_...
2013-10-28 John HodgeKernel - Renamed signal.h to avoid collision in AcessNative
2013-10-13 John Hodge(minor) Modules/UDI - Improved error message for multip...
2013-10-13 John HodgeModules/UDI - Buffer delete, chained CB support
2013-10-12 John HodgeModules/UDI - Heaps of fixes and features
2013-10-12 John HodgeKernel - Cleanup and fix all memfiles treated as same...
2013-10-11 John HodgeModules/UDI - NSR TX
2013-10-09 John HodgeModules/UDI - MEI working, used for nic
2013-10-08 John HodgeKernel - Added NORETURN to Panic
2013-10-08 John HodgeModules/ATA - Fixed uninitialised variable
2013-10-08 John HodgeModules/UDI - NSR layer and fixes to enumeration
2013-10-08 John HodgeModules/UDI - PIO and better instance startup
2013-10-07 John HodgeModules/UDI - Cleaned up source layout, implemented...
2013-10-07 John HodgeModule/UDI - Implementing parts of MEI (abusing CPP...
2013-10-06 John HodgeModules/UDI - Attributes, PIO, CB allocation and channe...
2013-10-06 John HodgeKernel - Added catch in Heap_Allocate for 0-sized blocks
2013-10-05 John HodgeModules/UDI - Moved UDI headers to /UDI/include
2013-10-05 John HodgeModules/UDI - Adding PCI and MEI headers
2013-10-05 John HodgeModules/UDI - Minor tweaks
2013-10-04 John HodgeModules/Makefile - added -fno-omit-frame-pointer to...
2013-10-04 John HodgeModules/UDI - Enumeration working, ne2000 starting...
2013-10-03 John HodgeModules/UDI - Implementing proper enumeration framework
2013-10-01 John HodgeModules/UDI - Added definition of NULL
2013-10-01 John HodgeModules/UDI - Fixing physio gaps, added NIC binding
2013-10-01 John HodgeModules/UDI - Fixed kernel-land compile errors
2013-10-01 John HodgeModules/UDI - Removed dependence on acess.h from UDI...
2013-10-01 John HodgeModules/EHCI - Fixing, closer to working now
2013-10-01 John HodgeModules/USB - More debug in portctl
2013-09-29 John HodgeKernel - Added event mask to thread dump
2013-09-23 John HodgeKernel/ARMv7 - Call timers on tegra2
2013-09-23 John HodgeKernel/ARMv7 - Added Tegra2 EHCI controllers
2013-09-23 John HodgeModules/EHCI - Extra debug
2013-09-23 John HodgeKernel/x86 - Some extra logging in ACPICA shim
2013-09-22 John HodgeKernel/armv7 - Enabled UART input on tegra2
2013-09-22 John HodgeKernel/armv7 - Altered makefile to retain ELF kernel
2013-09-22 John HodgeKernel - Added sanity check to template PMM
2013-09-22 John HodgeKernel/armv7 - Hack to prevent two multiple running...
2013-09-22 John HodgeKernel/armv7 - Fixed incorrect addresses in Tegra2...
next

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