History log of /openbsd/usr.bin/rdist/docmd.c (Results 1 – 25 of 36)
Revision Date Author Comments
# e6c7c102 23-Apr-2024 jsg <jsg@openbsd.org>

correct indentation; no functional change
ok tb@


# 7b1feaf2 28-Jan-2022 guenther <guenther@openbsd.org>

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


# 3aaa63eb 28-Jun-2019 deraadt <deraadt@openbsd.org>

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

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.

show more ...


# b32aa918 09-Jul-2017 espie <espie@openbsd.org>

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@


# e06ba677 20-Jan-2015 guenther <guenther@openbsd.org>

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

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

show more ...


# bd5d03af 12-Jul-2014 guenther <guenther@openbsd.org>

The statdb code has never been complete here


# 438e1a0a 12-Jul-2014 guenther <guenther@openbsd.org>

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


# 16d0ed72 05-Jul-2014 guenther <guenther@openbsd.org>

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


# a0369b21 05-Jul-2014 guenther <guenther@openbsd.org>

Assume POSIX: <dirent.h>, struct dirent


# 9884227d 05-Jul-2014 guenther <guenther@openbsd.org>

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


# bbadc118 05-Jul-2014 guenther <guenther@openbsd.org>

Use void* in malloc/realloc/calloc wrappers


# 4bb8b04c 12-Nov-2012 guenther <guenther@openbsd.org>

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

ok krw@, ian@


# 1c85f8b3 21-Apr-2011 krw <krw@openbsd.org>

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


# 68cd0b94 18-Apr-2011 krw <krw@openbsd.org>

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@


# 4e245ff6 10-Apr-2011 krw <krw@openbsd.org>

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@


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

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
(th

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

show more ...


# 39392415 10-Aug-2008 sobrado <sobrado@openbsd.org>

typo.


# 775a2683 11-Dec-2006 deraadt <deraadt@openbsd.org>

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


# 3f02e1a2 12-Feb-2006 moritz <moritz@openbsd.org>

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


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

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


# 40934732 14-May-2003 millert <millert@openbsd.org>

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 late

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.

show more ...


# 4c2bf8ab 06-May-2003 millert <millert@openbsd.org>

Whoops, forgot a return statement in last commit


# 44f37878 06-May-2003 millert <millert@openbsd.org>

use POSIX regex


# 46ec1ec4 19-Apr-2003 millert <millert@openbsd.org>

strcpy/strcat/sprintf removal; krw@ OK


# 78295a4e 05-Apr-2003 deraadt <deraadt@openbsd.org>

strings; ok miod ho krw


12