summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-22Adjust code after changing struct ctl_show_nexthop to embed a struct kroute_fullClaudio Jeker
2022-06-22Sync KAME hack in log_in6addr() with route/show.cTheo Buehler
2022-06-22Use struct kroute_full instead of a union of struct kroute & kroute6.Claudio Jeker
2022-06-22Document a locking constraint that applies to barriers.Visa Hankala
2022-06-22Remove comment which is no longer true.Claudio Jeker
2022-06-22Fix last commit. addr is already a pointer.Claudio Jeker
2022-06-22Explicitly include fcntl.h and unistd.h for pipe2Theo Buehler
2022-06-22Fix format strings for size_tTheo Buehler
2022-06-22Fix format string: use %zu for size_t, not %lu.Theo Buehler
2022-06-22Error out on negative shifts in BN_{r,l}shift()Theo Buehler
2022-06-21Revert part of r1.212, which caused a regression in a previously workingBjorn Ketelaars
2022-06-21Make sure not to fclose() the same fd twice in case of an error.Tobias Heider
2022-06-21Avoid saying that running netstart manually post-boot will "reset anStuart Henderson
2022-06-21drm/i915/adl_p: Add ddc pin mappingJonathan Gray
2022-06-21Use applymask() instead of inetXapplymask() since this code operates onClaudio Jeker
2022-06-21drm/i915/adlp: Implement workaround 16013190616Jonathan Gray
2022-06-21Store time lines are scrolled into history and display in copy mode.Nicholas Marriott
2022-06-21syncJonathan Gray
2022-06-21drm/i915/adlp: Remove require_force_probe protectionJonathan Gray
2022-06-21drm/i915/adl_s: Remove require_force_probe protectionJonathan Gray
2022-06-21unstub intel_guc_submission.cJonathan Gray
2022-06-21add Intel 600 Series LPJonathan Gray
2022-06-21regenJonathan Gray
2022-06-21add some Intel ADL-P and 600 Series LP idsJonathan Gray
2022-06-20Tweak a commentTheo Buehler
2022-06-20Flip roles of lowercase and uppercase A and B.Theo Buehler
2022-06-20Clean up BN_kronecker()Theo Buehler
2022-06-20Fix console screen blanker setting timeout back to zeroGreg Steuck
2022-06-20Fix some bizarre indentation and line breaks.Theo Buehler
2022-06-20Do not display configuration file errors in a pane when in control mode,Nicholas Marriott
2022-06-20Fixup commentJeremie Courreges-Anglas
2022-06-20When there are multiple GOPs, try to select first one from which weYASUOKA Masahiko
2022-06-20Remove unused struct fileops field fo_poll and callbacks.Visa Hankala
2022-06-19Revert previous iwn(4) commit. Later testing done by Christian SchulteStefan Sperling
2022-06-19Use uppercase for SUCCESS for consistencyTheo Buehler
2022-06-19None of these tests needs to link statically.Theo Buehler
2022-06-19Drop bogus DPADD += ${LIBSSL}Theo Buehler
2022-06-19Make expected output match reality again.Theo Buehler
2022-06-19There is no reason to print the RTF_DONE bit in the routing table output.Claudio Jeker
2022-06-19pluart(4) does not report the correct baudrate for the hardware consoleAnton Lindqvist
2022-06-19Since rtsock.c -r1.329 routes sent via sysctl(2) are now marked RTF_DONE.Theo Buehler
2022-06-19Fix rttest output after rtsock.c r1.329 that RTF_DONE to routes sentTheo Buehler
2022-06-19Implement a applymask() function that works on bgpd_addr structs.Claudio Jeker
2022-06-19grammar fix; from S MJason McIntyre
2022-06-18Quick regression test that checks that BN_is_prime_fasttest_ex()Theo Buehler
2022-06-18sync to libunbound 1.16.0; heavy lifting by sthenFlorian Obser
2022-06-18We were a bit too enthusiastic when we copied libunbound and some otherFlorian Obser
2022-06-18Fix prime recognition when doing trial divisionsTheo Buehler
2022-06-18Fix gzip byte counts with 32-bit integersGeorge Koehler
2022-06-18Don't attempt to fprintf a null identity comment. From Martin VahlensieckDarren Tucker