<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/rlogind, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-02-24T08:21:49Z</updated>
<entry>
<title>MFC: r262136</title>
<updated>2014-02-24T08:21:49Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-02-24T08:21:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b37c75aa05cbc2a4adc9b65a6dff4eaf6786bbd1'/>
<id>urn:sha1:b37c75aa05cbc2a4adc9b65a6dff4eaf6786bbd1</id>
<content type='text'>
Remove the 3rd clause ("advertising clause") of the BSD license as
permitted by the University of Berkeley on July 22, 1999.

Reviewed by:	imp
</content>
</entry>
<entry>
<title>Replace index() and rindex() calls with strchr() and strrchr().</title>
<updated>2012-01-03T18:51:58Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-01-03T18:51:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b3608ae18f1e5598bed81d0a10dd585a5080c40d'/>
<id>urn:sha1:b3608ae18f1e5598bed81d0a10dd585a5080c40d</id>
<content type='text'>
The index() and rindex() functions were marked LEGACY in the 2001
revision of POSIX and were subsequently removed from the 2008 revision.
The strchr() and strrchr() functions are part of the C standard.

This makes the source code a lot more consistent, as most of these C
files also call into other str*() routines. In fact, about a dozen
already perform strchr() calls.
</content>
</entry>
<entry>
<title>Add __unused</title>
<updated>2010-12-20T08:44:08Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2010-12-20T08:44:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76cddf8d71366fcefac6d51321074d7561b0adc8'/>
<id>urn:sha1:76cddf8d71366fcefac6d51321074d7561b0adc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new libc function: cfmakesane(3).</title>
<updated>2010-11-02T17:00:56Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-11-02T17:00:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=736fc28680260f987a1a505d762cd3ba21310d3a'/>
<id>urn:sha1:736fc28680260f987a1a505d762cd3ba21310d3a</id>
<content type='text'>
I've noticed various terminal emulators that need to obtain a sane
default termios structure use very complex `hacks'. Even though POSIX
doesn't provide any functionality for this, extend our termios API with
cfmakesane(3), which is similar to the commonly supported cfmakeraw(3),
except that it fills the termios structure with sane defaults.

Change all code in our base system to use this function, instead of
depending on &lt;sys/ttydefaults.h&gt; to provide TTYDEF_*.
</content>
</entry>
<entry>
<title>Remove `dead code' from rlogind.</title>
<updated>2010-01-13T18:24:04Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-13T18:24:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=426f89600c95b662c06f3f8e0bf6ff66bf473534'/>
<id>urn:sha1:426f89600c95b662c06f3f8e0bf6ff66bf473534</id>
<content type='text'>
- It shouldn't call logwtmp(). Applications like login(1) already make
  sure both login and logout entries are written to the storage.
- There's no need to restore permissions on the pseudo-terminal, since
  it should be garbage collected by the kernel.
</content>
</entry>
<entry>
<title>Cook CFLAGS by the modern recipe:</title>
<updated>2006-07-27T12:05:05Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2006-07-27T12:05:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fed3e4543f094cb5d9b6b1bde413fc222b96ef8d'/>
<id>urn:sha1:fed3e4543f094cb5d9b6b1bde413fc222b96ef8d</id>
<content type='text'>
- use WARNS;
- respect MK_INET6_SUPPORT.
</content>
</entry>
<entry>
<title>NI_WITHSCOPEID cleanup.  Neither RFC 2553 nor RFC 3493 defines</title>
<updated>2005-05-13T16:31:11Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-05-13T16:31:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4f101318489d72d2eeada2463a8fc3d105855628'/>
<id>urn:sha1:4f101318489d72d2eeada2463a8fc3d105855628</id>
<content type='text'>
NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special
for it, now.
</content>
</entry>
<entry>
<title>Spell SHUT_RDWR as SHUT_RDWR not 2 as the how argument to shutdown(2).</title>
<updated>2005-05-11T02:43:04Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2005-05-11T02:43:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ed3836bb0879aa8eea26f0fed84aa84c7665f609'/>
<id>urn:sha1:ed3836bb0879aa8eea26f0fed84aa84c7665f609</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix most cases where the address of an int is passed to a function expecting a</title>
<updated>2005-02-14T17:42:58Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-02-14T17:42:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=78e3eed07184d423cdabe6a8baae3edcd47c3dc5'/>
<id>urn:sha1:78e3eed07184d423cdabe6a8baae3edcd47c3dc5</id>
<content type='text'>
socklen_t * argument.
</content>
</entry>
<entry>
<title>Removed Kerberos remnants.</title>
<updated>2005-02-09T20:23:36Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-09T20:23:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c13a4b3505e40d95753c6b2886f7b2cf0511d1ea'/>
<id>urn:sha1:c13a4b3505e40d95753c6b2886f7b2cf0511d1ea</id>
<content type='text'>
</content>
</entry>
</feed>
