tpg/acess2.git
2013-03-29 John Hodge... Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-03-29 John Hodge... Modules/IPStack - Reduced UDP debug spam
2013-03-28 John Hodge... Usermode - Fixed incorrect use of vsnprintf
2013-03-28 John Hodge... Usermode+InitRD - Fixed incorrect location of dhcpc
2013-03-26 John HodgeAcessNative - Included ipcpipe for AxWin3
2013-03-26 John HodgeUsermode/AxWin3 - Fixed undefined memory usage
2013-03-26 John HodgeAcesNative+Usermode - libacessnative "works" (for some...
2013-03-06 John HodgeExternals/cross-compiler - Ignore sysroot-$(ARCH)
2013-03-06 John HodgeUsermode - libacess-native
2013-03-06 John HodgeUsermode - Hacking up native compilation target
2013-03-06 John HodgeAcessNative - Working on libacess-native
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... .gitignore - Added Usermode/include
2013-03-05 John Hodge... Usermode/inittab - Vim modeline?
2013-03-05 John Hodge... Usermode/libc - Fixed switched SEEK_CUR/SEEK_SET values
2013-03-05 John Hodge... Usermode/init - Fixed a couple of NULL dereferences
2013-03-05 John Hodge... Kernel/VFS - Fix debug in io.c
2013-03-05 John Hodge... Kernel - Fixed bug in isupper()
2013-03-05 John HodgeExternals/cross-compiler - Fixed sysroot to be arch...
2013-03-05 John HodgeUsermode/inittab - Fixed bad vim modeline
2013-03-05 John Hodgegitignore updates
2013-03-05 John HodgeExternals/cross-compiler - Compilation works (for some...
2013-03-05 John HodgeUsermode/crt0 - Patching to support cross-compiler
2013-03-04 John HodgeExternals/cross-compiler - Fixing compiler a little
2013-03-04 John HodgeExternals/cross-compiler - Tweaking, fixed stdint.h...
2013-03-03 John HodgeExternals/cross-compiler - Patching to get things compiling
2013-03-01 John HodgeExternals/cross-compiler - Magic patchfiles
2013-02-26 John HodgeModules - Removing uneeded prototypes
2013-02-26 John HodgeKernel - Added ipcpipe to build
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-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
next

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