Kernel - Fixed double-lock caused by workqueue
[tpg/acess2.git] / Kernel / include /
2011-11-29 John HodgeKernel - Added a FIFO to thread code
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-11 John HodgeKernel - Fixing very slow CheckMem function
2011-11-11 John HodgeKernel/threads - Cleaning out delete queue
2011-11-11 John HodgeKernel - Split Mutexes/Semaphores out
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-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/api_video - Oops, forgot this
2011-10-22 John HodgeKernel/drvutil - Fiddling with software cursor
2011-10-19 John HodgeKernel/APIs - Moved buffer mode to FBInfo
2011-10-18 John HodgeKernel - Doxygen fixes
2011-10-18 John HodgeKernel/drvutil - Adding software cursor support
2011-10-17 John HodgeModules/PS2KbMouse - Bugfixing (alignment issue)
2011-10-17 John HodgeModules - Added DEPS variable for inter-module includes
2011-10-17 John HodgeKernel/tpl_mm_phys - Added improved debug when allocati...
2011-10-16 John HodgeModules/PL110 - Added ARM PL110 CLCD driver
2011-10-15 John HodgeKernel - Cleaning up proc/syscalls
2011-10-14 John HodgeKernel/armv7 - Fixing bugs, Proc_Clone works now
2011-10-12 John HodgeKernel - Changed Threads_CloneTCB (removed Err ptr)
2011-10-12 John HodgeMajor build system changes
2011-10-07 John HodgeKernel/arm7 - Implementing some MMU functions
2011-10-05 John HodgeKernel - Fixed vterm corruption at end of buffer
2011-10-04 John HodgeKernel/armv7 - Fixed lack of in*/out* functions
2011-09-28 John HodgeKernel - Added pointer to IRQ callbacks
2011-09-26 John HodgeKernel - Added Proc_Rescedule support
2011-09-26 John HodgeKernel - Fixes to build info file
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 HodgeKernel/arm7 - Debugging
2011-09-08 John HodgeKernel/tpl_phys - Fixed bug in GetPageNode
2011-08-28 John HodgeKernel/arm7 - Updated ARM7 code to newer HAL API changes
2011-08-28 John HodgeKernel - Improved debug in threads.c
2011-08-26 John HodgeKernel - Fixing binary loader and MMap
2011-08-24 John HodgeKernel/vfs - Fixing OpenInode support
2011-08-23 John HodgeMerge commit 'eb98f1f2915446ef05120482a2fc353c76330b50...
2011-08-23 John HodgeKernel - Converted binary loading to mmap
2011-08-22 John HodgeKernel/arm7 - Stubbing functions, now compiles and...
2011-08-21 John HodgeKernel/arm7 - Working on ARM7 port
2011-08-20 John HodgeKernel/x86_64 - Working on 64-bit build, required rewor...
2011-08-16 John HodgeKernel - Implementing infrastructure for GetNodeFromINode
2011-08-07 John HodgeKernel - Removed #include <adt.h> from acess.h, reduce...
2011-08-07 John HodgeKernel - Fixed concurrency in the RingBuffer type
2011-08-06 John HodgeKernel - Cleaning up unneeded malloc() calls
2011-08-04 John HodgeChanged Video device spec to implement cursors
2011-07-28 John HodgeKernel - Misc cleanup in PCI
2011-07-19 John HodgeKernel - Oops, forgot to change the export definitions
2011-07-18 John HodgeKernel - Added an errno macro (implemented with TLS)
2011-07-18 John HodgeKernel - Reworked x86 physical memory allocation
2011-07-18 John HodgeKernel - Fiddling with MMap
2011-07-18 John HodgeKernel - Implemented strcat/strncat
2011-07-17 John HodgeKernel - Adding support for MMap (untested)
2011-07-11 John HodgeKernel - VFS mmap spec (Node level)
2011-07-06 John HodgePS2Mouse - Reworked driver to conform with Joystick...
2011-07-06 John HodgeKernel - Reworked PCI API to be cleaner
2011-07-02 John HodgeKernel - Changed VFS_SelectNode to be able to watch...
2011-07-02 John HodgeKernel - Fixed up a lack of const-ness
2011-06-16 John HodgeKernel - Implemented waking from semaphores
2011-06-07 John HodgeNetworking - Heaps of changes
2011-06-07 John HodgeNetworking - Bugfixing in IPStack/RTL8139 driver
2011-05-30 John HodgeWorking on AxWin2
2011-05-29 John HodgeMoved to BASE_IOCTLS() macro for keyboard driver
2011-05-28 John HodgeMouse driver and AxWin
2011-05-28 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2011-05-28 John HodgeKernel - More work on ARM port
2011-05-25 John HodgeMerge branch 'master' of [email protected]:acess2
2011-05-16 John HodgeHore work to allow ARM builds
2011-05-07 John HodgeCleaning up and Debugging (Exposed by AcessNative mostly)
2011-05-07 John HodgeBroke threads.h into two files (for better isolation)
2011-03-23 John HodgeCleaning up mostly
2011-03-02 John Hodge*partial commit* - Added debut name to VFS_SelectNode
2011-03-01 John HodgeUsermode implementation of select()
2011-02-28 John HodgeMoved to using a perl syscall generation script
2011-02-28 John HodgeImplementing (and using) select() at kernel level
2011-02-27 John HodgeKernel - Implementing select()
2011-02-17 John HodgeFixed `make install` issues, bugs with VESA rel0.07
2011-02-14 John HodgeAdded some very pedantic warning flags
2011-02-13 John HodgeReworked semaphores to be symetric
2011-02-12 John HodgeTSC backed timekeeping, 64-bit integer printing
2011-02-12 John HodgeBig bugfixes from trying a Clone/fork bomb
2011-02-02 John HodgeFixed compile errors, added Semaphore code
2011-01-22 John HodgeLots of work on the AcessNative kernel
2010-12-10 John HodgeFixed places where char* was used in place of const...
2010-12-10 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2010-12-10 John HodgeCleaning up code, and separating a little to allow...
2010-12-09 thePowersGangNear-Complete Joystick spec
2010-12-02 thePowersGangDraft Joystick spec (used for mouse driver)
2010-11-21 John HodgeFiddling with IPStack
2010-11-06 John HodgeComposite commit (GUI / Networking)
2010-10-29 John HodgeBug was in Heap_Realloc
2010-10-29 John HodgeAttempting to fix heap corruption
2010-10-19 John HodgeBuglocating: Some random corruption in VFS, FDD lockups
2010-10-03 John HodgeRefactored thread switching code to support compile...
next

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