Notes - Updated TODO and added notes on structure of vbox graphics
[tpg/acess2.git] / Usermode /
2013-07-22 John HodgeUsermode/AxWin3 - Fixed scan-build complaints, added...
2013-07-22 John HodgeUsermode/AxWin3 - Fixed scan-build complaints in libaxw...
2013-07-22 John HodgeUsermode/AxWin3 - Added proper mid-character clipping...
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/telnetd - Fixed error from scan-build
2013-07-22 John HodgeUsermode/dhcpclient - Fixed warning from scan-build
2013-07-22 John HodgeUsermode/CLIShell - Updated 'dir' command to use OpenChild
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/dhcpclient - Added echo of error string when...
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-12 John HodgeUsermode/lspci - Dump command state in verbose
2013-07-11 John HodgeUsermode/lspci - Cleanup and BAR dump
2013-07-11 John HodgeUsermode/libc - Fixed %x/%X being signed in printf
2013-07-10 John HodgeUsermode/dhcpclient - A little cleanup
2013-07-10 John HodgeUsermode/inittab - Added automounter to init
2013-07-10 John HodgeUsermode/Automounter - Added message on successful...
2013-07-10 John HodgeUsermode/init - Fixed bad stderr for 'exec' commands
2013-07-10 John HodgeUsermode/DHCP Client - Slight change to timeout message
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/automounter - Added automounter
2013-07-03 John HodgeUsermode/libposix - opendir/mkdir
2013-07-03 John HodgeKernel/syscalls - Implimenting _SysMkDir
2013-07-03 John HodgeUsermode/AxWin3 - SDL Edition of the WM, runs but no...
2013-07-03 John HodgeUsermode/Libraries - Hacks to get SDL ver of AxWin3...
2013-07-03 John HodgeUsermode/AxWin3 - Cleaning up and separating code
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-02 John HodgeUsermode/AxWin3 - Preparing for SDL build
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-22 John HodgeCleaned up some TODOs
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/login - Added PTY mode reset before showing...
2013-05-20 John HodgeUsermode/AxWin3 - Updated for PTY support
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 HodgeUsermode/init,login - Updated to new PTY code
2013-05-18 John HodgeKernel - Integrated PTY with VTerm, userland currently...
2013-05-18 John HodgeUsermode/GUI Terminal - Switched to PTY instead of...
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-14 John HodgeApplications/IRC - Cleaning up command code
2013-05-14 John HodgeApplications/login - Cleaned up input code
2013-05-14 John HodgeApplications - Used C99
2013-05-14 John HodgeApplications/GUI Terminal - Fixed sticky Ctrl/Alt keys...
2013-05-12 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-12 John HodgeUsermode/AxWin3 - Speedups mostly, required some restru...
2013-05-08 John Hodge (sonata)Usermode/init - Fixed early free of command, fixed...
2013-05-08 John Hodge (sonata)Usermode/libc - Misc unused change in printf %f
2013-05-03 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2013-05-03 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2013-04-26 John HodgeUsermode/Filesystem - inittab: Added telnet server...
2013-04-26 John HodgeUsermode/init - Fixes to parsing and error checks,...
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
2013-04-02 John HodgeUsermode/libc - Removed debug in stdio flush
2013-03-31 John HodgeUsermode - Added stdio output caching
2013-03-29 John HodgeMerge branch 'master' of git://localhost/acess2
2013-03-29 John HodgeUsermode - ARCH=native changes, kinda borked
2013-03-29 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-03-28 John Hodge (sonata)Usermode - Fixed incorrect use of vsnprintf
2013-03-28 John Hodge (sonata)Usermode+InitRD - Fixed incorrect location of dhcpc
2013-03-26 John HodgeUsermode/AxWin3 - Fixed undefined memory usage
2013-03-26 John HodgeAcesNative+Usermode - libacessnative "works" (for some...
2013-03-06 John HodgeUsermode - libacess-native
2013-03-06 John HodgeUsermode - Hacking up native compilation target
2013-03-05 John HodgeUsermode/libc - Fixed setjmp.h relying on __is_ARCHDIR_*_
2013-03-05 John HodgeMerge branch 'master' of git://localhost/acess2
2013-03-05 John Hodge (sonata)Usermode/inittab - Vim modeline?
2013-03-05 John Hodge (sonata)Usermode/libc - Fixed switched SEEK_CUR/SEEK_SET values
2013-03-05 John Hodge (sonata)Usermode/init - Fixed a couple of NULL dereferences
next

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