2009-09-27 |
John Hodge | Invalidated page that has just been marked COW
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Helps if DEBUG is defined
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Added debug to MM_PageFault
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Fixed MM_PageFault duplicating a page when it is only...
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Added magic breakpoint to SYS_CLONE, cleaned up other...
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Strike that
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Fixed stack changing in SYS_CLONE
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Disabled debug in binary loader and added sleeping...
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Turned debug on for binary loader to trace Proc_Execve
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Extra debug in Idle thread
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Debug in Proc_Clone
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Added debug to idle task
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Added debug to Proc_Clone
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Fixed Threads_Yield clearning the Quantum, not the...
|
commit | commitdiff | tree |
2009-09-27 |
John Hodge | Made Threads_WaitTID do a Threads_Dump to find bug...
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Changed kernel magic prefix to just Ctrl-...
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Changed kernel magic combo prefix to Ctrl-Alt-...
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Implemented SYS_CHDIR at user level. Added process...
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Started adding sanity checks to syscalls. Added SYS_CHDIR...
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Turned debug off in PCI
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Fixed mismatch between generated file name and FindDir...
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Helps if you turn on debug
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Added debug to PCI
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Removed debug from ata, modules, vfs/dir.c and rootfs...
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Fixed RootFS not returning a temp heap address
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Added `strdup` library function and removed VFS_FREEPLZ...
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Removed debug from FAT and VFS_ReadDir and made DevFS...
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Fixed not removing the flag from the string in VFS_ReadDir
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Made directories indeterminitely sized in FAT
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Fixed support for indeterminate sized directories
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Re-enabled debug in FAT to find bug in ReadDir
|
commit | commitdiff | tree |
2009-09-26 |
John Hodge | Added "Free Me" Flag to VFS_ReadDir
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Changed VTerm's default colour
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Removed debug from VFS_GetACL and VTerm, fixed DevFS...
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added sanity check to VFS_GetHandle and fixed CLIShell...
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added debug to VFS_GetACL
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added SYS_GETACL system call and implemented it in...
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added debug to newline handler, started extending DIR...
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added NULL check to VFS_ReadDir
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added support for skipping to VFS_ReadDir
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Changed tVFS_Node->close on a mount root to be a no...
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Turned on debug in syscalls and added return address...
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added size maintainence in Root_MkNod
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added position check to VFS_ReadDir
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Fixed bug in VFS_ReadDir and added full debug
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added extra debug to VFS_ReadDir
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Disabled debug in bin/elf.c
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Disabled trace debugging for heap
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Fixed VFS_ParsePath freeing a string that is returned...
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added return address to malloc's debug
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added debug to VFS_ReadDir
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Added VFS_ReadDir and SYS_READDIR, Implemented basic...
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Fixed thread deletion when not explicitly killed.
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | CR3 is PHYSICAL not VIRTUAL
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Fix Triplefault on task switch
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Fix race condition with scheduler starting before task...
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Fix Segfault in ArchThreads_Init and added MAX_CPUS...
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Moved task selection to threads.c, fixed segfault in...
|
commit | commitdiff | tree |
2009-09-25 |
John Hodge | Separated Architecture independent thread controll...
|
commit | commitdiff | tree |
2009-09-23 |
John Hodge | Added SYS_FINFO and functions required to support it
|
commit | commitdiff | tree |
2009-09-23 |
John Hodge | Fixed bug in VT_int_ClearLine and removed debug
|
commit | commitdiff | tree |
2009-09-23 |
John Hodge | Debugging VT_int_ClearLine
|
commit | commitdiff | tree |
2009-09-23 |
John Hodge | Fixed VTerm Clear to use current colour instead of...
|
commit | commitdiff | tree |
2009-09-23 |
John Hodge | Fixed VTerm trashing heap
|
commit | commitdiff | tree |
2009-09-23 |
John Hodge | Fixed VTerm scrolling
|
commit | commitdiff | tree |
2009-09-23 |
John Hodge | Moved rand from arch/proc to lib.c and changed it to...
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Added full ANSI colour range
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Fixed bug in libc.so/brk(), fixed support for VT100...
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Added allocate address to MM_Allocate's OOM fail
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Added out of memory handling to MM_Allocate
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Added debug to malloc, added caller to out of memory...
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Ignored \0 in VT_Write, Added out of memory message
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Changed COW to reuse current page if it is the last...
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Fixed VTerm Cursor handling, improved debug in mm_virt
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Wrapping fix in vterm, increased verbosity of MM_Allocate
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Added cursor manipulation to vterm & vga
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Fixed number of arguments to SYS_READ (should be 4...
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Debug in vterm
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Added VFS_IOCtl, Implemented input in vterm
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Fixed VT_int_UpdateScreen to work for lines that are...
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Changed CLI shell intro line
|
commit | commitdiff | tree |
2009-09-22 |
John Hodge | Implemented VT_Read(), added stub UTF32 output support...
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Removed debug from MM_PageFault and binary.c
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Removed debug line from ld-acess.so/loadlib
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Removed debug from VT_Read
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Added support for 64-bit returns from syscalls
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Added SYS_READ implementation
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Re-added debug to binary
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Disabled debug in ld-acess.so/loadlib
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Removed debug from syscalls, added debug to ld-acess...
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Adding usermode tree
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Disabled debug in binary.c, added debug statement to...
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Fixed COW bug (not using return statement in COW handling)
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Removed defunct system call list
|
commit | commitdiff | tree |
2009-09-21 |
John Hodge | Initial commit of kernel only
|
commit | commitdiff | tree |
|