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