| Commit message (Collapse) | Author | Files | Lines |
|
|
|
magic constant to panic() calls.
ok benno@ henning@ tb@
|
|
ok claudio henning
|
|
route6d is not realy using it anyway.
OK henning@
|
|
will be fixed soon and then linked to the build
|
|
This allows a system to remember which ESSIDs it wants to connect to, any
relevant security configuration, and switch to it when the network we are
currently connected to is no longer available.
Works when connecting and switching between WPA2/WPA1/WEP/clear encryptions.
example hostname.if:
join home wpakey password
join work wpakey mekmitasdigoat
join open-lounge
join cafe wpakey cafe2018
join "wepnetwork" nwkey "12345"
dhcp
inet6 autoconf
up
OK stsp@ reyk@
and enthusiasm from every hackroom I've been in for the last 3 years
|
|
|
|
|
|
|
|
to the process, it is made pending at the main thread. There it
could hang forever. So also check the main thread for signal
delivery. This workaround fixes hung tests in posixtestsuite. The
proper solution would be to split pending signals for process and
threads.
input visa@; OK guenther@
|
|
most other attrs into the hash as well). At the same time use the full
64 bit of SipHash in various places.
Tested by and OK benno@ phessler@
|
|
|
|
|
|
|
|
on alpha and amd64.
No objection from jmc@.
OK deraadt@, sthen@
|
|
console at 115200 baud.
ok deraadt
|
|
pf.conf(5) states that queues attach to actual interfaces only, yet the
following parses:
# echo queue eq on egress bandwidth 1G default | pfctl -f-
# pfctl -sq
pfctl: DIOCGETQSTATS: Bad file descriptor
# echo queue rq on rdomain 0 bandwidth 1G default | pfctl -vf-
queue rq bandwidth 1G default
# pfctl -sq
pfctl: DIOCGETQSTATS: Bad file descriptor
On rdomains, ifa_exists() returns NULL.
On interface groups, ifa_exists() returns non-NULL but af is never set
to AF_LINK.
OK henning sashan
|
|
ok mlarkin@
|
|
`mount -uo async,nosoftdep /mnt' would set "async" but keep "softdep"
untouched on a read/write mount.
OK deraadt krw beck bluhm
|
|
Still probably not optimal but less bad.
|
|
the config.
RFC 4861, 6.2.5:
[...] the router SHOULD transmit one or more (but not more than
MAX_FINAL_RTR_ADVERTISEMENTS) final multicast Router Advertisements on
the interface with a Router Lifetime field of zero.
|
|
|
|
|
|
|
|
ok benno@ jca@
|
|
|
|
OK phessler@ benno@
|
|
hash structures used in the RDE. Makes it fairly obvious that more
is needed in that area.
OK phessler@ benno@
|
|
|
|
ok kn@ tb@ deraadt@ sthen@ jca@
|
|
|
|
output in regress.
|
|
|
|
console at 115200 baud.
tested by phessler and myself, ok deraadt
|
|
|
|
Document that some chips actually could do hardware checksum offload for
encapsulated packets, though that would need special handling in those
drivers.
discussions and ok naddy@
|
|
kernel routing table selected by priority.
For example to import all ospfd/ospf6d routes into bgp.
tested by remi@
ok remi@ henning@ and maybe a little claudio@
|
|
change and if it does send a new advertisement.
The way this is implemented gives us various things for free:
- periodic sending of router advertisements
- send initial advertisement for every interface on startup
|
|
|
|
Makes it a tad easier to read through and compare with BN_swap_ct().
OK tb
|
|
Use it in /etc/rc.d/vmd accordingly.
OK sthen@
|
|
Make the cache neighbor fields match the number of VCPUs present
(currently 1)
ok reyk
|
|
route socket is flooded with those messages. Instead maek sure that the
removal of the dynamic route that can happen is actually also sent to
the routing socket.
OK mpi@ henning@
|
|
these changes to the routing table have not been visible whereas the
RTM_DELETE of those routes have been. Remove this inconsistency.
Input and OK mpi@
OK henning@
|
|
|
|
Clarify error values and change a panic into a debug printf (which will
in turn just kill the VM).
|
|
const promise when processing it in the regex engine.
Minor tweak and OK schwarze@
|
|
<esc>). i.e. exit incremental search and set the mark. This is what
emacs does.
pointers, suggestions and ok florian@
|
|
ok friehm@ jca@
|
|
from "stdio rpath" to just "stdio", before parsing any user data.
It may not matter that much just yet, but parsing will become
slightly more complicated soon when i shall add UTF-8 handling.
OK millert@
|