2010-11-19 |
John Hodge | Multiple IPStack Related changes (and other bugfixes)
|
commit | commitdiff | tree |
2010-11-14 |
John Hodge | Reworked the IPStack tInterface structure
|
commit | commitdiff | tree |
2010-11-13 |
John Hodge | Fiddling with ARP to handle routing
|
commit | commitdiff | tree |
2010-11-07 |
John Hodge | Compile fixes, implemented Net_GetInterface
|
commit | commitdiff | tree |
2010-11-07 |
John Hodge | More cleanup in IPStack (making routes usable)
|
commit | commitdiff | tree |
2010-11-07 |
John Hodge | Restructured interface code out to its own file, route...
|
commit | commitdiff | tree |
2010-11-06 |
John Hodge | Fixed compilation issues in IPStack
|
commit | commitdiff | tree |
2010-11-06 |
John Hodge | Composite commit (GUI / Networking)
|
commit | commitdiff | tree |
2010-10-31 |
John Hodge | Fixed kernel segfault in VTerm (referenced possible...
|
commit | commitdiff | tree |
2010-10-31 |
John Hodge | Fixed scrolling bug in VTerm
|
commit | commitdiff | tree |
2010-10-31 |
John Hodge | Fiddling with x86_64 and i486 builds
|
commit | commitdiff | tree |
2010-10-30 |
John Hodge | x86_64 fixes
|
commit | commitdiff | tree |
2010-10-30 |
John Hodge | Fixing vsnprintf behavior on 64-bit systems
|
commit | commitdiff | tree |
2010-10-29 |
John Hodge | Misc fiddling with FAT driver (LFN and ReadDir)
|
commit | commitdiff | tree |
2010-10-29 |
John Hodge | Bug was in Heap_Realloc
|
commit | commitdiff | tree |
2010-10-29 |
John Hodge | Attempting to fix heap corruption
|
commit | commitdiff | tree |
2010-10-22 |
John Hodge | Fixing places where malloc() (and others) is not null...
|
commit | commitdiff | tree |
2010-10-22 |
John Hodge | Cleaning up debug (and set modules to build with debug)
|
commit | commitdiff | tree |
2010-10-22 |
John Hodge | Don't ask me how, but it's booting again
|
commit | commitdiff | tree |
2010-10-19 |
John Hodge | Buglocating: Some random corruption in VFS, FDD lockups
|
commit | commitdiff | tree |
2010-10-14 |
John Hodge | x86_64: Bugfixing
|
commit | commitdiff | tree |
2010-10-12 |
John Hodge | x86_64 build now compiles :)
|
commit | commitdiff | tree |
2010-10-11 |
John Hodge | Fixing to get x86_64 build to compile after threading...
|
commit | commitdiff | tree |
2010-10-05 |
John Hodge | Changed back to lottery scheduler, disabled debug
|
commit | commitdiff | tree |
2010-10-03 |
John Hodge | Refactored thread switching code to support compile...
|
commit | commitdiff | tree |
2010-10-03 |
John Hodge | Debug, Debug, Debug
|
commit | commitdiff | tree |
2010-10-03 |
John Hodge | Replace rand() implementation - fixes threading lockups
|
commit | commitdiff | tree |
2010-10-02 |
John Hodge | Placed a comment to not the location of the blocker
|
commit | commitdiff | tree |
2010-10-02 |
John Hodge | Fixed threading bug
|
commit | commitdiff | tree |
2010-09-09 |
John Hodge | Spinlock fixes
|
commit | commitdiff | tree |
2010-09-09 |
John Hodge | exported spinlocks
|
commit | commitdiff | tree |
2010-09-09 |
John Hodge | Moved spinlocks out of arch.h into lib.c
|
commit | commitdiff | tree |
2010-09-09 |
John Hodge | Per-CPU task switch disable, minor spiderscript changes
|
commit | commitdiff | tree |
2010-09-07 |
John Hodge | SpiderScript - For loop, #if'd out experimental code
|
commit | commitdiff | tree |
2010-09-07 |
John Hodge | Cosmetic code changes
|
commit | commitdiff | tree |
2010-09-07 |
John Hodge | Fixing up doxygen comments
|
commit | commitdiff | tree |
2010-09-07 |
John Hodge | More thread issue fixing, still not working
|
commit | commitdiff | tree |
2010-09-05 |
John Hodge | Still some issues, but it seems to not crash anymore
|
commit | commitdiff | tree |
2010-09-04 |
John Hodge | Fiddling with threading code to attempt to fix this...
|
commit | commitdiff | tree |
2010-09-04 |
John Hodge | Just a bit of commenting and cleanup (plus correctness...
|
commit | commitdiff | tree |
2010-08-31 |
John Hodge | Fiddling with threading bugs (both Qemu and Bochs hate...
|
commit | commitdiff | tree |
2010-08-28 |
John Hodge | SpiderScript: Working on dumping the AST to disk
|
commit | commitdiff | tree |
2010-08-27 |
John Hodge | NTFS Driver work (index headers)
|
commit | commitdiff | tree |
2010-08-27 |
John Hodge | SpiderScript: Slight error fix
|
commit | commitdiff | tree |
2010-08-26 |
John Hodge | SpiderScript: Logical Functions, improved integer input
|
commit | commitdiff | tree |
2010-08-26 |
John Hodge | SpiderScript: Added line numbers to tAST_Node, cleaned...
|
commit | commitdiff | tree |
2010-08-26 |
John Hodge | SpiderScript: String Casts, Escape Codes, Size for...
|
commit | commitdiff | tree |
2010-08-26 |
John Hodge | SpiderScript - Changed method of defining variant functions...
|
commit | commitdiff | tree |
2010-08-26 |
John Hodge | Added if() statement (and internal support for for...
|
commit | commitdiff | tree |
2010-08-25 |
John Hodge | PCI device dump (lspci clone, essentially)
|
commit | commitdiff | tree |
2010-08-25 |
John Hodge | Cleaning up some misc files
|
commit | commitdiff | tree |
2010-08-25 |
John Hodge | More work on SpiderScript
|
commit | commitdiff | tree |
2010-08-24 |
John Hodge | Fixed TID0 not being on the All Threads list
|
commit | commitdiff | tree |
2010-08-24 |
John Hodge | Trying to reduce the ability for a fork bomb to fault...
|
commit | commitdiff | tree |
2010-08-24 |
John Hodge | Fixed Proc_ReturnToUser's dependence on the structure...
|
commit | commitdiff | tree |
2010-08-23 |
John Hodge | Unborking some threading code
|
commit | commitdiff | tree |
2010-08-22 |
John Hodge | And, adding a rather important header that I fogot...
|
commit | commitdiff | tree |
2010-08-22 |
John Hodge | Just cleaning up some things that may be needed in...
|
commit | commitdiff | tree |
2010-08-22 |
John Hodge | Fixing commenting (always nice)
|
commit | commitdiff | tree |
2010-08-22 |
John Hodge | Changed spinlock mechananisim
|
commit | commitdiff | tree |
2010-08-20 |
John Hodge | Fixed heap troubles (and bugs in VFS_GetTruePath)
|
commit | commitdiff | tree |
2010-08-20 |
John Hodge | Improving the debug capabilities of the heap code,...
|
commit | commitdiff | tree |
2010-08-17 |
John Hodge | Updated sample scripts (and included a static version)
|
commit | commitdiff | tree |
2010-08-17 |
John Hodge | SpiderScript! (with a sample script)
|
commit | commitdiff | tree |
2010-08-17 |
John Hodge | Slight commenting changes
|
commit | commitdiff | tree |
2010-08-17 |
John Hodge | Added strncmp
|
commit | commitdiff | tree |
2010-08-17 |
John Hodge | Commenting is nice
|
commit | commitdiff | tree |
2010-08-17 |
John Hodge | More work on IPv4/IPv6 firewalling support
|
commit | commitdiff | tree |
2010-08-17 |
John Hodge | Added timeout support to the ATA driver (timeout is...
|
commit | commitdiff | tree |
2010-08-07 |
John Hodge | Fixed behavior of VTerm when driver is set at runtime
|
commit | commitdiff | tree |
2010-08-02 |
John Hodge | Fixed cursor behavior in VTerm
|
commit | commitdiff | tree |
2010-08-02 |
John Hodge | Fixed mode switch behavior
|
commit | commitdiff | tree |
2010-08-01 |
John Hodge | Ust cleaning up
|
commit | commitdiff | tree |
2010-08-01 |
John Hodge | More behavior fixes (changes to resolution only apply...
|
commit | commitdiff | tree |
2010-08-01 |
John Hodge | Changing VTerm behavior (Get/Set Width/Height now returns...
|
commit | commitdiff | tree |
2010-08-01 |
John Hodge | Cleanup (NTFS fiddling and fixed debug hexdump)
|
commit | commitdiff | tree |
2010-08-01 |
John Hodge | Working on NTFS driver
|
commit | commitdiff | tree |
2010-08-01 |
John Hodge | Removed debug from ATA_ReadFS (that bug is fixed)
|
commit | commitdiff | tree |
2010-08-01 |
John Hodge | No more VFS debug please
|
commit | commitdiff | tree |
2010-08-01 |
John Hodge | Linking and MM Fiddling (mm now handles large pages...
|
commit | commitdiff | tree |
2010-08-01 |
John Hodge | Bugfixing the x86_64 port
|
commit | commitdiff | tree |
2010-07-31 |
John Hodge | Debugging GPF in VFS (non-canoical addr) - Added catch...
|
commit | commitdiff | tree |
2010-07-31 |
John Hodge | Slight doxygen fix
|
commit | commitdiff | tree |
2010-07-31 |
John Hodge | Working on MP build (now can run, just crashes due...
|
commit | commitdiff | tree |
2010-07-31 |
John Hodge | Removed old debug from init
|
commit | commitdiff | tree |
2010-07-31 |
John Hodge | MP Scheduling work (slightly buggy, but no impact on...
|
commit | commitdiff | tree |
2010-07-31 |
John Hodge | Removed debug
|
commit | commitdiff | tree |
2010-07-31 |
John Hodge | Makign debug functions thread safe
|
commit | commitdiff | tree |
2010-07-31 |
John Hodge | Fixes to x86_64 - Fixed MM_phys corrupting memory ...
|
commit | commitdiff | tree |
2010-07-31 |
John Hodge | No more ATA debug (fixed the Qemu bug)
|
commit | commitdiff | tree |
2010-07-31 |
John Hodge | Updating IPStack to have firewall hooks (well, the...
|
commit | commitdiff | tree |
2010-07-31 |
John Hodge | Broke out the ATA IO functions (Read/WriteDMA into...
|
commit | commitdiff | tree |
2010-07-28 |
John Hodge | Helps if I test in BOTH builds
|
commit | commitdiff | tree |
2010-07-28 |
John Hodge | Bugfixed MP scheduling code in MP build
|
commit | commitdiff | tree |
2010-07-28 |
John Hodge | Fixing MultiCPU thread distribution (only tested in...
|
commit | commitdiff | tree |
2010-07-27 |
John Hodge | Working on the x86 bit port (caused some changes to...
|
commit | commitdiff | tree |
2010-07-25 |
John Hodge | Added -mno-red-zone
|
commit | commitdiff | tree |
2010-07-24 |
John Hodge | Fixing bugs and removing debug statements
|
commit | commitdiff | tree |
2010-07-22 |
John Hodge | Misc changes, working on the VTerm's VT100 support...
|
commit | commitdiff | tree |
2010-07-22 |
John Hodge | Changing syscall interface to jump to KUSER_CODE, allowing use
|
commit | commitdiff | tree |
next |