Commit graph

21 commits

Author SHA1 Message Date
Jeremy Soller 6fa887ff18 Update to fix network stack 2017-02-07 22:34:23 -07:00
Jeremy Soller 7785ddd99b Cleanup of panics in network schemes 2017-02-07 20:23:41 -07:00
Jeremy Soller fc0e54ac68 Specify crates.io versions, update rust, cleanup modules 2017-01-13 15:10:43 -07:00
Jeremy Soller 9068b9dcf2 Add event dependency 2017-01-09 21:01:23 -07:00
Jeremy Soller e50576b28c Updates to use absolute URLs 2017-01-09 20:37:34 -07:00
Jeremy Soller 9fffdb275f Remove replacement for libc 2016-12-06 15:15:08 -07:00
Jeremy Soller 6b02a20028 Fix loopback 2016-11-28 14:45:30 -07:00
Jeremy Soller c9e1744423 Remove rand replace 2016-11-27 16:49:29 -07:00
Jeremy Soller 933086d390 Fix ipd 2016-11-22 21:44:52 -07:00
Jeremy Soller 67440cf835 Add loopback interface - significant cleanup of ipd 2016-11-22 21:00:53 -07:00
Jeremy Soller 9068f0560b ipd: Add router usage, fill arp when possible 2016-11-22 17:06:38 -07:00
Jeremy Soller 37395f36ea Update syscall and rust, add fcntl for permissions 2016-11-15 16:12:51 -07:00
Jeremy Soller 2db2d10cce Switch to real standard, fix daemonization on real standard 2016-11-10 20:02:51 -07:00
Jeremy Soller e3317f05f7 Remove resource_sceme, Fix syscall crate name, add fmap 2016-11-02 19:48:25 -06:00
Jeremy Soller 149b0297a4 Smp (#23)
* Fire up multiple processors

* Use IPIs to wake up secondary processors

* Much better exception information

* Modifications to show more information on fault

* WIP: Use real libstd

* Add TLS (not complete)

* Add random function, export getpid, cleanup

* Do not spin APs until new context

* Update rust

* Update rust

* Use rd/wrfsbase

* Implement TLS

* Implement compiler builtins and update rust

* Update rust

* Back to Redox libstd

* Update rust
2016-10-31 10:49:00 -06:00
Jeremy Soller 2491e4771e Redo networking (#22)
* Rewriting network functions

* Add buffer to dup
Fix non-blocking handling by triggering once on enabling events to read to EOF

* Modifications for UDP API

* Implement TCP client side

* Add active close

* Add DMAR parser

* Implement basic TCP listening. Need to improve the state machine

* Reduce debugging

* Fixes for close procedure

* Updates to fix path processing in libstd
2016-10-26 13:19:56 -06:00
David Teller 9334cb0b78 Sharing the message queue between instances of ip:127.0.0.1/*. (#20)
The initial version of the IP loopback had one message queue for each
connection. This doesn't make sense, we need to share the message
queue across all connections.
2016-10-24 15:02:57 -06:00
David Teller a72750cc41 Implementation of the IP loopback. (#19)
This patch lets users connect to `ip:127.0.0.1/*`. Bytes written to
this connection can only be read from the same connection.
2016-10-24 14:17:12 -06:00
David Teller 35696f4169 Documentation run on schemes/ipd. (#18)
* Documentation run on schemes/ipd.

* Update main.rs

* Update resource.rs
2016-10-24 07:40:44 -06:00
Jeremy Soller d0abe6335a Move common definitions into netutils 2016-10-20 17:49:54 -06:00
Jeremy Soller 224c43f761 Orbital (#16)
* Port previous ethernet scheme

* Add ipd

* Fix initfs rebuilds, use QEMU user networking addresses in ipd

* Add tcp/udp, netutils, dns, and network config

* Add fsync to network driver

* Add dns, router, subnet by default

* Fix e1000 driver. Make ethernet and IP non-blocking to avoid deadlocks

* Add orbital server, WIP

* Add futex

* Add orbutils and orbital

* Update libstd, orbutils, and orbital
Move ANSI key encoding to vesad

* Add orbital assets

* Update orbital

* Update to add login manager

* Add blocking primitives, block for most things except waitpid, update orbital

* Wait in waitpid and IRQ, improvements for other waits

* Fevent in root scheme

* WIP: Switch to using fevent

* Reorganize

* Event based e1000d driver

* Superuser-only access to some network schemes, display, and disk

* Superuser root and irq schemes

* Fix orbital
2016-10-13 17:21:42 -06:00