summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-20Make it possible to signal an error from an i2c_* function.Joel Sing
2022-08-20Add #define for RTLD_NOLOAD missed in last ld.so commit.Theo Buehler
2022-08-20document RTLD_NOLOAD, from FreeBSD via guenther@Stuart Henderson
2022-08-20add ld.so RTLD_NOLOAD regress tests, ok jca@ guenther@Stuart Henderson
2022-08-20Support RTLD_NOLOAD in ld.so. From guenther@. OK jca@ guenther@Stuart Henderson
2022-08-20Restore the exemption from start/size checks that OpenBSD (A6)Kenneth R Westerback
2022-08-20Unhook vmd for i386Klemens Nanni
2022-08-20Add an empty pkcs12_local.h and include it where it will soon be needed.Theo Buehler
2022-08-20Align description of -g and -u with mount_tmpfs.8Theo Buehler
2022-08-20-k and -K are mutually exclusive, make usage match manualKlemens Nanni
2022-08-20Accept both names and ids for -g and -u and implement missing errorOtto Moerbeek
2022-08-19Zap useless castKlemens Nanni
2022-08-19Improve RAID level parsingKlemens Nanni
2022-08-19Up to version 1.22.4, groff_mdoc(7) only considered the first wordIngo Schwarze
2022-08-19Check the resources in ROAs and RSCs against EE certsTheo Buehler
2022-08-19Fix nexthop lookup for connected routes.Claudio Jeker
2022-08-19Split -p into own synopsisKlemens Nanni
2022-08-19Document lease filesKlemens Nanni
2022-08-19attemp FIDO key signing without PIN and use the error code returnedDamien Miller
2022-08-19remove incorrect check that can break enrolling a resident keyDamien Miller
2022-08-19Grab the mutex before iterating on the global list.Martin Pieuchot
2022-08-19spelling;Jason McIntyre
2022-08-19Strictly enforce the maximum allowed SSH2 banner size in ssh-keyscanDarren Tucker
2022-08-19Add local bind mode, where ypldap manages the YP binding file itselfJonathan Matthew
2022-08-19double free() in error path; from Eusgor via GHPR333Damien Miller
2022-08-18Adjust signatures of BIO_ctrl functionsTheo Buehler
2022-08-18In kroute_insert() fix the check for multipath routes. Use a helper variableClaudio Jeker
2022-08-18Allow empty attribute sets in CSRsTheo Buehler
2022-08-18Remove dangling ASPA references until we land real supportJob Snijders
2022-08-18repair printing of cpu class after machdep.c 1.652Jonathan Gray
2022-08-18There is no need to pass the fd to send_rtmsg(), the fd is always theClaudio Jeker
2022-08-18Tweak prototype to match function definition (n -> index)Theo Buehler
2022-08-18Move recomputation of hz and stathz from glk to glkclk, lets a kernel withMiod Vallat
2022-08-18drm/bridge: Move devm_drm_of_get_bridge to bridge/panel.cJonathan Gray
2022-08-18drm/dp/mst: Read the extended DPCD capabilities during system resumeJonathan Gray
2022-08-18drm/bridge: Add a function to abstract away panelsJonathan Gray
2022-08-18add empty drm_of.h for 5.15.61 drm_bridge.cJonathan Gray
2022-08-18drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers()Jonathan Gray
2022-08-18drm/amdgpu: Remove one duplicated ef removalJonathan Gray
2022-08-18drm/amdgpu: fix check in fbdev initJonathan Gray
2022-08-18drm/amdgpu: Check BO's requested pinning domains against its preferred_domainsJonathan Gray
2022-08-18drm/gem: Properly annotate WW context on drm_gem_lock_reservations() errorJonathan Gray
2022-08-17Implement the SSL_CTRL_GET_SHARED_GROUP controlTheo Buehler
2022-08-17Mention support for booting off RAID 1CKlemens Nanni
2022-08-17Refactor tls1_get_supported_group()Theo Buehler
2022-08-17Add SSL_get_shared_{curve,group}()Theo Buehler
2022-08-17Make tls1_get_{format,group_}list() take a const SSLTheo Buehler
2022-08-17Provide ssl_security_shared_group()Theo Buehler
2022-08-17Visited this airport in 2019Job Snijders
2022-08-17Fix vldc(4) event filtersVisa Hankala