#
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 ...
|
#
b9fc9a72 |
| 16-Jan-2015 |
deraadt <deraadt@openbsd.org> |
Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N
Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
show more ...
|
#
a59aa421 |
| 05-Jul-2014 |
guenther <guenther@openbsd.org> |
Assume we have getfsstat(); simplify the interface to the *mountent() wrappers
|
#
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 ...
|
#
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 ...
|
#
78295a4e |
| 05-Apr-2003 |
deraadt <deraadt@openbsd.org> |
strings; ok miod ho krw
|
#
fbb35f5f |
| 04-Feb-1999 |
millert <millert@openbsd.org> |
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.
|
#
b0f9517b |
| 26-Jun-1998 |
millert <millert@openbsd.org> |
rdist 6.1.4 + OpenBSD patches + some -Wall
|
#
4a436879 |
| 17-Jun-1997 |
kstailey <kstailey@openbsd.org> |
(foo *)NULL -> NULL
|
#
1258a77d |
| 26-Jun-1996 |
deraadt <deraadt@openbsd.org> |
rcsid
|
#
7b7f0d4d |
| 13-Jun-1996 |
deraadt <deraadt@openbsd.org> |
long botches
|
#
fdd8ad51 |
| 03-Feb-1996 |
dm <dm@openbsd.org> |
rdist 6.1.1
|