<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/getty/gettytab.5, branch release/2.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-03-27T03:07:27+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-03-27T03:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1784d64eb85eb63599204bb31b826970b6661e65'/>
<id>1784d64eb85eb63599204bb31b826970b6661e65</id>
<content type='text'>
'RELENG_2_2_1_RELEASE'.

This commit was manufactured to restore the state of the 2.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_2_2_1_RELEASE'.

This commit was manufactured to restore the state of the 2.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC (add 'de' capability)</title>
<updated>1996-12-31T05:50:28+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1996-12-31T05:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bc552e377af445e51ae64304d9a848cee8451e7f'/>
<id>bc552e377af445e51ae64304d9a848cee8451e7f</id>
<content type='text'>
Approved-by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved-by:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC:</title>
<updated>1996-12-22T23:05:40+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-12-22T23:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8192cecc4c8dae99f52b344e02e69e4e04437095'/>
<id>8192cecc4c8dae99f52b344e02e69e4e04437095</id>
<content type='text'>
- Correct various man page xrefs
- Fix some spelling errors
- Add misssing documentation bits in some man pages
- mount_std.8 now documents mount_{devfs,fdesc,kernfs,procfs}
- New man pages for moused(8), devfs(5), fdesc(5), kernfs(5), procfs(5)
  were tagged onto the 2.2 branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Correct various man page xrefs
- Fix some spelling errors
- Add misssing documentation bits in some man pages
- mount_std.8 now documents mount_{devfs,fdesc,kernfs,procfs}
- New man pages for moused(8), devfs(5), fdesc(5), kernfs(5), procfs(5)
  were tagged onto the 2.2 branch.
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC</title>
<updated>1996-11-16T21:34:19+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1996-11-16T21:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c49818001ac974e42db52cda3417d137a3455c1e'/>
<id>c49818001ac974e42db52cda3417d137a3455c1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the .Bx macro where appropriate.</title>
<updated>1996-08-23T20:36:11+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-08-23T20:36:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c0b0bcf4d39fe41ec1317d807a407284b7774f59'/>
<id>c0b0bcf4d39fe41ec1317d807a407284b7774f59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finally commit the changes that make getty(8) no longer depend on the</title>
<updated>1996-05-05T19:01:13+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-05-05T19:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cae66988a190d73deee79d809ee673ff58e1186b'/>
<id>cae66988a190d73deee79d809ee673ff58e1186b</id>
<content type='text'>
COMPAT_43 cruft.  This is supposedly the last core utility that has
been using it!  (So now, one should be able to remove this option from
the config files.  Be aware that the last officially released xterm
however still requires it.)

The getty has been running now for several weeks on my modem line, so
i feel safe about it.

Obtained from:	mostly from the NetBSD vendor-branch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
COMPAT_43 cruft.  This is supposedly the last core utility that has
been using it!  (So now, one should be able to remove this option from
the config files.  Be aware that the last officially released xterm
however still requires it.)

The getty has been running now for several weeks on my modem line, so
i feel safe about it.

Obtained from:	mostly from the NetBSD vendor-branch
</pre>
</div>
</content>
</entry>
<entry>
<title>Back this change out.  It's just not worth arguing over and any further emails</title>
<updated>1995-08-03T05:44:46+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-08-03T05:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6186bd5dc75059dbef7c87f2a382cea7dc954a05'/>
<id>6186bd5dc75059dbef7c87f2a382cea7dc954a05</id>
<content type='text'>
I get on this topic will go straight to /dev/null.  This is absolutely the
last word on this topic you'll see from me.  Too much time has already been
wasted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I get on this topic will go straight to /dev/null.  This is absolutely the
last word on this topic you'll see from me.  Too much time has already been
wasted.
</pre>
</div>
</content>
</entry>
<entry>
<title>A useful aid..  Add support for:</title>
<updated>1995-08-01T13:12:24+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-08-01T13:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4d7ccc95b4bf48a643803845bf91e7ff6661f6ec'/>
<id>4d7ccc95b4bf48a643803845bf91e7ff6661f6ec</id>
<content type='text'>
	%r:	current release
	%m:	machine architecture type (i386 for now)
	%s:	OS name (FreeBSD)

from uname() in banner string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	%r:	current release
	%m:	machine architecture type (i386 for now)
	%s:	OS name (FreeBSD)

from uname() in banner string.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a description for the np flag.</title>
<updated>1995-02-15T13:59:56+00:00</updated>
<author>
<name>Andreas Schulz</name>
<email>ats@FreeBSD.org</email>
</author>
<published>1995-02-15T13:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b019cc8f8e372c033b7c892f4c42d1d5637a03ac'/>
<id>b019cc8f8e372c033b7c892f4c42d1d5637a03ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace this with the 1.1.5.1 getty.  David says that the 4.4 version is too</title>
<updated>1994-08-26T05:19:17+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-08-26T05:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fef0aded641740c924195565726ff9935bf71b61'/>
<id>fef0aded641740c924195565726ff9935bf71b61</id>
<content type='text'>
broken to live.
Submitted by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
broken to live.
Submitted by:	jkh
</pre>
</div>
</content>
</entry>
</feed>
