tpg/acess2.git
2013-02-25 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-02-25 John HodgeKernel - Add untested Datagram IPC Pipe
2013-02-20 John HodgeAcessNative - Working on possible recompilation emulation
2013-02-20 John HodgeModules/InitRD - Added extra menu images
2013-02-19 John HodgeTools/img2sif - Fixing compression code
2013-02-19 John HodgeModules/InitRD - Fixed files.lst format
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 HodgeTools - Fixes to img2sif
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 HodgeKernel - Signals partially implimented
2013-02-16 John HodgeUsermode/libc - Messing about with %f
2013-02-15 John HodgeModules/USB - Disabled debug in core.c
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 HodgeMakefile - Possible fix for travis CI compile error
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 HodgeTweaking root makefile
2013-02-09 John HodgeUsermode/libc - Fixed DIV0 in fread/fopen
2013-02-09 John HodgeKernel/x86 - Removed conditional debug statement in...
2013-02-09 John HodgeKernel/x86 - Fixed ACPICA shim possible null deref
2013-02-09 John Hodge... TravisCI - Disabled until unit tests are ready
2013-02-09 John Hodge... Modules/FDDv2 - Minor fix in ReadDir/FindDir
2013-02-09 John Hodge... Kernel/x86 - Moved MP Table parsing into its own file
2013-02-09 John HodgeModules/LVM - Minor note
2013-02-08 John HodgeUsermode/libc - Tester for printf
2013-02-08 John HodgeTools/NetTest - Seed RNG, tcpclient logging
2013-02-08 John HodgeTools/nativelib - Threading fixes
2013-02-08 John HodgeModules/IPStack - TCP minor bugfixes, arp semaphore...
2013-02-08 John HodgeKernel/semaphore - Logging improvements
2013-02-07 John HodgeUsermode/libc - FP printf (partial)
2013-02-02 John HodgeUsermode/libc - Removed debug SysDebug
2013-02-02 John HodgeKernel - Implimented cached escape codes
2013-02-02 John HodgeUsermode/libc - Moved *printf into printf.c
2013-02-02 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-02-02 John HodgeMerge branch 'master' of git://localhost/acess2
2013-02-02 John Hodgenativelib - Fixed some possible NULL dereferences
2013-02-01 John HodgeDiskTool - Actual help message :)
2013-02-01 John Hodgenativelib - Compilation fixes
2013-02-01 John Hodge... NativeLib - Including kernelland locks
2013-02-01 John Hodge... Kernel - Updated events and workqueue to use new function
2013-02-01 John Hodge... Kernel - Removed while() loops in locks with Threads_in...
2013-01-30 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-29 John Hodge... Applications/irc - Added MOTD start code
2013-01-29 John Hodge... Modules/IPStack - Fixed NULL dereference in routing
2013-01-28 John Hodge... Modules/IPStack - Killing Threads_Yield
2013-01-28 John Hodge... Tools/nativelib - More things implimented
2013-01-28 John HodgeKernel - (experimental) Allowing THREAD_EVENT_TIMER...
2013-01-28 John HodgeAcessNative/nativefs - Removed debug
2013-01-28 John HodgeModules/IPStack - Fixed use of sprintf(NULL,...)
2013-01-28 John HodgeBuildConf/ARMv7 - Switched to eabi
2013-01-28 John HodgeKernel/x86_64 - Fixed misplaced jump
2013-01-28 John HodgeTools/nativelib - Many features implimented
2013-01-28 John HodgeIPStack - Breaking things (constant iftype)
2013-01-28 John Hodgenativelib - Implimenting missing functions
2013-01-28 John Hodgenativelib - Compile fixes
2013-01-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-28 John HodgeKernel[Tegra2] - Messing about debugging tegra stuff
2013-01-28 John HodgeKernel - Fix ACLs using anon structures
2013-01-28 John Hodge... Cleaning up clang warnings
2013-01-27 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-27 John Hodge... Tools/nativelib - Working on threading
2013-01-26 John Hodge... NetTest - Compiles, doesn't yet do much
2013-01-25 John Hodge... Fixing gitignore
2013-01-25 John Hodge... Tools - Added SDL_Image->.sif converter
2013-01-25 John Hodge... IPStack/tcp - Added deferred ACK support
2013-01-25 John Hodge... Kernel/vterm - Fixed bug in \e[100m support
2013-01-25 John Hodge... Kernel - Moved string functions into a separate header...
2013-01-25 John Hodge... Tools/DiskTool - Splitting parts out to be shared with...
2013-01-23 John Hodge... Kernel/vterm - Implimented 90-97/100-107 font modes...
2013-01-23 John Hodge... 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 HodgeKernel/debug - Panic to VT for the first nested panic
2013-01-22 John HodgeMerge branch 'master' of git://localhost/acess2
2013-01-20 John Hodge... Usermode/GUITerminal - Backspace and over-greedy fix
2013-01-20 John Hodge... Usermode/axwin3 - RichText cursor (hacked)
2013-01-20 John Hodge... Kernel/fifo - Fixed memory corruption
2013-01-20 John Hodge... Kernel - Fixed recursion runaway on Panic() in debug
2013-01-20 John Hodge... Usermode/GUITerminal - Text colouring and cursor
2013-01-20 John Hodge... Usermode/axwin3 - Added WNDMSG_FIRE handler to richtext lib
2013-01-20 John Hodge... Usermode/axwin3 - Input fixes
2013-01-20 John Hodge... Fixed FDD install
2013-01-20 John Hodge... Usermode/GUITerminal - Now can show shell
2013-01-20 John Hodge... Usermode/axwin3 - Richtext invalidate window on text...
2013-01-20 John Hodge... Kernel/FIFO - Debug
2013-01-20 John Hodge... Usermode/libunicode - Hack, see diff :)
2013-01-20 John Hodge... Usermode/libc - Fixed printf() sending \0
2013-01-20 John Hodge... Usermode/GUITerminal - VT100 extended parsing
next

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