summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-01Use unsigned long long to store integer value. At least that can alwaysClaudio Jeker
2022-11-01On endOfMibView reset OID back to the original requested OID as per RFC3416Martijn van Duren
2022-11-01Only load the SOII key if IPv6 is availableKlemens Nanni
2022-11-01I plain forgot to document -S !Marc Espie
2022-11-01Do not wait for DAD completion in dry-run modeKlemens Nanni
2022-11-01Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368.Nicholas Marriott
2022-11-01Use active pane in target window not current window for +/-. GitHubNicholas Marriott
2022-11-01vmm(4): vcpu_reset_regs_svm: allow reads of MSR_HWCR, MSR_PSTATEDEF(0)Scott Soule Cheloha
2022-10-31Hoist only the feature checkKlemens Nanni
2022-10-31Fix comment: IPv6 link local addresses do not use SOII anymoreKlemens Nanni
2022-10-31Improve shell style wrt. variable naming/boolean conventionKlemens Nanni
2022-10-31Add a intergration test that checks if the pftable feature works.Claudio Jeker
2022-10-31Make CLEANFILES patterns not match anything that may live outside of obj.Claudio Jeker
2022-10-31The cad(4) ethernet controller works well on the Hifive UnmatchedJeremie Courreges-Anglas
2022-10-31Update to 2022fgtz from https://github.com/JodaOrg/global-tzTodd C. Miller
2022-10-31vmd(8): remove unfinished user accounting.Dave Voutila
2022-10-31mips64: Raise SPL for hardclock()Visa Hankala
2022-10-31Fix VMMAP_DEBUG code to compile with not-so-recent changes.Martin Pieuchot
2022-10-31style: 'The function type should be on a line by itself preceding the function.'Philip Guenther
2022-10-30Use variable for diff options instead of unconditionally specifying "-rN".Darren Tucker
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-30On the Lenovo X13s attaching to the multiport USB controller leads to hardPatrick Wildt
2022-10-30The previous commit message out to say this:Klemens Nanni
2022-10-30/* $OpenBSD: $ */Klemens Nanni
2022-10-30Move duplex check from sbdsp_midi_open() to sbdsp_open() where it belongsKlemens Nanni
2022-10-29The x13s only defines the (legacy) 32-bit SMBIOS entry point. Add code toMark Kettenis
2022-10-28Fix indent botch; noticed by kettenis@Miod Vallat
2022-10-28Remove antique^Wolder-than-binutils-2.17 c++filt(1).Miod Vallat
2022-10-28Build and install binutils-2.17's version of c++filt(1), since we alreadyMiod Vallat
2022-10-28Decode DT_MIPS_RLD_MAP_REL.Mark Kettenis
2022-10-28Remove unused audio(9) get_props()/AUDIO_PROP_FULLDUPLEXKlemens Nanni
2022-10-28Replace audio(9) get_props() with duplex check in open() in non-duplex driversKlemens Nanni
2022-10-28Add DT_MIPS_RLD_MAP_REL support to the in-tree GDB.Mark Kettenis
2022-10-28Implement DT_MIPS_RLD_MAP_REL support and add such an entry to PIEMark Kettenis
2022-10-28Implement support for DT_MIPS_RLD_MAP_REL.Mark Kettenis
2022-10-28Remove audio(9) get_props() from record-only driversKlemens Nanni
2022-10-28Replace audio(9) get_props() with duplex check in open() in partial duplex dr...Klemens Nanni
2022-10-28Add paste-buffer-deleted notification and fix name of paste-buffer-changed.Nicholas Marriott
2022-10-28Do not send focus sequences when reporting is enabled, matches otherNicholas Marriott
2022-10-28getopt optstring doesn't need '?'.David Gwynne
2022-10-28put sshkey_check_rsa_length() back in sshkey.c to unbreakDamien Miller
2022-10-28allow ssh-keyscan(1) to accept CIDR address ranges, e.g.Damien Miller
2022-10-28refactor sshkey_private_deserializeDamien Miller
2022-10-28refactor sshkey_private_serialize_opt()Damien Miller
2022-10-28refactor certifyDamien Miller
2022-10-28refactor sshkey_sign() and sshkey_verify()Damien Miller
2022-10-28refactor sshkey_from_blob_internal()Damien Miller
2022-10-28refactor sshkey_from_private()Damien Miller
2022-10-28factor out key generationDamien Miller
2022-10-28refactor and simplify sshkey_read()Damien Miller