Kernel - Fixed double-lock caused by workqueue
[tpg/acess2.git] / Kernel /
2011-11-30 John HodgeKernel - Fixed double-lock caused by workqueue
2011-11-30 John HodgeModules/InitRD - Fixing ARM bug (actually in boot args)
2011-11-30 John HodgeKernel - Added (completely untested) m68k port
2011-11-30 John HodgeBuild - Restructured configuration
2011-11-29 John HodgeKernel - Disable nested locks in x86, added workqueue...
2011-11-29 John HodgeKernel - Added a FIFO to thread code
2011-11-28 John HodgeKernel/VTerm - Why did I remove the redraw?
2011-11-27 John HodgeMerge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2011-11-27 John HodgeKernel/x86 - Oops, bad entry
2011-11-26 John HodgeKernel - Removed some unneeded logging statements
2011-11-26 John HodgeModules/USB - Coming along, reading descriptors now
2011-11-24 John HodgeKernel/vfs - Slight debugging changes in select()
2011-11-24 John HodgeKernel - Fixed a double-lock in message handling
2011-11-21 John HodgeKernel - Fixing vterm bug with 32-bit input, slight...
2011-11-20 John HodgeKernel - Cleaning up a little (implemented MIN and...
2011-11-20 John HodgeKernel/Keyboard - Changed keyboard API to facilitate...
2011-11-20 John HodgeKernel - Cleaned up a little (re-enabled cursor too)
2011-11-17 John HodgeKernel/syscalls - Fixed LogF format error causing TID...
2011-11-12 John HodgeKernel - Fixed not using %p for a pointer
2011-11-12 John HodgeKernel/x86_64 - More bugfixes, I suspect the PMM code...
2011-11-12 John HodgeKernel/x86_64 - Fixed bugs exposed by -O3
2011-11-12 John HodgeKernel/vfs - Debugging changes (and some limits to...
2011-11-11 John HodgeKernel - Fixing very slow CheckMem function
2011-11-11 John HodgeKernel - Fixing bugs exposed by enabling -O3
2011-11-11 John HodgeKernel/threads - Cleaning out delete queue
2011-11-11 John HodgeKernel - Split Mutexes/Semaphores out
2011-11-11 John HodgeKernel/x86 - Added SSE/FPU state saving, not fully...
2011-11-11 John HodgeKernel - Disabled -fno-builtins, removed some unneeded...
2011-11-11 John HodgeKernel/syscalls - Added timestamp to user debug
2011-11-11 John HodgeKernel/x86 - Distinguished tracing of unaligned memcpys...
2011-11-11 John HodgeKernel/VTerm - Cleaning up to remove unneeded memcpy...
2011-11-08 John HodgeKernel - Debugging memcpy use, cut down on some in...
2011-11-08 John HodgeKernel - Fixed IPC messages failing when list is emptied
2011-11-03 John HodgeKernel - Debugging
2011-10-29 John HodgeKernel/x86_64 - Combined EFER modifcations into one
2011-10-29 John HodgeKernel/x86_64 - Fixed recursive page fault, wasn't...
2011-10-28 John HodgeKernel/x86_64 - Fixed typo in kernel version line
2011-10-28 John HodgeKernel/PCI - Fixed bug causing all BARs to be off
2011-10-28 John HodgeKernel - Updated makefiles to provide a better version...
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 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-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 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 HodgeKernel - Made tFInfo packed to fix size mismatches...
2011-10-23 John HodgeKernel/DrvUtil - Fixed compile error on ARMv7
2011-10-23 John HodgeKernel/VTerm - Fixed not changing VT resolution when...
2011-10-23 John HodgeKernel - Fixed infinite loop in memmove (exposed by...
2011-10-22 John HodgeKernel/drvutil - Added 24bpp support
2011-10-22 John HodgeKernel/APIs - Commenting fix in Joystick
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 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 HodgeKernel/armv7 - Fixed MM_Clone bug, moved cache invalida...
2011-10-20 John HodgeKernel/x86_64 - Added backtrace on user page fault
2011-10-19 John HodgeKernel/APIs - Moved buffer mode to FBInfo
2011-10-19 John HodgeKernel - Fixed error when checking syscall params
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 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 - Added DEPS variable for inter-module includes
2011-10-17 John HodgeChanged i386 build to x86
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 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 HodgeKernel - Cleaning up proc/syscalls
next

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