Commit Briefs

Russ Cox

9term: fix getpts on FreeBSD 11.2 (#199)

Opening /dev/ptyXX files fails on recent FreeBSD versions. Following the same fix being applied to Linux, OpenBSD, and Darwin, we use openpty to open a pseudoterminal in openpts.


rsc

clean up when finished.


rsc

make echoing work.



rsc

Small changes.

Small changes.


rsc

Today's changes.

More changes.


rsc

Various fixes.

B - fixed usage, DISPLAY :0 vs :0.0 9term - fixed various terminal things rc - notice traps in Read _p9dir - only run disk code for disks dirread - getdirentries on FreeBSD and Linux are different w.r.t. meaning of off. notify - set up so signals interrupt system calls bprint - use bfmt.




rsc

Dhog's 9term.

Updated for current libraries by Caerwyn Jones. Button-3 plumbing (like in acme) by rsc.