redox/kernel
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
..
context Add CPU ID lock 2016-10-23 11:24:10 -06:00
scheme Redo networking (#22) 2016-10-26 13:19:56 -06:00
sync Improve wait condition performance 2016-10-20 21:49:47 -06:00
syscall Redo networking (#22) 2016-10-26 13:19:56 -06:00
tests Create example userspace scheme. Remove kernel duplication of syscalls, use syscall crate instead 2016-09-20 16:23:28 -06:00
elf.rs Complete execve - add argument support using safe ABI 2016-09-17 21:44:50 -06:00
lib.rs Documenting use of enable_and_halt(). (#21) 2016-10-24 16:03:03 -06:00