2011-11-12 |
John Hodge | Kernel/vfs - Debugging changes (and some limits to... |
tree | commitdiff |
2011-11-11 |
John Hodge | Kernel - Fixing bugs exposed by enabling -O3 |
tree | commitdiff |
2011-11-11 |
John Hodge | Kernel - Disabled -fno-builtins, removed some unneeded... |
tree | commitdiff |
2011-10-28 |
John Hodge | Kernel/VFS - Disabled debug in VFS_MMap |
tree | commitdiff |
2011-10-28 |
John Hodge | Kernel/VFS - Fixed MMAP_MAP_ANONYMOUS not taking offset... |
tree | commitdiff |
2011-10-26 |
John Hodge | Kernel/vfs - Added MMAP_PROT_EXECUTE support (needed... |
tree | commitdiff |
2011-10-11 |
John Hodge | Kernel - MMU usage fixes |
tree | commitdiff |
2011-09-26 |
John Hodge | Kernel/vfs - Fixed bug in VFS_ParsePath |
tree | commitdiff |
2011-09-25 |
John Hodge | Kernel/vfs - Minor error reporting changes |
tree | commitdiff |
2011-09-08 |
John Hodge | Kernel - Removed debug from elf and mmap |
tree | commitdiff |
2011-08-28 |
John Hodge | Kernel/mmap - Fixed pages being derefed, and memory... |
tree | commitdiff |
2011-08-26 |
John Hodge | Kernel - Fixing binary loader and MMap |
tree | commitdiff |
2011-08-24 |
John Hodge | Kernel - Bugfixing mmap and new binary loading |
tree | commitdiff |
2011-08-24 |
John Hodge | Kernel/vfs - Fixing OpenInode support |
tree | commitdiff |
2011-08-23 |
John Hodge | Merge commit 'eb98f1f2915446ef05120482a2fc353c76330b50... |
tree | commitdiff |
2011-08-23 |
John Hodge | Kernel - Converted binary loading to mmap |
tree | commitdiff |
2011-08-16 |
John Hodge | Kernel - Implementing infrastructure for GetNodeFromINode |
tree | commitdiff |
2011-08-07 |
John Hodge | Kernel - Fixed RootFS mknod bugs |
tree | commitdiff |
2011-08-06 |
John Hodge | Kernel - Cleaning up unneeded malloc() calls |
tree | commitdiff |
2011-07-27 |
John Hodge | Kernel - Cleaning up a little |
tree | commitdiff |
2011-07-27 |
John Hodge | Kernel - Fixed a bug in VFS_ParsePath that cause symlin... |
tree | commitdiff |
2011-07-18 |
John Hodge | Kernel - Added an errno macro (implemented with TLS) |
tree | commitdiff |
2011-07-18 |
John Hodge | Kernel - Fiddling with MMap |
tree | commitdiff |
2011-07-18 |
John Hodge | Kernel - Fixed a possible infinite loop in VFS_ParsePath |
tree | commitdiff |
2011-07-17 |
John Hodge | Fixing compile errors |
tree | commitdiff |
2011-07-17 |
John Hodge | Kernel - Adding support for MMap (untested) |
tree | commitdiff |
2011-07-02 |
John Hodge | Kernel - Changed VFS_SelectNode to be able to watch... |
tree | commitdiff |
2011-07-02 |
John Hodge | Kernel - Fixed up a lack of const-ness |
tree | commitdiff |
2011-06-22 |
John Hodge | AcessNative - Fixing Fixing Fixing |
tree | commitdiff |
2011-06-16 |
John Hodge | Kernel - Implemented waking from semaphores |
tree | commitdiff |
2011-05-28 |
John Hodge | Kernel - Finally fixed that corruption bug (description... |
tree | commitdiff |
2011-05-25 |
John Hodge | Merge branch 'master' of [email protected]:acess2 |
tree | commitdiff |
2011-05-07 |
John Hodge | Cleaning up and Debugging (Exposed by AcessNative mostly) |
tree | commitdiff |
2011-03-02 |
John Hodge | *partial commit* - Added debut name to VFS_SelectNode |
tree | commitdiff |
2011-03-01 |
John Hodge | Fixing select() implementation (and usage) |
tree | commitdiff |
2011-02-28 |
John Hodge | Kernel - Implemented select(), partially debugged |
tree | commitdiff |
2011-02-28 |
John Hodge | Implementing (and using) select() at kernel level |
tree | commitdiff |
2011-02-27 |
John Hodge | Kernel - Some rational comments to select |
tree | commitdiff |
2011-02-27 |
John Hodge | Kernel - Implementing select() |
tree | commitdiff |
2011-02-27 |
John Hodge | Misc changes, fixing problems with long log strings |
tree | commitdiff |
2011-02-14 |
John Hodge | Added some very pedantic warning flags |
tree | commitdiff |
2011-02-12 |
John Hodge | Cleaned up places where MM_Allocate was used without... |
tree | commitdiff |
2010-12-20 |
John Hodge | Fixed bad handling of VFS_AllocHandle_ |
tree | commitdiff |
2010-12-10 |
John Hodge | Fixed places where char* was used in place of const... |
tree | commitdiff |
2010-12-10 |
John Hodge | Merge branch 'master' of serenade.mutabah.net:acess2 |
tree | commitdiff |
2010-12-10 |
John Hodge | Cleaning up code, and separating a little to allow... |
tree | commitdiff |
2010-10-22 |
John Hodge | Fixing places where malloc() (and others) is not null... |
tree | commitdiff |
2010-10-22 |
John Hodge | Cleaning up debug (and set modules to build with debug) |
tree | commitdiff |
2010-10-22 |
John Hodge | Don't ask me how, but it's booting again |
tree | commitdiff |
2010-10-19 |
John Hodge | Buglocating: Some random corruption in VFS, FDD lockups |
tree | commitdiff |
2010-10-05 |
John Hodge | Changed back to lottery scheduler, disabled debug |
tree | commitdiff |
2010-10-03 |
John Hodge | Debug, Debug, Debug |
tree | commitdiff |
2010-10-03 |
John Hodge | Replace rand() implementation - fixes threading lockups |
tree | commitdiff |
2010-09-07 |
John Hodge | Fixing up doxygen comments |
tree | commitdiff |
2010-08-22 |
John Hodge | Changed spinlock mechananisim |
tree | commitdiff |
2010-08-20 |
John Hodge | Fixed heap troubles (and bugs in VFS_GetTruePath) |
tree | commitdiff |
2010-08-20 |
John Hodge | Improving the debug capabilities of the heap code,... |
tree | commitdiff |
2010-08-01 |
John Hodge | No more VFS debug please |
tree | commitdiff |
2010-08-01 |
John Hodge | Bugfixing the x86_64 port |
tree | commitdiff |
2010-07-31 |
John Hodge | Debugging GPF in VFS (non-canoical addr) - Added catch... |
tree | commitdiff |
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 |
next |