<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/timed, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-07-14T14:47:15Z</updated>
<entry>
<title>The .Nm utility</title>
<updated>2002-07-14T14:47:15Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-14T14:47:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=490d5836b5ab0c76675986696b1637fff97dfae2'/>
<id>urn:sha1:490d5836b5ab0c76675986696b1637fff97dfae2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the length modifier 'l' when supplying an argument of</title>
<updated>2002-07-11T20:10:07Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-07-11T20:10:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=94fed363fe29da9591f1a3b56de7b461799ca0ec'/>
<id>urn:sha1:94fed363fe29da9591f1a3b56de7b461799ca0ec</id>
<content type='text'>
type long to printf(3).
</content>
</entry>
<entry>
<title> - Remove unnecessary inclusion of &lt;utmp.h&gt;.</title>
<updated>2002-07-11T20:01:36Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-07-11T20:01:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a89c0b2458938c0adefde998c0a5f0aa1bb82715'/>
<id>urn:sha1:a89c0b2458938c0adefde998c0a5f0aa1bb82715</id>
<content type='text'>
 - Cast a value to time_t before comparing it to another
   time_t to fix a warning.
</content>
</entry>
<entry>
<title>timed(8) manual page has some incorrect grammer</title>
<updated>2002-04-09T20:47:17Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2002-04-09T20:47:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c896b13a887e93cb44ed3aa885c9367c74bb8204'/>
<id>urn:sha1:c896b13a887e93cb44ed3aa885c9367c74bb8204</id>
<content type='text'>
PR:	36457
No objections from:	ru
</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/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>Unifdef all the SGI code.  It mainly added clutter while providing some</title>
<updated>2001-11-20T07:13:40Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2001-11-20T07:13:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f2b972fdb2b76b64788c7fe9561c406b2f93b30'/>
<id>urn:sha1:9f2b972fdb2b76b64788c7fe9561c406b2f93b30</id>
<content type='text'>
specialized logging, SGI-specific priority massaging, and SCI-specific
time trimming support.  Also add missing $FreeBSD$'s.

Inspired by:	NetBSD
</content>
</entry>
<entry>
<title>Use fixed-size fields in the structure for the timed protocol.  This</title>
<updated>2001-11-20T06:36:09Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2001-11-20T06:36:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3878fff7db791319d1e75f8d1f8a22f465360693'/>
<id>urn:sha1:3878fff7db791319d1e75f8d1f8a22f465360693</id>
<content type='text'>
includes changing a struct timeval to an explicit structure of two
int32_t's.  This requires using temporary timevals in several places
when calling gettimeofday(), settimeofday(), etc.  With this timed now
works properly on 64-bit platforms such as Alpha.

Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>Set BINOWN=root explicitly for setuid root binaries.</title>
<updated>2001-09-13T06:48:18Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-09-13T06:48:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cda2a9b2f0ab38e44572729b85e2ef744b6c831f'/>
<id>urn:sha1:cda2a9b2f0ab38e44572729b85e2ef744b6c831f</id>
<content type='text'>
This is not "useless", as one may have non-default
setting for BINOWN in make.conf, and we still want
these to be installed setuid root in this case.
</content>
</entry>
<entry>
<title>The timed protocol is not implemented in a compatible way by all vendors;</title>
<updated>2001-08-20T06:16:04Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-08-20T06:16:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=73c4a23ef248766d7c279db923249d538b2a0c35'/>
<id>urn:sha1:73c4a23ef248766d7c279db923249d538b2a0c35</id>
<content type='text'>
the size of the tsp_name field is OS-dependent.  4.3BSD used a 32-byte
field, FreeBSD uses MAXHOSTNAMELEN and RedHat apparently uses a 64-byte
field.  As a result, sanity checking code added a few months ago to detect
short packets will fail when interoperating with one of these other vendors.

Change the short packet detection code to expect a minimum packet size
corresponding to the 4.3BSD implementation, which should be a safe minimum
size.

Submitted by:	Stephen Whiteley &lt;stevew@best.com&gt; (based on)
PR:		misc/29867
</content>
</entry>
<entry>
<title>Perform a major cleanup of the usr.sbin Makefiles.</title>
<updated>2001-07-20T06:20:32Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-07-20T06:20:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=90e655ea4e3750a48b8b350adb823f0ace818f21'/>
<id>urn:sha1:90e655ea4e3750a48b8b350adb823f0ace818f21</id>
<content type='text'>
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
</content>
</entry>
</feed>
