Age | Commit message (Collapse) | Author |
|
|
|
This is wsfont.9 revision 1.18 from NetBSD with the following changes:
- Remove documentation for wsfont_matches() which we don't have
- Remove wsfont_find() arguments which we don't have
- Add missing arguments for wsfont_lock() which NetBSD doesn't have
- Modify wsfont_enum() signature to match our implementation
- Modify the wsdisplay_font struct to add the index and cookie members
which NetBSD doesn't have
- Remove some macros for font encoding we do not support anymore
- Remove and correct stuff which doesn't apply to us because the
codebases have diverged
Looks fine to jmc@
|
|
(again?): when adding the default route, set it with the interface
address of the interface we are configuring. This way its possible to
have two default routes (from two running dhclient processes) in the
routing table. Since wireless interfaces have a higher prio value,
when a physical interface is connected it will be prefered (for new
connections).
ok krw@ mumble yes mumble claudio@
|
|
The Mac EFI firmware enables the wireless controller, but does not disable it,
so it continues to receive packets and signal interrupts. This
was originally seen as an interrupt storm that consumes about 50% of
CPU0 on affected machines. The issue was originally discovered in 2012 by
Matthew Garret with a partial fix in Grub, then Lukas Wunner added a fix for
the Linux kernel in 2016.
This piggy-backs on the most-related driver (bwi) for the purpose of detection
and mapping the control registers, but does not actually register the driver if
the affected chip is detected.
See this archived discussion for further analysis of the bug:
https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1165355.html
ok kettenis stsp
|
|
on CN3xxx where the TLB does not implement the execute inhibit feature.
OK guenther@
|
|
OK guenther@
|
|
|
|
Allow 'dhcp' even if the install media lacks /sbin/dhclient.
Great simplification of code.
ok florian@
|
|
build. Improve dependencies to resolve this more reliably.
requested by claudio@
|
|
|
|
|
|
during rekeying to make sure that the response is not rejected.
From Tobias Heider
"much more stable" dhill@
|
|
bridge(4), where the SIOCBRDGSIFPROT ioctl can be used to add a port to up
to 31 protected domains. This allows configuration by specifying a list of
IDs to the 'protected' option in ifconfig(8):
# ifconfig switch0 protected pair1 1,2,..
Domain membership is checked for unicast, flooded (broadcast), and
local (host-network-bound, e.g. trunk) traffic.
OK benno@
|
|
OK deraadt@ jca@
|
|
counterparts but return memory in pages marked MAP_CONCEAL and on
free() freezero() is actually called.
|
|
encrypted payloads. Also increment message id only for valid
messages.
From Tobias Heider
ok sthen@
|
|
for large-factor make -j, hit by claudio
|
|
|
|
ok deraadt@
|
|
|
|
in the block list it answers with rcode REFUSED.
|
|
substract the size of the IPv6 header and not the IPv4 header from the MTU.
This stops ospf6d to send out fragmented packets.
Found with and OK benno@
|
|
- put functions and data which are only used before calling the executable's
start function into their own page-aligned segments for unmapping
(only done on amd64, arm64, armv7, powerpc, and sparc64 so far)
- pass .init_array and .preinit_array functions an addition argument which
is a callback to get a structure which includes a function that frees
the boot text and data
- sometimes delay doing RELRO processing: for a shared-object marked
DF_1_INITFIRST do it after the object's .init_array, for the executable
do it after the .preinit_array
- improve test-ld.so to link against libpthread and trigger its initialization
late
libc changes to use this will come later
ok kettenis@
|
|
|
|
prototypes with RB_PROTOTYPE.
|
|
|
|
They were originally defined in one way, then RFC822 erroneously
redefined them the opposite way, then RFC5322 said they can no
longer be used reliably.
So return NULL like FreeBSD, DragonFly, glibc, and musl do.
Issue reported by Hiltjo Posthuma <hiltjo at codemadness dot org>.
Deletion suggested by tedu@ and deraadt@.
Feedback and OK on the patch from tedu@.
|
|
new browsers" and it's a strict requirement rather than just deprecating
cn; adjust the text accordingly. ok reyk@
|
|
when multiple interfaces do MAC filtering.
Memory leak reported by Daniel Levai
With and OK mpi@
|
|
|
|
input file or MAKEDEV script itself; sync up the input file. req by jmc@
|
|
For example,
pass from 10.0.0.0/8 path "/hello/*" forward to <b>
Ok benno@
|
|
|
|
|
|
|
|
|
|
under lock
ok guenther@
|
|
these tests to make them similar. Use the setup and cleanup
variables.
|
|
ok guenther@
|
|
ok mpi@
|
|
ok mortimer@
|
|
ok krw@, jsg@
|
|
|
|
to semi-gurus
|
|
|
|
that there is already a carry and Sigma[i-1] == -1, the carry
must be kept.
From Dmitry Eremin-Solenik.
Fixes incorrect Streebog result reported by Guido Vranken.
|
|
|
|
|
|
an install. Use the info as default answers in
relevant questions.
|
|
remove some unneeded == NULL checks.
OK benno@
|