#
d7259957 |
| 04-Dec-2022 |
cheloha <cheloha@openbsd.org> |
userspace: remove vestigial '?' cases from top-level getopt(3) loops
getopt(3) returns '?' when it encounters a flag not present in the in the optstring or if a flag is missing its option argument.
userspace: remove vestigial '?' cases from top-level getopt(3) loops
getopt(3) returns '?' when it encounters a flag not present in the in the optstring or if a flag is missing its option argument. We can handle this case with the "default" failure case with no loss of legibility. Hence, remove all the redundant "case '?':" lines.
Prompted by dlg@. With help from dlg@ and millert@.
Link: https://marc.info/?l=openbsd-tech&m=167011979726449&w=2
ok naddy@ millert@ dlg@
show more ...
|
#
e9f70589 |
| 08-Feb-2015 |
deraadt <deraadt@openbsd.org> |
in getopt() blocks, stop incrementing flag variable which are supposed to just be 0/1 ok miod florian
|
#
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 ...
|
#
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 ...
|
#
657c96c1 |
| 26-Feb-2007 |
jmc <jmc@openbsd.org> |
one synopsis; sync usage()
|
#
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 ...
|
#
b0f9517b |
| 26-Jun-1998 |
millert <millert@openbsd.org> |
rdist 6.1.4 + OpenBSD patches + some -Wall
|
#
1258a77d |
| 26-Jun-1996 |
deraadt <deraadt@openbsd.org> |
rcsid
|
#
471e9c68 |
| 05-Mar-1996 |
dm <dm@openbsd.org> |
rdist 6.1.2
|
#
fdd8ad51 |
| 03-Feb-1996 |
dm <dm@openbsd.org> |
rdist 6.1.1
|