tpg/acess2.git
2011-10-24 John HodgeAcessNative - Implemented ReadDir in nativefs
2011-10-24 John HodgeKernel - Made tFInfo packed to fix size mismatches...
2011-10-24 John HodgeUsermode/include - Added packed statement to t_sysFInfo
2011-10-24 John HodgeAcessNative - Now can use the `dir` CLIShell builtin
2011-10-23 John HodgeKernel/DrvUtil - Fixed compile error on ARMv7
2011-10-23 John HodgeUsermode/ld-acess - Fixed warning when debug is enabled
2011-10-23 John HodgeKernel/VTerm - Fixed not changing VT resolution when...
2011-10-23 John HodgeAcessNative/ld-acess - Fixed forgetting to update for...
2011-10-23 John HodgeKernel - Fixed infinite loop in memmove (exposed by...
2011-10-23 John HodgeUsermode - Finally cleaned up ELF32 relocation
2011-10-23 John HodgeMakefile - Added version number configuration
2011-10-23 John HodgeAcessNative - Cleanup and slight fixes.
2011-10-22 John HodgeMisc - Fixed all-install not setting up destination...
2011-10-22 John HodgeUsermode/AxWin2 - Made the cursor a little neater
2011-10-22 John HodgeKernel/drvutil - Added 24bpp support
2011-10-22 John HodgeMakeReleaseSet - Fixed two tiny issues
2011-10-22 John HodgeUsermode/axwin2 - Added full mouse/cursor support ... rel0.13
2011-10-22 John HodgeKernel/APIs - Commenting fix in Joystick
2011-10-22 John HodgeUsermode/include - Terminal device changes (TODO: use...
2011-10-22 John HodgeKernel/VTerm - Rewrote cursor handling to support FB...
2011-10-22 John HodgeKernel/drvutil - Fixes to cursor handling
2011-10-22 John HodgeKernel/armv7 - Debug changes, nothing more
2011-10-22 John HodgeModules/VESA - Cleaned the code a little
2011-10-22 John HodgeModules/BochsGA - Added DrvUtil cursor support
2011-10-22 John HodgeKernel/Makefile - Fixed error when starting a new build
2011-10-22 John HodgeKernel/api_video - Oops, forgot this
2011-10-22 John HodgeKernel/VTerm - Disabled cursor unless the terminal...
2011-10-22 John HodgeModules/VESA - Added cursor support (with blinking)
2011-10-22 John HodgeKernel/drvutil - Fiddling with software cursor
2011-10-21 John HodgeKernel/armv7 - Fixed error messages having invalid...
2011-10-21 John HodgeKernel - memmove improved (but with an assumption)
2011-10-20 John HodgeKernel/armv7 - Moved to asssembly 32-bit divide
2011-10-20 John HodgeKernel/armv7 - Fixed Proc_NewKThread, included lib...
2011-10-20 John HodgeKernel/armv7 - Improved memcpy
2011-10-20 John HodgeKernel/vterm - Removed an unneeded divide
2011-10-20 John HodgeKernel/armv7 - Fixed worker thread creation
2011-10-20 John HodgeKernel/armv7 - Fixing some unneeded errors
2011-10-20 John HodgeKernel - Updated free's error checking to print the...
2011-10-20 John HodgeModules/PL110 - Added support for the Versatile version
2011-10-20 John HodgeKernel/armv7 - Fixed MM_Clone bug, moved cache invalida...
2011-10-20 John HodgeUsermode/ld-acess - Fixed ARM relocations
2011-10-20 John HodgeMakefile - Added source output to x86_64 DISASM variable
2011-10-20 John HodgeKernel/x86_64 - Added backtrace on user page fault
2011-10-20 John HodgeUsermode/ld-acess - Fixed error in x86_64 clone syscall
2011-10-20 John HodgeUsermode/libc - Fixed libc from assuming 32-bit pointer...
2011-10-20 John HodgeApplications/cat - Added error check
2011-10-19 John HodgeModules/PL110 - Helps if I fix this too
2011-10-19 John HodgeModules/VESA - Changed to use DrvUtil functions
2011-10-19 John HodgeKernel/APIs - Moved buffer mode to FBInfo
2011-10-19 John HodgeKernel - Fixed error when checking syscall params
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
next

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