Fixed bad handling of VFS_AllocHandle_
[tpg/acess2.git] / Kernel / drv /
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
2009-11-20 John HodgeCleanup and Bugfixing
2009-11-19 John HodgeCleanup and Bugfixes
2009-11-13 John HodgeFixes and Cleanup
2009-11-10 John HodgeGeneral Cleanup, Implemented DMA Allocation
2009-11-06 John HodgeAdded IO Cache Library, Moved FDD Driver to Modules...
2009-10-27 John HodgeImplemented Dependency resolving for compile-time modul...
2009-10-26 John HodgeImproved VTerm support
2009-10-26 John HodgeFixes to Libc, Doxygen Comments and VTerm layout
2009-10-18 John HodgeMultiple changes (Module Interopability, Timers, FDD...
2009-10-15 John HodgeVarious Changes
2009-10-11 John HodgeFixed network triple fault, packets now send successfully.
2009-10-11 John HodgeImplemented basic disk write support in EXT2.
2009-10-10 John HodgeCleaned up ATA driver (not only 3 functions in the...
2009-10-10 John HodgeFixed Triple Fault in EXT2 driver/hdd driver
2009-10-10 John HodgeVarious Changes
2009-10-02 John HodgeFixed bug where system would lock if a user task segfau...
2009-10-02 John HodgeCleanup
2009-10-01 John HodgeDisabled the FDD driver
2009-10-01 John HodgeAdded DMA and FDD drivers to the tree
2009-09-28 John HodgePorting FIFO driver
2009-09-28 John HodgeStarted work on VTerm Fonts, slight changes to BochsVBE...
2009-09-28 John HodgeCut down on debug, fixed tabs, made process tree be...
2009-09-27 John HodgeRemove debug & add Debug
2009-09-27 John HodgeFixed: Moved back to using symbolic keys for states
2009-09-27 John HodgeFixed: Increased key states array to accomidate full...
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeMade Threads_WaitTID do a Threads_Dump to find bug...
2009-09-26 John HodgeChanged kernel magic prefix to just Ctrl-...
2009-09-26 John HodgeChanged kernel magic combo prefix to Ctrl-Alt-...
2009-09-26 John HodgeImplemented SYS_CHDIR at user level. Added process...
2009-09-26 John HodgeTurned debug off in PCI
2009-09-26 John HodgeFixed mismatch between generated file name and FindDir...
next

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