OpenBSD CVS

CVS log for src/usr.bin/find/find.c


[BACK] Up to [local] / src / usr.bin / find

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_6_3_BASE


Revision 1.22 / (download) - annotate - [select for diffs], Wed Jan 4 09:21:26 2017 UTC (7 years, 5 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.21: +10 -1 lines
Diff to previous 1.21 (colored)

If find(1) may end up calling execve(2), it needs "proc exec" in addition
to its other promises.  Previously, find ran unpledged if the -exec{,dir}
or -ok primaries were specified: the tame(2) calls for find(1) were added
a few days before the "exec" promise was implemented and these code paths
were never revisited.

ok millert

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.