Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Modules /
2015-02-16 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2015-02-16 John HodgeModules/Tegra2Vid - Misc
2015-02-16 John HodgeModules/IPStack - Add structure for propagating ICMP...
2015-02-16 John HodgeNetworking - DNS resolution semi-working
2015-02-15 John Hodge (sonata)Modules - Use short command annotation in makefile...
2015-02-15 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2015-01-31 John HodgeModules/UDI - (minor) tiny fiddle to udic planning
2015-01-31 John HodgeKernel/IPStack - (minor) TODO retransmit timer
2014-12-26 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2014-11-27 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2014-11-27 John HodgeModules/VGA - Symbolic names for registers
2014-11-25 John HodgeModules/VGA - Start on a generic VGA driver (VGA driver...
2014-11-24 John HodgeUDI/GFX - fiddling
2014-11-07 John Hodge (sonata)Modules/PS2KbMouse - (minor) Cleanup 8042 driver a...
2014-10-26 John HodgeKernel - Kill EDI binding with fire (never completed...
2014-08-19 John HodgeKernel/IPStack - Fix TCP node size being zero instead...
2014-08-18 John HodgeModules/UDI - Allow disabling from module arguments
2014-06-22 John HodgeKernel/VFS - Truncate support, mmap fixes
2014-06-21 John HodgeModules/UDI - (minor) UDIC sample update
2014-06-08 John HodgeModules/VirtIO - Fix bad ASSERTC
2014-06-08 John HodgeModules/InitRD - Add AxWin4
2014-05-24 John HodgeKernel/UDI - Fix omission of UDI_PCI_VERSION in bus_pci.c
2014-05-22 John HodgeModules/UDI - Fix compilation errors due to invalid...
2014-05-21 John HodgeModules/InitRD - Silence creation script
2014-05-18 John HodgeModules/IPStack - Disable TCP debug
2014-05-18 John HodgeMerge branch 'master' of git://localhost/acess2
2014-05-18 John HodgeModules/E1000 - (minor) Logging when init fails
2014-05-18 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2014-05-11 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2014-05-11 John HodgeNativelib - Fix clang compilation issues
2014-05-10 John HodgeModules/BochsGA - Comment on new MMIO registers, output...
2014-05-10 John HodgeModules/Tegra2Vid - (minor) Fix use of PL110 in IOCtl...
2014-05-10 John HodgeModules/UDI - Handle errors in udiprops more gracefully
2014-05-10 John HodgeModules/IPStack - TCP Code cleanup and fixes from modul...
2014-05-10 John HodgeModules/VESA - Fix calling SETCURSOR when in B8000...
2014-05-10 John HodgeModules/UDI - Add check for UDI_VERSION to udi.h
2014-05-10 John HodgeModules/UDI - Non-compiling gfx translation layer ...
2014-05-10 John HodgeModules/Keyboard - (minor) Clean up instance allocation
2014-04-08 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2014-03-22 John HodgeModules/IPStack - Abstract TCP checksums to allow verif...
2014-03-22 John HodgeModules/FAT - Slight cleanup
2014-03-20 John HodgeModules/VGAText - Remove, functionality is now in VESA
2014-03-19 John HodgeModules/IPStack - Add ICMPv6 (not tested), fix TCP...
2014-03-16 John HodgeModules/IPStack - Fix assertion failure, dedup some...
2014-03-16 John HodgeModules/IPStack - Rework TCP connection closing
2014-03-16 John HodgeModules/IPStack - TCP RST for non-SYN packets to listen...
2014-03-16 John HodgeModules/IPStack - Fixes from module testing
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
next

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