Merge branch 'master' of git://ted.mutabah.net/acess2
[tpg/acess2.git] / KernelLand / Modules /
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 HodgeModules/IPStack - Abstract HW addr cache, IPv6 TX ...
2014-03-15 John HodgeModules/UDI - Fix use of 'bool' as a variable name
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 HodgeInitRD - Libc++, libm, bochs, dbserver
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-09 John HodgeModules/IPStack - Increase range of TCP port allocation...
2014-02-09 John HodgeExternals - Add vttest
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-03 John HodgeModules/USB MSC - Silence, scum
2014-02-03 John HodgeModules/EHCI - Name interrupt worker
2014-02-03 John HodgeModules/UDI - GIO Metalanguage Binding, GIO UART suppor...
2014-01-21 John HodgeModules/LVM - Framework for partitioning type detection
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
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 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 HodgeModules/IPStack - Cleanup, remove now extra calls to...
2013-12-21 John HodgeModules/ATA - Error (instead of EOK) on IO failure
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-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 HodgeModules/VESA - Disabled cursor blink to aid timer debugging
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-11 John HodgeModules/UDI - NSR TX
2013-10-09 John HodgeModules/UDI - MEI working, used for nic
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-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-23 John HodgeModules/EHCI - Extra debug
2013-09-22 John HodgeModules/ARMv7 GIC - Clean up debug and fix a few nigglers
2013-09-22 John HodgeModules/Tegra2Vid - Fixed out-of-date IO function proto...
2013-09-22 John HodgeModules/ARMv7 GIC - Quietened interrupt handling
2013-09-22 John HodgeModules/InitRD - Added missing insmod/automount
2013-09-18 John HodgeModules/UDI - Improved attribute parsing
2013-09-17 John HodgeModules/UDI - Working on more framework and PCI bus
2013-09-16 John HodgeModules/UDI - Channel code implimented (partially)
2013-09-16 John HodgeModules/Makefile.tpl - Added vim filetype line
2013-09-16 John HodgeModules/UDI - Implimenting UDI support, can load udi_dp...
2013-09-14 John HodgeModules/UDI - Working on UDI support
2013-09-14 John HodgeModules/NTFS - Fixed some validation to prevent the...
2013-09-13 John HodgeKernel - Added assert() macro (same as ASSERT)
2013-09-10 John HodgeModules/Ext2 - Handled zero-sized directory records
2013-09-07 John Hodge(minor) Modules/UDI - Switched to ENTER/LEAVE
2013-09-07 John HodgeModules/IPStack - Planning new ARP code
2013-09-07 John HodgeModules/E1000 - (stub) Handle of ICR_TXD_LOW to silence...
2013-09-07 John HodgeModules/NTFS - Fixed errnous RETURN() debug statment
2013-08-11 John Hodge (sonata)Modules/IPStack - Added some more buffer asserts
2013-08-11 John Hodge (sonata)Modules/Keyboard - Hacked-up Ctrl-Alt-Del triple fault
2013-08-11 John Hodge (sonata)Modules/PRO100 - Real hardware testing
next

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