2010-10-14 |
John Hodge | x86_64: Bugfixing |
tree | commitdiff |
2010-10-12 |
John Hodge | x86_64 build now compiles :) |
tree | commitdiff |
2010-10-11 |
John Hodge | Fixing to get x86_64 build to compile after threading... |
tree | commitdiff |
2010-10-03 |
John Hodge | Refactored thread switching code to support compile... |
tree | commitdiff |
2010-10-02 |
John Hodge | Fixed threading bug |
tree | commitdiff |
2010-09-09 |
John Hodge | Spinlock fixes |
tree | commitdiff |
2010-09-09 |
John Hodge | exported spinlocks |
tree | commitdiff |
2010-09-09 |
John Hodge | Moved spinlocks out of arch.h into lib.c |
tree | commitdiff |
2010-09-09 |
John Hodge | Per-CPU task switch disable, minor spiderscript changes |
tree | commitdiff |
2010-09-07 |
John Hodge | Fixing up doxygen comments |
tree | commitdiff |
2010-09-07 |
John Hodge | More thread issue fixing, still not working |
tree | commitdiff |
2010-09-05 |
John Hodge | Still some issues, but it seems to not crash anymore |
tree | commitdiff |
2010-09-04 |
John Hodge | Fiddling with threading code to attempt to fix this... |
tree | commitdiff |
2010-08-31 |
John Hodge | Fiddling with threading bugs (both Qemu and Bochs hate... |
tree | commitdiff |
2010-08-25 |
John Hodge | More work on SpiderScript |
tree | commitdiff |
2010-08-24 |
John Hodge | Fixed TID0 not being on the All Threads list |
tree | commitdiff |
2010-08-24 |
John Hodge | Trying to reduce the ability for a fork bomb to fault... |
tree | commitdiff |
2010-08-24 |
John Hodge | Fixed Proc_ReturnToUser's dependence on the structure... |
tree | commitdiff |
2010-08-23 |
John Hodge | Unborking some threading code |
tree | commitdiff |
2010-08-22 |
John Hodge | Fixing commenting (always nice) |
tree | commitdiff |
2010-08-22 |
John Hodge | Changed spinlock mechananisim |
tree | commitdiff |
2010-08-17 |
John Hodge | Commenting is nice |
tree | commitdiff |
2010-08-07 |
John Hodge | Fixed behavior of VTerm when driver is set at runtime |
tree | commitdiff |
2010-08-01 |
John Hodge | Ust cleaning up |
tree | commitdiff |
2010-08-01 |
John Hodge | Linking and MM Fiddling (mm now handles large pages... |
tree | commitdiff |
2010-08-01 |
John Hodge | Bugfixing the x86_64 port |
tree | commitdiff |
2010-07-31 |
John Hodge | Working on MP build (now can run, just crashes due... |
tree | commitdiff |
2010-07-31 |
John Hodge | Fixes to x86_64 - Fixed MM_phys corrupting memory ... |
tree | commitdiff |
2010-07-28 |
John Hodge | Helps if I test in BOTH builds |
tree | commitdiff |
2010-07-28 |
John Hodge | Bugfixed MP scheduling code in MP build |
tree | commitdiff |
2010-07-28 |
John Hodge | Fixing MultiCPU thread distribution (only tested in... |
tree | commitdiff |
2010-07-27 |
John Hodge | Working on the x86 bit port (caused some changes to... |
tree | commitdiff |
2010-07-24 |
John Hodge | Fixing bugs and removing debug statements |
tree | commitdiff |
2010-07-22 |
John Hodge | Changing syscall interface to jump to KUSER_CODE, allow... |
tree | commitdiff |
2010-07-22 |
John Hodge | Fixed timer code bug (not ACKing after enabling) |
tree | commitdiff |
2010-07-20 |
John Hodge | Bit of debug cleanup, fixing bugs found on GrUB2 |
tree | commitdiff |
2010-07-18 |
John Hodge | More MP fiddling |
tree | commitdiff |
2010-07-18 |
John Hodge | More MP work (now APs start and use the LAPIC timer) |
tree | commitdiff |
2010-07-17 |
John Hodge | Adding support for the Local APIC Timer (requires some... |
tree | commitdiff |
2010-07-17 |
John Hodge | APs start nicely now. |
tree | commitdiff |
2010-07-16 |
John Hodge | Working on multiprocessing support |
tree | commitdiff |
2010-07-13 |
John Hodge | Increased user stack size, fiddling with error recovery |
tree | commitdiff |
2010-07-05 |
John Hodge | Fiddling with multiboot modules (and some bug searching... |
tree | commitdiff |
2010-07-04 |
John Hodge | Cleaning up a little, and possibly a speed increase |
tree | commitdiff |
2010-07-04 |
John Hodge | Commenting is nice (also disabled debug in FDD driver) |
tree | commitdiff |
2010-07-04 |
John Hodge | Fixing handling of Multiboot modules |
tree | commitdiff |
2010-07-04 |
John Hodge | Disabled KPanic mode switch, cleanup in 64-bit PMM |
tree | commitdiff |
2010-07-04 |
John Hodge | Attempt to fix multiboot module support |
tree | commitdiff |
2010-06-22 |
John Hodge | Trying to fix the string corruption bug, working on... |
tree | commitdiff |
2010-06-20 |
John Hodge | Fixing behavior of Threads_CloneTCB |
tree | commitdiff |
2010-06-19 |
John Hodge | Cleaning up and attempting to fix these darn heisenbugs |
tree | commitdiff |
2010-06-19 |
John Hodge | Fixed #PF in Memory Manager (mm_virt.h was using KERNEL... |
tree | commitdiff |
2010-06-18 |
John Hodge | Fixed the EnvP array passed to Proc_StartUser not being... |
tree | commitdiff |
2010-06-18 |
John Hodge | It's been too long since I committed |
tree | commitdiff |
2010-06-03 |
John Hodge | Bugfixing |
tree | commitdiff |
2010-05-31 |
John Hodge | More 32-bit int fixes |
tree | commitdiff |
2010-05-31 |
John Hodge | Darn defaulting to 32-bit integers :( |
tree | commitdiff |
2010-05-31 |
John Hodge | Speedups to physical memory allocation, fixed a stupid... |
tree | commitdiff |
2010-05-31 |
John Hodge | New kernel stack, fixing pmem alloc bug, updated to... |
tree | commitdiff |
2010-05-31 |
John Hodge | Yay! TSS issues fixed, now to work on the VMM |
tree | commitdiff |
2010-05-31 |
John Hodge | Fixed GCC using sse instructions, fixing TSS support... |
tree | commitdiff |
2010-05-31 |
John Hodge | Disabled debug in PMM, and fixed error in #UD reporting |
tree | commitdiff |
2010-05-31 |
John Hodge | Fixed heap bug |
tree | commitdiff |
2010-05-31 |
John Hodge | Fixed bug with physical memory allocation, update MM_Al... |
tree | commitdiff |
2010-05-31 |
John Hodge | Added page table dump and using INVPLG |
tree | commitdiff |
2010-05-30 |
John Hodge | Cleaning up and adding page fault handler |
tree | commitdiff |
2010-05-29 |
John Hodge | Updated mm_phys to use Debug statements instead of... |
tree | commitdiff |
2010-05-29 |
John Hodge | Fixed typo, cleaned up stuff |
tree | commitdiff |
2010-05-29 |
John Hodge | Fun bugs are fun, fixed MM_AllocPhysRange, now for... |
tree | commitdiff |
2010-05-29 |
John Hodge | Physical page counts are now filled |
tree | commitdiff |
2010-05-29 |
John Hodge | Chicken and egg problem, solved |
tree | commitdiff |
2010-05-29 |
John Hodge | Now with less fail |
tree | commitdiff |
2010-05-29 |
John Hodge | Bitmap filling done |
tree | commitdiff |
2010-05-29 |
John Hodge | Nearly completed physical init |
tree | commitdiff |
2010-05-28 |
John Hodge | Untested work on physical mm setup |
tree | commitdiff |
2010-05-28 |
John Hodge | Fixes to 64-bit port, now working on physical memory... |
tree | commitdiff |
2010-05-28 |
John Hodge | More work on error and interrupt handling (almost got... |
tree | commitdiff |
2010-05-27 |
John Hodge | More work on x86_64 build, error handling and IDT |
tree | commitdiff |
2010-05-27 |
John Hodge | Working on 64-bit IDT |
tree | commitdiff |
2010-05-27 |
John Hodge | x86_64 starts without erroring, reaches high mem and... |
tree | commitdiff |
2010-05-27 |
John Hodge | x86_64 now compiles and builds :) :) |
tree | commitdiff |
2010-05-27 |
John Hodge | VM8086 stub for x86_64 build |
tree | commitdiff |
2010-05-27 |
John Hodge | Bugfixing |
tree | commitdiff |
2010-05-24 |
John Hodge | slight change to memory map |
tree | commitdiff |
2010-05-17 |
John Hodge | Working on mem management |
tree | commitdiff |
2010-05-16 |
John Hodge | Added architectue documentation |
tree | commitdiff |
2010-05-15 |
John Hodge | Slight memory organisation changes |
tree | commitdiff |
2010-05-15 |
John Hodge | Updates to CPU Determining and initialising fractal... |
tree | commitdiff |
2010-05-14 |
John Hodge | More work on x86_64 port, near compiling now |
tree | commitdiff |
2010-05-13 |
John Hodge | More memory management functions implemented, other... |
tree | commitdiff |
2010-05-13 |
John Hodge | Speedup fix to PUSH_GPR and POP_GPR |
tree | commitdiff |
2010-05-13 |
John Hodge | Fixed bugs caused by the segregation of timer code. |
tree | commitdiff |
2010-05-13 |
John Hodge | More work on x86_64 port, also cleaned up a little... |
tree | commitdiff |
2010-05-13 |
John Hodge | Working on separating architecture dependent and indepe... |
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 serenade.mutabah.net:acess2 |
tree | commitdiff |
2010-05-11 |
John Hodge | Merge branch 'master' of [email protected]:acess2 |
tree | commitdiff |
2010-05-11 |
John Hodge | Adding start of x86_64 port |
tree | commitdiff |
2010-05-01 |
John Hodge | Improved user error handling, now a user DIV0 doesn... |
tree | commitdiff |
2010-04-30 |
John Hodge | Many changes, bugfixes to user vsnprintf and to escape... |
tree | commitdiff |
next |