Commit Graph

25 Commits

Author SHA1 Message Date
Jeremy Soller 638e6f09fc Merge branch 'master' into 'master'
Send readable event from fevent

See merge request redox-os/randd!6
2018-09-01 13:09:08 +00:00
jD91mZM2 34cfe146de Fix compilation 2018-08-29 17:59:03 +02:00
jD91mZM2 a7eb42fbeb Send readable event from fevent
This fixes one problem with openssl on relibc, since relibc correctly respects readable/writable status unlike the newlib implementation which always says it's readable.
2018-08-29 17:47:25 +02:00
Jeremy Soller 9deb8dcb0d Merge pull request #5 from raw-bin/master
Fix randd induced build breakage due to a missing crate dependency
2017-11-18 07:46:01 -07:00
Jeremy Soller 39dae664b1 Merge pull request #4 from xTibor/fix-rand
Use rand from crates.io
2017-11-17 20:19:42 -07:00
Tibor Nagy 03e99db648 Use rand from crates.io
The `rand` crate has been removed from the standard library.
https://github.com/rust-lang/rust/commit/6bc8f164b09b9994e6a2d4c4ca60d7d36c09d3fe
2017-11-18 04:01:51 +01:00
Robin Randhawa af245a6db1 Silence build warning due to unused argument
The fstat fn's 'id' argument was unused. Changed to '_id' as per
compiler suggestion to quiescen warning.
2017-11-17 18:00:51 +00:00
Robin Randhawa fd92da99eb Fix breakage due to missing dependency on the rand crate
Also update Cargo.lock
2017-11-17 17:51:26 +00:00
Jeremy Soller 1155db75b2 Create LICENSE 2017-10-20 20:10:03 -06:00
Jeremy Soller bcdfbb1dfa Utilize null namespace 2017-10-09 20:48:34 -06:00
Jeremy Soller b0ed813035 Update Cargo.lock 2017-10-04 20:29:41 -06:00
Jeremy Soller 8c6ba9df54 Update Cargo.lock 2017-08-19 14:46:45 -06:00
Jeremy Soller b00f190377 Update Cargo.lock 2017-08-02 19:52:13 -06:00
Jeremy Soller 21d50cf7e6 Update Cargo.lock 2017-07-29 08:25:04 -06:00
Jeremy Soller 191273e1ac Add Cargo.lock file 2017-07-26 08:03:55 -06:00
Jeremy Soller cd46783126 Add Cargo.lock 2017-07-26 08:00:17 -06:00
Jeremy Soller 2cce5b3499 Add gitignore, add EINVAL import 2017-07-22 13:49:12 -06:00
Jeremy Soller bf5f0d0fad Return error when dup buf is not empty 2017-07-22 13:15:45 -06:00
Jeremy Soller 942b25147d Merge pull request #3 from ids1024/chr
Use syscall::MODE_CHR constant
2017-07-10 17:58:37 -06:00
Ian Douglas Scott 589243ab2c Use syscall::MODE_CHR constant 2017-07-10 16:47:29 -07:00
Jeremy Soller ac8765d554 Merge pull request #2 from ids1024/fcntl
Allow fcntl
2017-07-10 17:08:22 -06:00
Ian Douglas Scott 369be9ef77 Allow fcntl 2017-07-10 15:51:14 -07:00
Jeremy Soller 60f24f4e6d Merge pull request #1 from ids1024/fstat
Implement fstat()
2017-06-24 20:52:39 -06:00
Ian Douglas Scott fa70dd8072 Implement fstat() 2017-06-18 12:56:01 -07:00
Jeremy Soller a1030a6379 Move randd from main repo 2017-05-09 21:40:13 -06:00