2011-10-09 |
John Hodge | Modules/FDD - Heaps of changes when debugging, may...
|
commit | commitdiff | tree |
2011-10-09 |
John Hodge | Modules/FDDv2 - Completed, seems to work
|
commit | commitdiff | tree |
2011-10-09 |
John Hodge | Modules/FDDv2 - VFS interface almost done, Caching...
|
commit | commitdiff | tree |
2011-10-08 |
John Hodge | Modules - Adding rewrite of the FDD driver
|
commit | commitdiff | tree |
2011-10-08 |
John Hodge | Misc changes
|
commit | commitdiff | tree |
2011-10-08 |
John Hodge | Modules/PS2KbMouse - Fixing PL050 bugs
|
commit | commitdiff | tree |
2011-10-08 |
John Hodge | Kernel/armv7 - Working on interrupt support, currently...
|
commit | commitdiff | tree |
2011-10-08 |
John Hodge | Modules/armv7 - GIC support coming along
|
commit | commitdiff | tree |
2011-10-08 |
John Hodge | Usermode - More ARM stuff
|
commit | commitdiff | tree |
2011-10-08 |
John Hodge | Implementing parts of the ARM usermode
|
commit | commitdiff | tree |
2011-10-07 |
John Hodge | Config - Added ARMv7 GIC to build conf
|
commit | commitdiff | tree |
2011-10-07 |
John Hodge | Modules/armv7 - Added stub IRQ_AddHandler to GIC
|
commit | commitdiff | tree |
2011-10-07 |
John Hodge | Modules/armv7 - Fixing PL050 support
|
commit | commitdiff | tree |
2011-10-07 |
John Hodge | Kernel/arm7 - Implementing some MMU functions
|
commit | commitdiff | tree |
2011-10-07 |
John Hodge | Config - Removed UDI from build, never completed
|
commit | commitdiff | tree |
2011-10-07 |
John Hodge | Notes - Update to cross compile notes
|
commit | commitdiff | tree |
2011-10-06 |
John Hodge | Kernel/x86_64 - Commenting and cleanup
|
commit | commitdiff | tree |
2011-10-06 |
John Hodge | Usermode/libc - Look ma! setjmp
|
commit | commitdiff | tree |
2011-10-06 |
John Hodge | Reworking usermode/libc to closer C compliance
|
commit | commitdiff | tree |
2011-10-05 |
John Hodge | Kernel - Fixed vterm corruption at end of buffer
|
commit | commitdiff | tree |
2011-10-05 |
John Hodge | AcessNative - Fixing build
|
commit | commitdiff | tree |
2011-10-05 |
John Hodge | Modules/PS2KbMouse - Fixed 8042 not being initialised
|
commit | commitdiff | tree |
2011-10-05 |
John Hodge | Kernel/proc - Fixed version display
|
commit | commitdiff | tree |
2011-10-04 |
John Hodge | Modules/armv7 - Adding a stub GIC driver
|
commit | commitdiff | tree |
2011-10-04 |
John Hodge | USB Testing
|
commit | commitdiff | tree |
2011-10-04 |
John Hodge | Modules - Switched GNU99
|
commit | commitdiff | tree |
2011-10-04 |
John Hodge | Modules/FDD - Trying to fix fdd behavior
|
commit | commitdiff | tree |
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 |
next |