| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok florian@
|
|
|
|
| |
ok florian@
|
|
|
|
|
|
| |
Functions needing access to any of those vars get it passed as a parameter.
result: even less global vars.
ok florian@
|
|
|
|
|
|
|
|
|
| |
a packet not intended for us. E.g. a ping(8) is running in parallel.
In this case we need to account for the time we already waited.
Pointed out by Gabriel Nieto <gabnietof AT gmail>, thanks!
Looks good to and input millert@
|
|
worker.c contains all other functions, and i tracked down which global
variables are used in which file and marked them accordingly with
static (or not). No functional change, just the basis of further work.
ok florian@, deraadt@
|