Jeremy Soller
1a1fb1f5e1
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
965941cd1c
Implement unix permissions
2016-10-05 18:01:05 -06:00
Jeremy Soller
fc5a35d22a
64-bit stat size, read entire executable in one go
2016-09-28 20:42:03 -06:00
Jeremy Soller
3034daac31
Add env
2016-09-23 11:01:53 -06:00
Jeremy Soller
bbacabce4f
Trim in env scheme, do not debug initfs
2016-09-22 20:49:28 -06:00
Jeremy Soller
733a812259
Folders in initfs
2016-09-22 20:26:33 -06:00
Jeremy Soller
fcc701cf66
Bring in some coreutils
2016-09-22 19:38:09 -06:00
Jeremy Soller
e2ec6fd220
Implement more system calls
2016-09-20 16:57:45 -06:00
Jeremy Soller
4ee9a6b492
Create example userspace scheme. Remove kernel duplication of syscalls, use syscall crate instead
2016-09-20 16:23:28 -06:00
Jeremy Soller
fcbc8951da
Minimize locking in schemes. Reenable pcid and ion launch in init. WIP: Userspace schemes
2016-09-19 18:29:28 -06:00
Jeremy Soller
fe234e4bf1
Remove warnings
2016-09-19 17:28:22 -06:00
Jeremy Soller
af2f6fc6df
Add fsync. Add env scheme, currently hardcoded to get ion to launch. Make serial IRQ send data to debug scheme
2016-09-18 17:55:35 -06:00