OpenBSD CVS

CVS log for src/usr.bin/rsync/copy.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 26 19:16:02 2022 UTC (16 months, 3 weeks ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

spelling fixes; from paul tagliamonte
amendments to his diff are noted on tech

Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 28 19:28:42 2021 UTC (2 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.2: +5 -3 lines
Diff to previous 1.2 (colored)

Stop using MAXBSIZE to eliminate sys/param.h including (which injects a
ton of namespace intrusion).  Create local sizes, and refactor some code
along the way.
ok millert

Revision 1.2.4.1 / (download) - annotate - [select for diffs], Wed Nov 10 09:07:20 2021 UTC (2 years, 6 months ago) by bluhm
Branch: OPENBSD_6_9
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Copy new files created during post 6.9 developent from -current to
-stable.  This was forgotten in the previous -stable commit.

This is patches/6.9/common/021_rpki.patch.sig

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Wed Nov 10 09:00:59 2021 UTC (2 years, 6 months ago) by bluhm
Branch: OPENBSD_7_0
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Copy the new file copy.c from -current to -stable.  This was forgotten
in the previous -stable commit.

This is patches/7.0/common/004_rpki.patch.sig

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 24 21:24:17 2021 UTC (2 years, 6 months ago) by deraadt
Branch: MAIN
Branch point for: OPENBSD_7_0, OPENBSD_6_9
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

For open/openat, if the flags parameter does not contain O_CREAT, the
3rd (variadic) mode_t parameter is irrelevant.  Many developers in the past
have passed mode_t (0, 044, 0644, or such), which might lead future people
to copy this broken idiom, and perhaps even believe this parameter has some
meaning or implication or application. Delete them all.
This comes out of a conversation where tb@ noticed that a strange (but
intentional) pledge behaviour is to always knock-out high-bits from
mode_t on a number of system calls as a safety factor, and his bewilderment
that this appeared to be happening against valid modes (at least visually),
but no sorry, they are all irrelevant junk.  They could all be 0xdeafbeef.
ok millert

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 22 11:10:34 2021 UTC (2 years, 6 months ago) by claudio
Branch: MAIN

Implement --compare-dest in openrsync. compare-dest allows you to add
additional directories to check for files to be available.
OK benno@

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.