2010-06-20 |
John Hodge | Fixing a kernel #PF caused by an unitialised VFS method |
tree | commitdiff |
2010-06-19 |
John Hodge | Cleaning up and attempting to fix these darn heisenbugs |
tree | commitdiff |
2010-06-18 |
John Hodge | It's been too long since I committed |
tree | commitdiff |
2010-05-11 |
John Hodge | x86_64 support, requiring a slight refactor to the... |
tree | commitdiff |
2010-05-11 |
John Hodge | Merge branch 'master' of [email protected]:acess2 |
tree | commitdiff |
2010-04-24 |
John Hodge | Fixed SYS_SEEK not working due to 64-bit offset |
tree | commitdiff |
2010-04-21 |
John Hodge | Random fixes, disabled debug in vterm, random crash... |
tree | commitdiff |
2010-04-15 |
John Hodge | Added SYS_OPENCHILD system call |
tree | commitdiff |
2010-04-13 |
John Hodge | Merge branch 'master' of git://git.ucc.asn.au/acess2 |
tree | commitdiff |
2010-04-10 |
John Hodge | Fixed a bug in the heap manager where if an exact match... |
tree | commitdiff |
2010-03-28 |
John Hodge | Working on cleaning up the FAT driver, but atm it's... |
tree | commitdiff |
2010-03-27 |
John Hodge | Updating drivers to use the Log_ functions instead... |
tree | commitdiff |
2010-03-18 |
John Hodge | Bugfixing initrd and ld-acess |
tree | commitdiff |
2010-03-17 |
John Hodge | Various changes, most of them involving the FAT and... |
tree | commitdiff |
2010-03-13 |
John Hodge | Changes to the module loader to handle specific errors... |
tree | commitdiff |
2010-03-05 |
John Hodge | doxygen fixes |
tree | commitdiff |
2010-01-23 |
John Hodge | Altered & Renamed LookupString, Added DrvUtil_SetIdent |
tree | commitdiff |
2010-01-19 |
John Hodge | Bugfixes and debug cleanup |
tree | commitdiff |
2010-01-14 |
John Hodge | More work on UDI support, still doesn't load pseudud yet |
tree | commitdiff |
2010-01-14 |
John Hodge | Bugfixes and UDI Updates |
tree | commitdiff |
2009-12-29 |
John Hodge | Changed "common.h" to "acess.h" to reduce possible... |
tree | commitdiff |
2009-12-28 |
John Hodge | Cleanup & Debug Removal |
tree | commitdiff |
2009-12-28 |
John Hodge | Bugfixes upon chaning GCC versions |
tree | commitdiff |
2009-12-27 |
John Hodge | Fixed bug in Inode_ClearCache |
tree | commitdiff |
2009-12-27 |
John Hodge | Updated build system to remove `install` from `all` |
tree | commitdiff |
2009-12-26 |
John Hodge | Big Changes - See commit details |
tree | commitdiff |
2009-11-22 |
John Hodge | Added ProcDev/SysFS + Cleanup |
tree | commitdiff |
2009-11-19 |
John Hodge | Cleanup and Bugfixes |
tree | commitdiff |
2009-11-17 |
John Hodge | Cleanups & Implementations to allow IPStack to compile |
tree | commitdiff |
2009-11-16 |
John Hodge | Fixed implementation of 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 | General Cleanup, Implemented DMA Allocation |
tree | commitdiff |
2009-10-27 |
John Hodge | Implemented Dependency resolving for compile-time modul... |
tree | commitdiff |
2009-10-26 |
John Hodge | Fixes to Libc, Doxygen Comments and VTerm layout |
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 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 with handling of . and .. that was trashing... |
tree | commitdiff |
2009-10-02 |
John Hodge | Cleanup |
tree | commitdiff |
2009-09-30 |
John Hodge | Immense cleanup of libc, implemening login program... |
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 | 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 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 | 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-26 |
John Hodge | Started adding sanity checks to syscalls. Added SYS_CHD... |
tree | commitdiff |
2009-09-26 |
John Hodge | Removed debug from ata, modules, vfs/dir.c and rootfs... |
tree | commitdiff |
2009-09-26 |
John Hodge | Fixed RootFS not returning a temp heap address |
tree | commitdiff |
2009-09-26 |
John Hodge | Added `strdup` library function and removed VFS_FREEPLZ... |
tree | commitdiff |
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 | 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 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 | 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 | Fixed VFS_ParsePath freeing a string that is returned... |
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 |
next |