summaryrefslogtreecommitdiffstats
path: root/src/cmd/9term/FreeBSD.c
Commit message (Collapse)AuthorAgeFilesLines
* 9term: fix getpts on FreeBSD 11.2 (#199)Xiao-Yong2018-11-131-0/+16
| | | | | | | | 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.
* clean up when finished.rsc2004-04-191-58/+1
|
* make echoing work.rsc2004-04-161-1/+1
|
* 9term manages to turn off echo at the right times under SunOS ?rsc2004-04-151-0/+12
|
* Small changes.rsc2004-03-251-0/+3
| | | | Small changes.
* Today's changes.rsc2004-03-251-7/+33
| | | | More changes.
* Various fixes.rsc2003-12-031-2/+1
| | | | | | | | | | | 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.
* fixes to plumber and 9termrsc2003-11-251-0/+1
|
* Update NOTES, hack on 9term a little.rsc2003-11-251-1/+17
|
* Dhog's 9term.rsc2003-11-231-0/+1
Updated for current libraries by Caerwyn Jones. Button-3 plumbing (like in acme) by rsc.