Usermode/ld-acess - Disabled PIC (not needed)
[tpg/acess2.git] / Kernel / vfs /
2011-08-28 John HodgeKernel/mmap - Fixed pages being derefed, and memory...
2011-08-26 John HodgeKernel - Fixing binary loader and MMap
2011-08-24 John HodgeKernel - Bugfixing mmap and new binary loading
2011-08-24 John HodgeKernel/vfs - Fixing OpenInode support
2011-08-23 John HodgeMerge commit 'eb98f1f2915446ef05120482a2fc353c76330b50...
2011-08-23 John HodgeKernel - Converted binary loading to mmap
2011-08-16 John HodgeKernel - Implementing infrastructure for GetNodeFromINode
2011-08-07 John HodgeKernel - Fixed RootFS mknod bugs
2011-08-06 John HodgeKernel - Cleaning up unneeded malloc() calls
2011-07-27 John HodgeKernel - Cleaning up a little
2011-07-27 John HodgeKernel - Fixed a bug in VFS_ParsePath that cause symlin...
2011-07-18 John HodgeKernel - Added an errno macro (implemented with TLS)
2011-07-18 John HodgeKernel - Fiddling with MMap
2011-07-18 John HodgeKernel - Fixed a possible infinite loop in VFS_ParsePath
2011-07-17 John HodgeFixing compile errors
2011-07-17 John HodgeKernel - Adding support for MMap (untested)
2011-07-02 John HodgeKernel - Changed VFS_SelectNode to be able to watch...
2011-07-02 John HodgeKernel - Fixed up a lack of const-ness
2011-06-22 John HodgeAcessNative - Fixing Fixing Fixing
2011-06-16 John HodgeKernel - Implemented waking from semaphores
2011-05-28 John HodgeKernel - Finally fixed that corruption bug (description...
2011-05-25 John HodgeMerge branch 'master' of [email protected]:acess2
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-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 HodgeMisc changes, fixing problems with long log strings
2011-02-14 John HodgeAdded some very pedantic warning flags
2011-02-12 John HodgeCleaned up places where MM_Allocate was used without...
2010-12-20 John HodgeFixed bad handling of VFS_AllocHandle_
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 HodgeCleaning up code, and separating a little to allow...
2010-10-22 John HodgeFixing places where malloc() (and others) is not null...
2010-10-22 John HodgeCleaning up debug (and set modules to build with debug)
2010-10-22 John HodgeDon't ask me how, but it's booting again
2010-10-19 John HodgeBuglocating: Some random corruption in VFS, FDD lockups
2010-10-05 John HodgeChanged back to lottery scheduler, disabled debug
2010-10-03 John HodgeDebug, Debug, Debug
2010-10-03 John HodgeReplace rand() implementation - fixes threading lockups
2010-09-07 John HodgeFixing up doxygen comments
2010-08-22 John HodgeChanged spinlock mechananisim
2010-08-20 John HodgeFixed heap troubles (and bugs in VFS_GetTruePath)
2010-08-20 John HodgeImproving the debug capabilities of the heap code,...
2010-08-01 John HodgeNo more VFS debug please
2010-08-01 John HodgeBugfixing the x86_64 port
2010-07-31 John HodgeDebugging GPF in VFS (non-canoical addr) - Added catch...
2010-06-20 John HodgeFixing a kernel #PF caused by an unitialised VFS method
2010-06-19 John HodgeCleaning up and attempting to fix these darn heisenbugs
2010-06-18 John HodgeIt's been too long since I committed
2010-05-11 John Hodgex86_64 support, requiring a slight refactor to the...
2010-05-11 John HodgeMerge branch 'master' of [email protected]:acess2
2010-04-24 John HodgeFixed SYS_SEEK not working due to 64-bit offset
2010-04-21 John HodgeRandom fixes, disabled debug in vterm, random crash...
2010-04-15 John HodgeAdded SYS_OPENCHILD system call
2010-04-13 John HodgeMerge branch 'master' of git://git.ucc.asn.au/acess2
2010-04-10 John HodgeFixed a bug in the heap manager where if an exact match...
2010-03-28 John HodgeWorking on cleaning up the FAT driver, but atm it's...
2010-03-27 John HodgeUpdating drivers to use the Log_ functions instead...
2010-03-18 John HodgeBugfixing initrd and ld-acess
2010-03-17 John HodgeVarious changes, most of them involving the FAT and...
2010-03-13 John HodgeChanges to the module loader to handle specific errors...
2010-03-05 John Hodgedoxygen fixes
2010-01-23 John HodgeAltered & Renamed LookupString, Added DrvUtil_SetIdent
2010-01-19 John HodgeBugfixes and debug cleanup
2010-01-14 John HodgeMore work on UDI support, still doesn't load pseudud yet
2010-01-14 John HodgeBugfixes and UDI Updates
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-27 John HodgeFixed bug in Inode_ClearCache
2009-12-27 John HodgeUpdated build system to remove `install` from `all`
2009-12-26 John HodgeBig Changes - See commit details
2009-11-22 John HodgeAdded ProcDev/SysFS + Cleanup
2009-11-19 John HodgeCleanup and Bugfixes
2009-11-17 John HodgeCleanups & Implementations to allow IPStack to compile
2009-11-16 John HodgeFixed implementation of ChRoot
2009-11-15 John HodgeAdded ChRoot Support (untested)
2009-11-13 John HodgeFixes and Cleanup
2009-11-10 John HodgeGeneral Cleanup, Implemented DMA Allocation
2009-10-27 John HodgeImplemented Dependency resolving for compile-time modul...
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 HodgeFixed Infinite reading in ext2 driver, removed debug...
2009-10-10 John HodgeFixed Triple Fault in EXT2 driver/hdd driver
2009-10-10 John HodgeVarious Changes
2009-10-03 John HodgeEnabled WP flag in CR0 to allow COW to work if the...
2009-10-02 John HodgeFixed bug with handling of . and .. that was trashing...
2009-10-02 John HodgeCleanup
2009-09-30 John HodgeImmense cleanup of libc, implemening login program...
2009-09-28 John HodgeCut down on debug, fixed tabs, made process tree be...
2009-09-27 John HodgeRemoved debug (VFS_GetAbsPath seems to be stable)
2009-09-27 John Hodgefixed EOS calculation
2009-09-27 John Hodgetesting
next

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