tpg/acess2.git
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 HodgeIPStack - Fixed TCP locking up when the receive buffer...
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-06 John HodgeUsermode/telnet - Added default port number
2011-08-06 John HodgeFAT - Removed unneeded malloc() calls
2011-08-06 John HodgeIPStack - Cleaned up unneeded malloc() calls
2011-08-04 John HodgeUsermode/irc - Fixes to long line rendering, misc other...
2011-08-04 John HodgeIPStack - Changed IPv4_Checksum to use a word count
2011-08-04 John HodgeRTL8139 - Fixed Rx wrap bugs
2011-08-04 John HodgeUsermode/irc - Fixes
2011-08-04 John HodgeUsermode/axwin2 - Commenting changes
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-08-04 John HodgeIPStack - Fixed TCP checksuming
2011-08-04 John HodgeRT8139 - Fixed to use Mutexes to control access to...
2011-08-04 John HodgeUsermode/libc - Fixed implementation of atexit and...
2011-08-02 John HodgeRTL8139 - Fixed not clearing IO bit in BAR
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-28 John HodgeModules/VGA - Implemented 2DOPS and fixed implementation
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 HodgeUsermode Build - Updated makefiles to compile needed...
2011-07-06 John HodgeAxWin2 - Added mouse support (well, it now reads the...
2011-07-06 John HodgePS2Mouse - Reworked driver to conform with Joystick...
2011-07-06 John HodgeModules/x86 - Needs a makefile :)
2011-07-06 John HodgeRemoving old attempt at UDI interface
2011-07-06 John HodgeKernel - Reworked PCI API to be cleaner
2011-07-05 John HodgeMisc changes
2011-07-05 John HodgeFDD Driver - Fixing bugs exposed in x86_64 testing
2011-07-03 John HodgeKernel - Absently cleaning up (minor presentation changes)
2011-07-03 John HodgeIRC - Set server to Qemu host address (better for debug...
2011-07-03 John HodgeIPStack - Fixed invalid window size in outgoing TCP...
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 HodgeUsermode/testclient - Fixes for debugging
2011-07-02 John HodgeKernel - Fixed up a lack of const-ness
2011-07-02 John HodgeAcessNative - Debugging and implementing, getting there now
2011-07-02 John HodgeIPStack - Fixing bugs in TCP close
2011-06-29 John HodgeOops, no makefile for input :)
2011-06-22 John HodgeAcessNative - Fixing Fixing Fixing
2011-06-16 John HodgeKernel - Implemented waking from semaphores
2011-06-16 John HodgeAxWin2 - Debugging and misc
2011-06-16 John HodgeUsermode - IRC Client
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-06 John HodgeRTL8136 - Implementing
2011-06-06 John HodgeAxWin2 - More fiddling, working in windows
2011-06-05 John HodgeAxWin2 - Minor commenting change
2011-06-05 John HodgeKernel - Fixed heap debug issue with valid side not...
2011-06-05 John HodgeAxWin2 - More fiddling, almost ready now :)
2011-06-05 John HodgeAxWin2 - Cleaned out messy code
2011-06-05 John HodgeAxWin2 - More fiddling
2011-06-04 John HodgeAxWin2 - Fiddling, almost ready for testing :)
2011-06-03 John HodgeAdded gitignore rules
2011-06-03 John HodgeDeleted axwin0 (now backed up)
2011-06-03 John HodgeBackup - Adding design for AxWin3 to git
2011-06-03 John HodgeBackup - Adding AxWin0 to git, just so it's backed up
2011-06-03 John HodgeMisc changes
2011-06-03 John HodgeAxWin2 - Huge changes, getting to the working point
2011-05-30 John HodgeAxWin - Re-added Proc message support
2011-05-30 John HodgeAxWin - General cleaning
2011-05-30 John HodgeAxWin - Re-structured to share headers between clients...
2011-05-30 John HodgeAxWin - axwin2 headers
2011-05-30 John HodgeWorking on AxWin2
2011-05-30 John HodgeIPStack - Misc logging changes
2011-05-29 John HodgeAxWin2 - Working in UDP based IPC, select() for input
2011-05-29 John HodgeIPStack - Removed client/server structure from UDP...
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...
next

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