Age | Commit message (Collapse) | Author |
|
instead of binary operators for comparison.
OK krw@
|
|
|
|
|
|
|
|
|
|
interface. VXLAN is a UDP-based tunnelling protocol for overlaying
virtualized layer 2 networks over layer 3 networks. The implementation
is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested
with other implementations in the wild.
put it in deraadt@
|
|
syntax worked out with many in ljubljana using a whiteboard, testing &
looking over by many, ok phessler sthen
|
|
output. This is more consistent with the current ifconfig style and
matches the "tunnel" configuration command.
ok claudio@ jmc@ deraadt@
|
|
the state file before returning.
ok henning
|
|
avoid using a daddr_t variable to hold a disk sector value even
temporarily.
No intentional functional change.
|
|
to convert from bytes to DEV_SIZE.
ok otto@ zhuk@ (for his chunk)
|
|
saying "n sectors of m bytes".
Issue pointed out by David Vasek on misc@. Thanks!
|
|
command line sector size overrides disk label sector size. Add a comment
to make sure I don't do it again.
|
|
variable, drop pointless casts, vax-only sector variable to u_int64_t.
No intentional functional change.
|
|
|
|
|
|
No functional change.
|
|
might no longer point to the same memory as before.
The bug was reported and fix was tested by LEVAI Daniel. Thanks!
|
|
req. by krw@ millert@
|
|
discussed with and ok miod@
|
|
OK benno@
|
|
ok henning@
|
|
Eliminate unneeded casts. suggestions from & ok millert@ guenther@
|
|
DEV_BSIZE blocks. Counts of possibly other-sized blocks (e.g. disk
sector addresses) are u_int64_t. The values stored in disklabels are
counts of possibly other-sized blocks and hence should be handled with
u_int64_t variables.
Start enforcing this rule. No intended functional change.
Rule strongly suggested by deraadt@
|
|
applying the option directives (ignore, default, supersede) from
dhclient.conf.
This allows the options dhcp-lease-time, dhcp-rebinding-time,
and dhcp-renewal-time to be controlled via dhclient.conf.
Also set BOOTP lease times by faking up these options rather than
crudely jamming in fixed times, allowing them to become configurable
via dhclient.conf.
Imperviousness of the time options pointed out by todd@.
|
|
names in ike_section_p2 applies to phase-1 transforms as well.
|
|
|
|
ok otto@ mpi@ mikeb@
|
|
as the format and no variable args.
Replace "%#0.*X" with "%#.*X": the zero-fill flag is ignored/implied
on numeric conversions when a precision is specified.
ok jung@ millert@ krw@
|
|
should be able to correctly short-circuit packet routing to local
addresses without this. Requested by many over the years, most
recently chrisz@.
Get it in early to see if anything does break.
ok claudio@ henning@
|
|
This is another ABI break but no port rely on them as verified by naddy@.
ok claudio@, mikeb@, henning@
|
|
identical lease when we are in state S_RENEWING. Otherwise we can end
up without an IP address on the interface because dhclient thinks it's
still there and doesn't add it.
Found the hard way during suspend/resume.
OK krw@
|
|
|
|
From: Jan Stary
|
|
From: Jan Stary
|
|
and instead rely on the one provided by the same function just
a few lines below.
ok lteo henning
|
|
ok miod@
|
|
|
|
print out anchor rules recursively; unbreaks pf1.loaded regress test.
ok lteo, henning
|
|
that make use of the cache of addresses populated by the ifa_load on
startup to save the trouble of calling expensive getaddrinfo(3) up to
four times per rule. Performance wise this change provides a speed up
factor of 20 with a 11k line ruleset on a machine with 150 VLANs and 250
IP addresses (20 seconds down to 1 in this case).
"wow!" henning, ok benno, florian
|
|
end to beginning instead of from beginning to end. This matches
the behavior of umountall() and fixes "umount -a" in cases where
there are multiple file systems on the same mount point.
Based on a diff from naddy@. OK naddy@ guenther@
|
|
SYNOPSIS suggests no options are neccessary, in fact a minimum of one
is required;
ok henning
|
|
ok henning
|
|
what happens when a broken pf config is encountered, both generally
and at system startup;
ok henning
|
|
|
|
a "signed vs unsigned in conditional" warning, and eliminate what
looks like an unintentional variable shadowing.
ok bluhm@
|
|
OK deraadt@
|
|
|
|
filesystem, currently ext2fs) by increasing maxtypenum sufficiently.
suggested by Rafael Neves (rafaelneves (at) gmail.com)
|
|
problem noted by Rafael Neves (rafaelneves (at) gmail.com)
ok jca@
|