CVS log for src/usr.bin/find/function.c
Up to [cvs.NetBSD.org] / src / usr.bin / find
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Feb 5 21:46:07 2024 UTC (11 months, 2 weeks ago) by andvar
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +5 -5
lines
fix various typos in comments.
Revision 1.75.8.3: download - view: text, markup, annotated - select for diffs
Fri Aug 4 13:12:00 2023 UTC (17 months, 2 weeks ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE
Diff to: previous 1.75.8.2: preferred, colored; branchpoint 1.75: preferred, colored; next MAIN 1.76: preferred, colored
Changes since revision 1.75.8.2: +6 -4
lines
Pull up following revision(s) (requested by riastradh in ticket #1879):
usr.bin/find/main.c: revision 1.32
usr.bin/find/function.c: revision 1.80
PR/57313: Timo Buhrmester: Don't bail if "." cannot be opened. From FreeBSD
Revision 1.77.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 4 13:10:35 2023 UTC (17 months, 2 weeks ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +6 -4
lines
Pull up following revision(s) (requested by riastradh in ticket #1701):
usr.bin/find/main.c: revision 1.32
usr.bin/find/function.c: revision 1.80
PR/57313: Timo Buhrmester: Don't bail if "." cannot be opened. From FreeBSD
Revision 1.79.6.1: download - view: text, markup, annotated - select for diffs
Fri Aug 4 13:09:17 2023 UTC (17 months, 2 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79: +6 -4
lines
Pull up following revision(s) (requested by riastradh in ticket #305):
usr.bin/find/main.c: revision 1.32
usr.bin/find/function.c: revision 1.80
PR/57313: Timo Buhrmester: Don't bail if "." cannot be opened. From FreeBSD
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sat Apr 1 15:57:20 2023 UTC (21 months, 3 weeks ago) by christos
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +6 -4
lines
PR/57313: Timo Buhrmester: Don't bail if "." cannot be opened. From FreeBSD
Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Mar 18 18:24:14 2021 UTC (3 years, 10 months ago) by cheusov
Branches: MAIN
CVS tags: netbsd-10-base,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: netbsd-10
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -3
lines
find: use POSIX strtoll(3) instead of legacy strtoq(3)
Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Mar 18 18:21:18 2021 UTC (3 years, 10 months ago) by cheusov
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3
lines
find: use POSIX type uint32_t instead of u_int32_t
Revision 1.76.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:19 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76: +8 -4
lines
Sync with HEAD
Revision 1.72.6.1: download - view: text, markup, annotated - select for diffs
Tue Oct 30 10:07:08 2018 UTC (6 years, 2 months ago) by sborrill
Branches: netbsd-7
Diff to: previous 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72: +8 -4
lines
Pull up the following revisions(s) (requested by mrg in ticket #1642):
usr.bin/find/function.c: revision 1.77
When calculating the length of the args that can be
appended in a "find .... -exec something {} +"
usage, remember to allow for the arg pointers, which
form part of what is allowed in ARG_MAX.
Revision 1.75.8.2: download - view: text, markup, annotated - select for diffs
Mon Sep 10 15:48:25 2018 UTC (6 years, 4 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1
Diff to: previous 1.75.8.1: preferred, colored; branchpoint 1.75: preferred, colored
Changes since revision 1.75.8.1: +8 -4
lines
Pull up following revision(s) (requested by kre in ticket #1016):
usr.bin/find/function.c: revision 1.77
Inspired by PR pkg/53543
When calculating the length of the args that can be
appended in a "find .... -exec something {} +"
usage, remember to allow for the arg pointers, which
form part of what is allowed in ARG_MAX.
From a fairly empty installation of HEAD on amd64
and with a "/tmp/args" command that simply prints
its arg count, and the length of the arg strings,
with this mod I see ..
netbsd# find / -exec /tmp/args {} +
Argc 5000 Arglen 107645
Argc 5000 Arglen 151324
Argc 5000 Arglen 187725
Argc 5000 Arglen 206591
Argc 5000 Arglen 172909
Argc 5000 Arglen 186264
Argc 5000 Arglen 167906
Argc 2881 Arglen 98260
The upper limit of 5000 args is in the code.
Using the biggest of those, 5000
args, plus 206591 bytes of strings
uses 246591 bytes total (this excludes
the command name, so add a few more).
That's fairly close to the ARG_MAX
of 262144.
On another system (with longer paths) I see:
(this is just a small part of the output, using a
different version of the dummy command, and a
slightly different invocation)
Args: 4546 Len 218030
Args: 4878 Len 217991
Args: 4813 Len 218028
Args: 4803 Len 218029
There, 4878*8 + 217991 == 257015 which is about
as close as we'd want to come to the arg limit.
XXX pullup -8
Revision 1.76.4.1: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:56:49 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76: +8 -4
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Sep 4 15:16:15 2018 UTC (6 years, 4 months ago) by kre
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
is-mlppp-base,
is-mlppp
Branch point for: netbsd-9
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +8 -4
lines
Inspired by PR pkg/53543
When calculating the length of the args that can be
appended in a "find .... -exec something {} +"
usage, remember to allow for the arg pointers, which
form part of what is allowed in ARG_MAX.
From a fairly empty installation of HEAD on amd64
and with a "/tmp/args" command that simply prints
its arg count, and the length of the arg strings,
with this mod I see ..
netbsd# find / -exec /tmp/args {} +
Argc 5000 Arglen 107645
Argc 5000 Arglen 151324
Argc 5000 Arglen 187725
Argc 5000 Arglen 206591
Argc 5000 Arglen 172909
Argc 5000 Arglen 186264
Argc 5000 Arglen 167906
Argc 2881 Arglen 98260
The upper limit of 5000 args is in the code.
Using the biggest of those, 5000
args, plus 206591 bytes of strings
uses 246591 bytes total (this excludes
the command name, so add a few more).
That's fairly close to the ARG_MAX
of 262144.
On another system (with longer paths) I see:
(this is just a small part of the output, using a
different version of the dummy command, and a
slightly different invocation)
Args: 4546 Len 218030
Args: 4878 Len 217991
Args: 4813 Len 218028
Args: 4803 Len 218029
There, 4878*8 + 217991 == 257015 which is about
as close as we'd want to come to the arg limit.
XXX pullup -8
Revision 1.75.8.1: download - view: text, markup, annotated - select for diffs
Thu Jun 15 05:46:49 2017 UTC (7 years, 7 months ago) by snj
Branches: netbsd-8
CVS tags: netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -3
lines
Pull up following revision(s) (requested by christos in ticket #40):
usr.bin/find/function.c: revision 1.76
PR/52295: Anthony Mallet: find -delete: "relative path not safe" with absolute
paths ... Fix from OpenBSD
Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Jun 13 13:10:32 2017 UTC (7 years, 7 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -3
lines
PR/52295: Anthony Mallet: find -delete: "relative path not safe" with absolute
paths ... Fix from OpenBSD
Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Jun 13 02:06:44 2016 UTC (8 years, 7 months ago) by pgoyette
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
netbsd-8-base,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: netbsd-8
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +3 -3
lines
Fix missing quote. Resolve automated test failure.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Jun 13 00:04:40 2016 UTC (8 years, 7 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +189 -74
lines
Add new primaries -asince, -csince, and -since to compare file's
attributes against a user-specified timestamp (rather than the
attributes of a reference file).
Update the parse routines so they have access to the name of the
option being parsed. This enables accurate error reporting for
"aliases" of primaries.
Now that aliases work, introduce some aliases for consistency with
Gnu findutils.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Jun 12 20:50:10 2016 UTC (8 years, 7 months ago) by dholland
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +11 -7
lines
Extend the numeric handling for uids with -user to gids with -group, and
document it. Leftover bit of PR 46158.
Revision 1.67.2.4: download - view: text, markup, annotated - select for diffs
Thu May 22 11:42:44 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.67.2.3: preferred, colored; branchpoint 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67.2.3: +11 -8
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.71.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:29:00 2013 UTC (11 years, 7 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71: +11 -8
lines
resync from head
Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat May 4 06:29:32 2013 UTC (11 years, 8 months ago) by uebayasi
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Branch point for: netbsd-7
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +11 -8
lines
find(1): Compare timestamp in nsec scale in -anewer/-cnewer/-newer.
Revision 1.67.2.3: download - view: text, markup, annotated - select for diffs
Tue Oct 30 19:00:16 2012 UTC (12 years, 2 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.67.2.2: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.2: +3 -3
lines
sync with head
Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Aug 26 14:26:37 2012 UTC (12 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -3
lines
Make order of words in comment consistent with that within other
comments (helps with search actions).
Patch from Bug Hunting.
Revision 1.67.2.2: download - view: text, markup, annotated - select for diffs
Wed May 23 10:08:24 2012 UTC (12 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.67.2.1: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.1: +4 -4
lines
sync with head.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat May 5 21:16:16 2012 UTC (12 years, 8 months ago) by dholland
Branches: MAIN
CVS tags: yamt-pagecache-base5
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +4 -4
lines
rest of previous.
BQS: 1. dholland: 0.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat May 5 20:48:51 2012 UTC (12 years, 8 months ago) by dholland
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3
lines
typo in comment
Revision 1.67.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:09:31 2012 UTC (12 years, 9 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -5
lines
sync with head
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Mar 20 20:34:57 2012 UTC (12 years, 10 months ago) by matt
Branches: MAIN
CVS tags: yamt-pagecache-base4
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -5
lines
Use C89 function definitions
Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Sep 22 12:49:57 2011 UTC (13 years, 4 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +24 -20
lines
Fix unchecked malloc, check for overflow (Maksymilian Arciemowicz)
While here, remove unused casts, fix types.
Revision 1.65.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 5 15:10:59 2011 UTC (13 years, 10 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.65: preferred, colored; next MAIN 1.66: preferred, colored
Changes since revision 1.65: +3 -3
lines
Sync with HEAD
Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Feb 24 02:55:18 2011 UTC (13 years, 11 months ago) by jmcneill
Branches: MAIN
CVS tags: cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -3
lines
Don't error out while searching for empty directories, from FreeBSD:
http://lists.freebsd.org/pipermail/svn-src-head/2010-December/022913.html
Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Jan 6 08:18:42 2011 UTC (14 years ago) by dholland
Branches: MAIN
CVS tags: bouyer-quota2-base
Branch point for: bouyer-quota2
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -2
lines
Fix "-exec blah blah {} +" so it only matches when the {} is last, as
per the standard. Per (brief) discussion on tech-userlevel.
There should really be a form where you can do the equivalent of
"-exec blah {} blah +", but I think we're going to need to call it
something other than -exec. As it is it's sort of surprising that the
standards people didn't add a different name -- note what happens if
you try to do something like "find ... -exec expr {} + 2 \;".
Revision 1.64.16.2: download - view: text, markup, annotated - select for diffs
Thu Jul 19 07:49:31 2007 UTC (17 years, 6 months ago) by daniel
Branches: matt-mips64
Diff to: previous 1.64.16.1: preferred, colored; branchpoint 1.64: preferred, colored; next MAIN 1.65: preferred, colored
Changes since revision 1.64.16.1: +1896 -0
lines
Add the '-E' option to interpret regexes as extended regexes. While we
are here, fix ordering in usage information by putting '-X' in the proper
place.
Addition of '-E' was discussed on tech-userlevel.
Revision 1.64.16.1
Thu Jul 19 07:49:30 2007 UTC (17 years, 6 months ago) by daniel
Branches: matt-mips64
FILE REMOVED
Changes since revision 1.64: +0 -1896
lines
file function.c was added on branch matt-mips64 on 2007-07-19 07:49:31 +0000
Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Jul 19 07:49:30 2007 UTC (17 years, 6 months ago) by daniel
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-premerge-20091211,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-premerge-20101231,
matt-mips64-base2,
matt-mips64-base,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: matt-mips64
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +9 -7
lines
Add the '-E' option to interpret regexes as extended regexes. While we
are here, fix ordering in usage information by putting '-X' in the proper
place.
Addition of '-E' was discussed on tech-userlevel.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Jul 17 21:35:29 2007 UTC (17 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +4 -4
lines
eliminate MFSNAMELEN
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Feb 6 13:25:01 2007 UTC (17 years, 11 months ago) by elad
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +61 -2
lines
Add -delete from FreeBSD.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Feb 2 15:48:54 2007 UTC (17 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +3 -3
lines
fix spello (from Anon Ymous)
Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Dec 14 20:55:56 2006 UTC (18 years, 1 month ago) by he
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -3
lines
Adapt find to the move of string_to_flags() and flags_to_string() to
libutil.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Nov 9 20:50:53 2006 UTC (18 years, 2 months ago) by christos
Branches: MAIN
CVS tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +9 -4
lines
eliminate alloca use.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Oct 12 08:46:18 2006 UTC (18 years, 3 months ago) by tacha
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -4
lines
All members of PLAN should be initialized.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Oct 11 19:51:10 2006 UTC (18 years, 3 months ago) by apb
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +220 -399
lines
De-__P(), remove trailing spaces, sprinkle a few const, WARNS=4.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Oct 7 17:04:02 2006 UTC (18 years, 3 months ago) by apb
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +214 -41
lines
Add support for "find ... -exec ... {} +".
The code is from John Hawkinson in PR 20470. I adapted it to current,
and made some KNF and comment changes.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Aug 26 18:17:42 2006 UTC (18 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -2
lines
More programs using efun.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed May 10 21:53:20 2006 UTC (18 years, 8 months ago) by mrg
Branches: MAIN
CVS tags: chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -2
lines
quell GCC 4.1 uninitialised variable warnings.
XXX: we should audit the tree for which old ones are no longer needed
after getting the older compilers out of the tree..
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Feb 20 16:31:02 2006 UTC (18 years, 11 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +25 -2
lines
Add a new primary '-exit n':
This primary causes find to stop traversing the filesystem and
exit immediately if a previous condition was met. If no value is
specified, the exit value will be 0, else n. Note that other
primaries will be evaluated and acted upon before exiting.
Ok matt@, garbled@.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Nov 9 00:47:16 2005 UTC (19 years, 2 months ago) by reed
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +24 -2
lines
Add -false switch. From man page:
-false This primary always evaluates to false. This can be used follow-
ing a primary that caused the expression to be true to make the
expression to be false. This can be useful after using a -fprint
primary so it can continue to the next expression (using an -or
operator, for example).
This was brought up on the tech-userlevel list in October.
Using -fprint on findutils or new NetBSD find(1) does not do what
I wanted. For example, if saving results of all files that start
with a vowel or saving results of all files owned by group operator,
then the list of files owned by group operator would not include
the files starting with a vowel.
findutils's find has a workaround for this with -false and also a
"," comma opeator. (I made add this comma operator later; you can use
the comma to perform multiple independent tests.)
Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Oct 12 20:03:59 2005 UTC (19 years, 3 months ago) by reed
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +40 -2
lines
This adds -fprint function. The primary name "-fprint" (but not the
code) comes from findutils; it behaves the same.
From my manpage addition:
-fprint filename
This primary always evaluates to true. This creates filename or
overwrites the file if it already exists. The file is created at
startup. It writes the pathname of the current file to this
file, followed by a newline character. The file will be empty if
no files are matched.
Here is an example usage:
find /etc \( -name "*pass*" -fprint file1 \) -o \( -group operator -fprint file2 \) -o -name "w*"
Note that this example will NOT include entry in file2 if it is
matched in first expression. (This also is same behaviour as
findutils, and I have implemented a -false primary to handle that.
I will commit it later.)
This creates the file as command line argument parsing time.
If there is an error somewhere on that line, such as missing values
or mismatched parenthesis, then a file may still be created.
(Even if a later -fprint filename is unwritable.) This is similar
behaviour to findutils. (It has been suggested that this find could
be code to create the files in an extra stage after the command-line
argument parsing and before the actual function processing.)
I will add -fprintx and -fprint0 soon.
This was discussed on tech-userlevel.
Revision 1.46.4.2: download - view: text, markup, annotated - select for diffs
Tue Oct 11 23:47:05 2005 UTC (19 years, 3 months ago) by reed
Branches: netbsd-2
CVS tags: netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1
Diff to: previous 1.46.4.1: preferred, colored; branchpoint 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46.4.1: +0 -38
lines
Revert changes. I accidently committed to netbsd-2.
Revision 1.46.4.1: download - view: text, markup, annotated - select for diffs
Tue Oct 11 22:56:27 2005 UTC (19 years, 3 months ago) by reed
Branches: netbsd-2
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +40 -2
lines
This adds -fprint function. The primary name "-fprint" (but not the
code) comes from findutils; it behaves the same.
From my manpage addition:
-fprint filename
This primary always evaluates to true. This creates filename or
overwrites the file if it already exists. The file is created at
startup. It writes the pathname of the current file to this
file, followed by a newline character. The file will be empty if
no files are matched.
Here is an example usage:
find /etc \( -name "*pass*" -fprint file1 \) -o \( -group operator -fprint file2 \) -o -name "w*"
This was discussed on tech-userlevel.
This creates the file as command line argument parsing time.
If there is an error somewhere on that line, such as missing values
or mismatched parenthesis, then a file may still be created.
(Even if a later -fprint filename is unwritable.) This is similar
behaviour to findutils. (It has been suggested that this find could
be code to create the files in an extra stage after the command-line
argument parsing and before the actual function processing.)
I will add -fprintx and -fprint0 soon.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Oct 1 20:27:17 2005 UTC (19 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3
lines
fix setmode error handling.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Dec 28 05:11:07 2004 UTC (20 years ago) by atatat
Branches: MAIN
CVS tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +7 -12
lines
Attack of the whiteout police, including the "fix whitespace problems"
department followed by the "and fix the the ifdefs as well" brigade,
leading to a janitorial "just combine those two" strike team.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Apr 21 01:05:47 2004 UTC (20 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +5 -5
lines
Replace the statfs() family of system calls with statvfs().
Retain binary compatibility.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Mar 30 22:51:55 2004 UTC (20 years, 9 months ago) by heas
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3
lines
Whitespace nit
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Aug 7 11:13:41 2003 UTC (21 years, 5 months ago) by agc
Branches: MAIN
CVS tags: netbsd-2-base,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0
Branch point for: netbsd-2
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -7
lines
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Aug 3 19:46:04 2003 UTC (21 years, 5 months ago) by provos
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +31 -2
lines
Implement -iname for case insensitive matching on file names.
From freebsd/openbsd. Approved by jaromir@, manu@, perry@.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Jul 12 13:57:49 2003 UTC (21 years, 6 months ago) by itojun
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3
lines
strlcpy
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 30 10:49:05 2003 UTC (21 years, 11 months ago) by jhawk
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +11 -7
lines
Obey preceding - and + on -user when a numeric uid is specified (only).
Our behavior is now consistent with Solaris, and more useful than previous.
Unfortunately we end up strtol()-ing twice (once via atoi()) to avoid
changing find_parsenum().
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Jan 26 07:07:31 2003 UTC (22 years ago) by matt
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -2
lines
With -printx also qoute $ and ` (since they are shell metacharaters).
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Sep 27 15:56:27 2002 UTC (22 years, 3 months ago) by provos
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +211 -3
lines
support for -empty, -execdir, -mindepth, -maxdepth to match other UNIX-like
systems. based on work by tholo@openbsd.org. approved by perry.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Dec 2 12:46:39 2001 UTC (23 years, 1 month ago) by kleink
Branches: MAIN
CVS tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +41 -4
lines
Since we've already been down that road with -cnewer, support GNU find(1)'s
-anewer as well.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Dec 1 14:10:04 2001 UTC (23 years, 1 month ago) by kleink
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +39 -2
lines
Add a "cnewer" primary which evaluates true if a file has a more recent
ctime than its argument.
From kre in PR bin/14802; originally suggested name was "updated" but
renamed due to GNU find(1) being prior art for this functionality.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Sep 21 07:11:33 2001 UTC (23 years, 4 months ago) by enami
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3
lines
Reallocate memory correctly while substituting the braces.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Sep 18 05:11:15 2001 UTC (23 years, 4 months ago) by simonb
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4
lines
Back out previous vfork->fork change now that the cause of the problem
(execvp) has been fixed.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Sep 14 08:19:25 2001 UTC (23 years, 4 months ago) by simonb
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3
lines
Use fork() instead of vfork(). The child calls execvp(), which calls
strdup(), which calls malloc()...
Fixes problem with "find .. -exec" growing as reported by Kazushi Marukawa
on current-users@.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Feb 5 01:53:48 2001 UTC (23 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -17
lines
fixed nested externs
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Oct 10 14:30:41 2000 UTC (24 years, 3 months ago) by enami
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -2
lines
- The type of return value of setmode is a void * and getmode takes it,
rather than mode_t *.
- Free the storage allocated by setmode unless it is obvious that program
exits immediately.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Mar 16 18:44:29 2000 UTC (24 years, 10 months ago) by enami
Branches: MAIN
CVS tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +27 -5
lines
Cosmetic changes.
Revision 1.31.4.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:36:54 1999 UTC (25 years, 1 month ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +3 -3
lines
Pull up to last week's -current.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Nov 9 15:06:34 1999 UTC (25 years, 2 months ago) by drochner
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3
lines
Since our gcc doesn't warn about NULL format strings anymore, we can
fix the incorrect err(1, "%s", "") et al.
Closes PR bin/7592 by cgd.
Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 20 05:43:37 1999 UTC (25 years, 5 months ago) by cgd
Branches: netbsd-1-4
CVS tags: netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +68 -2
lines
pull up rev 1.31 from trunk. (cgd)
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jul 20 01:28:41 1999 UTC (25 years, 6 months ago) by cgd
Branches: MAIN
CVS tags: comdex-fall-1999-base,
comdex-fall-1999
Branch point for: wrstuden-devbsize
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +68 -2
lines
add -regex and -iregex primaries which, like GNU find's primaries of the
same name, match files' entire paths against regular expressions.
-regex is case sensitive, -iregex is case-insensitive. Note that these
primaries are _not_ entirely compatible with the GNU find primaries,
because their BREs appear to support alternation with \| whereas our BREs
do not. Also note there are no primaries which provide extended regular
expressions matching, though if they are desired they would be trivial
to implement.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Feb 4 16:41:17 1999 UTC (25 years, 11 months ago) by kleink
Branches: MAIN
CVS tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH001
Branch point for: netbsd-1-4
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +7 -6
lines
Don't choke on file size specifications (legitimately) exceeding LONG_MAX.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jan 16 13:27:30 1999 UTC (26 years ago) by simonb
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +104 -2
lines
Add GNU-style -{a,c,m}min primaries.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jan 12 00:18:50 1999 UTC (26 years ago) by lukem
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +32 -2
lines
Add support for -printx, which quotes pathnames in an xargs friendly way.
From [bin/6790] by Eric Fischer <eric@fudge.uchicago.edu>
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Jan 3 14:54:28 1999 UTC (26 years ago) by lukem
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +50 -2
lines
Add support for "-flags [-]flags", which matches the file flags in a
similar way that "-perm [-]mode" matches the file mode.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Nov 6 23:21:01 1998 UTC (26 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -3
lines
we don't need sys/ucred.h
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Oct 14 00:50:43 1998 UTC (26 years, 3 months ago) by wsanchez
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
init mask to silence -Wall
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Feb 21 22:47:20 1998 UTC (26 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +120 -44
lines
Simplify the function calling code and warnsify.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Feb 3 01:04:27 1998 UTC (26 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -21
lines
remove getvfsbyname cruft.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Feb 2 14:02:21 1998 UTC (26 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +45 -19
lines
merge lite2, sans getvfsbyname in functions.c (waiting on libc)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Oct 19 11:52:32 1997 UTC (27 years, 3 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +53 -25
lines
fix .Nm usage, deprecate register, mostly WARNSify (needs minor rewrite to fix)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Feb 1 09:51:48 1997 UTC (27 years, 11 months ago) by matthias
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -4
lines
remove second RCS-Id line.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jan 30 09:17:27 1997 UTC (27 years, 11 months ago) by matthias
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -2
lines
finding whiteouts didn't work.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jan 9 20:19:12 1997 UTC (28 years ago) by tls
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1
lines
RCS ID police
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue May 21 13:43:52 1996 UTC (28 years, 8 months ago) by mrg
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -1
lines
add support for whiteouts. pr#2394 (Mike Long <mike.long@analog.com>)
Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Sep 1 00:24:42 1995 UTC (29 years, 4 months ago) by jtc
Branches: WFJ-920714,
CSRG
CVS tags: lite-2
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +259 -194
lines
imported from 44lite2
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jun 18 11:00:17 1995 UTC (29 years, 7 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -3
lines
don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminated
Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 18 18:43:21 1994 UTC (30 years, 3 months ago) by cgd
Branches: netbsd-1-0
CVS tags: netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +10 -13
lines
from trunk.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Oct 18 17:02:44 1994 UTC (30 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +9 -15
lines
Get rid of a redundant sanity check.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 18 13:54:25 1994 UTC (30 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -4
lines
Always save both the mount flags and the file system type when crossing a
mount point. From John Kohl.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Apr 14 03:34:16 1994 UTC (30 years, 9 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-0-base
Branch point for: netbsd-1-0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +9 -68
lines
fstypes will be strings soon
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 16 03:59:52 1994 UTC (30 years, 11 months ago) by andrew
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3
lines
-nouser and -nogroup tests were negated.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 21 02:59:38 1994 UTC (31 years ago) by jtc
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -1
lines
Flush stdout and stderr before processing an -exec (or -ok), so the output
of the exec'd command and find's output will be correctly interspersed.
(Bug noticed by Terry Lambert, of FreeBSD. Fix by me).
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Dec 30 21:15:24 1993 UTC (31 years ago) by jtc
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +262 -174
lines
Merged our bugfixes with the 4.4BSD find from uunet.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Oct 27 17:52:41 1993 UTC (31 years, 3 months ago) by jtc
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +19 -1
lines
Added -print0 (like GNU find). This will allow file names that contain
newlines to be correctly interpreted by programs that process find
output.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Sep 16 21:41:30 1993 UTC (31 years, 4 months ago) by cgd
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
fix to the 'size' primary; -size <n>c didn't work. from
Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Aug 6 01:53:33 1993 UTC (31 years, 5 months ago) by deraadt
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +18 -18
lines
for new fts library
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Aug 1 18:16:14 1993 UTC (31 years, 5 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1
lines
Add RCS identifiers.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jun 16 17:19:05 1993 UTC (31 years, 7 months ago) by jtc
Branches: MAIN
CVS tags: netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
Update source to use posix fnmatch
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 10 01:10:27 1993 UTC (31 years, 9 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-alpha-1,
netbsd-0-8
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1
lines
Reverse sense of fnmatch() to match POSIX.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 24 22:56:34 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +20 -0
lines
added support for "kernfs" and "fdesc" to -fstype
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 24 22:54:24 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -4
lines
fixed fact that "rdonly" wasn't supported by -fstype, but the man
page said it was. also fixed multiple fstype checks on the same
partition
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: WFJ-920714,
CSRG
CVS tags: patchkit-0-2-2,
WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
initial import of 386bsd-0.1 sources
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>