Usermode/libc - Actually fix strtoi (passing utest now)
[tpg/acess2.git] / Usermode / Applications /
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-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/init - Fixes to parsing and error checks,...
2013-04-02 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
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-26 John HodgeUsermode/AxWin3 - Fixed undefined memory usage
2013-03-26 John HodgeAcesNative+Usermode - libacessnative "works" (for some...
2013-03-06 John HodgeUsermode - Hacking up native compilation target
2013-03-05 John HodgeMerge branch 'master' of git://localhost/acess2
2013-03-05 John Hodge (sonata)Usermode/init - Fixed a couple of NULL dereferences
2013-03-03 John HodgeExternals/cross-compiler - Patching to get things compiling
2013-02-26 John HodgeUsermode/AxWin3 - Added ipcpipe support
2013-02-19 John HodgeUsermode/AxWin3 - A couple more icons, render fixes
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-10 John HodgeUsermode/cat - Fixed order of fread/fwrite params
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-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)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/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/axwin3 - (minor) Fixed errnous warning about...
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/axwin3 - (minor) Use SEEK_SET instead of liter...
2013-01-19 John Hodge (sonata)Usermode/init - Added (untested) inittab support
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-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)Kernel - Fixed stupid bug in utf-8 code (mirrored in...
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-10 John Hodge (sonata)Usermode/AxWin3 - Changed to use SysSpawn and detect...
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
2012-10-16 John Hodge (sonata)Usermode/GUI - Testing and Debugging RichText
2012-10-15 John Hodge (sonata)ATE - Misc
2012-10-13 John HodgeAxWin3 - Heaps of bugfixes to RichText renderer
2012-10-13 John Hodge (sonata)AxWin3 - Fixed overflow caused by using width in height...
2012-10-12 John HodgeUsermode - Working on AxWin3 SubWin widget (also API...
2012-10-11 John HodgeUsermode - Updated SysSpawn to have a permissions argument
2012-10-10 John Hodgelibc+AxWin3 - RichText rendering, scanf
2012-10-10 John HodgeAxWin3 - Adding RichText rendering, no sscanf so doesn...
2012-10-09 John HodgeAxWin3 - More RichText work
2012-10-09 John HodgeAxWin - Adding clientside RichText render
2012-10-08 John HodgeAxWin3 - Designing a text editor (and related APIs)
2012-10-04 John HodgeSyscalls - Changed SysGetMessage to provide a buffer...
2012-10-03 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-09-01 John HodgeUsermode - Misc header changes
2012-08-23 John HodgeUsermode/mount - Added 'mount -u' (unmount) support
2012-08-22 John HodgeMerge branch 'master' of git://localhost/acess2
2012-08-15 John HodgeUsermode/mount - Removed sType!=NULL restriction
2012-08-14 John HodgeMerge branch 'master' of git://localhost/acess2
2012-08-08 John HodgeUsermode/lspci - Recreated without the huge database...
2012-08-08 John HodgeUsermode - Renamed readdir() to SysReadDir()
2012-08-08 John HodgeUsermode/axwin3 - (minor) Fixed install creating an...
2012-08-05 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-08-05 John HodgeMerge branch 'master' of git.mutabah.net:acess2
2012-08-05 John HodgeUsermode/AxWin3 - Minor changes
2012-08-03 John HodgeUsermode - Slight fixes in preparation for armv6
2012-08-01 John HodgeUsermode - Removed axwin2 (completly defunct)
next

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