<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/find/function.c, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-06-14T13:00:21Z</updated>
<entry>
<title>Fix all WARNS.  Checked with "make WARNS=9". Remove unused file.</title>
<updated>2003-06-14T13:00:21Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-06-14T13:00:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ef646f18aa018c459c51c1b38dcbdac3422a97f3'/>
<id>urn:sha1:ef646f18aa018c459c51c1b38dcbdac3422a97f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Introduce a new struct xvfsconf, the userland version of struct vfsconf.</title>
<updated>2002-08-10T20:19:04Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-08-10T20:19:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5965373e69ca208cedd8ede9716ef0d58e6c3434'/>
<id>urn:sha1:5965373e69ca208cedd8ede9716ef0d58e6c3434</id>
<content type='text'>
- Make getvfsbyname() take a struct xvfsconf *.
- Convert several consumers of getvfsbyname() to use struct xvfsconf.
- Correct the getvfsbyname.3 manpage.
- Create a new vfs.conflist sysctl to dump all the struct xvfsconf in the
  kernel, and rewrite getvfsbyname() to use this instead of the weird
  existing API.
- Convert some {set,get,end}vfsent() consumers to use the new vfs.conflist
  sysctl.
- Convert a vfsload() call in nfsiod.c to kldload() and remove the useless
  vfsisloadable() and endvfsent() calls.
- Add a warning printf() in vfs_sysctl() to tell people they are using
  an old userland.

After these changes, it's possible to modify struct vfsconf without
breaking the binary compatibility.  Please note that these changes don't
break this compatibility either.

When bp will have updated mount_smbfs(8) with the patch I sent him, there
will be no more consumers of the {set,get,end}vfsent(), vfsisloadable()
and vfsload() API, and I will promptly delete it.
</content>
</entry>
<entry>
<title>Account for space used by environment variables in a similar way to</title>
<updated>2002-07-13T08:08:46Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-07-13T08:08:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a07af81154e42e03968dcf3f4873b9a5ea9fec6e'/>
<id>urn:sha1:a07af81154e42e03968dcf3f4873b9a5ea9fec6e</id>
<content type='text'>
xargs(1) when handling -exec ... {} + constructions.
</content>
</entry>
<entry>
<title>Support the SysV-style -exec utility args.. {} + function, required by</title>
<updated>2002-06-02T12:57:41Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-02T12:57:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5e25d888a82745e34d08c144060194297d79d750'/>
<id>urn:sha1:5e25d888a82745e34d08c144060194297d79d750</id>
<content type='text'>
SUSv3. This is similar to find foo -print0 | xargs -0 utility args.
</content>
</entry>
<entry>
<title>Clean up malloc(3)'s argument.  Remove casts which do nothing when we're</title>
<updated>2002-05-17T05:11:07Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-05-17T05:11:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=47bca8b02cf7a0e85f952078ac29699abfd0891a'/>
<id>urn:sha1:47bca8b02cf7a0e85f952078ac29699abfd0891a</id>
<content type='text'>
using sizeof() anyway.  Use slightly more consistent (per-file) error
reporting for malloc(3) returning NULL.  If "malloc failed" was being printed,
don't use err(3).  If a NULL format is being used, use err(3).  In one case
errx(3) was being used with strerror(3), so just use err(3).
</content>
</entry>
<entry>
<title>More consistancy.  file system &gt; filesystem</title>
<updated>2002-05-16T02:19:14Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2002-05-16T02:19:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=46c2a2cfa4db0a7969436da3293dedaadf750470'/>
<id>urn:sha1:46c2a2cfa4db0a7969436da3293dedaadf750470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>There is breakage in parsedate, so revert to get_date until this can be</title>
<updated>2002-04-02T10:45:34Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-04-02T10:45:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=48d09ba63fcd53bd779cd20515179bc914ca4161'/>
<id>urn:sha1:48d09ba63fcd53bd779cd20515179bc914ca4161</id>
<content type='text'>
resolved.

Reported by:	paul
</content>
</entry>
<entry>
<title>Fix find -exec with no command specified (i.e.: find . -exec ';')</title>
<updated>2002-04-02T07:20:56Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-02T07:20:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=51b0534f6bf1a8824dd052178205a486250dd9f2'/>
<id>urn:sha1:51b0534f6bf1a8824dd052178205a486250dd9f2</id>
<content type='text'>
PR:		bin/36521
Submitted by:	Simon 'corecode' Schubert &lt;corecode@corecode.ath.cx&gt;
Reviewed by:	mike
MFC after:	3 days
</content>
</entry>
<entry>
<title>Fix SCM IDs.</title>
<updated>2002-04-01T22:56:56Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-04-01T22:56:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3077469e0c95a87d71f364154ebacb673618f5ff'/>
<id>urn:sha1:3077469e0c95a87d71f364154ebacb673618f5ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spelling</title>
<updated>2002-03-26T12:05:35Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-03-26T12:05:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9725a7b97af200233cb624f611d65cb0f5e8140d'/>
<id>urn:sha1:9725a7b97af200233cb624f611d65cb0f5e8140d</id>
<content type='text'>
</content>
</entry>
</feed>
