tpg/acess2.git
2011-10-09 John HodgeFix clean all script for renamed armv7 arch rel0.11
2011-10-09 John HodgeKernel/x86_64 - Fixed usage of IA32_FMASK
2011-10-09 John HodgeModules/FDDv2 - Fixed incorrect usage of 'B', added...
2011-10-09 John HodgeKernel - Cleaning up a little
2011-10-09 John HodgeKernel/x86_64 - Fixed not resetting IF after SYSCALL...
2011-10-09 John HodgeModules/ISADMA - Removed commented out cli/sti
2011-10-09 John HodgeModules/FDD - Heaps of changes when debugging, may...
2011-10-09 John HodgeModules/FDDv2 - Completed, seems to work
2011-10-09 John HodgeModules/FDDv2 - VFS interface almost done, Caching...
2011-10-08 John HodgeModules - Adding rewrite of the FDD driver
2011-10-08 John HodgeMisc changes
2011-10-08 John HodgeModules/PS2KbMouse - Fixing PL050 bugs
2011-10-08 John HodgeKernel/armv7 - Working on interrupt support, currently...
2011-10-08 John HodgeModules/armv7 - GIC support coming along
2011-10-08 John HodgeUsermode - More ARM stuff
2011-10-08 John HodgeImplementing parts of the ARM usermode
2011-10-07 John HodgeConfig - Added ARMv7 GIC to build conf
2011-10-07 John HodgeModules/armv7 - Added stub IRQ_AddHandler to GIC
2011-10-07 John HodgeModules/armv7 - Fixing PL050 support
2011-10-07 John HodgeKernel/arm7 - Implementing some MMU functions
2011-10-07 John HodgeConfig - Removed UDI from build, never completed
2011-10-07 John HodgeNotes - Update to cross compile notes
2011-10-06 John HodgeKernel/x86_64 - Commenting and cleanup
2011-10-06 John HodgeUsermode/libc - Look ma! setjmp
2011-10-06 John HodgeReworking usermode/libc to closer C compliance
2011-10-05 John HodgeKernel - Fixed vterm corruption at end of buffer
2011-10-05 John HodgeAcessNative - Fixing build
2011-10-05 John HodgeModules/PS2KbMouse - Fixed 8042 not being initialised
2011-10-05 John HodgeKernel/proc - Fixed version display
2011-10-04 John HodgeModules/armv7 - Adding a stub GIC driver
2011-10-04 John HodgeUSB Testing
2011-10-04 John HodgeModules - Switched GNU99
2011-10-04 John HodgeModules/FDD - Trying to fix fdd behavior
2011-10-04 John HodgeModules/USB - Fiddling with USB
2011-10-04 John HodgeKernel - Cleaning up unneeded messages
2011-10-04 John HodgeKernel/x86_64 - Bugfixing, cleaning up scheduling
2011-10-04 John HodgeModules/PS2KbMouse - Adding pl050 support
2011-10-04 John HodgeUsermode/ld-acess - Fixing elf64 support (and x86-64)
2011-10-04 John HodgeKernel/armv7 - Fixed lack of in*/out* functions
2011-09-28 John HodgeKernel - Added pointer to IRQ callbacks
2011-09-28 John HodgeModules/USB - Working on things :)
2011-09-28 John HodgeKernel/vterm - Tiny commenting/indenting change
2011-09-27 John HodgeModules/USB - Working on USB support again
2011-09-27 John HodgeKernel/x86 - Disabled task tracing
2011-09-27 John HodgeKernel/armv7 - Task switching now supported
2011-09-27 John HodgeKernel/armv7 - Renamed to reduce confusion
2011-09-27 John HodgeKernel/arm7 - Tiny bugfix in NewKThread
2011-09-27 John HodgeModules - Moved to using object directories
2011-09-26 John HodgeKernel/arm7 - NewKThread (partially) implemented
2011-09-26 John HodgeKernel/arm7 - Working on threading
2011-09-26 John HodgeKernel - Added Proc_Rescedule support
2011-09-26 John HodgeKernel - Fixes to build info file
2011-09-26 John HodgeKernel/vfs - Fixed bug in VFS_ParsePath
2011-09-26 John HodgeKernel/arm7 - Fiddling on process switching
2011-09-26 John HodgeKernel/x86 - Separated timer and task switching
2011-09-26 John HodgeKernel/x86_64 - Separated task switching from timer...
2011-09-26 John HodgeModules/FDD - Fixed random bug
2011-09-26 John HodgeUsermode/ld-acess - Adding elf64 support
2011-09-26 John HodgeKernel/x86_64 - Debugging iret->CPL3 crash
2011-09-26 John HodgeModules/ATA - Fiddling for bugfixing, bug was elsewhere...
2011-09-26 John HodgeKernel/x86_64 - Bugfixing
2011-09-25 John HodgeModules/PS2KbMouse - Broke 8042 specific code out
2011-09-25 John HodgeKernel/arm7 - Fiddling with PCI etc
2011-09-25 John HodgeKernel/arm7 - Removed debug statement from VMM
2011-09-25 John HodgeKernel/arm7 - Starts, but no IO and task switching...
2011-09-25 John HodgeUsermode - Added sys/stat.h to help with cross compiles
2011-09-25 John HodgeKernel - Oops, no compile test
2011-09-25 John HodgeKernel - Untested template stack based PMM
2011-09-25 John HodgeRenamed tpl_drv_* to api_drv_* (a more fitting name)
2011-09-25 John HodgeModules/SB16 - Stub driver, nowhere near complete
2011-09-25 John HodgeQemu ARM script, TODO list
2011-09-25 John HodgeJust some little notes
2011-09-25 John HodgeUsermode - Stub UDP tester (in the form of a DNS client)
2011-09-25 John HodgeKernel/x86_64 - Oops, forgot some files
2011-09-25 John HodgeKernel/x86 - Fixed build and run after x86_64 and arm7...
2011-09-25 John HodgeKernel/arm7 - Debugging
2011-09-25 John HodgeKernel - Unlocked debug lock when entering kernel panic
2011-09-25 John HodgeKernel/vfs - Minor error reporting changes
2011-09-25 John HodgeModules/IPStack - Updated worker thread invocation
2011-09-24 John HodgeKernel/arm7 - Now with less crash
2011-09-23 John HodgeSpiderScript - Light speedups, planning for smarter...
2011-09-23 John HodgeKernel/x86 - Indent fixes only
2011-09-23 John HodgeKernel/x86_64 - Fucking about removing inline asm
2011-09-23 John HodgeUpdated to allow build number to be obtained far easier
2011-09-23 John HodgeKernel/arm7 - Fixing, manages to start pmm init
2011-09-23 John HodgeKernel/arm7 - Serial works (realview-pb-a8)
2011-09-21 John HodgeSpiderScript - Speedup fixes to bytecode
2011-09-21 John HodgeSpiderScript - Fixes, SpiderWeb's print_test.sw works
2011-09-21 John HodgeSpiderScript - Bugfixing, most bytecode runs now
2011-09-20 John HodgeSpiderScript - Bytecode now _runs_ still buggy
2011-09-18 John HodgeSpiderScript - Cleaning and sorting
2011-09-18 John HodgeSpiderScript - Restructured to be able to keep bytecode...
2011-09-17 John HodgeSpiderScript - More changes, cleaning up
2011-09-17 John HodgeSpiderScript - Huge changes to introduce bytecode support
2011-09-09 John HodgeChanged Proc_StartUser to use SYSRET
2011-09-08 John HodgeIPStack - Fiddling with firewall
2011-09-08 John HodgeUsermode/ld-acess - Fixed for x86_64 syscall interface
2011-09-08 John HodgeKernel/x86_64 - Implemented SYSCALL in x86_64 port
2011-09-08 John HodgeKernel - Removed debug from elf and mmap
2011-09-08 John HodgeKernel - Trace messages now only go to debug (not VTerm)
next

UCC git Repository :: git.ucc.asn.au