2011-10-16 |
John Hodge | Kernel/x86_64 - Unbroke user stack creation |
commit | commitdiff | tree | snapshot |
2011-10-16 |
John Hodge | Added PL110 to ARMv7 build |
commit | commitdiff | tree | snapshot |
2011-10-16 |
John Hodge | Kernel/armv7 - Fixing/breaking things |
commit | commitdiff | tree | snapshot |
2011-10-16 |
John Hodge | Modules/PL110 - Added ARM PL110 CLCD driver |
commit | commitdiff | tree | snapshot |
2011-10-15 |
John Hodge | Commenting and cleanup |
commit | commitdiff | tree | snapshot |
2011-10-15 |
John Hodge | Kernel/armv7 - Added cache invalidate syscall |
commit | commitdiff | tree | snapshot |
2011-10-15 |
John Hodge | Usermode/ld-acess - Sorting and improvements to ld... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
John Hodge | Usermode/ld-acess - Syscall stub changes |
commit | commitdiff | tree | snapshot |
2011-10-15 |
John Hodge | Usermode/acess.ld - Fixed ARMv7 not loading headers |
commit | commitdiff | tree | snapshot |
2011-10-15 |
John Hodge | Kernel - Cleaning up proc/syscalls |
commit | commitdiff | tree | snapshot |
2011-10-15 |
John Hodge | Kernel/threads - Removing nested locks |
commit | commitdiff | tree | snapshot |
2011-10-15 |
John Hodge | Kernel/armv7 - Bugfixing, can get to user relocation now |
commit | commitdiff | tree | snapshot |
2011-10-14 |
John Hodge | Makefile - Added a kernel mode make all (without install) |
commit | commitdiff | tree | snapshot |
2011-10-14 |
John Hodge | Modules/InitRD - Added inode number lookup support |
commit | commitdiff | tree | snapshot |
2011-10-14 |
John Hodge | Kernel/armv7 - Implemetned Hivecs, fixing bugs |
commit | commitdiff | tree | snapshot |
2011-10-14 |
John Hodge | Kernel/armv7 - Fixing bugs, Proc_Clone works now |
commit | commitdiff | tree | snapshot |
2011-10-13 |
John Hodge | Fixes to MakeReleaseSet script |
commit | commitdiff | tree | snapshot |
2011-10-13 |
John Hodge | Kernel - Fixing bugs |
commit | commitdiff | tree | snapshot |
2011-10-13 |
John Hodge | Kernel/armv7 - Implementing MM_Clone and fixing MMU... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
John Hodge | Modules/InitRD - Fixed .gitignore to remove depfiles too |
commit | commitdiff | tree | snapshot |
2011-10-12 |
John Hodge | MakeReleaseSet - Made clean code before building |
commit | commitdiff | tree | snapshot |
2011-10-12 |
John Hodge | Kernel/armv7 - Threading work |
commit | commitdiff | tree | snapshot |
2011-10-12 |
John Hodge | Kernel - Changed Threads_CloneTCB (removed Err ptr) |
commit | commitdiff | tree | snapshot |
2011-10-12 |
John Hodge | Kernel/armv7 - Set ARMv7 to use the initrd for /Acess rel0.12 |
commit | commitdiff | tree | snapshot |
2011-10-12 |
John Hodge | Modules/InitRD - Fixed dependencies in InitRD script |
commit | commitdiff | tree | snapshot |
2011-10-12 |
John Hodge | Usermode - Fixed GAS/NASM detection |
commit | commitdiff | tree | snapshot |
2011-10-12 |
John Hodge | Major build system changes |
commit | commitdiff | tree | snapshot |
2011-10-12 |
John Hodge | Kernel/armv7 - Fixed edge case in __divmod64 |
commit | commitdiff | tree | snapshot |
2011-10-12 |
John Hodge | Modules/GIC - Fixed interrupt handling |
commit | commitdiff | tree | snapshot |
2011-10-11 |
John Hodge | Usermode/ld-acess - COPY relocation (no clue what it... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
John Hodge | Kernel/x86_64 - Fixed Kernel not using COW, cleanup |
commit | commitdiff | tree | snapshot |
2011-10-11 |
John Hodge | Kernel/x86_64 - Now boots, login a little bugged though |
commit | commitdiff | tree | snapshot |
2011-10-11 |
John Hodge | Libraries/ld-acess - Cleaning up |
commit | commitdiff | tree | snapshot |
2011-10-11 |
John Hodge | Kernel - MMU usage fixes |
commit | commitdiff | tree | snapshot |
2011-10-11 |
John Hodge | Kernel/x86_64 - Implemented COW, fixed PMM bugs |
commit | commitdiff | tree | snapshot |
2011-10-11 |
John Hodge | Kernel/armv7 - Added IRQ stack, changed IRQs to be... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
John Hodge | Usermode/ld-acess - Fixing Elf64 support (and incorrect... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
John Hodge | Fix clean all script for renamed armv7 arch rel0.11 |
commit | commitdiff | tree | snapshot |
2011-10-09 |
John Hodge | Kernel/x86_64 - Fixed usage of IA32_FMASK |
commit | commitdiff | tree | snapshot |
2011-10-09 |
John Hodge | Modules/FDDv2 - Fixed incorrect usage of 'B', added... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
John Hodge | Kernel - Cleaning up a little |
commit | commitdiff | tree | snapshot |
2011-10-09 |
John Hodge | Kernel/x86_64 - Fixed not resetting IF after SYSCALL... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
John Hodge | Modules/ISADMA - Removed commented out cli/sti |
commit | commitdiff | tree | snapshot |
2011-10-09 |
John Hodge | Modules/FDD - Heaps of changes when debugging, may... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
John Hodge | Modules/FDDv2 - Completed, seems to work |
commit | commitdiff | tree | snapshot |
2011-10-09 |
John Hodge | Modules/FDDv2 - VFS interface almost done, Caching... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
John Hodge | Modules - Adding rewrite of the FDD driver |
commit | commitdiff | tree | snapshot |
2011-10-08 |
John Hodge | Misc changes |
commit | commitdiff | tree | snapshot |
2011-10-08 |
John Hodge | Modules/PS2KbMouse - Fixing PL050 bugs |
commit | commitdiff | tree | snapshot |
2011-10-08 |
John Hodge | Kernel/armv7 - Working on interrupt support, currently... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
John Hodge | Modules/armv7 - GIC support coming along |
commit | commitdiff | tree | snapshot |
2011-10-08 |
John Hodge | Usermode - More ARM stuff |
commit | commitdiff | tree | snapshot |
2011-10-08 |
John Hodge | Implementing parts of the ARM usermode |
commit | commitdiff | tree | snapshot |
2011-10-07 |
John Hodge | Config - Added ARMv7 GIC to build conf |
commit | commitdiff | tree | snapshot |
2011-10-07 |
John Hodge | Modules/armv7 - Added stub IRQ_AddHandler to GIC |
commit | commitdiff | tree | snapshot |
2011-10-07 |
John Hodge | Modules/armv7 - Fixing PL050 support |
commit | commitdiff | tree | snapshot |
2011-10-07 |
John Hodge | Kernel/arm7 - Implementing some MMU functions |
commit | commitdiff | tree | snapshot |
2011-10-07 |
John Hodge | Config - Removed UDI from build, never completed |
commit | commitdiff | tree | snapshot |
2011-10-07 |
John Hodge | Notes - Update to cross compile notes |
commit | commitdiff | tree | snapshot |
2011-10-06 |
John Hodge | Kernel/x86_64 - Commenting and cleanup |
commit | commitdiff | tree | snapshot |
2011-10-06 |
John Hodge | Usermode/libc - Look ma! setjmp |
commit | commitdiff | tree | snapshot |
2011-10-06 |
John Hodge | Reworking usermode/libc to closer C compliance |
commit | commitdiff | tree | snapshot |
2011-10-05 |
John Hodge | Kernel - Fixed vterm corruption at end of buffer |
commit | commitdiff | tree | snapshot |
2011-10-05 |
John Hodge | AcessNative - Fixing build |
commit | commitdiff | tree | snapshot |
2011-10-05 |
John Hodge | Modules/PS2KbMouse - Fixed 8042 not being initialised |
commit | commitdiff | tree | snapshot |
2011-10-05 |
John Hodge | Kernel/proc - Fixed version display |
commit | commitdiff | tree | snapshot |
2011-10-04 |
John Hodge | Modules/armv7 - Adding a stub GIC driver |
commit | commitdiff | tree | snapshot |
2011-10-04 |
John Hodge | USB Testing |
commit | commitdiff | tree | snapshot |
2011-10-04 |
John Hodge | Modules - Switched GNU99 |
commit | commitdiff | tree | snapshot |
2011-10-04 |
John Hodge | Modules/FDD - Trying to fix fdd behavior |
commit | commitdiff | tree | snapshot |
2011-10-04 |
John Hodge | Modules/USB - Fiddling with USB |
commit | commitdiff | tree | snapshot |
2011-10-04 |
John Hodge | Kernel - Cleaning up unneeded messages |
commit | commitdiff | tree | snapshot |
2011-10-04 |
John Hodge | Kernel/x86_64 - Bugfixing, cleaning up scheduling |
commit | commitdiff | tree | snapshot |
2011-10-04 |
John Hodge | Modules/PS2KbMouse - Adding pl050 support |
commit | commitdiff | tree | snapshot |
2011-10-04 |
John Hodge | Usermode/ld-acess - Fixing elf64 support (and x86-64) |
commit | commitdiff | tree | snapshot |
2011-10-04 |
John Hodge | Kernel/armv7 - Fixed lack of in*/out* functions |
commit | commitdiff | tree | snapshot |
2011-09-28 |
John Hodge | Kernel - Added pointer to IRQ callbacks |
commit | commitdiff | tree | snapshot |
2011-09-28 |
John Hodge | Modules/USB - Working on things :) |
commit | commitdiff | tree | snapshot |
2011-09-28 |
John Hodge | Kernel/vterm - Tiny commenting/indenting change |
commit | commitdiff | tree | snapshot |
2011-09-27 |
John Hodge | Modules/USB - Working on USB support again |
commit | commitdiff | tree | snapshot |
2011-09-27 |
John Hodge | Kernel/x86 - Disabled task tracing |
commit | commitdiff | tree | snapshot |
2011-09-27 |
John Hodge | Kernel/armv7 - Task switching now supported |
commit | commitdiff | tree | snapshot |
2011-09-27 |
John Hodge | Kernel/armv7 - Renamed to reduce confusion |
commit | commitdiff | tree | snapshot |
2011-09-27 |
John Hodge | Kernel/arm7 - Tiny bugfix in NewKThread |
commit | commitdiff | tree | snapshot |
2011-09-27 |
John Hodge | Modules - Moved to using object directories |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Kernel/arm7 - NewKThread (partially) implemented |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Kernel/arm7 - Working on threading |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Kernel - Added Proc_Rescedule support |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Kernel - Fixes to build info file |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Kernel/vfs - Fixed bug in VFS_ParsePath |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Kernel/arm7 - Fiddling on process switching |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Kernel/x86 - Separated timer and task switching |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Kernel/x86_64 - Separated task switching from timer... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Modules/FDD - Fixed random bug |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Usermode/ld-acess - Adding elf64 support |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Kernel/x86_64 - Debugging iret->CPL3 crash |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Modules/ATA - Fiddling for bugfixing, bug was elsewhere... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
John Hodge | Kernel/x86_64 - Bugfixing |
commit | commitdiff | tree | snapshot |
2011-09-25 |
John Hodge | Modules/PS2KbMouse - Broke 8042 specific code out |
commit | commitdiff | tree | snapshot |
2011-09-25 |
John Hodge | Kernel/arm7 - Fiddling with PCI etc |
commit | commitdiff | tree | snapshot |
next |