#
0fbc5fbe |
| 26-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Sync with head
|
#
a05cb852 |
| 20-Sep-2009 |
Jilles Tjoelker <jilles@FreeBSD.org> |
Update find(1) man page for -L/-delete interaction.
It is a bit unfortunate that the example to delete broken symlinks now uses rm(1), but allowing this with -delete would require fixing fts(3) to n
Update find(1) man page for -L/-delete interaction.
It is a bit unfortunate that the example to delete broken symlinks now uses rm(1), but allowing this with -delete would require fixing fts(3) to not imply FTS_NOCHDIR if FTS_LOGICAL is given (or hacks in the -delete option).
PR: bin/90687 MFC after: 2 weeks
show more ...
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
dfab7fb1 |
| 03-Mar-2008 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix SYNOPSIS and usage().
|
#
b390c311 |
| 24-Feb-2008 |
Ceri Davies <ceri@FreeBSD.org> |
Bump .Dd for revisions 1.83 and 1.84.
|
#
a66a6a2a |
| 24-Feb-2008 |
Warner Losh <imp@FreeBSD.org> |
Tag -ilname and -lname as GNU extensions. Correct their descriptions to indicate that it is the contents of the symbolic link that are matched.
|
Revision tags: release/7.0.0_cvs, release/7.0.0 |
|
#
46b993ff |
| 23-Feb-2008 |
Warner Losh <imp@FreeBSD.org> |
Implement a number of primaries present in GNU find, but not present in our find.
The following are nops because they aren't relevant to our find: -ignore_readdir_race -noignore_readdir_race -nol
Implement a number of primaries present in GNU find, but not present in our find.
The following are nops because they aren't relevant to our find: -ignore_readdir_race -noignore_readdir_race -noleaf The following aliaes were created: -gid -> -group [2] -uid -> -user [2] -wholename -> -path -iwholename -> ipath -mount -> -xdev -d -> -depth [1] The following new primaries were created: -lname like -name, but matches symbolic links only) -ilname like -lname but case insensitive -quit exit(0) -samefile returns true for hard links to the specified file -true Always true I changed one primary to match GNU find since I think our use of it violates POLA -false Always false (was an alias for -not!)
Also, document the '+' modifier for -execdir, as well as all of the above. This was previously implemented.
Document the remaining 7 primaries that are in GNU find, but aren't yet implemented in find(1)
[1] This was done in GNU find for compatibility with FreeBSD, yet they mixed up command line args and primary args.
[2] -uid/-gid in GNU find ONLY takes a numeric arg, but that arg does the normal range thing that. GNU find -user and -uid also take a numberic arg, but don't do the range processing. find(1) does both for -user and -group, so making -uid and -gid aliases is compatible for all non-error cases used in GNU find. While not perfect emulation, this seems a reasonable thing for us.
show more ...
|
Revision tags: release/6.3.0_cvs, release/6.3.0 |
|
#
fbccd9db |
| 28-Feb-2007 |
Ruslan Ermilov <ru@FreeBSD.org> |
Check in some insignificant fixes obtained as a result of the translation work.
|
Revision tags: release/6.2.0_cvs, release/6.2.0 |
|
#
3b0fbd31 |
| 13-Dec-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix the description of the -Btime primary.
Noticed by: Vadim Goncharov <vadimnuclight tpu.ru>
|
#
659a728e |
| 08-Oct-2006 |
Ceri Davies <ceri@FreeBSD.org> |
Update the list of POSIX extensions.
PR: docs/103859 Submitted by: shaun MFC after: 1 week
|
#
cb29445a |
| 29-Sep-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Markup fixes.
|
#
107f86a2 |
| 18-Jul-2006 |
Stefan Farfeleder <stefanf@FreeBSD.org> |
Document that the pathname(s) following the options need not be given if -f pathname was specified.
|
#
5a890aac |
| 27-May-2006 |
Kirill Ponomarev <krion@FreeBSD.org> |
Add the capability for a trailing scale indicator to cause the specified size to be read in the more familiar units of kilobytes, megabytes, gigabytes, terabytes and petabytes.
PR: bin/50988 Submit
Add the capability for a trailing scale indicator to cause the specified size to be read in the more familiar units of kilobytes, megabytes, gigabytes, terabytes and petabytes.
PR: bin/50988 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> MFC after: 7 days
show more ...
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
440a24d8 |
| 04-Apr-2006 |
Ceri Davies <ceri@FreeBSD.org> |
Note that all of the birthtime related primaries are non-standard.
|
#
bb0d5fd5 |
| 03-Apr-2006 |
Ceri Davies <ceri@FreeBSD.org> |
Bump .Dd for the birthtime options.
|
#
31d53425 |
| 03-Apr-2006 |
Ceri Davies <ceri@FreeBSD.org> |
Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to work with the st_birthtime field of struct stat.
'B' has been chosen to match the format specifier from stat(1).
Approved by: jh
Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to work with the st_birthtime field of struct stat.
'B' has been chosen to match the format specifier from stat(1).
Approved by: jhb MFC after: 2 weeks
show more ...
|
Revision tags: release/6.0.0_cvs, release/6.0.0 |
|
#
39c59153 |
| 14-Jun-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Markup and wording fixes.
Approved by: re (blanket)
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
#
ef6c7764 |
| 02-Apr-2005 |
Tim J. Robbins <tjr@FreeBSD.org> |
Use rpmatch() instead of checking for responses that begin with 'y' in queryuser(). This allows users to respond to -ok and -okdir prompts with any affirmative reply defined by their current locale.
|
Revision tags: release/4.11.0_cvs, release/4.11.0 |
|
#
4438d91e |
| 11-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Scheduled mdoc(7) sweep.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
053e1a39 |
| 29-Jul-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Now that fnmatch() supports multibyte characters, find does too; remove entry from BUGS section that said otherwise.
|
#
2cb640f6 |
| 28-Jul-2004 |
Colin Percival <cperciva@FreeBSD.org> |
Start new sentence on new line.
Pointed out by: simon
|
#
dfef91e9 |
| 27-Jul-2004 |
Colin Percival <cperciva@FreeBSD.org> |
Add a BUGS entry pointing out that -mindepth and -maxdepth are global options even though they look like primaries. (This is already documented in the options themselves, but is sufficiently astonis
Add a BUGS entry pointing out that -mindepth and -maxdepth are global options even though they look like primaries. (This is already documented in the options themselves, but is sufficiently astonishing that I think it deserves a BUGS entry as well.)
show more ...
|
#
ad487600 |
| 27-Jul-2004 |
Colin Percival <cperciva@FreeBSD.org> |
Merge the "multibyte not supported" BUG into the pre-existing BUGS section.
Move the HISTORY section to place it before BUGS rather than after BUGS, in order to minimize the chance of this error bei
Merge the "multibyte not supported" BUG into the pre-existing BUGS section.
Move the HISTORY section to place it before BUGS rather than after BUGS, in order to minimize the chance of this error being reproduced in the future. (Both mdoc(7) and 63% of manual pages have these sections listed in this order.)
show more ...
|
#
2410103c |
| 07-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) fixes.
|
#
4f45d811 |
| 03-Jul-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Document missing multibyte character support in utilities specified by POSIX.
|
#
58540776 |
| 03-Jul-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Re-add half of UCB copyright notice that went missing in 1.20.
|