aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/FreeBSD.c
AgeCommit message (Collapse)AuthorFilesLines
2018-11-139term: fix getpts on FreeBSD 11.2 (#199)Xiao-Yong1-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.
2004-04-19clean up when finished.rsc1-58/+1
2004-04-16make echoing work.rsc1-1/+1
2004-04-159term manages to turn off echo at the right times under SunOS ?rsc1-0/+12
2004-03-25Small changes.rsc1-0/+3
Small changes.
2004-03-25Today's changes.rsc1-7/+33
More changes.
2003-12-03Various fixes.rsc1-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.
2003-11-25fixes to plumber and 9termrsc1-0/+1
2003-11-25Update NOTES, hack on 9term a little.rsc1-1/+17
2003-11-23Dhog's 9term.rsc1-0/+1
Updated for current libraries by Caerwyn Jones. Button-3 plumbing (like in acme) by rsc.