summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-04With the move of SNMPv2-SMI::snmpV2 into application_internal.c, it's noMartijn van Duren
2023-11-04Move SNMPv2-MIB::system from mib.c into the new application_internal.c.Martijn van Duren
2023-11-04Move SNMPv2-SMI::snmpV2 from mib.c into the new application_internal.cMartijn van Duren
2023-11-04Move SNMPv2-MIB::snmp from mib.c into the new application_internal.cMartijn van Duren
2023-11-04Introduce application_internal.c. This backend is meant to replaceMartijn van Duren
2023-11-03Check if a signal already has been received before entering a blockingAnton Lindqvist
2023-11-03timeout(1): align execvp(3) failure statuses with GNU timeoutScott Soule Cheloha
2023-11-03typo: ignorning -> ignoringTheo Buehler
2023-11-03Make netcat tests less flaky by ensuring the server has terminated beforeAnton Lindqvist
2023-11-03initialize `format' earlierOmar Polo
2023-11-03cast tv_usec to long for *printfOmar Polo
2023-11-03Be explicit in saying what a shell pattern is.Marc Espie
2023-11-03vmd(8): fix block size calculation for vioscsi devices.Dave Voutila
2023-11-03drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper()Jonathan Gray
2023-11-03drm/amd: Disable ASPM for VI w/ all Intel systemsJonathan Gray
2023-11-03drm/i915/pmu: Check if pmu is closed before stopping eventJonathan Gray
2023-11-02Use pfctl_fopen (which checks to ensure the given file isn't a directory)Stuart Henderson
2023-11-02Fix a few bizarre line wraps in x509.hTheo Buehler
2023-11-02mention codeberg and kde templates on bsd.port.mk(5) DIST_TUPLEPaco Esteban
2023-11-02next-prompt can have 1 argument.Nicholas Marriott
2023-11-01Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md()Theo Buehler
2023-11-01Add X509_ALGOR_set0_by_nid()Theo Buehler
2023-11-01Explain the weird order of doing things in X509_ALGOR_set0()Theo Buehler
2023-11-01Rename ptype and pval to parameter_type and parameter_valueTheo Buehler
2023-11-01Unindent X509_ALGOR_set0_parameter()Theo Buehler
2023-11-01Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0()Theo Buehler
2023-11-01Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0()Theo Buehler
2023-11-01Specify ssh binary to use instead of relying on installed one. FixesDarren Tucker
2023-11-01add some tests of forced commands overriding Subsystem directivesDamien Miller
2023-10-31cksum: better describe the -c (checklist) optionTodd C. Miller
2023-10-31cksum -c: support checking base64 digests in reverse mode too.Todd C. Miller
2023-10-31Remove 3 expected failures those got fixed in the regress code.Claudio Jeker
2023-10-31unlink("/") just needs to error. Checking for a specific errno makesClaudio Jeker
2023-10-31When creating a file in a directory the file gid is inherited fromClaudio Jeker
2023-10-31Ignore closefrom() failure. This fails normally since fd 4 and up are allClaudio Jeker
2023-10-31remove unneeded includesJonathan Gray
2023-10-31Don't try to use sudo inside sshd log wrapper. We still need toDarren Tucker
2023-10-31Only try to chmod logfile if we have sudo. If we don't have sudoDarren Tucker
2023-10-31Update awk to Oct 30, 2023 version.Todd C. Miller
2023-10-30move PKCS#11 setup code to test-exec.sh so it can be reused elsewhereDamien Miller
2023-10-30This is the OpenBSD version of Awk.Todd C. Miller
2023-10-30Minor cosmetic changes to make our awk match my github branch.Todd C. Miller
2023-10-30tidy and refactor PKCS#11 setup codeDamien Miller
2023-10-30Add support for OpenSSL 3.1 interop testsTheo Buehler
2023-10-30Include strings.h for the strncasecmp() prototype.Todd C. Miller
2023-10-30Do not allow combined UTF-8 characters that are too long, GitHub issueNicholas Marriott
2023-10-30Do not truncate MSG_EOR in recvmsg().Alexander Bluhm
2023-10-30Use KERNEL_ASSERT_UNLOCKED() instead of KASSERT(!_kernel_lock_held()).Vitaliy Makkoveev
2023-10-30Use ERESTART for any single_thread_set() error in sys_execve().Claudio Jeker
2023-10-30Adjust KERNEL_ASSERT_UNLOCKED() to not assert during a panic.Claudio Jeker