2014-01-21 |
John Hodge | Kernel/x86_64 - Fix compilation error |
tree | commitdiff |
2014-01-21 |
John Hodge | Kernel/DrvUtil Video - Silence warning for 15/16-bit... |
tree | commitdiff |
2014-01-21 |
John Hodge | Modules/LVM - Framework for partitioning type detection |
tree | commitdiff |
2014-01-21 |
John Hodge | Kernel/serial - Heap dump option |
tree | commitdiff |
2014-01-21 |
John Hodge | ACPICA - Replace acacess.h with a modified version... |
tree | commitdiff |
2014-01-11 |
John Hodge | Kernel/threads - Add state dump for RWLocks |
tree | commitdiff |
2014-01-11 |
John Hodge | Kernel/PTY - Fix missed lock |
tree | commitdiff |
2014-01-07 |
John Hodge | Modules/IPStack - TCP future byte handling |
tree | commitdiff |
2014-01-06 |
John Hodge | Modules/VBE - Sanity checking, pre-set current mode... |
tree | commitdiff |
2014-01-06 |
John Hodge | Modules/ATA - Soft reset devices during startup |
tree | commitdiff |
2014-01-06 |
John Hodge | Kernel/VFS - (minor) Logging changes to select |
tree | commitdiff |
2014-01-06 |
John Hodge | Kernel/Heap - (minor) Commenting spellfixes |
tree | commitdiff |
2014-01-05 |
John Hodge | Kernel/Serial - Add serial debug hooks |
tree | commitdiff |
2014-01-05 |
John Hodge | Both - Merge signal lists |
tree | commitdiff |
2014-01-05 |
John Hodge | Kernel/PTY - Add indexed PTY support |
tree | commitdiff |
2013-12-26 |
John Hodge | Modules/ATA - (minor) Updated commenting |
tree | commitdiff |
2013-12-26 |
John Hodge | Modules/IPStack - Fix page fault in TCP, quietened... |
tree | commitdiff |
2013-12-26 |
John Hodge | Modules/VirtIONet - Added disabled Tx packet trace |
tree | commitdiff |
2013-12-26 |
John Hodge | Modules/E1000 - Add (disabled) packet dump |
tree | commitdiff |
2013-12-26 |
John Hodge | Modules/IPStack - Fix UDP checksums, logging cleanup |
tree | commitdiff |
2013-12-26 |
John Hodge | Kernel/heap - Fixed memory leak, clean up pointer arith... |
tree | commitdiff |
2013-12-26 |
John Hodge | Modules/VESA - Allowed #if-ing out VM8086 use |
tree | commitdiff |
2013-12-25 |
John Hodge | Modules/VESA - Hide cursor when not LFB mode |
tree | commitdiff |
2013-12-25 |
John Hodge | Modules/VIARhineII - Debug disabled, minor cleanup |
tree | commitdiff |
2013-12-25 |
John Hodge | Modules/VirtIO - Debug disabled, added some new messages |
tree | commitdiff |
2013-12-25 |
John Hodge | Modules/VirtIONet - Fix lockup on init if multiple... |
tree | commitdiff |
2013-12-25 |
John Hodge | Kernel/logging - Slight cleanup |
tree | commitdiff |
2013-12-25 |
John Hodge | Kernel/heap - Add File/Line to free(), modify heap... |
tree | commitdiff |
2013-12-25 |
John Hodge | Kernel/pci - Catch non-assigned BARs with an error |
tree | commitdiff |
2013-12-25 |
John Hodge | Modules/IPStack - Cleanup, remove now extra calls to... |
tree | commitdiff |
2013-12-25 |
John Hodge | Kernel/x86 - #if'd out kernel panic clear (can't assume... |
tree | commitdiff |
2013-12-21 |
John Hodge | Kernel - Fixed crash in vfs from assuming allocated... |
tree | commitdiff |
2013-12-21 |
John Hodge | Kernel/armv7 - Stub backtrace to make compilation happy |
tree | commitdiff |
2013-12-21 |
John Hodge | Modules/ATA - Error (instead of EOK) on IO failure |
tree | commitdiff |
2013-12-21 |
John Hodge | Kernel/x86 - Fix PMem bitmap overflow |
tree | commitdiff |
2013-12-21 |
John Hodge | Kernel/VTerm - Disable debug |
tree | commitdiff |
2013-12-21 |
John Hodge | Kernel/x86 - Hacky multiboot->VESA hook |
tree | commitdiff |
2013-12-21 |
John Hodge | Modules/VESA - Rework to handle boot-time modes (EGA... |
tree | commitdiff |
2013-12-20 |
John Hodge | Modules/RTL8169 - Replace some magic with enum |
tree | commitdiff |
2013-12-18 |
John Hodge | Modules/USB MSC - Error handling and fix for Tegra2... |
tree | commitdiff |
2013-12-18 |
John Hodge | Modules/EHCI - Add interrupt handling |
tree | commitdiff |
2013-12-18 |
John Hodge | Modules/LVM - Log basics of supervolumes |
tree | commitdiff |
2013-12-17 |
John Hodge | Modules/EHCI - Untested interrupt support |
tree | commitdiff |
2013-12-17 |
John Hodge | Modules/EHCI - Bulk/Control transfers working |
tree | commitdiff |
2013-11-30 |
John Hodge | Kernel - Switched back to standards-compilant printf... |
tree | commitdiff |
2013-11-22 |
John Hodge | Kernel - Working on allowing \0 out debug |
tree | commitdiff |
2013-11-22 |
John Hodge | Terminal - Adding some (slightly buggy) xterm features |
tree | commitdiff |
2013-11-19 |
John Hodge | Kernel - Clean up heap code to better handle OOM |
tree | commitdiff |
2013-11-19 |
John Hodge | Kernel/timers - Debugging output changes |
tree | commitdiff |
2013-11-18 |
John Hodge | Kernel - Fixed threads entering EVENTSLEEP with event... |
tree | commitdiff |
2013-11-18 |
John Hodge | Kernel/debug - Disabled debug if CPU holds the debug... |
tree | commitdiff |
2013-11-18 |
John Hodge | Modules/IPStack - Added proper node reference counting... |
tree | commitdiff |
2013-11-18 |
John Hodge | Modules/IPStack - Free outgoing buffer once sent |
tree | commitdiff |
2013-11-18 |
John Hodge | Modules/IPStack - Condenced outgoing packet messages |
tree | commitdiff |
2013-11-18 |
John Hodge | Modules/E1000 - "handle" RXDMT0 by just logging |
tree | commitdiff |
2013-11-18 |
John Hodge | Modules/EHCI - Tweaking, needs a rewrite I think |
tree | commitdiff |
2013-11-18 |
John Hodge | Modules/USB - Increased UHCI root hub poll period to 2s |
tree | commitdiff |
2013-11-18 |
John Hodge | Kernel/rootfs - Added GetNodeByInode support |
tree | commitdiff |
2013-11-18 |
John Hodge | Kernel/VTerm - VT100 emulation fixes exposed by dropbea... |
tree | commitdiff |
2013-11-18 |
John Hodge | Modules/VESA - Disabled cursor blink to aid timer debugging |
tree | commitdiff |
2013-11-06 |
John Hodge | Kernel - Replaced for(;;); in panic with HALT_CPU macro |
tree | commitdiff |
2013-11-06 |
John Hodge | Kernel - Clean up prototypes in threads.c |
tree | commitdiff |
2013-11-06 |
John Hodge | Kernel - Altered event wait to use Threads_int_Sleep |
tree | commitdiff |
2013-11-03 |
John Hodge | Kernel - Converted most blocking states to use Threads_... |
tree | commitdiff |
2013-10-28 |
John Hodge | Kernel - Renamed signal.h to avoid collision in AcessNative |
tree | commitdiff |
2013-10-13 |
John Hodge | (minor) Modules/UDI - Improved error message for multip... |
tree | commitdiff |
2013-10-13 |
John Hodge | Modules/UDI - Buffer delete, chained CB support |
tree | commitdiff |
2013-10-12 |
John Hodge | Modules/UDI - Heaps of fixes and features |
tree | commitdiff |
2013-10-12 |
John Hodge | Kernel - Cleanup and fix all memfiles treated as same... |
tree | commitdiff |
2013-10-11 |
John Hodge | Modules/UDI - NSR TX |
tree | commitdiff |
2013-10-09 |
John Hodge | Modules/UDI - MEI working, used for nic |
tree | commitdiff |
2013-10-08 |
John Hodge | Kernel - Added NORETURN to Panic |
tree | commitdiff |
2013-10-08 |
John Hodge | Modules/ATA - Fixed uninitialised variable |
tree | commitdiff |
2013-10-08 |
John Hodge | Modules/UDI - NSR layer and fixes to enumeration |
tree | commitdiff |
2013-10-08 |
John Hodge | Modules/UDI - PIO and better instance startup |
tree | commitdiff |
2013-10-07 |
John Hodge | Modules/UDI - Cleaned up source layout, implemented... |
tree | commitdiff |
2013-10-07 |
John Hodge | Module/UDI - Implementing parts of MEI (abusing CPP... |
tree | commitdiff |
2013-10-06 |
John Hodge | Modules/UDI - Attributes, PIO, CB allocation and channe... |
tree | commitdiff |
2013-10-06 |
John Hodge | Kernel - Added catch in Heap_Allocate for 0-sized blocks |
tree | commitdiff |
2013-10-05 |
John Hodge | Modules/UDI - Moved UDI headers to /UDI/include |
tree | commitdiff |
2013-10-05 |
John Hodge | Modules/UDI - Adding PCI and MEI headers |
tree | commitdiff |
2013-10-05 |
John Hodge | Modules/UDI - Minor tweaks |
tree | commitdiff |
2013-10-04 |
John Hodge | Modules/Makefile - added -fno-omit-frame-pointer to... |
tree | commitdiff |
2013-10-04 |
John Hodge | Modules/UDI - Enumeration working, ne2000 starting... |
tree | commitdiff |
2013-10-03 |
John Hodge | Modules/UDI - Implementing proper enumeration framework |
tree | commitdiff |
2013-10-01 |
John Hodge | Modules/UDI - Added definition of NULL |
tree | commitdiff |
2013-10-01 |
John Hodge | Modules/UDI - Fixing physio gaps, added NIC binding |
tree | commitdiff |
2013-10-01 |
John Hodge | Modules/UDI - Fixed kernel-land compile errors |
tree | commitdiff |
2013-10-01 |
John Hodge | Modules/UDI - Removed dependence on acess.h from UDI... |
tree | commitdiff |
2013-10-01 |
John Hodge | Modules/EHCI - Fixing, closer to working now |
tree | commitdiff |
2013-10-01 |
John Hodge | Modules/USB - More debug in portctl |
tree | commitdiff |
2013-09-29 |
John Hodge | Kernel - Added event mask to thread dump |
tree | commitdiff |
2013-09-23 |
John Hodge | Kernel/ARMv7 - Call timers on tegra2 |
tree | commitdiff |
2013-09-23 |
John Hodge | Kernel/ARMv7 - Added Tegra2 EHCI controllers |
tree | commitdiff |
2013-09-23 |
John Hodge | Modules/EHCI - Extra debug |
tree | commitdiff |
2013-09-23 |
John Hodge | Kernel/x86 - Some extra logging in ACPICA shim |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel/armv7 - Enabled UART input on tegra2 |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel/armv7 - Altered makefile to retain ELF kernel |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel - Added sanity check to template PMM |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel/armv7 - Hack to prevent two multiple running... |
tree | commitdiff |
next |