summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-27Provide additional defines for EVP AEAD.Joel Sing
2022-08-27Use ENTRY_NB() instead of ENTRY()Theo Buehler
2022-08-27Provide ENTRY_NB() for i386Theo Buehler
2022-08-26Backout "Only return file descriptors to block or character devices"Klemens Nanni
2022-08-26Remove stale comment about nonexistent ifnetaddrKlemens Nanni
2022-08-26Move PRU_RCVD request to (*pru_rcvd)().Vitaliy Makkoveev
2022-08-26Handle IMSG_SESSION_* messages immediatly when received and do not putClaudio Jeker
2022-08-26Do not rm a directoryKlemens Nanni
2022-08-26Tweaks in load_skiplist()Theo Buehler
2022-08-26Sync usage with manualKlemens Nanni
2022-08-26whitespaceDamien Miller
2022-08-26whitespaceDamien Miller
2022-08-26Adjust PEM_write_X509() error message and unwrap line.Theo Buehler
2022-08-26Remove unnecessary BIO dances and use stdout directly.Theo Buehler
2022-08-26Move (unused) variables under !VERIFYONLYKlemens Nanni
2022-08-26Move (unused) functions under !SMALLKlemens Nanni
2022-08-25drm/amd/display: Check correct bounds for stream encoder instances for DCN303Jonathan Gray
2022-08-25drm/ttm: Fix dummy res NULL ptr deref bugJonathan Gray
2022-08-25amd64/lapic.c: remove unused extern prototype for tsc_delay()Scott Soule Cheloha
2022-08-25The "Avalanche" performance cores on Apple's M2 SoC have more than 16Mark Kettenis
2022-08-25Make PEM printing available through increased verbosity (-vvf)Job Snijders
2022-08-25acpihpet(4): don't truncate HPET frequency to 32-bit valueScott Soule Cheloha
2022-08-25acpihpet(4): add acpihpet_delay(), another delay(9) implementationScott Soule Cheloha
2022-08-25acpitimer(4): add acpitimer_delay(), another delay(9) implementationScott Soule Cheloha
2022-08-25amd64, i386: use delay_init() instead of writing delay_func by handScott Soule Cheloha
2022-08-25In verbose filemode print details about encapsulated certificates.Job Snijders
2022-08-25amd64, i386: add delay_init(): basic delay(9) implementation managementScott Soule Cheloha
2022-08-25Fix newline in JSON filemodeJob Snijders
2022-08-25Only return file descriptors to block or character devicesKlemens Nanni
2022-08-25Use memset() and memcpy() instead of bzero() or bcopy().Claudio Jeker
2022-08-25No need for wsmux in this kernel configuration; ok visa@Miod Vallat
2022-08-25No need to include float.h anymore.Todd C. Miller
2022-08-25Plug memory leak in filemodeJob Snijders
2022-08-25Connected routes use the BGP exit nexthop while other routes need to useClaudio Jeker
2022-08-24Add DIT CPU feature.Mark Kettenis
2022-08-24Forgotten to commit as part ofKlemens Nanni
2022-08-24run -p on all chunk devices for now to make progressKlemens Nanni
2022-08-24crank chunk size to make fdisk work on arm64Klemens Nanni
2022-08-24Add missing licence, from nonaka@netbsd.orgMiod Vallat
2022-08-24Build libsa with NO_NET as we don't need any of the network-related code in it.Miod Vallat
2022-08-24Force compilation to fail in case of implicit function declaration.Miod Vallat
2022-08-24Add prototype declarations for a bunch of functions.Miod Vallat
2022-08-24Put the 'connection from non-peer' log message behind a verbose logging check.Claudio Jeker
2022-08-24Silence newfs, put mountpoint under obj, simplify stagefile handlingKlemens Nanni
2022-08-24Use MOUNTPOINT correctly/consistentlyKlemens Nanni
2022-08-24Hook up installboot on amd64Klemens Nanni
2022-08-24Add missing root-explicit-stages test, omit -v by defaultKlemens Nanni
2022-08-24match on Intel 400 Series LP HD Audio (0x02c8)Jonathan Gray
2022-08-24Check for NULL returns from bufferevent_new.Nicholas Marriott
2022-08-24if the socket is connected, we can use recv() instead of recvfrom()Theo de Raadt