Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / vfs / open.c
2012-02-05 John HodgeNetworking - Reworked route table management
2012-01-28 John HodgeKernel - Split per-process and per-thread data
2012-01-21 John HodgeVFS - Rework to remove function pointers from tVFS_Node
2011-11-12 John HodgeKernel/vfs - Debugging changes (and some limits to...
2011-11-11 John HodgeKernel - Disabled -fno-builtins, removed some unneeded...
2011-09-26 John HodgeKernel/vfs - Fixed bug in VFS_ParsePath
2011-08-24 John HodgeKernel - Bugfixing mmap and new binary loading
2011-08-24 John HodgeKernel/vfs - Fixing OpenInode support
2011-08-16 John HodgeKernel - Implementing infrastructure for GetNodeFromINode
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 - Fixed a possible infinite loop in VFS_ParsePath
2011-07-02 John HodgeKernel - Fixed up a lack of const-ness
2011-05-25 John HodgeMerge branch 'master' of [email protected]:acess2
2011-05-07 John HodgeCleaning up and Debugging (Exposed by AcessNative mostly)
2011-02-27 John HodgeMisc changes, fixing problems with long log strings
2011-02-14 John HodgeAdded some very pedantic warning flags
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 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-20 John HodgeFixed heap troubles (and bugs in VFS_GetTruePath)
2010-08-20 John HodgeImproving the debug capabilities of the heap code,...
2010-06-20 John HodgeFixing a kernel #PF caused by an unitialised VFS method
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-21 John HodgeRandom fixes, disabled debug in vterm, random crash...
2010-04-15 John HodgeAdded SYS_OPENCHILD system call
2010-01-19 John HodgeBugfixes and debug cleanup
2009-12-29 John HodgeChanged "common.h" to "acess.h" to reduce possible...
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-16 John HodgeFixed implementation of ChRoot
2009-11-15 John HodgeAdded ChRoot Support (untested)
2009-10-11 John HodgeImplemented basic disk write support in EXT2.
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-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
2009-09-27 John Hodgetesting
2009-09-27 John HodgeTesting
2009-09-27 John HodgeTesting
2009-09-27 John HodgeBugfixes, bugfixes, bugfixes
2009-09-27 John HodgeFixed string being copied offset
2009-09-27 John HodgeMade it _look_ like the leading / is included
2009-09-27 John HodgeIncluded leading / in path parsing
2009-09-27 John HodgeFixed offset issue with slashNum
2009-09-27 John HodgeCorrectness Fix: Stuff speed, now parses CWD with the...
2009-09-27 John HodgeFixed: Used pos-increment instead of pre-increment
2009-09-27 John HodgeDebug
2009-09-27 John HodgeFixed use of `pos` instead of `read` in first slash...
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeFixed incorrect use of strpos
2009-09-27 John HodgeFixed: Not adding a trailing slash to CWD in VFS_GetAbsPath
2009-09-27 John HodgeRemove debug & add Debug
2009-09-27 John HodgeFixed duplicate reference of heap locatons, and stopped...
2009-09-27 John HodgeFixed VFS_ChDir to handle symlinks by using VFS_Open
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-26 John HodgeStarted adding sanity checks to syscalls. Added SYS_CHD...
2009-09-25 John HodgeRemoved debug from VFS_GetACL and VTerm, fixed DevFS...
2009-09-25 John HodgeAdded sanity check to VFS_GetHandle and fixed CLIShell...
2009-09-25 John HodgeFixed VFS_ParsePath freeing a string that is returned...
2009-09-21 John HodgeInitial commit of kernel only

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