<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/find/function.c, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>- Make find(1) WARNS?= 6 clean</title>
<updated>2005-01-25T14:07:25Z</updated>
<author>
<name>Suleiman Souhlal</name>
<email>ssouhlal@FreeBSD.org</email>
</author>
<published>2005-01-25T14:07:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=46c2bd61034fa8a6dd5233e57931e9d8bec95228'/>
<id>urn:sha1:46c2bd61034fa8a6dd5233e57931e9d8bec95228</id>
<content type='text'>
- Bump to WARNS?= 6

Approved by:	stefanf, grehan (mentor)
</content>
</entry>
<entry>
<title>Change the 'no terminating ";"' error message to 'no terminating ";" or "+"'</title>
<updated>2004-07-29T03:33:55Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-29T03:33:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e22bb9db9ad960e0e14066cfc519c7585d20f4cd'/>
<id>urn:sha1:e22bb9db9ad960e0e14066cfc519c7585d20f4cd</id>
<content type='text'>
since + is also a valid way to terminate -exec.
</content>
</entry>
<entry>
<title>Remove partial support for building this on NetBSD.</title>
<updated>2004-07-29T03:29:44Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-29T03:29:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cc4165333cdb28b507cab0e97777dd0ff068169b'/>
<id>urn:sha1:cc4165333cdb28b507cab0e97777dd0ff068169b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- introduce a new primary `-depth n', which tests whether</title>
<updated>2004-05-28T17:17:15Z</updated>
<author>
<name>Oliver Eikemeier</name>
<email>eik@FreeBSD.org</email>
</author>
<published>2004-05-28T17:17:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c8329632ead4c55efc169bdd247330eaa0b50d8'/>
<id>urn:sha1:1c8329632ead4c55efc169bdd247330eaa0b50d8</id>
<content type='text'>
  the depth of the current file relative to the starting
  point of the traversal is n. The usual +/- modifiers
  to the argument apply.

- while I'm here, fix -maxdepth in the case of a depth-first
  traversal

Print the top ten maintainers of python module ports
(works with p5-* too):

find /usr/ports -depth 2 \! -name 'py-*' -prune -o \
  -depth 3 -name Makefile -execdir make -VMAINTAINER \; \
  | sort | uniq -c | sort -nr | head

PR:		66667
Reviewed by:	ru, joerg
Approved by:	joerg
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Give find(1) the option -acl to locate files with extended</title>
<updated>2004-04-03T17:10:04Z</updated>
<author>
<name>Bosko Milekic</name>
<email>bmilekic@FreeBSD.org</email>
</author>
<published>2004-04-03T17:10:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c5d31dff2f1e62c01964e9959f997fe1b6169d2'/>
<id>urn:sha1:9c5d31dff2f1e62c01964e9959f997fe1b6169d2</id>
<content type='text'>
ACLs.  This is similar to what ls(1) can do.  It is handy to
have it so that it can be used in conjunction with
"-exec setfacl {} \;" (to find(1)), among others.

This is the submitter's patch, but slightly modified.

PR: bin/65016
Submitted by: Christian S.J. Peron &lt;maneo@bsdpro.com&gt;
</content>
</entry>
<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-test2/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-test2/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-test2/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-test2/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>
</feed>
