Commit graph

9 commits

Author SHA1 Message Date
Jeremy Soller 1664f6cf03 Add path implementation to rand 2017-04-15 09:50:47 -06:00
Jeremy Soller fc0e54ac68 Specify crates.io versions, update rust, cleanup modules 2017-01-13 15:10:43 -07:00
Jeremy Soller e50576b28c Updates to use absolute URLs 2017-01-09 20:37:34 -07:00
Jeremy Soller 3853dfd5bc Compile using real libstd, with no crate overrides 2016-12-27 16:47:08 -07:00
Jeremy Soller 2db2d10cce Switch to real standard, fix daemonization on real standard 2016-11-10 20:02:51 -07:00
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