tpg/acess2.git
2014-03-15 John Hodge... Minor misc fixes
2014-03-15 John Hodge... 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 HodgeExternals - Updated makefiles
2014-03-15 John HodgeUsermode/libpsocket - (minor) Commenting for DNS
2014-03-15 John HodgeKernel/x86 - Add IP/SP output to thread dump
2014-03-15 John HodgeUsermode/Applications - C++ support
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... Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-11 John Hodge... Usermode/insmod - (minor) Include missed header
2014-03-11 John Hodge... Usermode/ld-acess - (minor) assert.h in elf.c
2014-03-11 John Hodge... Usermode/libposix - Fix types in select, minor in crypt
2014-03-11 John Hodge... Usermode/libpsocket - Constify and bugfix
2014-03-10 John Hodge... AcessNative - Spawn in libacess-native (with AN_GETPATH...
2014-03-10 John Hodge... Usermode/liburi - (minor) Remove unused variable
2014-03-10 John Hodge... Usermode/libnet - Fix bug with IPv6 parsing, constify
2014-03-10 John Hodge... Usermode/libimage_sif - Silence, scum!
2014-03-10 John Hodge... Usermode/Telnet - Use _SysSelect instead of select...
2014-03-10 John HodgeUsermode/libposix - Basic stat() emulation
2014-03-10 John HodgeExternals/freetype - Fix for cross-compiler
2014-03-09 John HodgeMakefile - libc++ and libm
2014-03-09 John HodgeModules/InitRD - Fix input path for externals
2014-03-09 John HodgeExternals - Fix prefix value (use DESTPATH)
2014-03-09 John Hodge... Kernel - Rename _EXECUTE to _EXEC (VFS perm flag)
2014-03-09 John Hodge... Usermode/login - Code cleanup
2014-03-09 John HodgeBuildConf - Add C++ compiler for x86
2014-03-09 John HodgeInitRD - Libc++, libm, bochs, dbserver
2014-03-09 John HodgeGCCProxy - Hack in c++ support (now defunct with workin...
2014-03-09 John HodgeUsermode - C++ support, crtbegin/crtend
2014-03-09 John HodgeUsermode/libc++ - Basic C++ runtime implementation
2014-03-09 John HodgeUsermode/ld-acess - C++ wrapping, fix return type of...
2014-03-09 John HodgeUsermode/libm - Wrap builtin log
2014-03-09 John HodgeUsermode/libpsocket - Minor fixes
2014-03-09 John HodgeUsermode/libposix - Stubbed functions for bochs
2014-03-09 John HodgeUsermode/libc - Time formatting, stub locale.h, rename...
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-03-09 John HodgeExternals - Cleanup, cross-compiler working
2014-03-08 John HodgeUsermode/libpsocket - Header wrapping, byte ordering...
2014-03-08 John HodgeUsermode/libposix - Header wrapping, mktemp
2014-03-08 John HodgeUsermode/libc - C++ wrapping in headers, time rework
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 HodgeUsermode/libreadline - Fix backspace
2014-02-16 John HodgeUsermode/GUITerminal - Fix VT100 scroll direction,...
2014-02-16 John HodgeUsermode/AxWin3 - Commenting and other minors
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-13 John HodgeTerminal - Fix forgotten break after handling of \e[K
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 HodgeUsermode/libc - Flush stdout on getchar
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 HodgeUsermode/libposix - Add baud rates to termios
2014-02-09 John HodgeUsermode/libc - Add isxdigit
2014-02-09 John HodgeUsermode/GUI Terminal - Fix off-by-one in \e[H
2014-02-09 John HodgeKernel/vterm - Fix clobbering of AltBuf's heap footer
2014-02-09 John HodgeUsermode/inittab - Add second serial port (for UDI...
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/uart_16c550 - Silence debug output
2014-02-09 John HodgeUDI/uart_16c550 - RX support, apply erratum E20010702...
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 HodgeRunQemu - Add module support for -dbin, PCI serial...
2014-02-09 John HodgeUsermode/libc - Remove debug on fread
2014-02-09 John HodgeModules/PCnetFAST3 - Quieten
2014-02-09 John HodgeBuildConf/x86 - Remove VGA text driver (now in VESA...
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-02-03 John HodgeUDI - Fix types in GIO metalang
next

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