| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
This allows more control over the structure of the linked kernel image.
Now the ELF .openbsd.randomdata segment can be omitted from BOOT kernel.
The segment has caused trouble with broken firmware when the firmware
tries to load it on top of the actual kernel segment.
Discussed with and OK deraadt@
|
| |
|
| |
|
|
|
|
|
|
| |
to avoid leaking the current help text.
from Anindya Mukherjee
|
|
|
|
|
|
|
| |
uname -n doesn't do what we need for some platforms in portable,
so we'll fix the original problem (that some other platforms don't
have hostname at all) by providing wrapper function to implement
it.
|
|
|
|
|
|
|
| |
The previous behavior of automatically decreasing playback volume
when new programs start playing can be achieved with '-w on'.
ok ratchov, patrick
|
| |
|
| |
|
|
|
|
|
|
|
| |
the USB stack in the meantime for uhidev(4) and ugen(4) to resolve the data
toggle issue in relation to xhci(4).
ok gnezdo@, djm@
|
|
|
|
|
| |
domains and with different interface MTU. Test that packet flow
and TCP path MTU discovery works.
|
|
|
|
|
|
|
|
| |
borders if the terminal support UTF-8 and an extension terminfo(5)
capability "Bidi" is present. On terminals with BiDi support (ie, VTE)
this seems to be enough to display right-to-left text acceptably enough
to be usable (with some caveats about the mouse position). Requested by
and with help from Mahmoud Elagdar in GitHub issue 2425.
|
|
|
|
|
| |
useful and the way it works is a bit strange.
OK job@ tb@
|
|
|
|
|
|
|
| |
with the given name already exists rather than failing with an error.
Also add a format to check if a window or session name exists which
allows the same with other commands. Requested by and discussed with
kn@.
|
|
|
|
|
|
| |
will later on be needed for when we reintroduce agentx master support.
feedback and OK dlg@, rob@
|
|
|
|
|
|
|
|
|
|
| |
descriptor (usually doesn't happen), that we continue to use an outdated
cdesc pointer which still refers to the previous cdesc. Instead update
the cdesc pointer to the new configuration descriptor.
Reported by Thomas Jeunet <cleptho AT gmail DOT com>
ok phessler@
|
|
|
|
| |
portability. Patch from Geert Hendrickx via github PR#208.
|
|
|
|
|
| |
it can cause problems on other platforms. From kircherlike at outlook.com
via bz#3259, ok djm@
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
&armv7_bs_tag with fdt_cons_bs_tag, which is our early console bus tag
for both arm64 and armv7. On armv7, it points to &armv7_bs_tag. With
this we can get rid of the armv7var.h include. Reduce a bit of diff to
imxuart(4).
ok kettenis@
|
|
|
|
| |
ok kettenis@
|
|
|
|
| |
provide a function for the I2C clock frequency, used by exiic(4).
|
|
|
|
| |
way" of attaching the console.
|
| |
|
| |
|
|
|
|
| |
ok kettenis@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports dev work.
if you are able to run pkg_add as root without a password, your account
is root-equivalent.
typing the password multiple times is a pain but if somebody is going to
choose to weaken their local security in this way, it should be their
own decision and not something they have read in a manpage.
ok tb@ thfr@
|
|
|
|
| |
i think this should have been tweaked a while back.
|
|
|
|
| |
reminded by bluhm@
|
|
|
|
| |
reminded by bluhm@
|
|
|
|
|
|
|
| |
they now also only work on keep state rules, so there's even more
errors from the parser to expect.
reminded by bluhm@
|
| |
|
|
|
|
|
|
| |
to avoid name clashes.
ok patrick@
|
|
|
|
|
|
|
| |
do the same thing. Remove redundant check and always use the _GFp() variant.
discussed with tb@
ok patrick@
|
|
|
|
|
|
| |
checks where needed.
ok markus@ patrick@
|
|
|
|
| |
OK claudio@ visa@
|
|
|
|
|
| |
This allows to analyse TCP connections.
OK claudio@
|
| |
|
|
|
|
|
|
|
|
|
| |
exposing battery sensors for HID++ 2.0 devices. Most of the code is
derived from the hid-logitech-hidpp Linux driver.
Thanks to Ville Valkonen <weezeldinga at gmail dot com> for testing.
ok mglocker@
|
|
|
|
|
|
|
| |
handler for a specific report id. Needed by an upcoming driver in order
to communicate with the device already in the attach routine.
ok mglocker@ as part of a larger diff
|
|
|
|
|
|
|
|
|
|
|
| |
This makes the system recognize and configure Netgear ProSecure UTM25.
Of the network ports, LAN1-4 and WAN1 are functional. WAN2 does not work
for some reason. Even though WAN1 has a separate link to the SoC, the
connection appears to go through the same switch that the LAN ports use.
At the moment, the system relies on U-Boot to set up the switch so that
the LAN and WAN segments stay separate.
Initial diff and input from Thaison Nguyen, thank you!
|
|
|
|
|
| |
Rename field to reduce confusion about what is what.
OK tb@
|
| |
|
|
|
|
|
|
| |
no longer need to be passed all the way down anymore. Shuffle code a bit
to bring it into more order.
OK tb@
|
|
|
|
|
|
|
| |
can not simply be vrele()-ed on error. The code currently depends on
closef() to do the cleanup.
Reported-by: syzbot+b0e18235e96adf81883d@syzkaller.appspotmail.com
|
| |
|
|
|
|
| |
explicit about what is used where. Seems to be the least worst solution.
|
|
|
|
| |
Add errno.h since this code makes direct use of errno.
|
|
|
|
|
| |
and remove evp.h. First two suggested by tb@
Compiler agrees
|