| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
ok deraadt@
|
| |
|
|
| |
ok deraadt jca
|
| | |
|
| | |
|
| |
|
|
|
|
| |
to set the 33rd bit of a 32bit address in the routing table.
ok millert@
|
| |
|
|
|
|
|
|
|
|
|
| |
bits in the form:
for (i = 1; i; i <<= 1)
This avoids undefined operations when shifting into and out of the
highest-order bit.
ok millert@
|
| | |
|
| |
|
|
| |
late pledge is not possible in this way.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
this function could only return 0 or 1, and 1 on error.
avoid to deref an uninitialised variable if rtget() return an error.
ok millert@ benno@ deraadt@
|
| |
|
|
|
|
|
| |
the function to do that is called a number of times, but as needed.
hoist it upwards into initization, then tame "stdio dns inet" is
possible in most code paths. (there may be further work to do here here)
i believe florian helped me with this.
|
| |
|
|
|
|
|
|
|
| |
assuming that it will be in the gateway sa.
Fixes a regression introduced with the support of multiple connected
routes, found the hardway by deraadt@.
ok claudio@
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
| |
OK mpi@
|
| |
|
|
|
|
|
|
|
| |
use a new flag `l' to ditinguish them.
Also skip broadcast entries, they are not reall ARP entries and will
never be resolved to anything, requested by deraadt@.
ok bluhm@
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
expire timer.
This will makes it easier to add further information in a coherent way
between these tools for local and broadcast entries.
This new view displays either symbolic names (by default) or numerical
addresses (with "-n") for hosts but not both at the same time, just
like ndp(8), route(8) or netstat(1) do.
ok henning@
|
| |
|
|
|
|
| |
entries.
ok florian@, mikeb@, henning@
|
| |
|
|
|
|
|
| |
created /deleted by the kernel when an IP address is added/removed
on/from an interface and should not be manipulated by userland tools.
ok henning@, jca@
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Previously "arp -V 1 -d 10.0.0.1" would hang forever since while the
target rdomain was passed in the rtm, the AF_ROUTE socket was always
created in the rdomain 0. Due to the logic in route_input (rtsock.c)
route socket's rdomain is compared against the target rdomain of the
request and reply is generated only when they match. In our case
rdomains were different which cased arp(8) to hang waiting for the
reply that would never be sent.
ok deraadt
|
| | |
|
| |
|
|
|
| |
warning: declaration of 'time' shadows a global declaration
No binary change; OK lteo@ florian@ henning@ mikeb@ millert@
|
| |
|
|
|
| |
this into time_t.
OK benno@
|
| |
|
|
|
| |
which want a "full" dump
ok dlg
|
| |
|
|
|
|
|
| |
routing domain. Fix it so we use the process rdomain, but still allow
command line overrides.
noticed by, and OK, mikeb@
|
| |
|
|
|
|
|
|
|
| |
wake(8) program. One can specify an interface to send on, or simply
broadcast on all available interfaces.
Initial input from stsp@, further help from claudio@ and deraadt@.
ok claudio@ deraadt@
manpage bits ok jmc@
|
| | |
|
| |
|
|
| |
Tested and OK sthen@, OK henning@
|
| |
|
|
| |
ok claudio@
|
| | |
|
| |
|
|
|
| |
sockaddrs included in the message. This makes the code more robust when
kernel and userland are out of sync. put it in deraadt@
|
| |
|
|
| |
ok jmc@
|
| |
|
|
|
|
| |
Remove that blurp from the man page also.
requested by deraadt@;
|
| |
|
|
|
|
| |
the other options too badly;
ok millert@
|
| |
|
|
|
|
| |
man page bit from jmc@
ok millert@, oga@, laurent@
|
| |
|
|
| |
one. Luckily it seems that only show is affected. OK henning@
|
| |
|
|
|
|
| |
From Charles Longeau <chl at tuxfamily dot org> long ago.
OK moritz@.
|
| | |
|
| |
|
|
| |
From Steffen Wendzel. ok henning@
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
inspired by a diff from Mike Belopuhov <mkb@cvs.hnet.spb.ru>,
these semantics with theo, manpage jaredy jmc and bob, ok bob
|
| |
|
|
| |
ok niklas@ mcbride@
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
rescinded 22 July 1999. Proofed by myself and Theo.
|