tpg/acess2.git
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)
2011-02-27 John Hodgeaxwin2 - Working on GUI, implemented image loading
2011-02-27 John HodgeModules/Display/VESA - Fixes to mode select
2011-02-27 John HodgeMoved to using semaphores in VTerm
2011-02-17 John HodgeFixed `make install` issues, bugs with VESA rel0.07
2011-02-14 John HodgeAdded some very pedantic warning flags
2011-02-13 John HodgeReworked semaphores to be symetric
2011-02-13 John HodgeWorking on x86_64 build
2011-02-13 John HodgeFixed a bug where stack was accessed after address...
2011-02-13 John Hodgecleanup (removed debug comment)
2011-02-13 John HodgeFixed crt0.o not creating its output directory
2011-02-13 John HodgeCleanup (debug statements removed)
2011-02-13 John HodgeFixed gitignore to skip x86_64 objects
2011-02-13 John HodgeChanged to a classfull sequential allocation algo
2011-02-12 John HodgeTSC backed timekeeping, 64-bit integer printing
2011-02-12 John HodgeCleaned up places where MM_Allocate was used without...
2011-02-12 John HodgeBig bugfixes from trying a Clone/fork bomb
2011-02-02 John HodgeFixed compile errors, added Semaphore code
2011-02-02 John HodgeUpdated InitRD to new usermode layout, cleanups in...
2011-01-29 John HodgeUsermode - Starting on a text editor
2011-01-25 John HodgeSlight bugfixes and output cleanups
2011-01-25 John HodgeIPStack / ifconfig - Routing changes
2011-01-25 John Hodgeld-acess - Fixed bugs due to not testing from AcessNati...
2011-01-25 John HodgeKernel - Fixed page fault Proc_ReturnToUser
2011-01-24 John HodgeIPStack - Routing improvement
2011-01-23 John HodgeIPStack - Heaps of network fixes
2011-01-23 John HodgeKernel - So... should remember to initialise structures
2011-01-23 John HodgeAcessNative - Bugfixing
2011-01-23 John HodgeAcessNative - Reworked protocol to be simpler
2011-01-22 John HodgeAcessNative - Getting there... (Bedtime commit)
2011-01-22 John HodgeLots of work on the AcessNative kernel
2011-01-18 John HodgeRenamed ld-acess.so_src directory to ld-acess_src
2011-01-18 John Hodge- Misc changes
2011-01-18 John HodgeBig changes to AcessNative
2010-12-30 John HodgeAcessNative - Work on the ELF Loader
2010-12-20 John HodgeAcessNative - Cleaned up some of acesskernel's code
2010-12-20 John HodgeAcessNative - ld-acess - Woking on ELF loading
2010-12-20 John HodgeFixed bad handling of VFS_AllocHandle_
2010-12-10 John HodgeThrough many hacks, AcessNative now compiles
2010-12-10 John HodgeFixed places where char* was used in place of const...
2010-12-10 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2010-12-10 John HodgeAcessNative - ld-acess initial commmit (non-compile)
2010-12-10 John HodgeAcessNative - Wine equivalent for Acess
2010-12-10 John HodgeCleaning up code, and separating a little to allow...
2010-12-09 thePowersGangNear-Complete Joystick spec
2010-12-04 John HodgeAdded thread pointer to thread dump
2010-12-02 thePowersGangDraft Joystick spec (used for mouse driver)
2010-11-28 John HodgeGUI Fixes
2010-11-28 John HodgeFixed GUI font rendering
2010-11-27 John HodgeFixed Video_DrawText passing too many arguments to...
2010-11-27 John HodgeAdded sanity checking to kernel vnsprintf
2010-11-27 John HodgeFixed compile issues in AxWin2 WM
2010-11-27 John HodgeFixed false positive on VESA cursor OOB checks
2010-11-27 John HodgeUsermode build system overhaul
2010-11-27 John HodgeBuild fixes
2010-11-27 John HodgeFixed Makefile.cfg behavior
2010-11-25 John HodgeCombined ld-acess and libacess
2010-11-25 John HodgeSlight change to VMM defines
2010-11-21 John HodgeFiddling with IPStack
2010-11-20 thePowersGangFixed need to set $(ACESSDIR)
2010-11-20 John HodgeFixing error reporting
2010-11-20 John HodgeFixing route determining
next

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