<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/talk/get_names.c, branch upstream/12.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F12.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F12.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-11-20T19:49:47Z</updated>
<entry>
<title>General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:49:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a16b7a18f5d0b031f09832fd7752fba717e2a97'/>
<id>urn:sha1:8a16b7a18f5d0b031f09832fd7752fba717e2a97</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>Renumber copyright clause 4</title>
<updated>2017-02-28T23:42:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-02-28T23:42:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbbd9655e5107c68e4e0146ff22b73d7350475bc'/>
<id>urn:sha1:fbbd9655e5107c68e4e0146ff22b73d7350475bc</id>
<content type='text'>
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by:	Jan Schaumann &lt;jschauma@stevens.edu&gt;
Pull Request:	https://github.com/freebsd/freebsd/pull/96
</content>
</entry>
<entry>
<title>Remove hand-written version of strcspn().</title>
<updated>2012-01-03T11:13:07Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-01-03T11:13:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=75ac3edf1d2b3068db9e8ddef39a623772771c1e'/>
<id>urn:sha1:75ac3edf1d2b3068db9e8ddef39a623772771c1e</id>
<content type='text'>
The code searches for the first occurence of @, : or !. Upon failure, it
returns the index of \0. This is exactly what strcspn() does.
</content>
</entry>
<entry>
<title>Remove the advertising clause from UCB copyrighted files in usr.bin.  This</title>
<updated>2010-12-11T08:32:16Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2010-12-11T08:32:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da52b4caaf187775f6b56a72c6b16e94ad728f7b'/>
<id>urn:sha1:da52b4caaf187775f6b56a72c6b16e94ad728f7b</id>
<content type='text'>
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with:	imp, rwatson
</content>
</entry>
<entry>
<title>Move unistd.h includes to individual .c files and remove unnecessary</title>
<updated>2009-12-11T23:23:57Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-11T23:23:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3daadfc83361cf4f31017a7fed5a5910cd8c4ce9'/>
<id>urn:sha1:3daadfc83361cf4f31017a7fed5a5910cd8c4ce9</id>
<content type='text'>
includes.
</content>
</entry>
<entry>
<title>Utilize strlcpy().</title>
<updated>2009-02-21T03:38:46Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-02-21T03:38:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c8ee5f26c02b001a73bcdb3673b38cbcbee012e'/>
<id>urn:sha1:1c8ee5f26c02b001a73bcdb3673b38cbcbee012e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ANSIfy function prototypes.  While I am there, constify some parameters and</title>
<updated>2008-04-28T21:08:42Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2008-04-28T21:08:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b6d9e1f355f23547e4ec15bd3ffe9e97854a4f69'/>
<id>urn:sha1:b6d9e1f355f23547e4ec15bd3ffe9e97854a4f69</id>
<content type='text'>
make use of C99 sparse initialization for static variables, this makes talk(1)
to compile cleanly with WARNS=6.
</content>
</entry>
<entry>
<title>Change the default behaviour of talk(1) to use "localhost" as the</title>
<updated>2004-06-14T22:34:13Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2004-06-14T22:34:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9d61853d9fda6b606f5b4fecbbe91f68c97de226'/>
<id>urn:sha1:9d61853d9fda6b606f5b4fecbbe91f68c97de226</id>
<content type='text'>
"machine name" in ntalkd(8) request packets, when the destination
and source are local.

This should make talk(1) use much more pleasant for those security-
conscious individuals who have chosen to bind talkd to "localhost".

Previous to this change, talk(1) would require that the hostname of
the machine, as retrieved by gethostname(3), resolved to a valid and
reachable IPv4 address, using gethostbyname(3).

This makes talk(1) dependent on a valid host entry for "localhost"
in /etc/hosts (or the Domain Name System).

PR:		bin/23178
Submitted by:	angui.sh admin (with cleanups)
</content>
</entry>
<entry>
<title>WARNS=2 fixes with NO_WERROR set because of system-header originating</title>
<updated>2001-12-11T23:51:14Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-12-11T23:51:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=caa648017bbb26224de634bf4c9b6a9932e34e1d'/>
<id>urn:sha1:caa648017bbb26224de634bf4c9b6a9932e34e1d</id>
<content type='text'>
warnings. Use __FBSDID().
</content>
</entry>
<entry>
<title>Include missing header files which define functions for which gcc has</title>
<updated>2001-06-24T23:22:14Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-06-24T23:22:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9582ea7e623e821c869a0575d34ade846f3cdeb3'/>
<id>urn:sha1:9582ea7e623e821c869a0575d34ade846f3cdeb3</id>
<content type='text'>
builtints (e.g., exit, strcmp).
</content>
</entry>
</feed>
