<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/talkd, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<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>More -Wmissing-variable-declarations fixes.</title>
<updated>2012-10-20T10:33:15Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-10-20T10:33:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eccad222770297bdd2787e31cd37b906edba62c6'/>
<id>urn:sha1:eccad222770297bdd2787e31cd37b906edba62c6</id>
<content type='text'>
In addition to adding missing `static' keywords:
- bin/dd: Pull in `extern.h' to guarantee consistency with source file.
- libexec/rpc.rusersd: Move shared globals into an extern.h.
- libexec/talkd: Move `debug' and `hostname' into extern.h.
- usr.bin/cksum: Put counters in extern.h, as they are used by ckdist/mtree.
- usr.bin/m4: Move `end_result' into extern.h.
- usr.sbin/services_mkdb: Move shared globals into an extern.h.
</content>
</entry>
<entry>
<title>Remove unneeded use of struct timezone.</title>
<updated>2010-08-08T02:45:48Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-08-08T02:45:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d69ce4ec7a8ab6ab44f6a3e4c479b714088ccafd'/>
<id>urn:sha1:d69ce4ec7a8ab6ab44f6a3e4c479b714088ccafd</id>
<content type='text'>
We can safely call gettimeofday() without passing a struct timezone.
We're not using it at all.
</content>
</entry>
<entry>
<title>Port all apps in libexec/ from libulog to utmpx.</title>
<updated>2010-01-13T18:28:58Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-13T18:28:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=006ab5b3e71ad64133e4cbb87c32551d935055b2'/>
<id>urn:sha1:006ab5b3e71ad64133e4cbb87c32551d935055b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make WARNS=6 the default for libexec/.</title>
<updated>2010-01-02T09:50:19Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T09:50:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1100c0013116f4af50d7a5b8bf23db2a13892714'/>
<id>urn:sha1:1100c0013116f4af50d7a5b8bf23db2a13892714</id>
<content type='text'>
Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
  application itself, making it more likely that it will be removed out
  of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
  because the author would more likely fix the warnings during
  development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.
</content>
</entry>
<entry>
<title>Modify the sources to make WARNS=6 work.</title>
<updated>2009-12-26T14:33:55Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-12-26T14:33:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af5bd8feb3abaa220342f37cd932312fd5b59eda'/>
<id>urn:sha1:af5bd8feb3abaa220342f37cd932312fd5b59eda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unbreak the build.</title>
<updated>2009-12-26T11:00:18Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-12-26T11:00:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3af5aa46ebca8db10b017dc842fe6e18fb89bb5b'/>
<id>urn:sha1:3af5aa46ebca8db10b017dc842fe6e18fb89bb5b</id>
<content type='text'>
I increased the WARNS, but it looks like it breaks certain architectures
with more strict alignment requirements (mips, sparc64, ia64).

Pointy hat to:	me
</content>
</entry>
<entry>
<title>Let talkd use utmpx instead of utmp.</title>
<updated>2009-12-25T11:12:05Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-12-25T11:12:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3eb56f7efffbbfcf5aaefb3719e4e17943e22bf1'/>
<id>urn:sha1:3eb56f7efffbbfcf5aaefb3719e4e17943e22bf1</id>
<content type='text'>
Because strings are null terminated now, there is no need to copy
ut_line into a separate buffer first. Also enable WARNS.
</content>
</entry>
<entry>
<title>Fix some "in in" typos in comments.</title>
<updated>2008-03-26T07:32:08Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2008-03-26T07:32:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=662cac9f231e3c339f011b554d232603cc58df90'/>
<id>urn:sha1:662cac9f231e3c339f011b554d232603cc58df90</id>
<content type='text'>
PR:		121490
Submitted by:	Anatoly Borodin &lt;anatoly.borodin@gmail.com&gt;
Approved by:	rwatson (mentor), jkoshy
MFC after:	3 days
</content>
</entry>
<entry>
<title>Prevent usage of nested externs.</title>
<updated>2005-05-06T15:28:54Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-05-06T15:28:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b49407ee4376dfbc36a71583f4d5bb54d82ad9f3'/>
<id>urn:sha1:b49407ee4376dfbc36a71583f4d5bb54d82ad9f3</id>
<content type='text'>
</content>
</entry>
</feed>
