Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!hsdndev!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.unix.internals Subject: Re: Ideas for changes to Unix filesystem Message-ID: <28609:Feb1714:43:3491@kramden.acf.nyu.edu> Date: 17 Feb 91 14:43:34 GMT References: <27BC2E07.673D@tct.uucp> Organization: IR Lines: 11 In article bzs@world.std.com (Barry Shein) writes: > Particularly in > combination with that BSD feature of passing fd's around on sockets. > (oh boy, now 100 people are gonna say, huh??? look into the access > rights stuff in send(2)/recv(2) on a BSD system.) More precisely, that BSD 4.2-and-later-but-generally-buggy-before-4.3 feature of file descriptor passing on UNIX-domain sockets, usable with sendmsg(2) and recvmsg(2). Working example: pty's reconnect feature. ---Dan