2009-09-26 |
John Hodge | Removed debug from FAT and VFS_ReadDir and made DevFS... |
tree | commitdiff |
2009-09-26 |
John Hodge | Fixed not removing the flag from the string in VFS_ReadDir |
tree | commitdiff |
2009-09-26 |
John Hodge | Made directories indeterminitely sized in FAT |
tree | commitdiff |
2009-09-26 |
John Hodge | Fixed support for indeterminate sized directories |
tree | commitdiff |
2009-09-26 |
John Hodge | Re-enabled debug in FAT to find bug in ReadDir |
tree | commitdiff |
2009-09-26 |
John Hodge | Added "Free Me" Flag to VFS_ReadDir |
tree | commitdiff |
2009-09-25 |
John Hodge | Changed VTerm's default colour |
tree | commitdiff |
2009-09-25 |
John Hodge | Removed debug from VFS_GetACL and VTerm, fixed DevFS... |
tree | commitdiff |
2009-09-25 |
John Hodge | Added sanity check to VFS_GetHandle and fixed CLIShell... |
tree | commitdiff |
2009-09-25 |
John Hodge | Added debug to VFS_GetACL |
tree | commitdiff |
2009-09-25 |
John Hodge | Added SYS_GETACL system call and implemented it in... |
tree | commitdiff |
2009-09-25 |
John Hodge | Added debug to newline handler, started extending DIR... |
tree | commitdiff |
2009-09-25 |
John Hodge | Added NULL check to VFS_ReadDir |
tree | commitdiff |
2009-09-25 |
John Hodge | Added support for skipping to VFS_ReadDir |
tree | commitdiff |
2009-09-25 |
John Hodge | Changed tVFS_Node->close on a mount root to be a no... |
tree | commitdiff |
2009-09-25 |
John Hodge | Turned on debug in syscalls and added return address... |
tree | commitdiff |
2009-09-25 |
John Hodge | Added size maintainence in Root_MkNod |
tree | commitdiff |
2009-09-25 |
John Hodge | Added position check to VFS_ReadDir |
tree | commitdiff |
2009-09-25 |
John Hodge | Fixed bug in VFS_ReadDir and added full debug |
tree | commitdiff |
2009-09-25 |
John Hodge | Added extra debug to VFS_ReadDir |
tree | commitdiff |
2009-09-25 |
John Hodge | Disabled debug in bin/elf.c |
tree | commitdiff |
2009-09-25 |
John Hodge | Disabled trace debugging for heap |
tree | commitdiff |
2009-09-25 |
John Hodge | Fixed VFS_ParsePath freeing a string that is returned... |
tree | commitdiff |
2009-09-25 |
John Hodge | Added return address to malloc's debug |
tree | commitdiff |
2009-09-25 |
John Hodge | Added debug to VFS_ReadDir |
tree | commitdiff |
2009-09-25 |
John Hodge | Added VFS_ReadDir and SYS_READDIR, Implemented basic... |
tree | commitdiff |
2009-09-25 |
John Hodge | Fixed thread deletion when not explicitly killed. |
tree | commitdiff |
2009-09-25 |
John Hodge | CR3 is PHYSICAL not VIRTUAL |
tree | commitdiff |
2009-09-25 |
John Hodge | Fix Triplefault on task switch |
tree | commitdiff |
2009-09-25 |
John Hodge | Fix race condition with scheduler starting before task... |
tree | commitdiff |
2009-09-25 |
John Hodge | Fix Segfault in ArchThreads_Init and added MAX_CPUS... |
tree | commitdiff |
2009-09-25 |
John Hodge | Moved task selection to threads.c, fixed segfault in... |
tree | commitdiff |
2009-09-25 |
John Hodge | Separated Architecture independent thread controll... |
tree | commitdiff |
2009-09-23 |
John Hodge | Added SYS_FINFO and functions required to support it |
tree | commitdiff |
2009-09-23 |
John Hodge | Fixed bug in VT_int_ClearLine and removed debug |
tree | commitdiff |
2009-09-23 |
John Hodge | Debugging VT_int_ClearLine |
tree | commitdiff |
2009-09-23 |
John Hodge | Fixed VTerm Clear to use current colour instead of... |
tree | commitdiff |
2009-09-23 |
John Hodge | Fixed VTerm trashing heap |
tree | commitdiff |
2009-09-23 |
John Hodge | Fixed VTerm scrolling |
tree | commitdiff |
2009-09-23 |
John Hodge | Moved rand from arch/proc to lib.c and changed it to... |
tree | commitdiff |
2009-09-22 |
John Hodge | Added full ANSI colour range |
tree | commitdiff |
2009-09-22 |
John Hodge | Fixed bug in libc.so/brk(), fixed support for VT100... |
tree | commitdiff |
2009-09-22 |
John Hodge | Added allocate address to MM_Allocate's OOM fail |
tree | commitdiff |
2009-09-22 |
John Hodge | Added out of memory handling to MM_Allocate |
tree | commitdiff |
2009-09-22 |
John Hodge | Added debug to malloc, added caller to out of memory... |
tree | commitdiff |
2009-09-22 |
John Hodge | Ignored \0 in VT_Write, Added out of memory message |
tree | commitdiff |
2009-09-22 |
John Hodge | Changed COW to reuse current page if it is the last... |
tree | commitdiff |
2009-09-22 |
John Hodge | Fixed VTerm Cursor handling, improved debug in mm_virt |
tree | commitdiff |
2009-09-22 |
John Hodge | Wrapping fix in vterm, increased verbosity of MM_Allocate |
tree | commitdiff |
2009-09-22 |
John Hodge | Added cursor manipulation to vterm & vga |
tree | commitdiff |
2009-09-22 |
John Hodge | Debug in vterm |
tree | commitdiff |
2009-09-22 |
John Hodge | Added VFS_IOCtl, Implemented input in vterm |
tree | commitdiff |
2009-09-22 |
John Hodge | Fixed VT_int_UpdateScreen to work for lines that are... |
tree | commitdiff |
2009-09-22 |
John Hodge | Implemented VT_Read(), added stub UTF32 output support... |
tree | commitdiff |
2009-09-21 |
John Hodge | Removed debug from MM_PageFault and binary.c |
tree | commitdiff |
2009-09-21 |
John Hodge | Removed debug from VT_Read |
tree | commitdiff |
2009-09-21 |
John Hodge | Added support for 64-bit returns from syscalls |
tree | commitdiff |
2009-09-21 |
John Hodge | Added SYS_READ implementation |
tree | commitdiff |
2009-09-21 |
John Hodge | Re-added debug to binary |
tree | commitdiff |
2009-09-21 |
John Hodge | Disabled debug in ld-acess.so/loadlib |
tree | commitdiff |
2009-09-21 |
John Hodge | Removed debug from syscalls, added debug to ld-acess... |
tree | commitdiff |
2009-09-21 |
John Hodge | Disabled debug in binary.c, added debug statement to... |
tree | commitdiff |
2009-09-21 |
John Hodge | Fixed COW bug (not using return statement in COW handling) |
tree | commitdiff |
2009-09-21 |
John Hodge | Removed defunct system call list |
tree | commitdiff |
2009-09-21 |
John Hodge | Initial commit of kernel only |
tree | commitdiff |
|