2009-11-15 |
John Hodge | Forgot to build test :S Added defintion of CFG_VFS_CHROOT |
tree | commitdiff |
2009-11-15 |
John Hodge | Added ChRoot Support (untested) |
tree | commitdiff |
2009-11-13 |
John Hodge | Fixes and Cleanup |
tree | commitdiff |
2009-11-10 |
John Hodge | Adding several modules to the Tree, plus some files... |
tree | commitdiff |
2009-11-10 |
John Hodge | General Cleanup, Implemented DMA Allocation |
tree | commitdiff |
2009-11-06 |
John Hodge | Added Doxygen files |
tree | commitdiff |
2009-11-06 |
John Hodge | Added IO Cache Library, Moved FDD Driver to Modules... |
tree | commitdiff |
2009-10-27 |
John Hodge | Implemented Dependency resolving for compile-time modul... |
tree | commitdiff |
2009-10-26 |
John Hodge | Improved VTerm support |
tree | commitdiff |
2009-10-26 |
John Hodge | Fixes to Libc, Doxygen Comments and VTerm layout |
tree | commitdiff |
2009-10-18 |
John Hodge | Adding module tree to git, added SYS_LOADMOD to allow... |
tree | commitdiff |
2009-10-18 |
John Hodge | Multiple changes (Module Interopability, Timers, FDD... |
tree | commitdiff |
2009-10-15 |
John Hodge | Various Changes |
tree | commitdiff |
2009-10-11 |
John Hodge | Fixed network triple fault, packets now send successfully. |
tree | commitdiff |
2009-10-11 |
John Hodge | Implemented basic disk write support in EXT2. |
tree | commitdiff |
2009-10-10 |
John Hodge | Fixed the RTC only firing once. |
tree | commitdiff |
2009-10-10 |
John Hodge | Added Driver Utils to git tree |
tree | commitdiff |
2009-10-10 |
John Hodge | Cleaned up ATA driver (not only 3 functions in the... |
tree | commitdiff |
2009-10-10 |
John Hodge | Fixed Infinite reading in ext2 driver, removed debug... |
tree | commitdiff |
2009-10-10 |
John Hodge | Fixed Triple Fault in EXT2 driver/hdd driver |
tree | commitdiff |
2009-10-10 |
John Hodge | Various Changes |
tree | commitdiff |
2009-10-03 |
John Hodge | Enabled WP flag in CR0 to allow COW to work if the... |
tree | commitdiff |
2009-10-02 |
John Hodge | Fixed bug where system would lock if a user task segfau... |
tree | commitdiff |
2009-10-02 |
John Hodge | Fixed bug with handling of . and .. that was trashing... |
tree | commitdiff |
2009-10-02 |
John Hodge | Cleanup |
tree | commitdiff |
2009-10-02 |
John Hodge | Added sanity checking to VFS_OPEN |
tree | commitdiff |
2009-10-02 |
John Hodge | Removed Page directory dump, added a mention of the... |
tree | commitdiff |
2009-10-01 |
John Hodge | Disabled the FDD driver |
tree | commitdiff |
2009-10-01 |
John Hodge | Actually initialised the DMA |
tree | commitdiff |
2009-10-01 |
John Hodge | Added DMA and FDD drivers to the tree |
tree | commitdiff |
2009-10-01 |
John Hodge | Added Timer functions, DMA Driver and FDD driver |
tree | commitdiff |
2009-09-30 |
John Hodge | Fixed Segfault if execve fails, fixed errors in LibC... |
tree | commitdiff |
2009-09-30 |
John Hodge | Implemented debug SYS_SETUID and SYS_SETGID (need to... |
tree | commitdiff |
2009-09-30 |
John Hodge | Verbosity in MM_PageFault for user Pagefaults |
tree | commitdiff |
2009-09-30 |
John Hodge | Immense cleanup of libc, implemening login program... |
tree | commitdiff |
2009-09-28 |
John Hodge | Porting FIFO driver |
tree | commitdiff |
2009-09-28 |
John Hodge | Started work on VTerm Fonts, slight changes to BochsVBE... |
tree | commitdiff |
2009-09-28 |
John Hodge | Debug |
tree | commitdiff |
2009-09-28 |
John Hodge | Fixed invalid parameters passed to Threads_Exit by... |
tree | commitdiff |
2009-09-28 |
John Hodge | Debug |
tree | commitdiff |
2009-09-28 |
John Hodge | Cut down on debug, fixed tabs, made process tree be... |
tree | commitdiff |
2009-09-27 |
John Hodge | Removed debug (VFS_GetAbsPath seems to be stable) |
tree | commitdiff |
2009-09-27 |
John Hodge | fixed EOS calculation |
tree | commitdiff |
2009-09-27 |
John Hodge | testing |
tree | commitdiff |
2009-09-27 |
John Hodge | testing |
tree | commitdiff |
2009-09-27 |
John Hodge | Testing |
tree | commitdiff |
2009-09-27 |
John Hodge | Testing |
tree | commitdiff |
2009-09-27 |
John Hodge | Bugfixes, bugfixes, bugfixes |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed string being copied offset |
tree | commitdiff |
2009-09-27 |
John Hodge | Made it _look_ like the leading / is included |
tree | commitdiff |
2009-09-27 |
John Hodge | Included leading / in path parsing |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed offset issue with slashNum |
tree | commitdiff |
2009-09-27 |
John Hodge | Correctness Fix: Stuff speed, now parses CWD with the... |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed: Used pos-increment instead of pre-increment |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed use of `pos` instead of `read` in first slash... |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed strncmp |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed incorrect use of strpos |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed: Not adding a trailing slash to CWD in VFS_GetAbsPath |
tree | commitdiff |
2009-09-27 |
John Hodge | Remove debug & add Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed: Moved back to using symbolic keys for states |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed: Increased key states array to accomidate full... |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed duplicate reference of heap locatons, and stopped... |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed VFS_ChDir to handle symlinks by using VFS_Open |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Removed debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Removed debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed FAT_Read to return number of bytes read. Created... |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed SYS_READ and SYS_WRITE to return correct values |
tree | commitdiff |
2009-09-27 |
John Hodge | Disabled Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed MM_ClearUser not zeroing cleared entries |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed bit arithmatic |
tree | commitdiff |
2009-09-27 |
John Hodge | Extended MM_Dump to dump table addresses |
tree | commitdiff |
2009-09-27 |
John Hodge | Changed user stack to be at 8M |
tree | commitdiff |
2009-09-27 |
John Hodge | Added catch for when rand() sticks |
tree | commitdiff |
2009-09-27 |
John Hodge | Changed random values again |
tree | commitdiff |
2009-09-27 |
John Hodge | Changed the random values A and C |
tree | commitdiff |
2009-09-27 |
John Hodge | Debug statement in rand() |
tree | commitdiff |
2009-09-27 |
John Hodge | Added tracing of ticket draws |
tree | commitdiff |
2009-09-27 |
John Hodge | Moved adding a task to the active list to threads.c |
tree | commitdiff |
2009-09-27 |
John Hodge | Added debug to Threads_GetNext |
tree | commitdiff |
2009-09-27 |
John Hodge | Added tracing of task switches |
tree | commitdiff |
2009-09-27 |
John Hodge | Cut down on debug |
tree | commitdiff |
2009-09-27 |
John Hodge | Invalidated page that has just been marked COW |
tree | commitdiff |
2009-09-27 |
John Hodge | Helps if DEBUG is defined |
tree | commitdiff |
2009-09-27 |
John Hodge | Added debug to MM_PageFault |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed MM_PageFault duplicating a page when it is only... |
tree | commitdiff |
2009-09-27 |
John Hodge | Added magic breakpoint to SYS_CLONE, cleaned up other... |
tree | commitdiff |
next |