<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ypbind, 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-09-16T21:39:42Z</updated>
<entry>
<title>xids are u_int32_ts, which are not necessarily the same size as time_ts or</title>
<updated>2002-09-16T21:39:42Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>2002-09-16T21:39:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bfe95ccc17c7bd3d996cc4c90906bf671a3e206d'/>
<id>urn:sha1:bfe95ccc17c7bd3d996cc4c90906bf671a3e206d</id>
<content type='text'>
 unsigned longs.  This fixes "ypbind -S ... -m" on sparc64.
</content>
</entry>
<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>Spell void * as void * rather than caddr_t.  This is complicated by the</title>
<updated>2002-04-28T15:18:50Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-04-28T15:18:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f249dbcc7149848de00cd8f4e93fe140dfa3f219'/>
<id>urn:sha1:f249dbcc7149848de00cd8f4e93fe140dfa3f219</id>
<content type='text'>
fact that caddr_t is often misspelled as char *.

Sponsored by:	DARPA, NAI Labs
</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>ANSIfy and remove some dead code.</title>
<updated>2002-02-06T15:26:07Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-02-06T15:26:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dc584ddbc5eb111cdb9863e2652621d7b5e9ba76'/>
<id>urn:sha1:dc584ddbc5eb111cdb9863e2652621d7b5e9ba76</id>
<content type='text'>
Sponsored by:	DARPA, NAI Labs
</content>
</entry>
<entry>
<title>Apply the following mechanical transformations in preparation for</title>
<updated>2002-02-06T13:30:31Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-02-06T13:30:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ed4d1c46a27632aa553e7c24c969262bfc2d5c97'/>
<id>urn:sha1:ed4d1c46a27632aa553e7c24c969262bfc2d5c97</id>
<content type='text'>
ansification and constification:

    s{\s+__P\((\(.*?\))\)}{$1}g;
    s{\(\s+}{\(}g;
    s{\s+\)}{\)}g;
    s{\s+,}{,}g;
    s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g;
    s{return ([^\(].*?);}{return ($1);}g;
    s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g;
    s{\s+$}{\n};g

Also add $FreeBSD$ where needed.

MFC after:	1 week
</content>
</entry>
<entry>
<title>yp(4) -&gt; yp(8).</title>
<updated>2002-01-14T16:59:03Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-01-14T16:59:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=491a8429624c0cf6c17e6e0b80d6a09e3b347984'/>
<id>urn:sha1:491a8429624c0cf6c17e6e0b80d6a09e3b347984</id>
<content type='text'>
PR:		docs/30797
</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>
<entry>
<title>Increment `i' in case of -S so that its argument isn't treated as</title>
<updated>2001-07-19T11:33:24Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-19T11:33:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b048172ee57f2eb75840a5bbc8d0873be44a93f3'/>
<id>urn:sha1:b048172ee57f2eb75840a5bbc8d0873be44a93f3</id>
<content type='text'>
another, unknown option.

Submitted by:	Naoki Kobayashi &lt;shibata@geo.titech.ac.jp&gt; and
		    Harti Brandt &lt;brandt@fokus.gmd.de&gt;, respectively.
Pointy hat to:	dd
</content>
</entry>
<entry>
<title>Remove whitespace at EOL.</title>
<updated>2001-07-15T08:06:20Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-15T08:06:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f247324df75b7f55b48b92acb3b42a5ae2deac8a'/>
<id>urn:sha1:f247324df75b7f55b48b92acb3b42a5ae2deac8a</id>
<content type='text'>
</content>
</entry>
</feed>
