tpg/acess2.git
2009-09-30 John HodgeImmense cleanup of libc, implemening login program...
2009-09-28 John HodgePorting FIFO driver
2009-09-28 John HodgeStarted work on VTerm Fonts, slight changes to BochsVBE...
2009-09-28 John HodgeDebug
2009-09-28 John HodgeFixed invalid parameters passed to Threads_Exit by...
2009-09-28 John HodgeDebug
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 HodgeFixed strncmp
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: 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 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 HodgeRemoved debug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeRemoved debug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeFixed FAT_Read to return number of bytes read. Created...
2009-09-27 John HodgeFixed SYS_READ and SYS_WRITE to return correct values
2009-09-27 John HodgeDisabled Debug
2009-09-27 John HodgeFixed MM_ClearUser not zeroing cleared entries
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeDebug
2009-09-27 John HodgeFixed bit arithmatic
2009-09-27 John HodgeExtended MM_Dump to dump table addresses
2009-09-27 John HodgeChanged user stack to be at 8M
2009-09-27 John HodgeAdded catch for when rand() sticks
2009-09-27 John HodgeChanged random values again
2009-09-27 John HodgeChanged the random values A and C
2009-09-27 John HodgeDebug statement in rand()
2009-09-27 John HodgeAdded tracing of ticket draws
2009-09-27 John HodgeMoved adding a task to the active list to threads.c
2009-09-27 John HodgeAdded debug to Threads_GetNext
2009-09-27 John HodgeAdded tracing of task switches
2009-09-27 John HodgeCut down on debug
2009-09-27 John HodgeInvalidated page that has just been marked COW
2009-09-27 John HodgeHelps if DEBUG is defined
2009-09-27 John HodgeAdded debug to MM_PageFault
2009-09-27 John HodgeFixed MM_PageFault duplicating a page when it is only...
2009-09-27 John HodgeAdded magic breakpoint to SYS_CLONE, cleaned up other...
2009-09-27 John HodgeStrike that
2009-09-27 John HodgeFixed stack changing in SYS_CLONE
2009-09-27 John HodgeDisabled debug in binary loader and added sleeping...
2009-09-27 John HodgeTurned debug on for binary loader to trace Proc_Execve
2009-09-27 John HodgeExtra debug in Idle thread
2009-09-27 John HodgeDebug in Proc_Clone
2009-09-27 John HodgeAdded debug to idle task
2009-09-27 John HodgeAdded debug to Proc_Clone
2009-09-27 John HodgeFixed Threads_Yield clearning the Quantum, not the...
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 HodgeStarted adding sanity checks to syscalls. Added SYS_CHD...
2009-09-26 John HodgeTurned debug off in PCI
2009-09-26 John HodgeFixed mismatch between generated file name and FindDir...
2009-09-26 John HodgeHelps if you turn on debug
2009-09-26 John HodgeAdded debug to PCI
2009-09-26 John HodgeRemoved debug from ata, modules, vfs/dir.c and rootfs...
2009-09-26 John HodgeFixed RootFS not returning a temp heap address
2009-09-26 John HodgeAdded `strdup` library function and removed VFS_FREEPLZ...
2009-09-26 John HodgeRemoved debug from FAT and VFS_ReadDir and made DevFS...
2009-09-26 John HodgeFixed not removing the flag from the string in VFS_ReadDir
2009-09-26 John HodgeMade directories indeterminitely sized in FAT
2009-09-26 John HodgeFixed support for indeterminate sized directories
2009-09-26 John HodgeRe-enabled debug in FAT to find bug in ReadDir
2009-09-26 John HodgeAdded "Free Me" Flag to VFS_ReadDir
2009-09-25 John HodgeChanged VTerm's default colour
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 HodgeAdded debug to VFS_GetACL
2009-09-25 John HodgeAdded SYS_GETACL system call and implemented it in...
2009-09-25 John HodgeAdded debug to newline handler, started extending DIR...
2009-09-25 John HodgeAdded NULL check to VFS_ReadDir
next

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