tpg/acess2.git
2013-05-14 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-14 John HodgeTools/GCCProxy - Moved libgcc to last item in link...
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-14 John HodgeNotes - Pondering pty behavior
2013-05-14 John HodgeKernel - Update syscall definition (comment only)
2013-05-14 John HodgeKernel/VTerm - C99 and slight debug
2013-05-14 John HodgeKernel/IPCPipe - Disabled debug
2013-05-14 John HodgeModules/IPStack - Removed useless log message
2013-05-14 John HodgeKernel - Disabled omission of frame pointer (debugging)
2013-05-13 John Hodge... AcessNative - Better error reporting in NativeFS
2013-05-13 John Hodge... Modules/FAT - Fixed handling of <FAT32 root directory
2013-05-13 John Hodge... Tools/DiskTook - Fixed absolute path support
2013-05-13 John Hodge... Kernel/VTerm - Fixed typo in comment
2013-05-12 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-12 John HodgeUsermode/AxWin3 - Speedups mostly, required some restru...
2013-05-12 John HodgeRunQemu - Added e1000 and 5555->23 forward
2013-05-12 John HodgeModules/E1000 - Fixed corruption/crash
2013-05-08 John Hodge... Kernel/armv7 - Extra code for Tegra2 timer tests
2013-05-08 John Hodge... Modules/E1000 - (minor) Worked around dumb gcc warning
2013-05-08 John Hodge... Usermode/init - Fixed early free of command, fixed...
2013-05-08 John Hodge... Usermode/libc - Misc unused change in printf %f
2013-05-08 John Hodge... Kernel/x86 - Untested MicroSleep function
2013-05-03 John Hodge... Kernel/acpica - Disable debug
2013-05-03 John Hodge... Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2013-05-03 John HodgeModules/E1000 - Bugfixes
2013-05-03 John Hodge... Merge branch 'master' of github.com:thepowersgang/acess2
2013-05-03 John HodgeKernel/acpica - Fiddling
2013-04-26 John HodgeBuildConf - Added PCnetFAST3 to x86 default config
2013-04-26 John HodgeUsermode/Filesystem - inittab: Added telnet server...
2013-04-26 John HodgeModules/PCnetFAST3 - Partially functional
2013-04-26 John HodgeUsermode/init - Fixes to parsing and error checks,...
2013-04-26 John HodgeModules/E1000 - Partially functional driver
2013-04-26 John HodgeModules/IPStack - Added MAC checksum offload support
2013-04-26 John HodgeKernel/x86 - mboot: Cleaning up source, added sanity...
2013-04-26 John HodgeKernel/x86 - acpica: Debug to trace AE_NO_MEMORY cause
2013-04-26 John HodgeKernel/x86 - mm_virt: Allowed PhysAddr=NULL with AllocDMA
2013-04-26 John HodgeTools/GCCProxy - Included libposix and libpsocket ...
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... Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-04-02 John HodgeUsermode/libc - Removed debug in stdio flush
2013-04-02 John HodgeKernel/IPStack - Added lock to buffer structure so...
2013-04-02 John HodgeKernel/Threads - Added output to SetName to trace threa...
2013-04-02 John HodgeKernel/VTerm - Added stub support for an escape code...
2013-04-01 John HodgeKernel/Modules - Heaps of work on PCnet FASTIII driver
2013-03-31 John HodgeUsermode - Added stdio output caching
2013-03-31 John HodgeKernel/VTerm - Fixed little bugs exposed with stdio...
2013-03-30 John Hodge... Kernel - Doxygen documentation updates
2013-03-30 John Hodge... Kernel/x86 - Report ACPICA cache name on exhaustion
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 HodgeAcessNative - Fixed alignment on request header
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
next

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