2011-10-04 |
John Hodge | Modules/USB - Fiddling with USB
|
commit | commitdiff | tree |
2011-10-04 |
John Hodge | Kernel - Cleaning up unneeded messages
|
commit | commitdiff | tree |
2011-10-04 |
John Hodge | Kernel/x86_64 - Bugfixing, cleaning up scheduling
|
commit | commitdiff | tree |
2011-10-04 |
John Hodge | Modules/PS2KbMouse - Adding pl050 support
|
commit | commitdiff | tree |
2011-10-04 |
John Hodge | Usermode/ld-acess - Fixing elf64 support (and x86-64)
|
commit | commitdiff | tree |
2011-10-04 |
John Hodge | Kernel/armv7 - Fixed lack of in*/out* functions
|
commit | commitdiff | tree |
2011-09-28 |
John Hodge | Kernel - Added pointer to IRQ callbacks
|
commit | commitdiff | tree |
2011-09-28 |
John Hodge | Modules/USB - Working on things :)
|
commit | commitdiff | tree |
2011-09-28 |
John Hodge | Kernel/vterm - Tiny commenting/indenting change
|
commit | commitdiff | tree |
2011-09-27 |
John Hodge | Modules/USB - Working on USB support again
|
commit | commitdiff | tree |
2011-09-27 |
John Hodge | Kernel/x86 - Disabled task tracing
|
commit | commitdiff | tree |
2011-09-27 |
John Hodge | Kernel/armv7 - Task switching now supported
|
commit | commitdiff | tree |
2011-09-27 |
John Hodge | Kernel/armv7 - Renamed to reduce confusion
|
commit | commitdiff | tree |
2011-09-27 |
John Hodge | Kernel/arm7 - Tiny bugfix in NewKThread
|
commit | commitdiff | tree |
2011-09-27 |
John Hodge | Modules - Moved to using object directories
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Kernel/arm7 - NewKThread (partially) implemented
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Kernel/arm7 - Working on threading
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Kernel - Added Proc_Rescedule support
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Kernel - Fixes to build info file
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Kernel/vfs - Fixed bug in VFS_ParsePath
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Kernel/arm7 - Fiddling on process switching
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Kernel/x86 - Separated timer and task switching
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Kernel/x86_64 - Separated task switching from timer...
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Modules/FDD - Fixed random bug
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Usermode/ld-acess - Adding elf64 support
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Kernel/x86_64 - Debugging iret->CPL3 crash
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Modules/ATA - Fiddling for bugfixing, bug was elsewhere...
|
commit | commitdiff | tree |
2011-09-26 |
John Hodge | Kernel/x86_64 - Bugfixing
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Modules/PS2KbMouse - Broke 8042 specific code out
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Kernel/arm7 - Fiddling with PCI etc
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Kernel/arm7 - Removed debug statement from VMM
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Kernel/arm7 - Starts, but no IO and task switching...
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Usermode - Added sys/stat.h to help with cross compiles
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Kernel - Oops, no compile test
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Kernel - Untested template stack based PMM
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Renamed tpl_drv_* to api_drv_* (a more fitting name)
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Modules/SB16 - Stub driver, nowhere near complete
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Qemu ARM script, TODO list
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Just some little notes
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Usermode - Stub UDP tester (in the form of a DNS client)
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Kernel/x86_64 - Oops, forgot some files
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Kernel/x86 - Fixed build and run after x86_64 and arm7...
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Kernel/arm7 - Debugging
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Kernel - Unlocked debug lock when entering kernel panic
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Kernel/vfs - Minor error reporting changes
|
commit | commitdiff | tree |
2011-09-25 |
John Hodge | Modules/IPStack - Updated worker thread invocation
|
commit | commitdiff | tree |
2011-09-24 |
John Hodge | Kernel/arm7 - Now with less crash
|
commit | commitdiff | tree |
2011-09-23 |
John Hodge | SpiderScript - Light speedups, planning for smarter...
|
commit | commitdiff | tree |
2011-09-23 |
John Hodge | Kernel/x86 - Indent fixes only
|
commit | commitdiff | tree |
2011-09-23 |
John Hodge | Kernel/x86_64 - Fucking about removing inline asm
|
commit | commitdiff | tree |
2011-09-23 |
John Hodge | Updated to allow build number to be obtained far easier
|
commit | commitdiff | tree |
2011-09-23 |
John Hodge | Kernel/arm7 - Fixing, manages to start pmm init
|
commit | commitdiff | tree |
2011-09-23 |
John Hodge | Kernel/arm7 - Serial works (realview-pb-a8)
|
commit | commitdiff | tree |
2011-09-21 |
John Hodge | SpiderScript - Speedup fixes to bytecode
|
commit | commitdiff | tree |
2011-09-21 |
John Hodge | SpiderScript - Fixes, SpiderWeb's print_test.sw works
|
commit | commitdiff | tree |
2011-09-21 |
John Hodge | SpiderScript - Bugfixing, most bytecode runs now
|
commit | commitdiff | tree |
2011-09-20 |
John Hodge | SpiderScript - Bytecode now _runs_ still buggy
|
commit | commitdiff | tree |
2011-09-18 |
John Hodge | SpiderScript - Cleaning and sorting
|
commit | commitdiff | tree |
2011-09-18 |
John Hodge | SpiderScript - Restructured to be able to keep bytecode...
|
commit | commitdiff | tree |
2011-09-17 |
John Hodge | SpiderScript - More changes, cleaning up
|
commit | commitdiff | tree |
2011-09-17 |
John Hodge | SpiderScript - Huge changes to introduce bytecode support
|
commit | commitdiff | tree |
2011-09-09 |
John Hodge | Changed Proc_StartUser to use SYSRET
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | IPStack - Fiddling with firewall
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Usermode/ld-acess - Fixed for x86_64 syscall interface
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/x86_64 - Implemented SYSCALL in x86_64 port
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel - Removed debug from elf and mmap
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel - Trace messages now only go to debug (not VTerm)
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/x86_64 - Fixed MM bugs and StartProcess
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Usermode/ld-access - Fixed issues linking with libld...
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Usermode - Changed install dir to $(DISTROOT)/$(ARCH...
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/tpl_phys - Fixed bug in GetPageNode
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/vterm - Attempting to fix scrolling issues
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Modules/ATA - Hack/fix for x86-64 ATA
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel - Updated ELF loader to support ELF64
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/x86-64 - Updated and debug
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/arm7 - Fiddling, still having issues with VMM
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel/arm7 - Updated ARM7 code to newer HAL API changes
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Updated Usermode FInfo structure to match the kernel...
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Usermode/ld-acess - Disabled PIC (not needed)
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel - Added current thread ID to log messages
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel - Working on IOCache using page sized blocks
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel/arm7 - Fixed SPINLOCK to use the swap opcode
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel - Fixed Binary_MapIn not closing its handle
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel/mmap - Fixed pages being derefed, and memory...
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel - Improved debug in threads.c
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel/x86 - Misc fixes
|
commit | commitdiff | tree |
2011-08-26 |
John Hodge | Kernel - Fixing binary loader and MMap
|
commit | commitdiff | tree |
2011-08-26 |
John Hodge | Usermode/ld-acess - Fixing ELF loader modifying .text...
|
commit | commitdiff | tree |
2011-08-26 |
John Hodge | Kernel/x86 - Added node display to DumpTables, fixed...
|
commit | commitdiff | tree |
2011-08-25 |
John Hodge | Kernel/ELF - Fixed ELF segment permissions
|
commit | commitdiff | tree |
2011-08-25 |
John Hodge | Kernel/x86 - Implemented VFS node in PMM, debugging...
|
commit | commitdiff | tree |
2011-08-24 |
John Hodge | Kernel - Bugfixing mmap and new binary loading
|
commit | commitdiff | tree |
2011-08-24 |
John Hodge | Modules/FAT - Implemented GetNodeFromINode
|
commit | commitdiff | tree |
2011-08-24 |
John Hodge | Kernel/x86 - Fixed bug MM_DumpTables
|
commit | commitdiff | tree |
2011-08-24 |
John Hodge | Kernel - Fixes to Proc_Clone usage in x86
|
commit | commitdiff | tree |
2011-08-24 |
John Hodge | Kernel/vfs - Fixing OpenInode support
|
commit | commitdiff | tree |
2011-08-23 |
John Hodge | Merge commit 'eb98f1f2915446ef05120482a2fc353c76330b50...
|
commit | commitdiff | tree |
2011-08-23 |
John Hodge | Kernel/x86 - Fixed usage of Proc_Clone
|
commit | commitdiff | tree |
2011-08-23 |
John Hodge | Kernel - Converted binary loading to mmap
|
commit | commitdiff | tree |
2011-08-22 |
John Hodge | Kernel - Preparing for ELF64 support
|
commit | commitdiff | tree |
next |