Tools/NetTest - Add TCP retransmit test
[tpg/acess2.git] / KernelLand /
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-11-05 John Hodge (sonata)Kernel/VTerm - "Fix" wrapping issue in VTerm (why was...
2014-11-05 John Hodge (sonata)Kernel/x86_64 - Disable full page dump on #PF
2014-11-05 John Hodge (sonata)Kernel/VFS - Better error reporting in open
2014-11-03 John Hodge (sonata)Kernel/x86_64 - Fix broken memset
2014-11-03 John Hodge (sonata)Kernel/x86 - Fix forgetting to reference pointer in...
2014-11-03 John Hodge (sonata)Usermode/ld-acess - Overhaul cleanup of ELF loader
2014-10-26 John HodgeKernel - Kill EDI binding with fire (never completed...
2014-10-17 John HodgeMerge branch 'master' of git://localhost/acess2
2014-09-27 John HodgeKernel - Minor fix to logic in rwlock
2014-08-25 John HodgeSyscalls - Work on removing SysDebug (formatted), repla...
2014-08-25 John HodgeKernel/logdebug - Cast values in relation assert print...
2014-08-24 John Hodgex86_64 build working with new compiler
2014-08-19 John HodgeKernel/IPStack - Fix TCP node size being zero instead...
2014-08-18 John HodgeKernel/libc - Print address of invalid strings
2014-08-18 John HodgeKernel - MMap fixed (non-fixed mappings, bad search...
2014-08-18 John HodgeModules/UDI - Allow disabling from module arguments
2014-06-22 John HodgeKernel/VFS - Truncate support, mmap fixes
2014-06-22 John HodgeKernel/VFS - Kernel-side implementation of marshalled FDs
2014-06-21 John HodgeKernel - Start on SHM 'driver' (and common in-memory...
2014-06-21 John HodgeModules/UDI - (minor) UDIC sample update
2014-06-21 John HodgeKernel/Debug - Add size to hexdump header, add double...
2014-06-08 John HodgeModules/VirtIO - Fix bad ASSERTC
2014-06-08 John HodgeKernel/VTerm - Add 2DCmd push image support
2014-06-08 John HodgeUsermode/Syscalls - Add WriteAt/ReadAt syscalls
2014-06-08 John HodgeKernel/Debug - Fix normal log lines to be printed in...
2014-06-08 John HodgeKernel/VTerm - Fix doing full redraw on every string
2014-06-08 John HodgeModules/InitRD - Add AxWin4
2014-06-08 John HodgeKernel - Fix user handles not being cleared by Threads_...
2014-06-08 John HodgeKernel/IPCPipe - Add queue length limit, watch for...
2014-06-08 John HodgeKernel/vfs - Return matched flags from VFS_SelectNode
2014-06-06 John HodgeUsermode/syscalls - Add SysDebugHex syscall (Debug_HexDump)
2014-05-31 John HodgeKernel/serial - Debugging added (disabled)
2014-05-31 John HodgeKernel/debug - make Panic() emit red text
2014-05-31 John HodgeKernel/binary - Emit warning when interpreter can't...
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
next

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