summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-28The RISC-V architecture support execute-only mappings, so implement those.Mark Kettenis
ok jca@
2022-12-28Properly ignore comments in geofeed filesTheo Buehler
Do not consider comments and whitespace leading up to a comment as part of the line. ok claudio job
2022-12-28Handle clock that can't be gated as a no-op.Mark Kettenis
ok patrick@
2022-12-28Change space character to TAB.ASOU Masato
ok tb mlarkin giovanni
2022-12-28Make wait_reorder_libs() honour library_aslr=NOKlemens Nanni
Otherwise it will unconditionally print an empty line in case relinking is disabled. Reported by kettenis Feedback OK tb OK florian
2022-12-28succcess -> successJonathan Gray
2022-12-28Ansify, fixes clang 15 -Wdeprecated-non-prototype (fatal with -Werror)Jeremie Courreges-Anglas
ok millert@
2022-12-28Fix the word in the copyright. IIJ is not a regent. ok from nakayamaYASUOKA Masahiko
at iij found and ok miod
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
ok nicm
2022-12-27Newer device trees for boards based on the JH7100 SoC use a SoC-specificMark Kettenis
compatible string. Still preliminary since JH7100 support hasn't made it into mainline Linux yet. ok patrick@
2022-12-27Fix array bounds mismatch with clang 15Patrick Wildt
New warning -Warray-parameter is a bit overzealous. ok millert@ tb@
2022-12-27Change the way malloc_init() works so that the main data structuresOtto Moerbeek
can be made immutable to provide extra protection. Also init pools on-demand: only pools that are actually used are initialized. Tested by many
2022-12-27Revert spelling fixes. Please report them upstream.Theo Buehler
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;
2022-12-27Adjust handling of the RFC 9234 role capability for ibgp sessions:Claudio Jeker
- Exclude the role capability on ibgp sessions when sending an OPEN - Warn when a role capability is received on an iBGP session - Make sure the capability negotiation is skipped for ibgp sessions, this in turn disables the role capability on the session. OK tb@
2022-12-27Only print the hello_timer if it is actually running.Claudio Jeker
Problem reported by Wouter Prins. Initial diff by kn@ OK remi@
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-12-27Ansify pxe_netif_close() and {,pxe}socktodesc()Jeremie Courreges-Anglas
To appease the clang 15 warning -Wdeprecated-non-prototype (turned on by -Wall). ok millert@
2022-12-27Fix array bounds mismatch with clang 15Jeremie Courreges-Anglas
New warning -Warray-parameter is a bit overzealous. ok millert@
2022-12-27gdb: fix build with clang 15Jeremie Courreges-Anglas
The code wants a pointer to a "CORE_ADDR", thus the "(CORE_ADDR)" cast is erroneous. Just pass NULL. ok jsg@
2022-12-27perl: avoid -Wdeclaration-after-statement warning in our local patchJeremie Courreges-Anglas
Fixes build with clang 15. Input + "seems ok" from afresh1@
2022-12-26vmd(8): provide a detailed e820 memory map.Dave Voutila
When booting guests with SeaBIOS, vmd(8) supplied details about the available guest memory via CMOS registers. Consequently, we've been carrying some patches in the ports tree to SeaBIOS to fetch this information like it's the 1990s. When a vm initializes memory ranges, we now track what each range represents. This information can be used to supply the e820 memory map to SeaBIOS via the fw_cfg interface allowing it to properly communicate memory ranges to a guest operating system. (This will also allow us to drop some patches from the port.) Given the ranges can now be marked with a purpose, this also allows vmm(4) to switch from hard-coded mmio ranges and instead let the information on the memory range dictate if vmm should be handling a page fault or sending to vmd for a memory assist. Tested by Mischa Peters and others. OK mlarkin@.
2022-12-26tweak the -f text; ok florianJason McIntyre
2004-05-21GDB 6.1 (excluding .info files)Mark Kettenis
2022-12-26add newline missed in previousKlemens Nanni
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-12-26spelling fix; from paul tagliamonteJason McIntyre
ok millert
2022-12-26spelling fix; from paul tagliamonteJason McIntyre
ok tb
2022-12-26Replace two (void)copystr(..., NULL) with equivalent (void)strlcpy() calls.Miod Vallat
ok millert@
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
ok florian
2022-12-26send_adb_cuda() would assume the returned value of splhigh() is the macintrMiod Vallat
interrupt enable register; this used to be true more than 20 years ago but the interrupt code has changed a lot since, and it is nevertheless bad practice from md drivers to know to much about spl*() return values. The check should become a "spl >= IPL_TTY", but management of the adb_polling variable is good enough to need this at all.
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
amendments to his diff are noted on tech
2022-12-26Update adb_polling in akbd_cnpollc rather than akbd_cngetc; repairs ddbMiod Vallat
input on adb machines.
2022-12-26Re-order libraries in parallel to netstart.Florian Obser
While netstart is busy setting up the network and waiting for a default route we can already start with reordering libraries since this does not depend on running network, speeding things up. Idea & input deraadt Input & OK kn
2022-12-26Implement support for personal units library.Florian Obser
With -f one could read an alternative library but it would replace the standard units library, not add to it. Allow passing -f multiple times to read all files and merge them together. Passing the empty string, i.e. -f '' reads the default units library. This is implemented in at least FreeBSD and Linux. OK miod
2022-12-26spelling fixes from paul tagliamonte;Jason McIntyre
part of a larger diff: i'm committing this separately as i changed statuses to status;
2022-12-26revert previous: just as i get to replying, i find sthen's note. this partJason McIntyre
of the diff is not for me.
2022-12-26emited -> emitted;Jason McIntyre
from paul tagliamonte
2022-12-26reformat some multiline markup, which had been causing an unwantedJason McIntyre
space (specifically in the "alias", "readonly" and "typeset" commands); from josiah frentsos
2022-09-01Import snmpd_metrics.Martijn van Duren
This contains snmpd's mib.c (and friends) adjusted for libagentx. This standalone binary is to be used by snmpd to achieve privilege separation. If people need net-snmpd, but want some of the base snmpd metrics they can start this binary as a normal daemon and connect to net-snmpd's agentx socket. Tested, Feedback, and OK sthen@ Release build test, and OK tb@
2022-12-26Prepare to provide X509_CRL_get0_sigalg()Theo Buehler
This is an obvious omission from the OpenSSL 1.1 and OpenSSL 3 API which does not provide a way to access the tbs sigalg of a CRL. This is needed in security/pivy. From Alex Wilson ok jsing
2022-12-26fix another typo in comment in a line touched by the last commit (thisStuart Henderson
one wouldn't have triggered a spell checker though)
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
ok tb
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
2022-12-26Add close vmt.ASOU Masato
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2022-12-26Document ruby32 FLAVOR for Ruby portsJeremy Evans