History log of /openbsd-current/usr.bin/rdist/docmd.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.36 23-Apr-2024 jsg

correct indentation; no functional change
ok tb@


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.35 28-Jan-2022 guenther

When it's the possessive of 'it', it's spelled "its", without the
apostrophe.


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.34 28-Jun-2019 deraadt

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.33 09-Jul-2017 espie

have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate
files. This fixes up parallel builds in the default case.
FreeBSD does something similar.

okay millert@


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.32 20-Jan-2015 guenther

Split out from rdist/defs.h the client-only and server-only bits into
rdist/client.h and rdistd/server.h
Only put #includes in .h files that are necessary for the .h to be used;
all other #includes go in the .c files
Move all extern variable declarations to the .h files, renaming local
variables to avoid shadowing
Replace me_type member of mntent_t with an "is NFS?" flag bit


Revision tags: OPENBSD_5_6_BASE
# 1.31 12-Jul-2014 guenther

The statdb code has never been complete here


# 1.30 12-Jul-2014 guenther

Yes, we have setproctitle(). Delete that and several unused HAVE_* #defines


# 1.29 05-Jul-2014 guenther

Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()
Assume we have rcmdsh()


# 1.28 05-Jul-2014 guenther

Assume POSIX: <dirent.h>, struct dirent


# 1.27 05-Jul-2014 guenther

Assume C89: stdargs, const, and setvbuf()
Assume POSIX: O_NONBLOCK and S_IS{DIR,REG,LNK}


# 1.26 05-Jul-2014 guenther

Use void* in malloc/realloc/calloc wrappers


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.25 12-Nov-2012 guenther

Fix various format string issues. Stop assuming time_t is long or smaller.
Enable warnings.

ok krw@, ian@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.24 21-Apr-2011 krw

Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppc
transfers work for Richard Toohey.


# 1.23 18-Apr-2011 krw

read(2) returns ssize_t. So use a ssize_t to store and test the
return value, not a size_t which does not grok -1.

ok matthew@


# 1.22 10-Apr-2011 krw

Apply some tough type-love and give rdist a chance to handle files
larger than 2GB. Diff from Stephan R. Gerber via PR#6586, tweaks
by me.

ok deraadt@


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.21 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


Revision tags: OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.20 10-Aug-2008 sobrado

typo.


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE
# 1.19 11-Dec-2006 deraadt

rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millert


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.18 12-Feb-2006 moritz

Fix mail notification for rdist(1) as reported in user/5009. ok otto@


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE
# 1.17 03-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.16 14-May-2003 millert

o Sync w/ freerdist 0.92 minus the compress option
o KNF and ANSIfy the function headers

Sparse file support is currently a no-op since it didn't work.
Proper sparse file support will be added later.


# 1.15 06-May-2003 millert

Whoops, forgot a return statement in last commit


# 1.14 06-May-2003 millert

use POSIX regex


# 1.13 19-Apr-2003 millert

strcpy/strcat/sprintf removal; krw@ OK


# 1.12 05-Apr-2003 deraadt

strings; ok miod ho krw


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.11 12-Jun-2002 mpech

a real pid_t cleanup.

espie@ ok for make/,
deraadt@ one extra eye,
millert@ ok


Revision tags: OPENBSD_3_1_BASE
# 1.10 19-Nov-2001 mpech

kill more registers

millert@ ok


Revision tags: OPENBSD_3_0_BASE
# 1.9 23-Jun-2001 millert

Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and
use volatile instead.


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.8 04-Feb-1999 millert

Fix a serious memory consumption problem when running over directories
that contain many hard-linked files; johnh@isi.edu
Also add an xstrdup() that behaves like xmalloc() on failure.


Revision tags: OPENBSD_2_4_BASE
# 1.7 26-Jun-1998 millert

rdist 6.1.4 + OpenBSD patches + some -Wall


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.6 22-Jul-1997 millert

Use our rcmdsh(3) and support $RSH.


Revision tags: OPENBSD_2_1_BASE
# 1.5 12-Feb-1997 dm

Don't print garbage on EOF.


Revision tags: OPENBSD_2_0_BASE
# 1.4 26-Jun-1996 deraadt

rcsid


# 1.3 05-Mar-1996 dm

rdist 6.1.2


# 1.2 03-Feb-1996 dm

rdist 6.1.1


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.35 28-Jan-2022 guenther

When it's the possessive of 'it', it's spelled "its", without the
apostrophe.


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.34 28-Jun-2019 deraadt

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.33 09-Jul-2017 espie

have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate
files. This fixes up parallel builds in the default case.
FreeBSD does something similar.

okay millert@


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.32 20-Jan-2015 guenther

Split out from rdist/defs.h the client-only and server-only bits into
rdist/client.h and rdistd/server.h
Only put #includes in .h files that are necessary for the .h to be used;
all other #includes go in the .c files
Move all extern variable declarations to the .h files, renaming local
variables to avoid shadowing
Replace me_type member of mntent_t with an "is NFS?" flag bit


Revision tags: OPENBSD_5_6_BASE
# 1.31 12-Jul-2014 guenther

The statdb code has never been complete here


# 1.30 12-Jul-2014 guenther

Yes, we have setproctitle(). Delete that and several unused HAVE_* #defines


# 1.29 05-Jul-2014 guenther

Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()
Assume we have rcmdsh()


# 1.28 05-Jul-2014 guenther

Assume POSIX: <dirent.h>, struct dirent


# 1.27 05-Jul-2014 guenther

Assume C89: stdargs, const, and setvbuf()
Assume POSIX: O_NONBLOCK and S_IS{DIR,REG,LNK}


# 1.26 05-Jul-2014 guenther

Use void* in malloc/realloc/calloc wrappers


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.25 12-Nov-2012 guenther

Fix various format string issues. Stop assuming time_t is long or smaller.
Enable warnings.

ok krw@, ian@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.24 21-Apr-2011 krw

Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppc
transfers work for Richard Toohey.


# 1.23 18-Apr-2011 krw

read(2) returns ssize_t. So use a ssize_t to store and test the
return value, not a size_t which does not grok -1.

ok matthew@


# 1.22 10-Apr-2011 krw

Apply some tough type-love and give rdist a chance to handle files
larger than 2GB. Diff from Stephan R. Gerber via PR#6586, tweaks
by me.

ok deraadt@


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.21 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


Revision tags: OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.20 10-Aug-2008 sobrado

typo.


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE
# 1.19 11-Dec-2006 deraadt

rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millert


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.18 12-Feb-2006 moritz

Fix mail notification for rdist(1) as reported in user/5009. ok otto@


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE
# 1.17 03-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.16 14-May-2003 millert

o Sync w/ freerdist 0.92 minus the compress option
o KNF and ANSIfy the function headers

Sparse file support is currently a no-op since it didn't work.
Proper sparse file support will be added later.


# 1.15 06-May-2003 millert

Whoops, forgot a return statement in last commit


# 1.14 06-May-2003 millert

use POSIX regex


# 1.13 19-Apr-2003 millert

strcpy/strcat/sprintf removal; krw@ OK


# 1.12 05-Apr-2003 deraadt

strings; ok miod ho krw


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.11 12-Jun-2002 mpech

a real pid_t cleanup.

espie@ ok for make/,
deraadt@ one extra eye,
millert@ ok


Revision tags: OPENBSD_3_1_BASE
# 1.10 19-Nov-2001 mpech

kill more registers

millert@ ok


Revision tags: OPENBSD_3_0_BASE
# 1.9 23-Jun-2001 millert

Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and
use volatile instead.


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.8 04-Feb-1999 millert

Fix a serious memory consumption problem when running over directories
that contain many hard-linked files; johnh@isi.edu
Also add an xstrdup() that behaves like xmalloc() on failure.


Revision tags: OPENBSD_2_4_BASE
# 1.7 26-Jun-1998 millert

rdist 6.1.4 + OpenBSD patches + some -Wall


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.6 22-Jul-1997 millert

Use our rcmdsh(3) and support $RSH.


Revision tags: OPENBSD_2_1_BASE
# 1.5 12-Feb-1997 dm

Don't print garbage on EOF.


Revision tags: OPENBSD_2_0_BASE
# 1.4 26-Jun-1996 deraadt

rcsid


# 1.3 05-Mar-1996 dm

rdist 6.1.2


# 1.2 03-Feb-1996 dm

rdist 6.1.1


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


# 1.34 28-Jun-2019 deraadt

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.33 09-Jul-2017 espie

have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate
files. This fixes up parallel builds in the default case.
FreeBSD does something similar.

okay millert@


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.32 20-Jan-2015 guenther

Split out from rdist/defs.h the client-only and server-only bits into
rdist/client.h and rdistd/server.h
Only put #includes in .h files that are necessary for the .h to be used;
all other #includes go in the .c files
Move all extern variable declarations to the .h files, renaming local
variables to avoid shadowing
Replace me_type member of mntent_t with an "is NFS?" flag bit


Revision tags: OPENBSD_5_6_BASE
# 1.31 12-Jul-2014 guenther

The statdb code has never been complete here


# 1.30 12-Jul-2014 guenther

Yes, we have setproctitle(). Delete that and several unused HAVE_* #defines


# 1.29 05-Jul-2014 guenther

Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()
Assume we have rcmdsh()


# 1.28 05-Jul-2014 guenther

Assume POSIX: <dirent.h>, struct dirent


# 1.27 05-Jul-2014 guenther

Assume C89: stdargs, const, and setvbuf()
Assume POSIX: O_NONBLOCK and S_IS{DIR,REG,LNK}


# 1.26 05-Jul-2014 guenther

Use void* in malloc/realloc/calloc wrappers


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.25 12-Nov-2012 guenther

Fix various format string issues. Stop assuming time_t is long or smaller.
Enable warnings.

ok krw@, ian@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.24 21-Apr-2011 krw

Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppc
transfers work for Richard Toohey.


# 1.23 18-Apr-2011 krw

read(2) returns ssize_t. So use a ssize_t to store and test the
return value, not a size_t which does not grok -1.

ok matthew@


# 1.22 10-Apr-2011 krw

Apply some tough type-love and give rdist a chance to handle files
larger than 2GB. Diff from Stephan R. Gerber via PR#6586, tweaks
by me.

ok deraadt@


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.21 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


Revision tags: OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.20 10-Aug-2008 sobrado

typo.


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE
# 1.19 11-Dec-2006 deraadt

rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millert


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.18 12-Feb-2006 moritz

Fix mail notification for rdist(1) as reported in user/5009. ok otto@


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE
# 1.17 03-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.16 14-May-2003 millert

o Sync w/ freerdist 0.92 minus the compress option
o KNF and ANSIfy the function headers

Sparse file support is currently a no-op since it didn't work.
Proper sparse file support will be added later.


# 1.15 06-May-2003 millert

Whoops, forgot a return statement in last commit


# 1.14 06-May-2003 millert

use POSIX regex


# 1.13 19-Apr-2003 millert

strcpy/strcat/sprintf removal; krw@ OK


# 1.12 05-Apr-2003 deraadt

strings; ok miod ho krw


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.11 12-Jun-2002 mpech

a real pid_t cleanup.

espie@ ok for make/,
deraadt@ one extra eye,
millert@ ok


Revision tags: OPENBSD_3_1_BASE
# 1.10 19-Nov-2001 mpech

kill more registers

millert@ ok


Revision tags: OPENBSD_3_0_BASE
# 1.9 23-Jun-2001 millert

Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and
use volatile instead.


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.8 04-Feb-1999 millert

Fix a serious memory consumption problem when running over directories
that contain many hard-linked files; johnh@isi.edu
Also add an xstrdup() that behaves like xmalloc() on failure.


Revision tags: OPENBSD_2_4_BASE
# 1.7 26-Jun-1998 millert

rdist 6.1.4 + OpenBSD patches + some -Wall


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.6 22-Jul-1997 millert

Use our rcmdsh(3) and support $RSH.


Revision tags: OPENBSD_2_1_BASE
# 1.5 12-Feb-1997 dm

Don't print garbage on EOF.


Revision tags: OPENBSD_2_0_BASE
# 1.4 26-Jun-1996 deraadt

rcsid


# 1.3 05-Mar-1996 dm

rdist 6.1.2


# 1.2 03-Feb-1996 dm

rdist 6.1.1


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_6_2_BASE
# 1.33 09-Jul-2017 espie

have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate
files. This fixes up parallel builds in the default case.
FreeBSD does something similar.

okay millert@


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.32 20-Jan-2015 guenther

Split out from rdist/defs.h the client-only and server-only bits into
rdist/client.h and rdistd/server.h
Only put #includes in .h files that are necessary for the .h to be used;
all other #includes go in the .c files
Move all extern variable declarations to the .h files, renaming local
variables to avoid shadowing
Replace me_type member of mntent_t with an "is NFS?" flag bit


Revision tags: OPENBSD_5_6_BASE
# 1.31 12-Jul-2014 guenther

The statdb code has never been complete here


# 1.30 12-Jul-2014 guenther

Yes, we have setproctitle(). Delete that and several unused HAVE_* #defines


# 1.29 05-Jul-2014 guenther

Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()
Assume we have rcmdsh()


# 1.28 05-Jul-2014 guenther

Assume POSIX: <dirent.h>, struct dirent


# 1.27 05-Jul-2014 guenther

Assume C89: stdargs, const, and setvbuf()
Assume POSIX: O_NONBLOCK and S_IS{DIR,REG,LNK}


# 1.26 05-Jul-2014 guenther

Use void* in malloc/realloc/calloc wrappers


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.25 12-Nov-2012 guenther

Fix various format string issues. Stop assuming time_t is long or smaller.
Enable warnings.

ok krw@, ian@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.24 21-Apr-2011 krw

Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppc
transfers work for Richard Toohey.


# 1.23 18-Apr-2011 krw

read(2) returns ssize_t. So use a ssize_t to store and test the
return value, not a size_t which does not grok -1.

ok matthew@


# 1.22 10-Apr-2011 krw

Apply some tough type-love and give rdist a chance to handle files
larger than 2GB. Diff from Stephan R. Gerber via PR#6586, tweaks
by me.

ok deraadt@


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.21 27-Oct-2009 deraadt

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms


Revision tags: OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.20 10-Aug-2008 sobrado

typo.


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE
# 1.19 11-Dec-2006 deraadt

rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millert


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE
# 1.18 12-Feb-2006 moritz

Fix mail notification for rdist(1) as reported in user/5009. ok otto@


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE
# 1.17 03-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 1.16 14-May-2003 millert

o Sync w/ freerdist 0.92 minus the compress option
o KNF and ANSIfy the function headers

Sparse file support is currently a no-op since it didn't work.
Proper sparse file support will be added later.


# 1.15 06-May-2003 millert

Whoops, forgot a return statement in last commit


# 1.14 06-May-2003 millert

use POSIX regex


# 1.13 19-Apr-2003 millert

strcpy/strcat/sprintf removal; krw@ OK


# 1.12 05-Apr-2003 deraadt

strings; ok miod ho krw


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.11 12-Jun-2002 mpech

a real pid_t cleanup.

espie@ ok for make/,
deraadt@ one extra eye,
millert@ ok


Revision tags: OPENBSD_3_1_BASE
# 1.10 19-Nov-2001 mpech

kill more registers

millert@ ok


Revision tags: OPENBSD_3_0_BASE
# 1.9 23-Jun-2001 millert

Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and
use volatile instead.


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.8 04-Feb-1999 millert

Fix a serious memory consumption problem when running over directories
that contain many hard-linked files; johnh@isi.edu
Also add an xstrdup() that behaves like xmalloc() on failure.


Revision tags: OPENBSD_2_4_BASE
# 1.7 26-Jun-1998 millert

rdist 6.1.4 + OpenBSD patches + some -Wall


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.6 22-Jul-1997 millert

Use our rcmdsh(3) and support $RSH.


Revision tags: OPENBSD_2_1_BASE
# 1.5 12-Feb-1997 dm

Don't print garbage on EOF.


Revision tags: OPENBSD_2_0_BASE
# 1.4 26-Jun-1996 deraadt

rcsid


# 1.3 05-Mar-1996 dm

rdist 6.1.2


# 1.2 03-Feb-1996 dm

rdist 6.1.1


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision