tpg/acess2.git
2011-10-19 John HodgeUsermode/ld-acess - Implemented R_836_COPY and R_X86_64...
2011-10-19 John HodgeUsermode/ld-acess - Fixed crash when arguments are...
2011-10-18 John HodgeKernel/x86 - Compile fixes for newer gcc
2011-10-18 John HodgeKernel - Doxygen fixes
2011-10-18 John HodgeKernel/drvutil - Adding software cursor support
2011-10-18 John HodgeKernel/x86 - Fixed warnings in newer versions of GCC
2011-10-17 John HodgeMisc fixes, and I think I broke ld-acess x86_64 a while...
2011-10-17 John HodgeUsermode - Build fixes (slight ones)
2011-10-17 John HodgeKernel/x86_64 - Misc commenting
2011-10-17 John HodgeKernel/x86 - Fixed bug in user start, hidden by not...
2011-10-17 John HodgeModules/PS2KbMouse - Bugfixing (alignment issue)
2011-10-17 John HodgeModules/BochsGA - Debugging and porting to newer APIs
2011-10-17 John HodgeModules/SunRPC - Stubbed
2011-10-17 John HodgeUsermode/include - A pile of hack known as the Acess...
2011-10-17 John HodgeModules - Added DEPS variable for inter-module includes
2011-10-17 John HodgeOops, forgot the smp config
2011-10-17 John HodgeChanged i386 build to x86
2011-10-17 John HodgeModules/PL110 - Commenting
2011-10-17 John HodgeKernel/armv7 - Bugfixing (PAddr != PAGE_SIZE)
2011-10-17 John HodgeKernel/heap - Debug fixes
2011-10-17 John HodgeKernel/tpl_mm_phys - Added improved debug when allocati...
2011-10-16 John HodgeKernel - Heap debugging changes
2011-10-16 John HodgeKernel/vterm - Changed VTerm to be less x86 centric
2011-10-16 John HodgeKernel/x86_64 - Unbroke user stack creation
2011-10-16 John HodgeAdded PL110 to ARMv7 build
2011-10-16 John HodgeKernel/armv7 - Fixing/breaking things
2011-10-16 John HodgeModules/PL110 - Added ARM PL110 CLCD driver
2011-10-15 John HodgeCommenting and cleanup
2011-10-15 John HodgeKernel/armv7 - Added cache invalidate syscall
2011-10-15 John HodgeUsermode/ld-acess - Sorting and improvements to ld...
2011-10-15 John HodgeUsermode/ld-acess - Syscall stub changes
2011-10-15 John HodgeUsermode/acess.ld - Fixed ARMv7 not loading headers
2011-10-15 John HodgeKernel - Cleaning up proc/syscalls
2011-10-15 John HodgeKernel/threads - Removing nested locks
2011-10-15 John HodgeKernel/armv7 - Bugfixing, can get to user relocation now
2011-10-14 John HodgeMakefile - Added a kernel mode make all (without install)
2011-10-14 John HodgeModules/InitRD - Added inode number lookup support
2011-10-14 John HodgeKernel/armv7 - Implemetned Hivecs, fixing bugs
2011-10-14 John HodgeKernel/armv7 - Fixing bugs, Proc_Clone works now
2011-10-13 John HodgeFixes to MakeReleaseSet script
2011-10-13 John HodgeKernel - Fixing bugs
2011-10-13 John HodgeKernel/armv7 - Implementing MM_Clone and fixing MMU...
2011-10-12 John HodgeModules/InitRD - Fixed .gitignore to remove depfiles too
2011-10-12 John HodgeMakeReleaseSet - Made clean code before building
2011-10-12 John HodgeKernel/armv7 - Threading work
2011-10-12 John HodgeKernel - Changed Threads_CloneTCB (removed Err ptr)
2011-10-12 John HodgeKernel/armv7 - Set ARMv7 to use the initrd for /Acess rel0.12
2011-10-12 John HodgeModules/InitRD - Fixed dependencies in InitRD script
2011-10-12 John HodgeUsermode - Fixed GAS/NASM detection
2011-10-12 John HodgeMajor build system changes
2011-10-12 John HodgeKernel/armv7 - Fixed edge case in __divmod64
2011-10-12 John HodgeModules/GIC - Fixed interrupt handling
2011-10-11 John HodgeUsermode/ld-acess - COPY relocation (no clue what it...
2011-10-11 John HodgeKernel/x86_64 - Fixed Kernel not using COW, cleanup
2011-10-11 John HodgeKernel/x86_64 - Now boots, login a little bugged though
2011-10-11 John HodgeLibraries/ld-acess - Cleaning up
2011-10-11 John HodgeKernel - MMU usage fixes
2011-10-11 John HodgeKernel/x86_64 - Implemented COW, fixed PMM bugs
2011-10-11 John HodgeKernel/armv7 - Added IRQ stack, changed IRQs to be...
2011-10-09 John HodgeUsermode/ld-acess - Fixing Elf64 support (and incorrect...
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
next

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