Kernel - Cleaning up messages
[tpg/acess2.git] / Kernel /
2011-08-07 John HodgeKernel - Cleaning up messages rel0.10
2011-08-07 John HodgeKernel - Removed #include <adt.h> from acess.h, reduce...
2011-08-07 John HodgeKernel - Planning for IOCache to use pages for cache...
2011-08-07 John HodgeKernel - Updated logging to not cache messages (for...
2011-08-07 John HodgeKernel - Fixed RootFS mknod bugs
2011-08-07 John HodgeKernel - Updated thread code to add new active tasks...
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 HodgeKernel - Added %P to vsnprintf, print physical address
2011-08-04 John HodgeChanged Video device spec to implement cursors
2011-08-04 John HodgeKernel/arm7 - Still working on it
2011-07-30 John HodgeKernel - Bugfixing x86_64 port
2011-07-28 John HodgeKernel - Misc cleanup in PCI
2011-07-28 John HodgeKernel/x86_64 - Implemented UserRIP/CS
2011-07-28 John HodgeKernel - Implemented fallback to VGA when VESA is unava...
2011-07-27 John HodgeKernel - Cleaning up
2011-07-27 John HodgeKernel - Cleaning up a little
2011-07-27 John HodgeKernel - Fixed a bug in VFS_ParsePath that cause symlin...
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 - Fixed a possible infinite loop in VFS_ParsePath
2011-07-18 John HodgeKernel - Implemented strcat/strncat
2011-07-17 John HodgeFixing compile errors
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-05 John HodgeMisc changes
2011-07-03 John HodgeKernel - Absently cleaning up (minor presentation changes)
2011-07-03 John HodgeKernel - Fixed VTerm tab behavior when width is not...
2011-07-02 John HodgeKernel - Changed VFS_SelectNode to be able to watch...
2011-07-02 John HodgeBugfixing a hidden bug in vm8086 (to help trace a tcp...
2011-07-02 John HodgeKernel/x86_64 - Cleaning up unused symbols in linker...
2011-07-02 John HodgeKernel - Fixed up a lack of const-ness
2011-06-22 John HodgeAcessNative - Fixing Fixing Fixing
2011-06-16 John HodgeKernel - Implemented waking from semaphores
2011-06-16 John HodgeKernel/x86_64 - Working out bugs and unimplementeds
2011-06-12 John HodgeKernel/x86_64 - Bugfixing
2011-06-11 John HodgeKernel/x86_64 - Bugfixing
2011-06-11 John HodgeMisc - x86_64 port related changes
2011-06-11 John HodgeKernel/x86 - Emarrasing, stray " at the start of the...
2011-06-11 John HodgeKernel - x86 Fixed a couple of bugs
2011-06-11 John HodgeKernel - x86_64 mm_virt rework
2011-06-08 John HodgeVTerm - Bugfixing mostly
2011-06-07 John HodgeNetworking - Heaps of changes
2011-06-07 John HodgeNetworking - Bugfixing in IPStack/RTL8139 driver
2011-06-05 John HodgeKernel - Fixed heap debug issue with valid side not...
2011-06-03 John HodgeMisc changes
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 HodgeKernel - Finally fixed that corruption bug (description...
2011-05-28 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2011-05-28 John HodgeARM7 - Removed unneeded div header
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 HodgeARM Build (doesn't compile yet)
2011-05-16 John HodgeHore work to allow ARM builds
2011-05-08 John HodgeFiddling ready for an ARM port
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-05-07 John HodgeKernel - Instruction tracing support
2011-05-07 John HodgeMoved call to strip until install (to allow the debug...
2011-04-02 John HodgeMisc changes
2011-03-24 John HodgeMore work on x86_64 port of usermode
2011-03-24 John HodgeCompile fixes for clang
2011-03-23 John HodgeCleaning up mostly
2011-03-23 John HodgeFiddling with the x86_64 port
2011-03-02 John HodgeBedtime commit, misc changes
2011-03-02 John HodgeFixed default minium size in vsnprintf being 1 (should...
2011-03-02 John HodgeAdded debug (disabled) to Semaphore_Signal
2011-03-02 John HodgeFixed bug in kernel script parsing (uninitialised value)
2011-03-02 John Hodge*partial commit* - Added debut name to VFS_SelectNode
2011-03-02 John HodgeBugfix in Ring buffer (embarrasing)
2011-03-01 John HodgeUsermode implementation of select()
2011-03-01 John HodgeFixed vsnprintf
2011-03-01 John HodgeFixing select() implementation (and usage)
2011-03-01 John HodgeKernel - Added backtrace for user segfault
2011-02-28 John HodgeKernel - Implemented select(), partially debugged
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 - Some rational comments to select
2011-02-27 John HodgeKernel - Implementing select()
2011-02-27 John HodgeMisc changes, fixing problems with long log strings
2011-02-27 John HodgeMoved to using semaphores in VTerm
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-13 John HodgeWorking on x86_64 build
2011-02-13 John HodgeFixed a bug where stack was accessed after address...
2011-02-13 John Hodgecleanup (removed debug comment)
2011-02-13 John HodgeCleanup (debug statements removed)
2011-02-13 John HodgeChanged to a classfull sequential allocation algo
2011-02-12 John HodgeTSC backed timekeeping, 64-bit integer printing
2011-02-12 John HodgeCleaned up places where MM_Allocate was used without...
2011-02-12 John HodgeBig bugfixes from trying a Clone/fork bomb
2011-02-02 John HodgeFixed compile errors, added Semaphore code
2011-01-25 John HodgeKernel - Fixed page fault Proc_ReturnToUser
next

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