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 |
|