tpg/acess2.git
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
2009-09-25 John HodgeAdded support for skipping to VFS_ReadDir
2009-09-25 John HodgeChanged tVFS_Node->close on a mount root to be a no...
2009-09-25 John HodgeTurned on debug in syscalls and added return address...
2009-09-25 John HodgeAdded size maintainence in Root_MkNod
2009-09-25 John HodgeAdded position check to VFS_ReadDir
2009-09-25 John HodgeFixed bug in VFS_ReadDir and added full debug
2009-09-25 John HodgeAdded extra debug to VFS_ReadDir
2009-09-25 John HodgeDisabled debug in bin/elf.c
2009-09-25 John HodgeDisabled trace debugging for heap
2009-09-25 John HodgeFixed VFS_ParsePath freeing a string that is returned...
2009-09-25 John HodgeAdded return address to malloc's debug
2009-09-25 John HodgeAdded debug to VFS_ReadDir
2009-09-25 John HodgeAdded VFS_ReadDir and SYS_READDIR, Implemented basic...
2009-09-25 John HodgeFixed thread deletion when not explicitly killed.
2009-09-25 John HodgeCR3 is PHYSICAL not VIRTUAL
2009-09-25 John HodgeFix Triplefault on task switch
2009-09-25 John HodgeFix race condition with scheduler starting before task...
2009-09-25 John HodgeFix Segfault in ArchThreads_Init and added MAX_CPUS...
2009-09-25 John HodgeMoved task selection to threads.c, fixed segfault in...
2009-09-25 John HodgeSeparated Architecture independent thread controll...
2009-09-23 John HodgeAdded SYS_FINFO and functions required to support it
2009-09-23 John HodgeFixed bug in VT_int_ClearLine and removed debug
2009-09-23 John HodgeDebugging VT_int_ClearLine
2009-09-23 John HodgeFixed VTerm Clear to use current colour instead of...
2009-09-23 John HodgeFixed VTerm trashing heap
2009-09-23 John HodgeFixed VTerm scrolling
2009-09-23 John HodgeMoved rand from arch/proc to lib.c and changed it to...
2009-09-22 John HodgeAdded full ANSI colour range
2009-09-22 John HodgeFixed bug in libc.so/brk(), fixed support for VT100...
2009-09-22 John HodgeAdded allocate address to MM_Allocate's OOM fail
2009-09-22 John HodgeAdded out of memory handling to MM_Allocate
2009-09-22 John HodgeAdded debug to malloc, added caller to out of memory...
2009-09-22 John HodgeIgnored \0 in VT_Write, Added out of memory message
2009-09-22 John HodgeChanged COW to reuse current page if it is the last...
2009-09-22 John HodgeFixed VTerm Cursor handling, improved debug in mm_virt
2009-09-22 John HodgeWrapping fix in vterm, increased verbosity of MM_Allocate
2009-09-22 John HodgeAdded cursor manipulation to vterm & vga
2009-09-22 John HodgeFixed number of arguments to SYS_READ (should be 4...
2009-09-22 John HodgeDebug in vterm
2009-09-22 John HodgeAdded VFS_IOCtl, Implemented input in vterm
2009-09-22 John HodgeFixed VT_int_UpdateScreen to work for lines that are...
2009-09-22 John HodgeChanged CLI shell intro line
2009-09-22 John HodgeImplemented VT_Read(), added stub UTF32 output support...
2009-09-21 John HodgeRemoved debug from MM_PageFault and binary.c
2009-09-21 John HodgeRemoved debug line from ld-acess.so/loadlib
2009-09-21 John HodgeRemoved debug from VT_Read
2009-09-21 John HodgeAdded support for 64-bit returns from syscalls
2009-09-21 John HodgeAdded SYS_READ implementation
2009-09-21 John HodgeRe-added debug to binary
2009-09-21 John HodgeDisabled debug in ld-acess.so/loadlib
2009-09-21 John HodgeRemoved debug from syscalls, added debug to ld-acess...
next

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