jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

allow open/read/write/close on unix domain sockets in devfs-posix.c #254

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
following the lead of rsc's 9vx and inferno-npe, allow i/o on unix domain 
sockets in emu/port/devfs-posix.c

previously such files were visible but unusable, because (unaccountably and 
bizarrely) a super-special access method (cf. ISAM, TCAM, QSAM) had to be used 
to access it on Linux etc thanks to BSD UNIX inheritance.

Original issue reported on code.google.com by Charles....@gmail.com on 29 Mar 2011 at 7:44

GoogleCodeExporter commented 9 years ago
committed changeset 498:ee3780d76542

Original comment by Charles....@gmail.com on 29 Mar 2011 at 7:55