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 |
2013-09-22 |
John Hodge | Kernel/armv7 - Fixed incorrect addresses in Tegra2... |
tree | commitdiff |
2013-09-22 |
John Hodge | Modules/ARMv7 GIC - Clean up debug and fix a few nigglers |
tree | commitdiff |
2013-09-22 |
John Hodge | Modules/Tegra2Vid - Fixed out-of-date IO function proto... |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel/sysfs - (minor) Fixed extra newline in log message |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel/armv7 - [realview_pb] Implemented basic timekeeping |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel/armv7 - Implemented CLONE_NOUSER |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel/armv7 - Missing files for 25398a7f24d189ee7a70fc... |
tree | commitdiff |
2013-09-22 |
John Hodge | Modules/ARMv7 GIC - Quietened interrupt handling |
tree | commitdiff |
2013-09-22 |
John Hodge | Modules/InitRD - Added missing insmod/automount |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel/armv7 - Added debug serial input |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel/x86_64 - Added input on debug serial |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel/x86 - Added input support to serial terminal |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel/VFS - Clean up handle save+restore code |
tree | commitdiff |
2013-09-22 |
John Hodge | (minor) Kernel - Commenting in PTY |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel - Stopped unneeded VFS handle save/restore on... |
tree | commitdiff |
2013-09-22 |
John Hodge | Kernel - Added serial port 'driver' (wraps PTY) |
tree | commitdiff |
2013-09-19 |
John Hodge | Kernel - Fixed compilation of x86_64 and armv7 |
tree | commitdiff |
2013-09-18 |
John Hodge | Modules/UDI - Improved attribute parsing |
tree | commitdiff |
2013-09-17 |
John Hodge | Kernel - Switched to hex in ASSERTC* because it's cleaner |
tree | commitdiff |
2013-09-17 |
John Hodge | Modules/UDI - Working on more framework and PCI bus |
tree | commitdiff |
2013-09-16 |
John Hodge | Modules/UDI - Channel code implimented (partially) |
tree | commitdiff |
2013-09-16 |
John Hodge | Modules/Makefile.tpl - Added vim filetype line |
tree | commitdiff |
2013-09-16 |
John Hodge | Usermode/insmod - Added insmod program (and relevant... |
tree | commitdiff |
2013-09-16 |
John Hodge | Kernel - Fixed buggy module loader logic, allowed ELF... |
tree | commitdiff |
2013-09-16 |
John Hodge | Modules/UDI - Implimenting UDI support, can load udi_dp... |
tree | commitdiff |
2013-09-14 |
John Hodge | Modules/UDI - Working on UDI support |
tree | commitdiff |
2013-09-14 |
John Hodge | Kernel/VTerm - Switched to using userland VT100 code |
tree | commitdiff |
2013-09-14 |
John Hodge | Modules/NTFS - Fixed some validation to prevent the... |
tree | commitdiff |
2013-09-13 |
John Hodge | Kernel/libc - Fixed passing INT_MIN to %i causing an... |
tree | commitdiff |
2013-09-13 |
John Hodge | Kernel - Added assert() macro (same as ASSERT) |
tree | commitdiff |
2013-09-10 |
John Hodge | Modules/Ext2 - Handled zero-sized directory records |
tree | commitdiff |
2013-09-10 |
John Hodge | Kernel/PTYs - Fixed client writes not blocking |
tree | commitdiff |
2013-09-10 |
John Hodge | Kernel/libc - Fixed memory clobbering when vsnprintf... |
tree | commitdiff |
2013-09-10 |
John Hodge | Kernel/debug - Added indicator when formatted debug... |
tree | commitdiff |
2013-09-08 |
John Hodge | Kernel - Added default actions to most signals |
tree | commitdiff |
2013-09-08 |
John Hodge | Kernel/VTerm - Fixed wrong order for \e[H arguments |
tree | commitdiff |
2013-09-08 |
John Hodge | Kernel/VTerm - Implemented \ec, reset settings |
tree | commitdiff |
2013-09-08 |
John Hodge | Kernel/PTYs - Added support for sending signals to... |
tree | commitdiff |
2013-09-08 |
John Hodge | Kernel/VTerm - (minor) Possible escape sequence to... |
tree | commitdiff |
2013-09-08 |
John Hodge | Kernel - Implimenting POSIX/C Signals |
tree | commitdiff |
2013-09-08 |
John Hodge | Kernel/PTYs - Fixed named ptys not being removed from... |
tree | commitdiff |
2013-09-07 |
John Hodge | (minor) Modules/UDI - Switched to ENTER/LEAVE |
tree | commitdiff |
2013-09-07 |
John Hodge | Modules/IPStack - Planning new ARP code |
tree | commitdiff |
2013-09-07 |
John Hodge | Modules/E1000 - (stub) Handle of ICR_TXD_LOW to silence... |
tree | commitdiff |
2013-09-07 |
John Hodge | Modules/NTFS - Fixed errnous RETURN() debug statment |
tree | commitdiff |
2013-09-07 |
John Hodge | Kernel - Fixed missing arguments to early-reschedule... |
tree | commitdiff |
2013-09-07 |
John Hodge | Kernel - More extensive multiboot fields |
tree | commitdiff |
2013-08-11 |
John Hodge (sonata) | Kernel/debug - Enabled vterm traces, removed threads... |
tree | commitdiff |
2013-08-11 |
John Hodge (sonata) | Modules/IPStack - Added some more buffer asserts |
tree | commitdiff |
2013-08-11 |
John Hodge (sonata) | Modules/Keyboard - Hacked-up Ctrl-Alt-Del triple fault |
tree | commitdiff |
2013-08-11 |
John Hodge (sonata) | Modules/PRO100 - Real hardware testing |
tree | commitdiff |
2013-08-11 |
John Hodge | Modules/PRO100 - Fixed -ve array reference |
tree | commitdiff |
2013-08-11 |
John Hodge | Modules/E1000 - Disabled debug |
tree | commitdiff |
2013-08-11 |
John Hodge | Modules/IPStack - Disabled ethernet checksum generation... |
tree | commitdiff |
2013-08-11 |
John Hodge | Kernel - Planning SMP fix with sleep edge case |
tree | commitdiff |
next |