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-27 |
John Hodge | Moved to using semaphores in VTerm |
tree | commitdiff |
2011-02-17 |
John Hodge | Fixed `make install` issues, bugs with VESA rel0.07 |
tree | commitdiff |
2011-02-14 |
John Hodge | Added some very pedantic warning flags |
tree | commitdiff |
2011-02-13 |
John Hodge | Reworked semaphores to be symetric |
tree | commitdiff |
2011-02-13 |
John Hodge | Working on x86_64 build |
tree | commitdiff |
2011-02-13 |
John Hodge | Fixed a bug where stack was accessed after address... |
tree | commitdiff |
2011-02-13 |
John Hodge | cleanup (removed debug comment) |
tree | commitdiff |
2011-02-13 |
John Hodge | Cleanup (debug statements removed) |
tree | commitdiff |
2011-02-13 |
John Hodge | Changed to a classfull sequential allocation algo |
tree | commitdiff |
2011-02-12 |
John Hodge | TSC backed timekeeping, 64-bit integer printing |
tree | commitdiff |
2011-02-12 |
John Hodge | Cleaned up places where MM_Allocate was used without... |
tree | commitdiff |
2011-02-12 |
John Hodge | Big bugfixes from trying a Clone/fork bomb |
tree | commitdiff |
2011-02-02 |
John Hodge | Fixed compile errors, added Semaphore code |
tree | commitdiff |
2011-01-25 |
John Hodge | Kernel - Fixed page fault Proc_ReturnToUser |
tree | commitdiff |
2011-01-24 |
John Hodge | IPStack - Routing improvement |
tree | commitdiff |
2011-01-23 |
John Hodge | Kernel - So... should remember to initialise structures |
tree | commitdiff |
2011-01-23 |
John Hodge | AcessNative - Bugfixing |
tree | commitdiff |
2011-01-22 |
John Hodge | Lots of work on the AcessNative kernel |
tree | commitdiff |
2011-01-18 |
John Hodge | - Misc changes |
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-12-09 |
thePowersGang | Near-Complete Joystick spec |
tree | commitdiff |
2010-12-04 |
John Hodge | Added thread pointer to thread dump |
tree | commitdiff |
2010-12-02 |
thePowersGang | Draft Joystick spec (used for mouse driver) |
tree | commitdiff |
2010-11-27 |
John Hodge | Added sanity checking to kernel vnsprintf |
tree | commitdiff |
2010-11-27 |
John Hodge | Build fixes |
tree | commitdiff |
2010-11-25 |
John Hodge | Slight change to VMM defines |
tree | commitdiff |
2010-11-21 |
John Hodge | Fiddling with IPStack |
tree | commitdiff |
2010-11-20 |
John Hodge | Fixed memcmp error (checks 1 more byte than it should) |
tree | commitdiff |
2010-11-20 |
John Hodge | General fixes |
tree | commitdiff |
2010-11-19 |
John Hodge | Multiple IPStack Related changes (and other bugfixes) |
tree | commitdiff |
2010-11-06 |
John Hodge | Composite commit (GUI / Networking) |
tree | commitdiff |
2010-10-31 |
John Hodge | Fixed kernel segfault in VTerm (referenced possible... rel0.06 |
tree | commitdiff |
2010-10-31 |
John Hodge | Fixed scrolling bug in VTerm |
tree | commitdiff |
2010-10-31 |
John Hodge | Fiddling with x86_64 and i486 builds |
tree | commitdiff |
2010-10-30 |
John Hodge | x86_64 fixes |
tree | commitdiff |
2010-10-30 |
John Hodge | Fixing vsnprintf behavior on 64-bit systems |
tree | commitdiff |
2010-10-29 |
John Hodge | Bug was in Heap_Realloc |
tree | commitdiff |
2010-10-29 |
John Hodge | Attempting to fix heap corruption |
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-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-05 |
John Hodge | Changed back to lottery scheduler, disabled debug |
tree | commitdiff |
2010-10-03 |
John Hodge | Refactored thread switching code to support compile... |
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-10-02 |
John Hodge | Placed a comment to not the location of the blocker |
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-09-04 |
John Hodge | Just a bit of commenting and cleanup (plus correctness... |
tree | commitdiff |
2010-08-31 |
John Hodge | Fiddling with threading bugs (both Qemu and Bochs hate... |
tree | commitdiff |
2010-08-25 |
John Hodge | Cleaning up some misc files |
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 | And, adding a rather important header that I fogot... |
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-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-17 |
John Hodge | Added strncmp |
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-02 |
John Hodge | Fixed cursor behavior in VTerm |
tree | commitdiff |
2010-08-02 |
John Hodge | Fixed mode switch behavior |
tree | commitdiff |
2010-08-01 |
John Hodge | Ust cleaning up |
tree | commitdiff |
2010-08-01 |
John Hodge | More behavior fixes (changes to resolution only apply... |
tree | commitdiff |
2010-08-01 |
John Hodge | Changing VTerm behavior (Get/Set Width/Height now retur... |
tree | commitdiff |
2010-08-01 |
John Hodge | Cleanup (NTFS fiddling and fixed debug hexdump) |
tree | commitdiff |
2010-08-01 |
John Hodge | No more VFS debug please |
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 | Debugging GPF in VFS (non-canoical addr) - Added catch... |
tree | commitdiff |
2010-07-31 |
John Hodge | Slight doxygen fix |
tree | commitdiff |
2010-07-31 |
John Hodge | Working on MP build (now can run, just crashes due... |
tree | commitdiff |
2010-07-31 |
John Hodge | MP Scheduling work (slightly buggy, but no impact on... |
tree | commitdiff |
2010-07-31 |
John Hodge | Removed debug |
tree | commitdiff |
2010-07-31 |
John Hodge | Makign debug functions thread safe |
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 |
next |