Commit graph

4 commits

Author SHA1 Message Date
Jeremy Soller 75b0844a2a Print seed indicator 2016-11-01 20:16:44 -06:00
Tommie Levy e6b11f87ee Use rdrand as seed for chacha prng, when available 2016-11-02 01:44:13 -04: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
Jeremy Soller ead01ea2da Add random number scheme, update userutils to use it 2016-10-24 14:08:15 -06:00