Usermode/crt0 - Added shared version for libraries
[tpg/acess2.git] / KernelLand /
2014-05-31 John HodgeUsermode/ld-acess - Large cleanup to ELF dynamic linking
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 HodgeKernel/x86_64 - Fix MM_AllocDMA to handle NULL PAddr...
2014-05-18 John HodgeKernel/x86 - Fix not restoring registers in Proc_CloneInt
2014-05-18 John HodgeKernel/VTerm - Fix scroll in alt buffer
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 HodgeKernel/libc - Define _SysDebug macro for userland libc...
2014-05-10 John HodgeKernel/PCI - (minor) Planned function to handle device...
2014-05-10 John HodgeModules/UDI - Handle errors in udiprops more gracefully
2014-05-10 John HodgeKernel/arch - Fix common division macro to handle numer...
2014-05-10 John HodgeKernel/heap - Check for free(NULL) and silently ignore
2014-05-10 John HodgeKernel/DrvUtil Video - (minor) Disable debug
2014-05-10 John HodgeKernel - (minor) Documentation comment tweaks
2014-05-10 John HodgeModules/IPStack - TCP Code cleanup and fixes from modul...
2014-05-10 John HodgeKernel/threads - (minor) Clean up code (remove pre...
2014-05-10 John HodgeModules/VESA - Fix calling SETCURSOR when in B8000...
2014-05-10 John HodgeKernel/DrvUtil Video - Add asserts to catch misuse
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-05-10 John HodgeKernel/x86_64 - Fix DumpTables handling edge of user...
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-22 John HodgeKernel/x86 - Structure for watchpoints (not used)
2014-03-22 John HodgeKernel/VTerm - Remove last reference to x86_VGAText
2014-03-22 John HodgeKernel/heap - Clean up a little, fix corruption in...
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-17 John HodgeKernel/x86 - Evil hack to do validation of virtual...
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 HodgeKernel - Ring buffer free method
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 HodgeKernel/VTerm - Silence some debug
2014-03-15 John HodgeKernel/x86 - Add IP/SP output to thread dump
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-15 John HodgeKernel - Expose thread timer for EVENT_TIMER, multiple...
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 Hodge (sonata)Kernel - Rename _EXECUTE to _EXEC (VFS perm flag)
2014-03-09 John HodgeInitRD - Libc++, libm, bochs, dbserver
2014-03-09 John HodgeKernel/MMap - Fix off-by-one error causing junk mappings
2014-03-09 John HodgeKernel/x86 - Handle zero page in vmem dump
2014-02-19 John HodgeKernel/heap - Silence extending
2014-02-19 John HodgeKernel/x86 - Reference issues
2014-02-19 John HodgeKernel/x86 - Update pmem statistics method
2014-02-19 John HodgeKernel/x86 - Slight cleanup to VMem code
2014-02-19 John HodgeKernel/x86 - Multiboot module cleanup
2014-02-16 John HodgeKernel/vfs - (minor) commenting only
2014-02-16 John HodgeCLIShell - PTY signal support (and kernel fixes)
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-12 John HodgeKernel/VTerm - Replace offset WritePos with Row,Col...
2014-02-12 John HodgeKernel/VTerm - Code cleanup and VT100 bugfixes
2014-02-09 John HodgeKernel/Time - Call rand() every time timers are checked
2014-02-09 John HodgeKernel/Logging - (minor) Reflow array to be more readable
2014-02-09 John HodgeModules/IPStack - Increase range of TCP port allocation...
2014-02-09 John HodgeKernel/libc - Replace invalid '%C' strings with "(inval)"
2014-02-09 John HodgeKernel/PTYs - NL->CR translation (disabled)
2014-02-09 John HodgeKernel/VTerm - Fix scroll-on-write code (scroll before...
2014-02-09 John HodgeVT100 - Replace global buffer with per-terminal, furthe...
2014-02-09 John HodgeExternals - Add vttest
2014-02-09 John HodgeKernel/vterm - Fix clobbering of AltBuf's heap footer
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-09 John HodgeKernel/debug - (minor) commenting
2014-02-09 John HodgeKernel/threads - Fix edge case where AddActive is calle...
2014-02-09 John HodgeKernel/x86 - Add flag to set PIT to larges possible...
2014-02-09 John HodgeKernel/heap - Enable validation on every malloc
2014-02-03 John HodgeModules/USB MSC - Silence, scum
2014-02-03 John HodgeModules/EHCI - Name interrupt worker
2014-02-03 John HodgeKernel/VFS - Add assertion that node for VFS_Mark*...
2014-02-03 John HodgeKernel - Fix ASSERTRV macro supplying too many argument...
2014-02-03 John HodgeModules/UDI - GIO Metalanguage Binding, GIO UART suppor...
2014-01-21 John HodgeKernel/x86_64 - Fix compilation error
2014-01-21 John HodgeKernel/DrvUtil Video - Silence warning for 15/16-bit...
next

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