Kernel/VTerm - "Fix" wrapping issue in VTerm (why was old behavior there?)
[tpg/acess2.git] / Usermode / Libraries /
2014-01-08 John HodgeUsermode/libpsocket - Add MSG_* values for send/recv
2014-01-05 John HodgeBoth - Merge signal lists
2013-12-21 John HodgeUsermode/libc - Shut up stdio
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-29 John HodgeUsermode/libpsocket - Features used by irssi
2013-11-22 John HodgeUsermode/libposix - Clear stdin buffer in getpass
2013-11-21 John HodgeUsermode/libc - stdin caching
2013-11-18 John HodgeUsermode/libposix - termios and ioctl updates for dropb...
2013-10-28 John HodgeUsermode - Minor fix to ARCH=native
2013-10-08 John HodgeUsermode/libc - Fixed some warnings in strtoi tests
2013-10-07 John HodgeUsermode/libc - Fixed unit tests
2013-10-04 John HodgeUsermode/libc - Fixed buggy strtoi code
2013-09-19 John HodgeUsermode/libc - Fixed no definition for uid_t/pid_t...
2013-09-19 John HodgeUsermode/ld-acess - Fixed ld-acess failing to compile...
2013-09-16 John HodgeUsermode/ld-acess - Cleanup to ELF32 relocation code
2013-09-16 John HodgeUsermode/ld-acess - Added _SysLoadModule syscall
2013-09-10 John HodgeUsermode/AxWin3 - Added scroll command to richtext...
2013-09-10 John HodgeUsermode/libc - Rework malloc/free fixing many bugs
2013-09-10 John HodgeUsermode/libc - Minor fix to memmove
2013-09-08 John HodgeUsermode/libc - Switched assert() to use SysDebug inste...
2013-09-08 John HodgeKernel/PTYs - Added support for sending signals to...
2013-09-07 John HodgeUsermode/libc - Fixed fflush not handling errors
2013-09-07 John HodgeUsermode/libc - Minor cleanup to heap
2013-09-07 John HodgeUsermode/libc - Call ld-acess binary dump on fault
2013-09-07 John HodgeUsermode/ld-acess - Added exported function to dump...
2013-08-15 John HodgeUsermode/libc - open_memstream
2013-08-11 John HodgeUsermode/libpsockets - Added inet_pton/inet_ntop (stubbed)
2013-08-11 John HodgeUsermode/libpsockets - Added basic services to getaddrinfo
2013-08-07 John Hodge (sonata)Usermode/ld-acess - Disabled destructive relocation
2013-08-06 John HodgeMerge branch 'master' of git://localhost/acess2
2013-08-01 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-08-01 John Hodge (sonata)Usermode/ld-acess - PYT Mode flags
2013-07-31 John HodgeKernel - Changed PTY code to not expose userland server...
2013-07-30 John HodgeUsermode/ld-acess - Fixed missing dependency for syscalls
2013-07-30 John HodgeUsermode/libc - Added ENOTTY to errno
2013-07-30 John HodgeUsermode/libposix - PTY Support (stubbed)
2013-07-27 John HodgeUsermode/ld-acess - Added SysTimedSleep
2013-07-27 John HodgeUsermode - Handled read failures in readline correctly
2013-07-27 John HodgeUsermode/libpsocket - Fixed accept()'s prototype
2013-07-27 John HodgeUsermode/libc - Improved strerror, added some basic...
2013-07-27 John HodgeUsermode/libposix - Hacking up some functions to compil...
2013-07-23 John HodgeUsermode/AxWin3 - Added input support to RichText renderer
2013-07-23 John HodgeUsermode/libunicode - Cleaned up ReadUTF8 to support...
2013-07-22 John HodgeUsermode/libimage_sif - Added endian-flipping support
2013-07-22 John HodgeUsermode/ld-acess - Fixed errors when compiling stublib...
2013-07-22 John HodgeUsermode - Fixed scan-build complaints
2013-07-22 John HodgeUsermode/libc - Fixing errors from clang, disabled...
2013-07-15 John HodgeUsermode/libc - Fixed printf itoa putting precision...
2013-07-15 John HodgeUsermode/libc - Fixed some slight errno issues
2013-07-15 John HodgeUsermode/libc - Changed printf to work in strings inste...
2013-07-14 John HodgeUsermode/libc - AcessNative hacks to separate acess...
2013-07-11 John HodgeUsermode/libc - Fixed %x/%X being signed in printf
2013-07-10 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2013-07-09 John HodgeHOST=native - Fixes for new syscalls
2013-07-03 John HodgeUsermode/acess.ld - Ignore native script
2013-07-03 John HodgeUsermode/libposix - opendir/mkdir
2013-07-03 John HodgeKernel/syscalls - Implimenting _SysMkDir
2013-07-03 John HodgeUsermode/Libraries - Hacks to get SDL ver of AxWin3...
2013-07-03 John HodgeUsermode/libgcc - Removed, shouldn't be needed anymore
2013-07-02 John HodgeAcessNative - Updated syscall names
2013-07-02 John HodgeUsermode/liburi - Replaced syscall file IO with stdio
2013-07-01 John HodgeUsermode/libc,libposix - Fixing errors in headers
2013-06-17 John HodgeUsermode/libc - inttypes.h fixed to include stdint.h
2013-06-12 John HodgeUsermode/libc - A little bit of POSIX signals
2013-06-09 John HodgeUsermode/lib{c,posix} - Adding clock_* POSIX functions
2013-06-08 John HodgeUsermode - Moved common portions of the Makefile.cfg...
2013-06-08 John HodgeUsermode/libm - Stubbed up a quick libm (using gcc...
2013-05-27 John Hodge (sonata)Usermode/libc - Moved perror to errno.c and implimented...
2013-05-27 John Hodge (sonata)Usermode/libc - Exit on heap corruption
2013-05-27 John Hodge (sonata)Usermode/libposix - Fixed compilation error with higher...
2013-05-21 John HodgeUsermode/libposix - Hacked translation of termios-ptymode
2013-05-20 John HodgeUsermode/libreadline - Fixed for new PTY
2013-05-20 John HodgeUsermode/libposix - Fixed getpass for new PTY
2013-05-20 John HodgeUsermode/ld-acess - PTY 2D commands
2013-05-18 John HodgeKernel - Misc fixes and debug in VTerm/PTY, AxWin3...
2013-05-18 John HodgeKernel - Integrated PTY with VTerm, userland currently...
2013-05-18 John HodgeUsermode/ld-acess - Fixed compilation errors in devices...
2013-05-17 John HodgeKernel/PTYs - Finishing touches on implimentation
2013-05-17 John HodgeKernel - Implimenting PTYs (untested, unintegrated)
2013-05-16 John HodgeUsermode/libposix - Fixed bug in getpass (didn't trim \n)
2013-05-16 John HodgeUsermode/libc,libpsocket - Various fixes to psockets...
2013-05-15 John Hodge (sonata)Usermode/libposix - Misc
2013-05-15 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2013-05-15 John HodgeUsermode/libposix - fcntl and debug
2013-05-15 John Hodge (sonata)Usermode/libposix - Fixed duplicate definition of uid_t
2013-05-14 John HodgeUsermode/libposix - Fixed getpass() argument
2013-05-14 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-14 John HodgeUsermode/libposix - Implimenting functions for dropbear
2013-05-14 John HodgeUsermode - POSIX and C conformance changes
2013-05-12 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-08 John Hodge (sonata)Usermode/libc - Misc unused change in printf %f
2013-05-03 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2013-04-26 John HodgeUsermode/libpsocket - getnameinfo and other definitions
2013-04-26 John HodgeUsermode/libposix - More definitions on the way to...
2013-04-26 John HodgeUsermode/libc - More errno values and signal symbolic...
2013-04-26 John HodgeUsermode/libc - Fixed back-seek of -1 when a write...
2013-04-26 John HodgeUsermode/ld-acess - Bugfix and extra syscall
2013-04-02 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
next

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