Kernel/VFS - Fix debug in io.c
[tpg/acess2.git] / Usermode /
2013-03-05 John HodgeUsermode/crt0 - Patching to support cross-compiler
2013-03-03 John HodgeExternals/cross-compiler - Patching to get things compiling
2013-02-26 John HodgeUsermode/AxWin3 - Added ipcpipe support
2013-02-25 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-02-20 John HodgeAcessNative - Working on possible recompilation emulation
2013-02-19 John HodgeUsermode/libimage_sif - Cleanups
2013-02-19 John HodgeUsermode/AxWin3 - A couple more icons, render fixes
2013-02-18 John HodgeUsermode/libimage_sif - Fixed buggy loading code
2013-02-18 John HodgeUsermode/liburi - Fixed off-by-one in path code
2013-02-18 John HodgeUsermode/AxWin3 - resources and bugfixes
2013-02-18 John HodgeUsermode/AxWin3 - Cleaner libaxwin WNDMSG handling
2013-02-18 John HodgeUsermode/AxWin3 - Decorator resize and close, misc...
2013-02-18 John HodgeUsermode/ATE - Smaller default window
2013-02-18 John HodgeUsermode/AxWin3 - Compile fix
2013-02-18 John HodgeUsermode/axwin3 - Window destruction and client exit
2013-02-16 John HodgeUsermode/libc - Messing about with %f
2013-02-15 John HodgeUsermode/libc - printf fixes
2013-02-15 John HodgeMakefiles - Silenced utest and mtest chatter
2013-02-15 John HodgeUsermode/libc - ftoa() fixes, current test set passes
2013-02-15 John HodgeUsermode/libc - Fixed itoa precision, ftoa rounding
2013-02-14 John HodgeUsermode - Unit tests called from root makefile
2013-02-14 John HodgeUsermode/libc - Fixed compilation issues in printf
2013-02-14 John HodgeUsermode/libc - Unit tests
2013-02-10 John HodgeUsermode/cat - Fixed order of fread/fwrite params
2013-02-09 John HodgeUsermode/libc - Fixed DIV0 in fread/fopen
2013-02-08 John HodgeUsermode/libc - Tester for printf
2013-02-07 John HodgeUsermode/libc - FP printf (partial)
2013-02-02 John HodgeUsermode/libc - Removed debug SysDebug
2013-02-02 John HodgeUsermode/libc - Moved *printf into printf.c
2013-02-02 John HodgeMerge branch 'master' of git://localhost/acess2
2013-01-30 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-29 John Hodge (sonata)Applications/irc - Added MOTD start code
2013-01-28 John HodgeIPStack - Breaking things (constant iftype)
2013-01-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-28 John Hodge (sonata)Cleaning up clang warnings
2013-01-27 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-23 John Hodge (sonata)Usermode/axwin3 - Made menus auto-raised
2013-01-22 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-22 John HodgeMerge branch 'master' of git://localhost/acess2
2013-01-20 John Hodge (sonata)Usermode/GUITerminal - Backspace and over-greedy fix
2013-01-20 John Hodge (sonata)Usermode/axwin3 - RichText cursor (hacked)
2013-01-20 John Hodge (sonata)Usermode/GUITerminal - Text colouring and cursor
2013-01-20 John Hodge (sonata)Usermode/axwin3 - Added WNDMSG_FIRE handler to richtext lib
2013-01-20 John Hodge (sonata)Usermode/axwin3 - Input fixes
2013-01-20 John Hodge (sonata)Fixed FDD install
2013-01-20 John Hodge (sonata)Usermode/GUITerminal - Now can show shell
2013-01-20 John Hodge (sonata)Usermode/axwin3 - Richtext invalidate window on text...
2013-01-20 John Hodge (sonata)Usermode/libunicode - Hack, see diff :)
2013-01-20 John Hodge (sonata)Usermode/libc - Fixed printf() sending \0
2013-01-20 John Hodge (sonata)Usermode/GUITerminal - VT100 extended parsing
2013-01-20 John Hodge (sonata)Usermode/axwin3 - Implimented terminal spawn command
2013-01-20 John Hodge (sonata)Usermode/GUITerminal - Progressing, compiles and runs...
2013-01-20 John Hodge (sonata)Usermode - Moved UTF-8 handling into a library
2013-01-20 John Hodge (sonata)Usermode/Filesystem - Added sample/default inittab
2013-01-20 John Hodge (sonata)Usermode/axwin3 - (minor) Fixed errnous warning about...
2013-01-20 John Hodge (sonata)Usermode/ld-acess - Fixed error in FD_CLR that nuked...
2013-01-19 John Hodge (sonata)Fixing clang compilation errors
2013-01-19 John Hodge (sonata)Usermode/init - Bugfixes
2013-01-19 John Hodge (sonata)Usermode/libc - scanf/stdio fixes
2013-01-19 John Hodge (sonata)Usermode/axwin3 - (minor) Use SEEK_SET instead of liter...
2013-01-19 John Hodge (sonata)Usermode/ld-acess - Fixed ARMv7 edge case with 64-bit...
2013-01-19 John Hodge (sonata)Usermode - Moved CLONE_VM from libposix to ld-acess
2013-01-19 John Hodge (sonata)Usermode/init - Added (untested) inittab support
2012-12-31 John HodgeMerge branch 'master' of git://localhost/acess2
2012-12-30 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2012-12-30 John Hodge (sonata)Fixed broken symlinks
2012-12-30 John HodgeAll - Changes for AcessNative on windows
2012-12-20 John HodgeUsermode/ld-acess - Fixes for clang compilation
2012-12-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-12-08 John Hodge (sonata)Merge branch 'master' of ted.mutabah.net:acess2
2012-12-07 John HodgeUsermode/libposix - Added stat(2) [stubbed]
2012-12-07 John HodgeUsermode/libc-libposix - Features for SpiderWeb/SpiderS...
2012-12-06 John Hodge (sonata)Usermode/ATE - Just fiddling
2012-12-04 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-12-04 John HodgeMerge branch 'master' of git://localhost/acess2
2012-12-02 John Hodge (sonata)Usermode/dhcpclient - Fixed use of O_RDWR for _SysOpen
2012-12-01 John Hodge (sonata)Kernel - Imported userland strtoi file (and other minor...
2012-11-30 John Hodge (sonata)Usermode - More syscall renaming
2012-11-29 John Hodge (sonata)Usermode - Renamed VFS syscalls to _Sys* to remove...
2012-11-29 John Hodge (sonata)Usermode/AxWin3 - Added move code to decorator
2012-11-29 John Hodge (sonata)Usermode/AxWin3 - Fixed requesting redraw on window...
2012-11-28 John Hodge (sonata)Usermode/AxWin3 - Fixed error with relative windows...
2012-11-28 John Hodge (sonata)Usermode/ld-acess - Cleaning out unused/unneeded headers
2012-11-28 John Hodge (sonata)Kernel - Fixed stupid bug in utf-8 code (mirrored in...
2012-11-28 John Hodge (sonata)Usermode/libc - Cleanup of source
2012-11-28 John Hodge (sonata)Usermode - A few tweaks to POSIX emulation for dropbear
2012-11-28 John Hodge (sonata)Usermode/AxWin3 - Fixed bad blit clipping
2012-11-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-11-28 John Hodge (sonata)Usermode/AxWin3 - Cleaning up stray debug
2012-11-27 John Hodge (sonata)Usermode/AxWin3 - Reworked renderers to use raw IPC...
2012-11-26 John Hodge (sonata)Usermode/AxWin3 - Debugging
2012-11-13 John Hodge (sonata)Usermode/ld-acess - Fixed uninitialised usage of some...
2012-11-13 John Hodge (sonata)Misc - Changes to allow warning-less compilation with...
2012-11-10 John Hodge (sonata)Usermode/AxWin3 - Changed to use SysSpawn and detect...
2012-11-06 John Hodge (sonata)ld-acess/libc - Implimenting functions required by...
2012-11-04 John Hodge (sonata)User/Kernel - ARMv7 fixes (relocation of .text)
2012-10-19 John Hodge (sonata)Usermode/GUI Terminal - Moar!
2012-10-17 John Hodge (sonata)Usermode/AxWin3 - Updated clientside IPC code to allow...
2012-10-17 John Hodge (sonata)Usermode/GUI Shell - Hacking up a GUI terminal
2012-10-16 John Hodge (sonata)Usermode/ATE - Stub edit code
next

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