sapling/eden/fs
Wez Furlong 7c6f9608c2 add basic mknod support
Summary:
this is the bare minimum to support creating unix domain sockets.

We only support using mknod to create a unix socket; other uses will yield an error.

I've added an rdev field as a sibling of the existing mode field that we track,
as that is the additional parameter that we need to track as part of the
special file node.

Special file nodes are tracked in the overlay as empty files.

Reviewed By: bolinfest

Differential Revision: D4774099

fbshipit-source-id: 0824b7e509063faa8bede7aff82a7c51930c4f83
2017-03-30 23:53:05 -07:00
..
cli update "eden daemon" to also pass through KRB5CCNAME 2017-02-22 18:37:42 -08:00
config fix warnings triggered with -Wshadow-compatible-local 2017-03-02 13:32:51 -08:00
inodes add basic mknod support 2017-03-30 23:53:05 -07:00
journal implement eden->watchman subscriptions 2017-03-21 13:35:20 -07:00
model fix EdenMount::diff() to skip .hg and .eden directories 2017-03-24 13:50:09 -07:00
rocksdb update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
service implement "hg status" using EdenMount::diff() 2017-03-30 21:35:00 -07:00
store fix warnings triggered with -Wshadow-compatible-local 2017-03-02 13:32:51 -08:00
testharness add .eden "magic" dir 2017-03-24 23:07:42 -07:00