tpg/acess2.git
2011-05-28 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2011-05-28 John HodgeARM7 - Removed unneeded div header
2011-05-28 John HodgeSpiderScript - Commenting changes
2011-05-28 John HodgeRemove x86 specific drivers from global build config
2011-05-28 John HodgeKernel - More work on ARM port
2011-05-25 John HodgeMerge branch 'master' of [email protected]:acess2
2011-05-25 John HodgeUsermode edit - Can view :)
2011-05-16 John HodgeMisc fixes to libc, added ISADMA to core Makefile.cfg
2011-05-16 John HodgeImage viewer :)
2011-05-16 John HodgeAcessNative - Fixes mostly, still not yet complete
2011-05-16 John HodgeISADMA moved out to a module
2011-05-16 John HodgeARM Build (doesn't compile yet)
2011-05-16 John HodgeHore work to allow ARM builds
2011-05-10 John HodgeSpiderScript - Speedups
2011-05-08 John HodgeMoved PS2 Keyboard driver out to module tree (still...
2011-05-08 John HodgeFiddling ready for an ARM port
2011-05-07 John HodgeAdded BochsGA to build
2011-05-07 John HodgeAxWin2 - Misc commenting changes (and moving Shell...
2011-05-07 John HodgeUsermode - Better separation of types and calls in...
2011-05-07 John HodgeUpgraded BochsGA to new specs, formatting change in...
2011-05-07 John HodgeUSB - Still non working, but fiddling with it
2011-05-07 John HodgeIPStack - Misc cleanups
2011-05-07 John HodgeIPStack - Firewall cleanups and speedups (now shoudl...
2011-05-07 John HodgeCleaning up and Debugging (Exposed by AcessNative mostly)
2011-05-07 John HodgeBroke threads.h into two files (for better isolation)
2011-05-07 John HodgeKernel - Instruction tracing support
2011-05-07 John HodgeMoved call to strip until install (to allow the debug...
2011-05-07 John HodgeDebugging a segfault in ELF loader (when loading CLIShell)
2011-05-07 John HodgeAcessNative - Huge changes, cleaning up and getting...
2011-04-03 John HodgeSpiderScript - Added tags to loops to allow arbitary...
2011-04-03 John HodgeSpiderScript - Fixed namespace handling (and unset...
2011-04-03 John HodgeSpiderScript - Fixing order of operations, improved...
2011-04-02 John HodgeAdding forgotten files
2011-04-02 John HodgeMisc changes
2011-04-02 John HodgeSpiderScript - Bugs, Documentation and a few language...
2011-04-02 John HodgeSpiderScript - Moar fixes, mostly speedups (caching...
2011-04-02 John HodgeSpiderScript - Bugfixes and speed improvements
2011-04-02 John HodgeSpiderScript - Implementing objects and classes, fixing...
2011-03-31 John HodgeSpiderScript - A day of debugging and improvements
2011-03-24 John HodgeMore work on x86_64 port of usermode
2011-03-24 John HodgeCompile fixes for clang
2011-03-24 John HodgeUsermode/axwin2 - Compile fixes for clang
2011-03-24 John HodgeUsermode/Libs - x86_64 port in progress
2011-03-24 John HodgeUsermode/ld-acess - x86_64 support
2011-03-24 John HodgeFixing gitigore, added a config file for the 'host...
2011-03-24 John HodgeUsermode - Changed build system to separate different...
2011-03-24 John HodgeUsermode/ld-acess - Reworked build structure and syscal...
2011-03-23 John HodgeUsermode/axwin2 - Commenting
2011-03-23 John HodgeFiddling with build system
2011-03-23 John HodgeNE2000 - Cleaning up code, moved to a semaphore
2011-03-23 John HodgeUsermode/telnet - Moved to new routing API
2011-03-23 John HodgeUsermode/libnet - Added support for change to routing API
2011-03-23 John HodgeIPStack - Working on removing future packet cache
2011-03-23 John HodgeCleaning up mostly
2011-03-23 John HodgeFiddling with the x86_64 port
2011-03-21 John HodgeIPStack - Slight header updated
2011-03-21 John HodgeIPStack - Added ability to use /Devices/ip/routes/...
2011-03-21 John HodgeIPStack - Working on implementing IPv6
2011-03-21 John HodgeIPStack - Cleanup to ARP code (slight)
2011-03-21 John HodgeIPStack - Cleaning IPv4 code, implemented routing
2011-03-21 John HodgeIPStack - Fiddling with firewall
2011-03-21 John HodgeIPStack - Cleaning up TCP code
2011-03-21 John HodgeIPStack - Fiddling with firewall code
2011-03-02 John HodgeBedtime commit, misc changes
2011-03-02 John HodgeOverhaul of TCP code (still messy, but now WORKS!!!!)
2011-03-02 John HodgeIRC Client - Added Readline support, error catching
2011-03-02 John HodgeAdded telnet to root Makefile
2011-03-02 John HodgeUpgrading telnet client to new TCP code
2011-03-02 John HodgeUpdated test client for Qemu user network
2011-03-02 John HodgeFixed default minium size in vsnprintf being 1 (should...
2011-03-02 John HodgeAdded debug (disabled) to Semaphore_Signal
2011-03-02 John HodgeFixed bug in kernel script parsing (uninitialised value)
2011-03-02 John HodgeBugfix in NE2K driver (didn't wait for the DMA to be...
2011-03-02 John Hodge*partial commit* - Added debut name to VFS_SelectNode
2011-03-02 John HodgeBugfix in Ring buffer (embarrasing)
2011-03-01 John HodgeCleaning up (committing stuff)
2011-03-01 John HodgeAdded telnet client
2011-03-01 John HodgeMade IRC use select()
2011-03-01 John Hodgeld-acess - Exported select()
2011-03-01 John HodgeUsermode implementation of select()
2011-03-01 John HodgeFixed vsnprintf
2011-03-01 John HodgeFixing select() implementation (and usage)
2011-03-01 John HodgeKernel - Added backtrace for user segfault
2011-03-01 John HodgeMental note, adding resources is a good idea
2011-03-01 John Hodgeaxwin2 - Little cleanup
2011-03-01 John HodgeAcessNative - Compile fixes after select() implementation
2011-03-01 John Hodgelibreadline - Rework of library (less sucky now!)
2011-02-28 John HodgeKernel - Implemented select(), partially debugged
2011-02-28 John HodgeMoved to using a perl syscall generation script
2011-02-28 John HodgeImplementing (and using) select() at kernel level
2011-02-27 John HodgeKernel - Some rational comments to select
2011-02-27 John HodgeKernel - Implementing select()
2011-02-27 John HodgeModules/FDD (minor) - Removed defunct code
2011-02-27 John HodgeNotes on how to implement select()
2011-02-27 John HodgeMisc changes, fixing problems with long log strings
2011-02-27 John HodgeModules/FDD - Moved head settle delay to SeekTrack...
2011-02-27 John HodgeModules/ATA - Debugging issue with VBox, problem still...
2011-02-27 John Hodgelibc - Fixed an embarrasing bug in strchr :|
2011-02-27 John HodgeFixing makefiles
2011-02-27 John HodgeIPStack - Bugfixing (and testing IRC client)
next

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