tpg/acess2.git
2011-10-28 John HodgeKernel/armv7 - Cleaning up debug
2011-10-28 John HodgeKernel/VFS - Disabled debug in VFS_MMap
2011-10-28 John HodgeKernel/threads - Removed another nested lock
2011-10-28 John HodgeUsermode/ld-acess - Moved ARMv7 ld-acess to top of...
2011-10-28 John HodgeKernel/VFS - Fixed MMAP_MAP_ANONYMOUS not taking offset...
2011-10-28 John HodgeKernel/armv7 - Fixed not zeroing course table (and...
2011-10-27 John HodgeKernel/armv7 - Cleaing up mostly
2011-10-27 John HodgeUsermode/AxWin3 - Fiddling
2011-10-26 John HodgeUsermode - Removed unused (and fat) pcidump utility
2011-10-26 John HodgeUsermode/ld-acess - Added support for R_ARM_COPY
2011-10-26 John HodgeModules/armv7 - Just a little debug
2011-10-26 John HodgeKernel/vfs - Added MMAP_PROT_EXECUTE support (needed...
2011-10-26 John HodgeKernel/armv7 - Bugfixes
2011-10-26 John HodgeKernel/armv7 - Implementing COW
2011-10-26 John HodgeUsermode/axwin3 - Copying parts of AxWin2 over to get...
2011-10-26 John HodgeUsermode/ld-acess - Fixed ARMv7 syscalls to save LR...
2011-10-26 John HodgeKernel/armv7 - Bugfixing, implemented protection fully...
2011-10-24 John HodgeOops, forgot some files
2011-10-24 John HodgeKernel - Cleaned up rear PCI api
2011-10-24 John HodgeKernel - Fixing up doxygen commenting
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...
next

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