Kernel/debug - Clean up Debug() method, bind to #define config
[tpg/acess2.git] / Usermode /
2014-05-23 John HodgeUsermode/libc++ - ::std::list allocator and insert...
2014-05-22 John HodgeUsermode/irc - Fix scrolling on new messages.
2014-05-21 John HodgeUsermode/libc++ - Exceptions mostly
2014-05-21 John Hodgeusermode/axwin4 - Blit to screen planned
2014-05-21 John HodgeUsermode/irc - Fix pointer mismatch printing new messages
2014-05-18 John HodgeUsermode/libc++ - Exception handling in progress (build...
2014-05-18 John HodgeUsermode/Applications - Set GNU++11 for C++ compilation
2014-05-18 John HodgeUsermode/libc++ - Starting on a hacky STL implementation
2014-05-18 John HodgeUsermode/AxWin4 - Code now compiling (if STL is present)
2014-05-18 John HodgeMerge branch 'master' of git://localhost/acess2
2014-05-18 John HodgeUsermode/gui_terminal - Minor touches to VT100 handling
2014-05-18 John HodgeUsermode/libnet - Fix IPV4 parsing code to use stroul
2014-05-18 John HodgeUsermode/Makefile - Use a single command for dependency...
2014-05-18 John HodgeUsermode/irc - New code working, glitches on wrapped...
2014-05-18 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2014-05-17 John HodgeUsermode/irc - Rework into multiple files
2014-05-17 John HodgeUsermode/ld-acess - Fix x86_64 not saving RBP on no...
2014-05-17 John HodgeUsermode/axwin4 - Starting on implementation
2014-05-14 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2014-05-12 John HodgeUTest+MTest - Minor makefile fixes for travis-ci
2014-05-11 John HodgeUsermode/AxWin4 - Planning mostly
2014-05-11 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2014-05-11 John HodgeMakefile - Fix mtest target (and clean up utest targets)
2014-05-11 John HodgeUsermode/libc - Fixes and additions from curl
2014-05-11 John HodgeUsermode/libposix - Updates to get curl and netsurf...
2014-05-10 John HodgeUsermode/libm - Add hacky INFINITY and NAN macros
2014-05-10 John HodgeUsermode/libc - Actually fix strtoi (passing utest...
2014-05-10 John HodgeUsermode/libc - Add C99 errno values, fix compile error...
2014-05-10 John HodgeUsermode/libposix - add stubbed getopt
2014-05-10 John HodgeUsermode/libc - Fix over-use of 64-bit divide in strtoull
2014-05-10 John HodgeUsermode/libc - Fix and unit test strtoull/* behavior...
2014-05-10 John HodgeUsermode/init - Minor cleanup (removal of unneeded...
2014-05-10 John HodgeUsermode/libc - Fix edge case crash with realloc on...
2014-05-10 John HodgeUsermode/Terminal - Handling for bright colours, others
2014-04-08 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2014-03-22 John HodgeUsermode/irc - Tweaking for terminal handling fixes
2014-03-16 John HodgeUsermode/ld-acess - Fix unconditional inclusion of...
2014-03-16 John HodgeUsermode/ld-acess - Fix constness in FD_ISSET
2014-03-15 John Hodge (sonata)Minor misc fixes
2014-03-15 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-15 John HodgeUsermode/libpsocket - (minor) Commenting for DNS
2014-03-15 John HodgeUsermode/Applications - C++ support
2014-03-11 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-11 John Hodge (sonata)Usermode/insmod - (minor) Include missed header
2014-03-11 John Hodge (sonata)Usermode/ld-acess - (minor) assert.h in elf.c
2014-03-11 John Hodge (sonata)Usermode/libposix - Fix types in select, minor in crypt
2014-03-11 John Hodge (sonata)Usermode/libpsocket - Constify and bugfix
2014-03-10 John Hodge (sonata)Usermode/liburi - (minor) Remove unused variable
2014-03-10 John Hodge (sonata)Usermode/libnet - Fix bug with IPv6 parsing, constify
2014-03-10 John Hodge (sonata)Usermode/libimage_sif - Silence, scum!
2014-03-10 John Hodge (sonata)Usermode/Telnet - Use _SysSelect instead of select...
2014-03-10 John HodgeUsermode/libposix - Basic stat() emulation
2014-03-09 John Hodge (sonata)Usermode/login - Code cleanup
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-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-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-13 John HodgeTerminal - Fix forgotten break after handling of \e[K
2014-02-12 John HodgeKernel/VTerm - Code cleanup and VT100 bugfixes
2014-02-09 John HodgeUsermode/libc - Flush stdout on getchar
2014-02-09 John HodgeKernel/PTYs - NL->CR translation (disabled)
2014-02-09 John HodgeVT100 - Replace global buffer with per-terminal, furthe...
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 HodgeUsermode/inittab - Add second serial port (for UDI...
2014-02-09 John HodgeUsermode/libc - Remove debug on fread
2014-01-21 John HodgeUsermode/GUI - Hack in attribute reset
2014-01-08 John HodgeUsermode/libpsocket - Add MSG_* values for send/recv
2014-01-07 John HodgeUsermode/telnetd - Option negotation framework, indexed PTY
2014-01-05 John HodgeBoth - Merge signal lists
2013-12-26 John HodgeUsermode/telnetd - Update to proper PTY use
2013-12-26 John HodgeUsermode/dhcpc - Fixed comparison of net and local...
2013-12-25 John HodgeUsermode/dhcpclient - Added device name to log messages
2013-12-21 John HodgeUsermode/libc - Shut up stdio
2013-12-07 John HodgeUsermode/GUI Terminal - Fixed title support, added...
2013-11-30 John HodgeUsermode/libposix - Added types for F_GETLK
2013-11-30 John HodgeUsermode/libc - Minor compilation fix
2013-11-30 John HodgeUsermode/libc - Added EAFNOSUPPORT
2013-11-30 John HodgeUsermode/irc - Cleanup and fix to incorrect va_list...
2013-11-29 John HodgeUsermode/libpsocket - Features used by irssi
2013-11-29 John HodgeUsermode - Adding stub httpd
2013-11-22 John HodgeUsermode/libposix - Clear stdin buffer in getpass
2013-11-22 John HodgeUsermode/init - Added environment variables to spawned...
2013-11-22 John HodgeTerminal - Adding some (slightly buggy) xterm features
2013-11-21 John HodgeUsermode/libc - stdin caching
2013-11-19 John HodgeUsermode/wget - Fixed divide-by-zero in streamToFile
2013-11-18 John HodgeKernel/VTerm - VT100 emulation fixes exposed by dropbea...
2013-11-18 John HodgeUsermode/libposix - termios and ioctl updates for dropb...
next

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