Kernel/x86 - Fix not restoring registers in Proc_CloneInt
[tpg/acess2.git] / KernelLand / Kernel /
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-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-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
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-01-21 John HodgeKernel/x86_64 - Fix compilation error
2014-01-21 John HodgeKernel/DrvUtil Video - Silence warning for 15/16-bit...
2014-01-21 John HodgeKernel/serial - Heap dump option
2014-01-21 John HodgeACPICA - Replace acacess.h with a modified version...
2014-01-11 John HodgeKernel/threads - Add state dump for RWLocks
2014-01-11 John HodgeKernel/PTY - Fix missed lock
2014-01-06 John HodgeKernel/VFS - (minor) Logging changes to select
2014-01-06 John HodgeKernel/Heap - (minor) Commenting spellfixes
2014-01-05 John HodgeKernel/Serial - Add serial debug hooks
2014-01-05 John HodgeBoth - Merge signal lists
2014-01-05 John HodgeKernel/PTY - Add indexed PTY support
2013-12-26 John HodgeKernel/heap - Fixed memory leak, clean up pointer arith...
2013-12-25 John HodgeKernel/logging - Slight cleanup
2013-12-25 John HodgeKernel/heap - Add File/Line to free(), modify heap...
2013-12-25 John HodgeKernel/pci - Catch non-assigned BARs with an error
2013-12-25 John HodgeKernel/x86 - #if'd out kernel panic clear (can't assume...
2013-12-21 John HodgeKernel - Fixed crash in vfs from assuming allocated...
2013-12-21 John HodgeKernel/armv7 - Stub backtrace to make compilation happy
2013-12-21 John HodgeKernel/x86 - Fix PMem bitmap overflow
2013-12-21 John HodgeKernel/VTerm - Disable debug
2013-12-21 John HodgeKernel/x86 - Hacky multiboot->VESA hook
2013-11-30 John HodgeKernel - Switched back to standards-compilant printf...
2013-11-22 John HodgeKernel - Working on allowing \0 out debug
2013-11-22 John HodgeTerminal - Adding some (slightly buggy) xterm features
2013-11-19 John HodgeKernel - Clean up heap code to better handle OOM
2013-11-19 John HodgeKernel/timers - Debugging output changes
2013-11-18 John HodgeKernel - Fixed threads entering EVENTSLEEP with event...
2013-11-18 John HodgeKernel/debug - Disabled debug if CPU holds the debug...
2013-11-18 John HodgeKernel/rootfs - Added GetNodeByInode support
2013-11-18 John HodgeKernel/VTerm - VT100 emulation fixes exposed by dropbea...
2013-11-06 John HodgeKernel - Replaced for(;;); in panic with HALT_CPU macro
2013-11-06 John HodgeKernel - Clean up prototypes in threads.c
2013-11-06 John HodgeKernel - Altered event wait to use Threads_int_Sleep
2013-11-03 John HodgeKernel - Converted most blocking states to use Threads_...
2013-10-28 John HodgeKernel - Renamed signal.h to avoid collision in AcessNative
2013-10-12 John HodgeKernel - Cleanup and fix all memfiles treated as same...
2013-10-08 John HodgeKernel - Added NORETURN to Panic
2013-10-06 John HodgeKernel - Added catch in Heap_Allocate for 0-sized blocks
2013-09-29 John HodgeKernel - Added event mask to thread dump
2013-09-23 John HodgeKernel/ARMv7 - Call timers on tegra2
2013-09-23 John HodgeKernel/ARMv7 - Added Tegra2 EHCI controllers
2013-09-23 John HodgeKernel/x86 - Some extra logging in ACPICA shim
2013-09-22 John HodgeKernel/armv7 - Enabled UART input on tegra2
2013-09-22 John HodgeKernel/armv7 - Altered makefile to retain ELF kernel
2013-09-22 John HodgeKernel - Added sanity check to template PMM
2013-09-22 John HodgeKernel/armv7 - Hack to prevent two multiple running...
next

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