Age | Commit message (Expand) | Author |
2023-06-28 | drop needless strcspn in the header parsing | Omar Polo |
2023-06-28 | drop needless strcspn in the header parsing | Omar Polo |
2023-06-28 | The warning noise due to the ASPA transition is just that: noise. | Theo Buehler |
2023-06-28 | Revert r1.406 "Close all pf transactions before opening a new one in DIOCGETR... | Klemens Nanni |
2023-06-28 | Add support to verify X509 chain from CERT payloads. | Tobias Heider |
2023-06-28 | Don't call daemon() after proc_init(), otherwise the child processes | Gerhard Roth |
2023-06-28 | Refactor editor_allocspace() into easier to follow pieces. | Kenneth R Westerback |
2023-06-28 | use refcnt API for multicast addresses, add tracepoint:refcnt:ifmaddr probe | Klemens Nanni |
2023-06-28 | fix parsing of the Last-Modified header | Omar Polo |
2023-06-28 | add `notab' to the list of modes that can be set with set-default-mode | Omar Polo |
2023-06-28 | First step at removing struct sleep_state. | Claudio Jeker |
2023-06-27 | Add qctsens(4), a driver for the Temperature Sensor found on Qualcomm SoCs. | Patrick Wildt |
2023-06-27 | Inform fw_update(8) about qcpas(4) pattern. | Patrick Wildt |
2023-06-27 | Introduce M_IFGROUP type of memory allocation. M_TEMP is unreasonable | Vitaliy Makkoveev |
2023-06-27 | Zap stray space | Theo Buehler |
2023-06-27 | Use shared net lock for DIOCGETIFACES | Klemens Nanni |
2023-06-27 | Remove net lock from DIOC{SET,CLR}IFFLAG | Klemens Nanni |
2023-06-27 | Attach 0x51f1 devices to iwx(4) and fix params used for 0x7a70 devices. | Stefan Sperling |
2023-06-27 | regen | Stefan Sperling |
2023-06-27 | add 0x51f1 iwx(4) PCI device ID; from reyk@ | Stefan Sperling |
2023-06-27 | Make it possible to store the kstack or ustack in a map (as value, not key). | Claudio Jeker |
2023-06-27 | Document the map specific functions (count, max, min, sum) in their own | Claudio Jeker |
2023-06-27 | remove allupdates marker, it was only used by the short-lived | Marc Espie |
2023-06-27 | Switch from get_rfc*() to BN_get_rfc*() | Theo Buehler |
2023-06-27 | amd64: MCOUNT_EXIT: restore interrupts, don't unconditionally reenable them | Scott Soule Cheloha |
2023-06-27 | Return error if the USB request to get the sample rate fails. | Alexandre Ratchov |
2023-06-27 | Remove some dead code from ECPKParameters_print() | Theo Buehler |
2023-06-27 | Remove the now unused poly[] from EC_GROUP | Theo Buehler |
2023-06-27 | Simplify EC_GROUP_get_basis_type() | Theo Buehler |
2023-06-26 | On amd64, test whether PKU has been enabled and set our expectation | Philip Guenther |
2023-06-26 | Update regress files to aspa-profile-15 format | Job Snijders |
2023-06-26 | Decode and validate ASPA objects following the v1 syntax | Job Snijders |
2023-06-26 | pax: truncate times to MAX_TIME_T, not INT_MAX | Todd C. Miller |
2023-06-26 | pax: use safe_print() to display messages which may include file names. | Todd C. Miller |
2023-06-26 | timeout_hardclock_update: provide initial value for automatic variables | Scott Soule Cheloha |
2023-06-26 | Fix Ed Schouten's name | Theo Buehler |
2023-06-26 | Start using the new ibuf API in eigrpd. One ibuf_seek() still left since | Claudio Jeker |
2023-06-26 | Improve the conn_err() bufferevent error callback. To better report errors. | Claudio Jeker |
2023-06-26 | Update and refactor dvrmpd to use the new ibu API. | Claudio Jeker |
2023-06-26 | Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semantics | Theo Buehler |
2023-06-26 | When exiting alternate screen, there is no need to reflow when going | Nicholas Marriott |
2023-06-26 | Revert unrelated change that sneaked into the pf_ioctl.c commit. | Claudio Jeker |
2023-06-26 | Close all pf transactions before opening a new one in DIOCGETRULES. | Claudio Jeker |
2023-06-26 | Add "us" to styles for underscore colour, GitHub issue 3589. | Nicholas Marriott |
2023-06-26 | fix grammar of the comment describing pat_chk(); ok millert@ | Omar Polo |
2023-06-26 | document handling of NULL envp as an extension; | Jason McIntyre |
2023-06-25 | Provide kstats based on the byte and packet counters available in some | Jonathan Matthew |
2023-06-25 | Add missing RCS marker | Theo Buehler |
2023-06-25 | Remove unneeded bn_local.h and drop a NULL check | Theo Buehler |
2023-06-25 | Move ECDSA_size() to ecs_ossl.c to match what was done in ecdh | Theo Buehler |