From: John Cowan <xxxxxx@ccil.org>Date: Saturday, August 10, 2019 12:46 PMI agree with all of these. What is more, I think the priority procedures should be flushed altogether. By the time you have asked for the priority, it has changed, and you really should never set the priority unless you are running real-time processes.
Furthermore, system-name is gethostname(), but it turns out that (at least on glibc systems) gethostname() is a lie: it just returns what uname -n returns, which is not a value you can rely on for opening network connections. So I think it should be flushed as well.
In 3.2 I/O, dup->fdesEverything in 3.4 Processes, including sub-headingsIn 3.5 Process state:parent-pidprocess-groupset-process-grouppriorityset-priorityWhich leaves nice for priority setting.In 3.8 System parameters, system-name, which belongs in a networking SRFI for talking to other processes not necessarily on the systemAll of 3.9 Signal system:signal-processsignal-process-groupIn 3.12 Terminal device control:open-control-ttybecome-session-leadertty-process-groupset-tty-process-groupcontrol-tty-file-name- Harold