Commit Graph

19 Commits

Author SHA1 Message Date
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
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