Notes - Update to cross compile notes
[tpg/acess2.git] / Kernel / drv /
2011-10-05 John HodgeKernel - Fixed vterm corruption at end of buffer
2011-10-05 John HodgeKernel/proc - Fixed version display
2011-10-04 John HodgeKernel - Cleaning up unneeded messages
2011-09-28 John HodgeKernel/vterm - Tiny commenting/indenting change
2011-09-25 John HodgeRenamed tpl_drv_* to api_drv_* (a more fitting name)
2011-09-25 John HodgeKernel/x86 - Fixed build and run after x86_64 and arm7...
2011-09-08 John HodgeKernel/vterm - Attempting to fix scrolling issues
2011-08-28 John HodgeKernel - Working on IOCache using page sized blocks
2011-08-20 John HodgeKernel - Attempting to fix scroll redraw issue
2011-08-08 John HodgeKernel - Fixes from clang's scan-build tool
2011-08-07 John HodgeKernel - Planning for IOCache to use pages for cache...
2011-07-28 John HodgeKernel - Misc cleanup in PCI
2011-07-28 John HodgeKernel - Implemented fallback to VGA when VESA is unava...
2011-07-06 John HodgeKernel - Reworked PCI API to be cleaner
2011-07-05 John HodgeMisc changes
2011-07-03 John HodgeKernel - Fixed VTerm tab behavior when width is not...
2011-06-16 John HodgeKernel - Implemented waking from semaphores
2011-06-08 John HodgeVTerm - Bugfixing mostly
2011-06-07 John HodgeNetworking - Heaps of changes
2011-06-07 John HodgeNetworking - Bugfixing in IPStack/RTL8139 driver
2011-05-28 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2011-05-28 John HodgeKernel - More work on ARM port
2011-05-25 John HodgeMerge branch 'master' of [email protected]:acess2
2011-05-16 John HodgeHore work to allow ARM builds
2011-05-07 John HodgeCleaning up and Debugging (Exposed by AcessNative mostly)
2011-03-02 John Hodge*partial commit* - Added debut name to VFS_SelectNode
2011-03-01 John HodgeFixing select() implementation (and usage)
2011-02-28 John HodgeKernel - Implemented select(), partially debugged
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-01-23 John HodgeKernel - So... should remember to initialise structures
2011-01-22 John HodgeLots of work on the AcessNative kernel
2010-11-19 John HodgeMultiple IPStack Related changes (and other bugfixes)
2010-10-31 John HodgeFixed kernel segfault in VTerm (referenced possible... rel0.06
2010-10-31 John HodgeFixed scrolling bug in VTerm
2010-10-30 John HodgeFixing vsnprintf behavior on 64-bit systems
2010-10-19 John HodgeBuglocating: Some random corruption in VFS, FDD lockups
2010-09-07 John HodgeFixing up doxygen comments
2010-08-23 John HodgeUnborking some threading code
2010-08-22 John HodgeChanged spinlock mechananisim
2010-08-20 John HodgeImproving the debug capabilities of the heap code,...
2010-08-07 John HodgeFixed behavior of VTerm when driver is set at runtime
2010-08-02 John HodgeFixed cursor behavior in VTerm
2010-08-02 John HodgeFixed mode switch behavior
2010-08-01 John HodgeMore behavior fixes (changes to resolution only apply...
2010-08-01 John HodgeChanging VTerm behavior (Get/Set Width/Height now retur...
2010-07-27 John HodgeWorking on the x86 bit port (caused some changes to...
2010-07-22 John HodgeMisc changes, working on the VTerm's VT100 support...
2010-07-16 John HodgeWorking on multiprocessing support
2010-07-15 John HodgeFiddling with usermode PCI dump
2010-07-04 John HodgeFiddling with VESA cursor, cleaning up VESA and VTerm
2010-06-20 John HodgeRemoved debug statement, not needed anymore
2010-06-19 John HodgeSlight changes to PCI driver to clean up code
2010-06-19 John HodgeReworked part of the PCI driver to better allow PCI...
2010-06-18 John HodgeIt's been too long since I committed
2010-06-03 John HodgeBugfixing
2010-05-11 John HodgeMerge branch 'master' of [email protected]:acess2
2010-05-01 John HodgeFixes to VTerm to make vterms with resolutions lower...
2010-04-30 John HodgeMany changes, bugfixes to user vsnprintf and to escape...
2010-04-24 John HodgeAdded basic 2D video accelleration
2010-04-24 John HodgeFixed SYS_SEEK not working due to 64-bit offset
2010-04-24 John HodgeUpdates to VTerm to correctly handle framebuffer modes
2010-04-23 John HodgeAltered debug print function to use vsnprintf and to...
2010-04-22 John HodgeFixed VESA scrolling bug
2010-04-21 John HodgeRemoved debug from VTerm
2010-04-21 John HodgeFixes to Vesa video driver and VTerm's mode setting
2010-04-21 John HodgeFixed VESA using LogF when not needed, changed VTerm...
2010-04-21 John HodgeFixed login text-entry bug, fixes to KMS (graphics...
2010-04-21 John HodgeRandom fixes, disabled debug in vterm, random crash...
2010-04-14 John HodgeFixed cursor code, added pointer to current VT
2010-04-13 John HodgeMerge branch 'master' of git://git.ucc.asn.au/acess2
2010-04-11 John HodgeFixed bug in keyboard driver on real hardware (aux...
2010-04-10 John HodgeFixed a bug in the heap manager where if an exact match...
2010-04-06 John HodgeMany changes, Mostly working on improving the BootConf...
2010-04-02 John HodgeFixed keyboard bug where keypresses were not being...
2010-04-02 John HodgeFixes to x86 error and interrupt handling
2010-04-02 John HodgeVM8086 Support, Starting on VESA Driver
2010-03-27 John HodgeUpdating drivers to use the Log_ functions instead...
2010-03-27 John HodgeFixed lack of error handling in FDD driver, also abstra...
2010-03-17 John HodgeMultiple fixes
2010-03-15 John HodgeMore documentation, mostly to the PCI
2010-03-13 John HodgeChanges to the module loader to handle specific errors...
2010-03-06 John HodgeSlight Changes, mostly fixing CPU error reporting
2010-03-05 John Hodgedoxygen fixes
2010-03-04 John HodgeBugfixing and testing TCP stack
2010-02-25 John HodgeWorking on UDP, removed debug from some code, fixed...
2010-02-02 John HodgeReorganised the modules directory, started serious...
2010-01-23 John HodgeAltered & Renamed LookupString, Added DrvUtil_SetIdent
2010-01-20 John HodgeMoved ATA driver out of Kernel tree
2010-01-12 John HodgeBugfixes, Cleanup and Rewite started on UDI interface
2009-12-31 John HodgeWorking on Multiprocessing support
2009-12-30 John HodgeAdded debug code to vterm, fixed userland _errno support
2009-12-29 John HodgeChanged "common.h" to "acess.h" to reduce possible...
2009-12-28 John HodgeCleanup & Debug Removal
2009-12-28 John HodgeBugfixes upon chaning GCC versions
2009-12-26 John HodgeBig Changes - See commit details
2009-11-24 John HodgeAltered keyboard driver to correctly support Unicode
2009-11-22 John HodgeAdded ProcDev/SysFS + Cleanup
next

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