2011-09-25 |
John Hodge | Renamed tpl_drv_* to api_drv_* (a more fitting name) |
tree | commitdiff |
2011-09-25 |
John Hodge | Modules/IPStack - Updated worker thread invocation |
tree | commitdiff |
2011-09-08 |
John Hodge | IPStack - Fiddling with firewall |
tree | commitdiff |
2011-08-21 |
John Hodge | IPStack - SCTP support, dunno how good it is, but part... |
tree | commitdiff |
2011-08-08 |
John Hodge | Kernel - Fixes from clang's scan-build tool |
tree | commitdiff |
2011-08-07 |
John Hodge | Kernel - Cleaning up messages rel0.10 |
tree | commitdiff |
2011-08-07 |
John Hodge | Kernel - Removed #include <adt.h> from acess.h, reduce... |
tree | commitdiff |
2011-08-07 |
John Hodge | IPStack - Fixed TCP locking up when the receive buffer... |
tree | commitdiff |
2011-08-06 |
John Hodge | IPStack - Cleaned up unneeded malloc() calls |
tree | commitdiff |
2011-08-04 |
John Hodge | IPStack - Changed IPv4_Checksum to use a word count |
tree | commitdiff |
2011-08-04 |
John Hodge | IPStack - Fixed TCP checksuming |
tree | commitdiff |
2011-07-03 |
John Hodge | IPStack - Fixed invalid window size in outgoing TCP... |
tree | commitdiff |
2011-07-02 |
John Hodge | Bugfixing a hidden bug in vm8086 (to help trace a tcp... |
tree | commitdiff |
2011-07-02 |
John Hodge | IPStack - Fixing bugs in TCP close |
tree | commitdiff |
2011-06-16 |
John Hodge | Kernel - Implemented waking from semaphores |
tree | commitdiff |
2011-06-07 |
John Hodge | Networking - Heaps of changes |
tree | commitdiff |
2011-06-07 |
John Hodge | Networking - Bugfixing in IPStack/RTL8139 driver |
tree | commitdiff |
2011-06-06 |
John Hodge | RTL8136 - Implementing |
tree | commitdiff |
2011-06-03 |
John Hodge | Misc changes |
tree | commitdiff |
2011-05-30 |
John Hodge | IPStack - Misc logging changes |
tree | commitdiff |
2011-05-29 |
John Hodge | IPStack - Removed client/server structure from UDP... |
tree | commitdiff |
2011-05-25 |
John Hodge | Merge branch 'master' of [email protected]:acess2 |
tree | commitdiff |
2011-05-07 |
John Hodge | IPStack - Misc cleanups |
tree | commitdiff |
2011-05-07 |
John Hodge | IPStack - Firewall cleanups and speedups (now shoudl... |
tree | commitdiff |
2011-04-02 |
John Hodge | Misc changes |
tree | commitdiff |
2011-03-24 |
John Hodge | Compile fixes for clang |
tree | commitdiff |
2011-03-23 |
John Hodge | IPStack - Working on removing future packet cache |
tree | commitdiff |
2011-03-21 |
John Hodge | IPStack - Slight header updated |
tree | commitdiff |
2011-03-21 |
John Hodge | IPStack - Added ability to use /Devices/ip/routes/... |
tree | commitdiff |
2011-03-21 |
John Hodge | IPStack - Working on implementing IPv6 |
tree | commitdiff |
2011-03-21 |
John Hodge | IPStack - Cleanup to ARP code (slight) |
tree | commitdiff |
2011-03-21 |
John Hodge | IPStack - Cleaning IPv4 code, implemented routing |
tree | commitdiff |
2011-03-21 |
John Hodge | IPStack - Fiddling with firewall |
tree | commitdiff |
2011-03-21 |
John Hodge | IPStack - Cleaning up TCP code |
tree | commitdiff |
2011-03-21 |
John Hodge | IPStack - Fiddling with firewall code |
tree | commitdiff |
2011-03-02 |
John Hodge | Bedtime commit, misc changes |
tree | commitdiff |
2011-03-02 |
John Hodge | Overhaul of TCP code (still messy, but now WORKS!!!!) |
tree | commitdiff |
2011-03-01 |
John Hodge | Fixing select() implementation (and usage) |
tree | commitdiff |
2011-02-28 |
John Hodge | Kernel - Implemented select(), partially debugged |
tree | commitdiff |
2011-02-28 |
John Hodge | Implementing (and using) select() at kernel level |
tree | commitdiff |
2011-02-27 |
John Hodge | IPStack - Bugfixing (and testing IRC client) |
tree | commitdiff |
2011-02-14 |
John Hodge | Added some very pedantic warning flags |
tree | commitdiff |
2011-02-02 |
John Hodge | Updated InitRD to new usermode layout, cleanups in... |
tree | commitdiff |
2011-01-25 |
John Hodge | IPStack / ifconfig - Routing changes |
tree | commitdiff |
2011-01-24 |
John Hodge | IPStack - Routing improvement |
tree | commitdiff |
2011-01-23 |
John Hodge | IPStack - Heaps of network fixes |
tree | commitdiff |
2011-01-22 |
John Hodge | Lots of work on the AcessNative kernel |
tree | commitdiff |
2010-12-10 |
John Hodge | Merge branch 'master' of serenade.mutabah.net:acess2 |
tree | commitdiff |
2010-12-10 |
John Hodge | Cleaning up code, and separating a little to allow... |
tree | commitdiff |
2010-11-21 |
John Hodge | Fiddling with IPStack |
tree | commitdiff |
2010-11-20 |
John Hodge | Fixing error reporting |
tree | commitdiff |
2010-11-20 |
John Hodge | Fixing route determining |
tree | commitdiff |
2010-11-20 |
John Hodge | Fixed IPv4 checksum (network byte order, dimwit) |
tree | commitdiff |
2010-11-20 |
John Hodge | General fixes |
tree | commitdiff |
2010-11-20 |
John Hodge | ifconfig - routes |
tree | commitdiff |
2010-11-19 |
John Hodge | Multiple IPStack Related changes (and other bugfixes) |
tree | commitdiff |
2010-11-14 |
John Hodge | Reworked the IPStack tInterface structure |
tree | commitdiff |
2010-11-13 |
John Hodge | Fiddling with ARP to handle routing |
tree | commitdiff |
2010-11-07 |
John Hodge | More cleanup in IPStack (making routes usable) |
tree | commitdiff |
2010-11-07 |
John Hodge | Restructured interface code out to its own file, route... |
tree | commitdiff |
2010-11-06 |
John Hodge | Fixed compilation issues in IPStack |
tree | commitdiff |
2010-11-06 |
John Hodge | Composite commit (GUI / Networking) |
tree | commitdiff |
2010-09-07 |
John Hodge | Cosmetic code changes |
tree | commitdiff |
2010-08-22 |
John Hodge | Changed spinlock mechananisim |
tree | commitdiff |
2010-08-20 |
John Hodge | Improving the debug capabilities of the heap code,... |
tree | commitdiff |
2010-08-17 |
John Hodge | More work on IPv4/IPv6 firewalling support |
tree | commitdiff |
2010-07-31 |
John Hodge | Updating IPStack to have firewall hooks (well, the... |
tree | commitdiff |
2010-07-27 |
John Hodge | Working on the x86 bit port (caused some changes to... |
tree | commitdiff |
2010-07-15 |
John Hodge | ATA Fixes, Module compilation fixups |
tree | commitdiff |
2010-07-14 |
John Hodge | Cleaning up a bit |
tree | commitdiff |
2010-07-13 |
John Hodge | Cleaning up some debug, fixing cosmetic bugs in usermod... |
tree | commitdiff |
2010-06-20 |
John Hodge | Fixing a kernel #PF caused by an unitialised VFS method |
tree | commitdiff |
2010-06-18 |
John Hodge | It's been too long since I committed |
tree | commitdiff |
2010-06-03 |
John Hodge | Bugfixing |
tree | commitdiff |
2010-05-11 |
John Hodge | x86_64 support, requiring a slight refactor to the... |
tree | commitdiff |
2010-05-11 |
John Hodge | Merge branch 'master' of [email protected]:acess2 |
tree | commitdiff |
2010-04-30 |
John Hodge | Many changes, bugfixes to user vsnprintf and to escape... |
tree | commitdiff |
2010-04-21 |
John Hodge | Random fixes, disabled debug in vterm, random crash... |
tree | commitdiff |
2010-04-17 |
John Hodge | TCP Server now seems to work, started fixing client... |
tree | commitdiff |
2010-04-15 |
John Hodge | More fixing work on TCP, now correctly accepts packets, |
tree | commitdiff |
2010-04-14 |
John Hodge | Possible fix to TCP Acknowlegement Numbers |
tree | commitdiff |
2010-04-13 |
John Hodge | Merge branch 'master' of git://git.ucc.asn.au/acess2 |
tree | commitdiff |
2010-04-11 |
John Hodge | Disabled ATA debug, turned FAT Debug on, misc in IPStac... |
tree | commitdiff |
2010-04-10 |
John Hodge | Fixed some bugs in ARP and TCP Code |
tree | commitdiff |
2010-04-10 |
John Hodge | Fixed a bug in the heap manager where if an exact match... |
tree | commitdiff |
2010-04-02 |
John Hodge | Fixed keyboard bug where keypresses were not being... |
tree | commitdiff |
2010-04-02 |
John Hodge | Fixes to x86 error and interrupt handling |
tree | commitdiff |
2010-03-27 |
John Hodge | Cleanup Commit |
tree | commitdiff |
2010-03-17 |
John Hodge | Various changes, most of them involving the FAT and... |
tree | commitdiff |
2010-03-13 |
John Hodge | Changes to the module loader to handle specific errors... |
tree | commitdiff |
2010-03-06 |
John Hodge | IPv6, and I need to learn to compile before commiting |
tree | commitdiff |
2010-03-05 |
John Hodge | doxygen fixes |
tree | commitdiff |
2010-03-04 |
John Hodge | More work on TCP, Connection is successfully establishe... |
tree | commitdiff |
2010-03-04 |
John Hodge | Bugfixing and testing TCP stack |
tree | commitdiff |
2010-03-04 |
John Hodge | More work on TCP, untested and almost complete |
tree | commitdiff |
2010-03-03 |
John Hodge | More work on TCP, approaching usable (untested) |
tree | commitdiff |
2010-03-03 |
John Hodge | Cleanup commit, fixes to UDP, TCP and ICMP |
tree | commitdiff |
2010-02-26 |
John Hodge | UDP Packets are now sent and recieved correctly (server... |
tree | commitdiff |
2010-02-25 |
John Hodge | More fixups to ARP and UDP (udp still buggy) |
tree | commitdiff |
2010-02-25 |
John Hodge | Working on UDP, removed debug from some code, fixed... |
tree | commitdiff |
next |