Usermode/ld-acess - Disabled PIC (not needed)
[tpg/acess2.git] / Modules /
2011-08-24 John HodgeModules/FAT - Implemented GetNodeFromINode
2011-08-21 John HodgeModules/Network - Added PCnet-FASTIII driver (untested...
2011-08-21 John HodgeIPStack - SCTP support, dunno how good it is, but part...
2011-08-20 John HodgeKernel - Attempting to fix scroll redraw issue
2011-08-20 John HodgeModules/InitRD - Added new files, and re-added debug
2011-08-13 John HodgeModules/USB - A little more work
2011-08-08 John HodgeKernel - Fixes from clang's scan-build tool
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 HodgeIPStack - Fixed TCP locking up when the receive buffer...
2011-08-06 John HodgeFAT - Removed unneeded malloc() calls
2011-08-06 John HodgeIPStack - Cleaned up unneeded malloc() calls
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 HodgeChanged Video device spec to implement cursors
2011-08-04 John HodgeIPStack - Fixed TCP checksuming
2011-08-04 John HodgeRT8139 - Fixed to use Mutexes to control access to...
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 HodgeModules/VGA - Implemented 2DOPS and fixed implementation
2011-07-06 John HodgePS2Mouse - Reworked driver to conform with Joystick...
2011-07-06 John HodgeModules/x86 - Needs a makefile :)
2011-07-06 John HodgeKernel - Reworked PCI API to be cleaner
2011-07-05 John HodgeFDD Driver - Fixing bugs exposed in x86_64 testing
2011-07-03 John HodgeIPStack - Fixed invalid window size in outgoing TCP...
2011-07-02 John HodgeBugfixing a hidden bug in vm8086 (to help trace a tcp...
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-11 John HodgeMisc - x86_64 port related changes
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-03 John HodgeMisc changes
2011-05-30 John HodgeIPStack - Misc logging changes
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...
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 HodgeISADMA moved out to a module
2011-05-08 John HodgeMoved PS2 Keyboard driver out to module tree (still...
2011-05-07 John HodgeUpgraded BochsGA to new specs, formatting change in...
2011-05-07 John HodgeUSB - Still non working, but fiddling with it
2011-05-07 John HodgeIPStack - Misc cleanups
2011-05-07 John HodgeIPStack - Firewall cleanups and speedups (now shoudl...
2011-04-02 John HodgeAdding forgotten files
2011-04-02 John HodgeMisc changes
2011-03-24 John HodgeCompile fixes for clang
2011-03-23 John HodgeNE2000 - Cleaning up code, moved to a semaphore
2011-03-23 John HodgeIPStack - Working on removing future packet cache
2011-03-21 John HodgeIPStack - Slight header updated
2011-03-21 John HodgeIPStack - Added ability to use /Devices/ip/routes/...
2011-03-21 John HodgeIPStack - Working on implementing IPv6
2011-03-21 John HodgeIPStack - Cleanup to ARP code (slight)
2011-03-21 John HodgeIPStack - Cleaning IPv4 code, implemented routing
2011-03-21 John HodgeIPStack - Fiddling with firewall
2011-03-21 John HodgeIPStack - Cleaning up TCP code
2011-03-21 John HodgeIPStack - Fiddling with firewall code
2011-03-02 John HodgeBedtime commit, misc changes
2011-03-02 John HodgeOverhaul of TCP code (still messy, but now WORKS!!!!)
2011-03-02 John HodgeBugfix in NE2K driver (didn't wait for the DMA to be...
2011-03-01 John HodgeFixing select() implementation (and usage)
2011-02-28 John HodgeKernel - Implemented select(), partially debugged
2011-02-28 John HodgeImplementing (and using) select() at kernel level
2011-02-27 John HodgeModules/FDD (minor) - Removed defunct code
2011-02-27 John HodgeModules/FDD - Moved head settle delay to SeekTrack...
2011-02-27 John HodgeModules/ATA - Debugging issue with VBox, problem still...
2011-02-27 John HodgeFixing makefiles
2011-02-27 John HodgeIPStack - Bugfixing (and testing IRC client)
2011-02-27 John HodgeModules/Display/VESA - Fixes to mode 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 HodgeBig bugfixes from trying a Clone/fork bomb
2011-02-02 John HodgeFixed compile errors, added Semaphore code
2011-02-02 John HodgeUpdated InitRD to new usermode layout, cleanups in...
2011-01-25 John HodgeIPStack / ifconfig - Routing changes
2011-01-24 John HodgeIPStack - Routing improvement
2011-01-23 John HodgeIPStack - Heaps of network fixes
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-11-27 John HodgeFixed false positive on VESA cursor OOB checks
2010-11-21 John HodgeFiddling with IPStack
2010-11-20 John HodgeFixing error reporting
2010-11-20 John HodgeFixing route determining
2010-11-20 John HodgeFixed IPv4 checksum (network byte order, dimwit)
2010-11-20 John HodgeGeneral fixes
2010-11-20 John HodgeCleaning up pcidump / fixed compile warning in InitRD
2010-11-20 John Hodgeifconfig - routes
2010-11-19 John HodgeMultiple IPStack Related changes (and other bugfixes)
2010-11-14 John HodgeReworked the IPStack tInterface structure
2010-11-13 John HodgeFiddling with ARP to handle routing
2010-11-07 John HodgeMore cleanup in IPStack (making routes usable)
2010-11-07 John HodgeRestructured interface code out to its own file, route...
next

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