The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] 8th Edition and /dev/stdio
@ 2020-04-20 13:59 Paul Ruizendaal
  2020-04-20 14:28 ` arnold
  0 siblings, 1 reply; 11+ messages in thread
From: Paul Ruizendaal @ 2020-04-20 13:59 UTC (permalink / raw)
  To: TUHS main list

Whilst spelunking in the V8 source code I came across this dozen lines:
http://chiselapp.com/user/pnr/repository/v8unix/artifact/2782d26fa2930724?ln=174,187

It implements the /dev/stdin, /dev/stdout and /dev/stderr devices (the variable ‘file_no’ in above code snippet is the constant 40, which is the major number of these devices). It would seem that this handful of lines could have been in Unix as early as 4th Edition — but they weren’t. Maybe it was not seen as useful.

As far as I can tell this bit of code originates in 8th Edition, with no earlier precursors. It does not seem to be in its man pages.

Who added this neat little innovation?



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-04-22  9:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 13:59 [TUHS] 8th Edition and /dev/stdio Paul Ruizendaal
2020-04-20 14:28 ` arnold
2020-04-20 15:01   ` Paul Ruizendaal
2020-04-20 15:16     ` arnold
2020-04-20 17:58       ` Paul Ruizendaal
2020-04-20 18:17   ` Derek Fawcus
2020-04-20 18:32     ` arnold
2020-04-22  9:21       ` Rob Pike
2020-04-22  9:33         ` arnold
2020-04-22  9:35           ` Steve Nickolas
2020-04-22  9:41             ` Rob Pike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).