Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Kernel /
2015-02-18 John Hodgemisc - Cleaning up warnings that occur on travis
2015-02-17 John HodgeKernel/threads - Debug cleanups and (hopefully) race...
2015-02-17 John HodgeKernel/VTerm - Minor cleanup to VT input (remove logging)
2015-02-17 John HodgeKernel/debug - Clean up Debug() method, bind to #define...
2015-02-17 John HodgeKernel/x86 - (minor) Fix spaces in log output on ZERO...
2015-02-17 John HodgeKernel/ARMv7 - Hacky (non-atomic) sync_and_fetch_4
2015-02-16 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2015-02-16 John HodgeNetworking - DNS resolution semi-working
2015-02-15 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2015-02-15 John HodgeKernel - Add a quick and dirty (and useless) emergency...
2015-02-15 John HodgeKernel/VTerm - Half-screen scroll step, fix limits
2015-02-15 John HodgeKernel - TODO: Kernel-mode shell
2015-02-12 John HodgeKernel/x86_64 - Fix task switching
2015-02-08 John HodgeKernel/x86 - Clean up some of the task switching code...
2014-11-27 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
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-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-18 John HodgeKernel/libc - Print address of invalid strings
2014-08-18 John HodgeKernel - MMap fixed (non-fixed mappings, bad search...
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 HodgeKernel/Debug - Add size to hexdump header, add double...
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 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-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 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 HodgeKernel/libc - Define _SysDebug macro for userland libc...
2014-05-10 John HodgeKernel/PCI - (minor) Planned function to handle device...
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 HodgeKernel/threads - (minor) Clean up code (remove pre...
2014-05-10 John HodgeKernel/DrvUtil Video - Add asserts to catch misuse
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 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-17 John HodgeKernel/x86 - Evil hack to do validation of virtual...
2014-03-16 John HodgeKernel - Ring buffer free method
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 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 Hodge (sonata)Kernel - Rename _EXECUTE to _EXEC (VFS perm flag)
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 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 HodgeKernel/vterm - Fix clobbering of AltBuf's heap footer
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 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
next

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