<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/9term/FreeBSD.c, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>9term: fix getpts on FreeBSD 11.2 (#199)</title>
<updated>2018-11-14T04:09:10+00:00</updated>
<author>
<name>Xiao-Yong</name>
<email>jinxiaoyong@gmail.com</email>
</author>
<published>2018-11-14T04:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=014fd65a5ca780823c0e75787f193d3c6597de8f'/>
<id>014fd65a5ca780823c0e75787f193d3c6597de8f</id>
<content type='text'>
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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.</pre>
</div>
</content>
</entry>
<entry>
<title>clean up when finished.</title>
<updated>2004-04-19T23:03:46+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-19T23:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=b4a659b6cffd452fbdf54a81210f0540426b678a'/>
<id>b4a659b6cffd452fbdf54a81210f0540426b678a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make echoing work.</title>
<updated>2004-04-16T15:27:29+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-16T15:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=a2705f207ff006c07c72081897ec4a6ca22ef269'/>
<id>a2705f207ff006c07c72081897ec4a6ca22ef269</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>9term manages to turn off echo at the right times under SunOS ?</title>
<updated>2004-04-15T02:04:30+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2004-04-15T02:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=4dcd9af228643d37bb63ab1642c5128b3b30f4bd'/>
<id>4dcd9af228643d37bb63ab1642c5128b3b30f4bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small changes.</title>
<updated>2004-03-25T23:30:50+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2004-03-25T23:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=c22d8e65520331e44c721089430ae1f88ca2724f'/>
<id>c22d8e65520331e44c721089430ae1f88ca2724f</id>
<content type='text'>
Small changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Small changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Today's changes.</title>
<updated>2004-03-25T23:03:57+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2004-03-25T23:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=8ad517944e46710ab832350c0dc3fc4e9239f7e2'/>
<id>8ad517944e46710ab832350c0dc3fc4e9239f7e2</id>
<content type='text'>
More changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Various fixes.</title>
<updated>2003-12-03T22:50:48+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2003-12-03T22:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=669250d159e93a6933afa4cd25f410af801515ec'/>
<id>669250d159e93a6933afa4cd25f410af801515ec</id>
<content type='text'>
	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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	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.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes to plumber and 9term</title>
<updated>2003-11-25T03:02:54+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2003-11-25T03:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=f16134194619967ffa53151eeb9538b127aae850'/>
<id>f16134194619967ffa53151eeb9538b127aae850</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NOTES, hack on 9term a little.</title>
<updated>2003-11-25T02:54:24+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2003-11-25T02:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=21a17ff3e947dbf1b6b6e665e1810058bba35d6f'/>
<id>21a17ff3e947dbf1b6b6e665e1810058bba35d6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dhog's 9term.</title>
<updated>2003-11-23T18:02:15+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2003-11-23T18:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=cfabc3ed1638efc186ebd26bdaa3dfb5663dff17'/>
<id>cfabc3ed1638efc186ebd26bdaa3dfb5663dff17</id>
<content type='text'>
Updated for current libraries by Caerwyn Jones.
Button-3 plumbing (like in acme) by rsc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated for current libraries by Caerwyn Jones.
Button-3 plumbing (like in acme) by rsc.
</pre>
</div>
</content>
</entry>
</feed>
