<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/talkd, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-07-06T19:19:48Z</updated>
<entry>
<title>The .Nm utility</title>
<updated>2002-07-06T19:19:48Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-06T19:19:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f162cb85dafb6f4c8537b3e606c2ccdaa12a424'/>
<id>urn:sha1:3f162cb85dafb6f4c8537b3e606c2ccdaa12a424</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Move NTOHL() and associated macros into &lt;sys/param.h&gt;.  These are</title>
<updated>2002-02-18T20:35:27Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-02-18T20:35:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fd8e4ebc8c18caec3eefac6527831f9ee6a92959'/>
<id>urn:sha1:fd8e4ebc8c18caec3eefac6527831f9ee6a92959</id>
<content type='text'>
  deprecated in favor of the POSIX-defined lowercase variants.
o Change all occurrences of NTOHL() and associated marcros in the
  source tree to use the lowercase function variants.
o Add missing license bits to sparc64's &lt;machine/endian.h&gt;.
  Approved by: jake
o Clean up &lt;machine/endian.h&gt; files.
o Remove unused __uint16_swap_uint32() from i386's &lt;machine/endian.h&gt;.
o Remove prototypes for non-existent bswapXX() functions.
o Include &lt;machine/endian.h&gt; in &lt;arpa/inet.h&gt; to define the
  POSIX-required ntohl() family of functions.
o Do similar things to expose the ntohl() family in libstand, &lt;netinet/in.h&gt;,
  and &lt;sys/param.h&gt;.
o Prepend underscores to the ntohl() family to help deal with
  complexities associated with having MD (asm and inline) versions, and
  having to prevent exposure of these functions in other headers that
  happen to make use of endian-specific defines.
o Create weak aliases to the canonical function name to help deal with
  third-party software forgetting to include an appropriate header.
o Remove some now unneeded pollution from &lt;sys/types.h&gt;.
o Add missing &lt;arpa/inet.h&gt; includes in userland.

Tested on:	alpha, i386
Reviewed by:	bde, jake, tmm
</content>
</entry>
<entry>
<title>Fix minor disorder in functions declared in extern.h</title>
<updated>2002-02-05T21:07:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-05T21:07:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4974a170b09bf4a46a2f3b79102d01068fe8fa1c'/>
<id>urn:sha1:4974a170b09bf4a46a2f3b79102d01068fe8fa1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Move externs to extern.h</title>
<updated>2002-02-05T21:06:56Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-05T21:06:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0b67b493a9e20a8b409768d7fee894ecfe720c1b'/>
<id>urn:sha1:0b67b493a9e20a8b409768d7fee894ecfe720c1b</id>
<content type='text'>
o Use new-style prototypes exclusively rather than the old foo() style.
o Use new-style function definitions.
o remove register
o make functions passed to signal have the right signature.
o do minor const poisoning.
</content>
</entry>
<entry>
<title>Lock down with WFORMAT?=1, with overrides in the subdirectories which</title>
<updated>2002-02-04T02:33:51Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2002-02-04T02:33:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9357f4121d711efe51bf00036d474d5fc95f9efc'/>
<id>urn:sha1:9357f4121d711efe51bf00036d474d5fc95f9efc</id>
<content type='text'>
are not yet warning-clean.  Tested on i386 and alpha.
</content>
</entry>
<entry>
<title>Include ttymsg.h from ../../usr.bin/wall instead of rolling our own</title>
<updated>2001-09-09T14:30:11Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-09-09T14:30:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f218b7fcbbc8bbf6a2b09f04cfe1eeb52eedf481'/>
<id>urn:sha1:f218b7fcbbc8bbf6a2b09f04cfe1eeb52eedf481</id>
<content type='text'>
prototype.
</content>
</entry>
<entry>
<title>Save errno in signal handler</title>
<updated>2001-07-24T05:41:13Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-07-24T05:41:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5007eafa5e5d88991afbd6e7232ca37cf608149b'/>
<id>urn:sha1:5007eafa5e5d88991afbd6e7232ca37cf608149b</id>
<content type='text'>
Obtained from:	OpenBSD
MFC After:	1 week
</content>
</entry>
<entry>
<title>Print the month number properly</title>
<updated>2001-07-13T15:07:06Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-07-13T15:07:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=76dada465bcc00222bf38812b0376e0225762e4b'/>
<id>urn:sha1:76dada465bcc00222bf38812b0376e0225762e4b</id>
<content type='text'>
MFC after: 1 week
</content>
</entry>
<entry>
<title>mdoc(7) police: removed HISTORY info from the .Os call.</title>
<updated>2001-07-10T10:49:54Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-07-10T10:49:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0efe23d6692589a9a694935da7f8156a7ac0bd25'/>
<id>urn:sha1:0efe23d6692589a9a694935da7f8156a7ac0bd25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In the "Message from Talk_Daemon" announcement, print the date as well</title>
<updated>2001-06-07T05:26:57Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-06-07T05:26:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4513fdec5e9205c4cc4168e3e449882d0e67f660'/>
<id>urn:sha1:4513fdec5e9205c4cc4168e3e449882d0e67f660</id>
<content type='text'>
as the current time.  It's nice to know whether the talk request you
see was sent just a few minutes ago (assuming you didn't hear the
bell), or if it's been decaying for days (weeks?).
</content>
</entry>
</feed>
