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